Tuesday, December 22, 2009

Exporting configuration through command-line in Oracle B2B 10g

For large configurations, it is recommended to take export from command line. Follow below steps for taking export through command line-

1. set the environment by running setenv file
2. run below command -

java -Xms512M -Xmx512M oracle.tip.repos.export.Export -inputfile [-ignoretypes ]


Arguments:
-inputfile to export specific objects .
-ignoretypes , This is only for business process. This is to ignore
the object types while exporting deployable BP.
name of the export file


For e.g. -

C:\B2B10g\Midtier\ip\install>java -Xms512M -Xmx512M oracle.tip.repos.export.Export C:\commandExport.xml

Starting Execution Context
Export file name is C:\commandExport.xml
3.26
exporting all design objects
export done


If any problem comes, please raise a thread at Oracle B2B forum.