PDC PS6, Linux - Migration Error - cannot insert NULL into ("MIG75"."MIGRATE_PLAN"."BRM_PLAN_CODE")
Working with PDC PS6 on a linux installation, and running the migration -- "MigrateBRMPricing -pricing -analyze" -- and getting this error:
Processing ANALYZE work action...
java.sql.BatchUpdateException: ORA-01400: cannot insert NULL into ("MIG75"."MIGRATE_PLAN"."BRM_PLAN_CODE")
at oracle.jdbc.driver.OraclePreparedStatement.executeBatch(OraclePreparedStatement.java:11190)
at oracle.jdbc.driver.OracleStatementWrapper.executeBatch(OracleStatementWrapper.java:244)
at oracle.communications.brm.pdc.migration.pricing.xrefdao.rre.impl.MigratePlanDAO.insertPlanFromMap(MigratePlanDAO.java:463)
at oracle.communications.brm.pdc.migration.pricing.impl.rre.analyze.AnalyzePlanImpl.updateAnalyzeResult(AnalyzePlanImpl.java:828)
at oracle.communications.brm.pdc.migration.pricing.impl.PricingAnalyzeImpl.executeAction(PricingAnalyzeImpl.java:51)
at oracle.communications.brm.pdc.migration.impl.WorkItemImpl.executeWork(WorkItemImpl.java:95)