Hi Gurus,
I am facing the following issue while importing B2B partner configuration from DEV to UAT. However when I export the archive file is creating successfully.
ant -f /apps/fmw/EDI/MIDDLEWARE/soa/bin/ant-b2b-util.xml b2bexport -Dtpname="Flextronics" -Dexportfile="/tmp/Flextronics.zip" -Dlocalfile=true --> successfully created archive file
ant -f /sharedfs/oracle/fmw/middleware/soa/bin/ant-b2b-util.xml b2bimport -Dexportfile="/tmp/Flextronics.zip" --> failing with below error
-----------------------------------------------------------------
-bash-4.2$ ant -f /sharedfs/oracle/fmw/middleware/soa/bin/ant-b2b-util.xml b2bimport -Dexportfile="/tmp/scripts/Flextronics.zip"
Buildfile: /sharedfs/oracle/fmw/middleware/soa/bin/ant-b2b-util.xml
b2bimport:
weblogic_dependencies:
[echo]
[echo] Weblogic server location: /sharedfs/oracle/fmw/middleware/wlserver
[echo] JNDI properties folder location: /sharedfs/oracle/fmw/middleware/soa/bin
[echo]
verifyargs:
utility:
[echo]
[echo] exitonerror=${exitonerror}
[echo]
[echo]
[echo] java.naming.provider.url=t3://xxxxxxxxxx:xxxx
[echo] java.naming.factory.initial=weblogic.jndi.WLInitialContextFactory
[echo] java.naming.security.principal=xxxxxxx
[echo] java.naming.security.credentials=*****
[echo]
[echo]
[echo] args=import
[echo]
[java] Commandline arguments 1: [import]
[java] Import with overwrite=false
[java] importRepository: Error messages:
[java] MDS-00001: exception in Metadata Services layer
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_VgFy-7987081431768989830_0 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-X-4637323273130758287 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_XZsm5104546702242826979_1 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-OhrD3396533096417775875 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_q-7311553483175829835_0 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-h-400840745160318534 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_ewDDJu7646685193577912361_0 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-JgFzxM7930452693906630007 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_EDHM-5865098721449537420_1 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-a6632238317990760476 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_S7213391808001501308_1 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-jXOx4773242357111800200 is invalid because type information is not available for the latter.
[java] MDS-01607: The relationship from /soa/b2b/tp_k-3296875507324755004.xml#SUPPORTED_DEFINITION_S7213391808001501308_0 to /soa/b2b/doc_EDI_X12.xml#NewDefinition-jXOx4773242357111800200 is invalid because type information is not available for the latter.
[java]
[java]
[java] *** Import operation failed ***
[java] Time elapsed:10339ms
BUILD SUCCESSFUL
Total time: 12 seconds
-----------------------------------------------------------------
Below are the two files created inside archive file
1. Flextronics.zip\soa\b2b\tp_k-3296875507324755004.xml
2. Flextronics.zip\soa\b2b\types.xml
So far I could see the "doc_EDI_X12.xml" is not getting created in Archive file, I suspect this may be the issue but no idea why its not getting created.
Kindly share your suggestions/workaround if any.
Thanks,
Venkat