Hello.
I am tryng to export the Oracle Warehouse Builder Medatata from one of the projects listed under Oracle Warehouse Builder Design Center Project but what I get back from the log file is this error:
java.lang.Exception: Error ACLContainer: 915659 does NOT EXIST in the Object Cache for parentID: 915658
at oracle.wh.repos.pdl.metadataloader.converter.util.WBConnectionReader.processACLContainerAssociation(WBConnectionReader.java:1133)
at oracle.wh.repos.pdl.metadataloader.converter.util.WBConnectionReader.processNextRow(WBConnectionReader.java:1635)
at oracle.wh.repos.pdl.metadataloader.converter.util.WBConnectionReader.getNextLine(WBConnectionReader.java:1852)
at oracle.wh.repos.pdl.metadataloader.export.ReadMDLRow.run(ReadMDLRow.java:49)
at oracle.wh.repos.pdl.metadataloader.converter.foundation.ConverterStateMachine.runAll(ConverterStateMachine.java:71)
at oracle.wh.repos.pdl.metadataloader.converter.WBConverter.Export(WBConverter.java:743)
at oracle.wh.repos.pdl.metadataloader.export.MDLExport.process(MDLExport.java:665)
at oracle.wh.repos.pdl.metadataloader.export.MDLRunExport.internalRunExport(MDLRunExport.java:704)
at oracle.wh.repos.pdl.metadataloader.export.MDLRunExport.runExport(MDLRunExport.java:861)
at oracle.wh.ui.metadataloader.export.WBMetaDataExportTransaction.run(WBMetaDataExportTransaction.java:163)
This is the procedure I follow to to export the Warehouse Builder Metadata: Click the project, File - Export - Warehouse Builder Metadata.
This error happens if i check any of the three checkboxes that apper in the Metadata Export window (Export all object dependencies, Export user-defined definitions or Export Security Information).
If I uncheck the checkboxes and continue with the export process no error is reported back to me from the log file.
The other thing to mention is that none of the other projects fail when exporting no matter if I check the three checkboxes or just one or two of them.
Any help is appreciated.