Command to export "Workspace projects" into a xml file
Hi all,
I'm working on a tool to automate the export of certain objects from the Siebel application. I've already managed to do it with the ADM, connecting to the server manager and launching the following command:
start task for comp admbatchproc with admpath="${DIR_OUTPUT}", logdir="${DIR_LOG}",admdatatype="$ADM_DATA_TYPE",admeaimethod="Synchronize", admfilter="$input",admprefix="${DATA_TYPE}-${day}${time}"
I've already verified that this works correctly to export the ADM. But there is another type of objects that I need to export and they are the "Workspace projects" (which can be accessed from Site Map --> "Administration - Product" --> "Workspace Projects"). (so it's clear that I'm not referring to the complete workspace or the complete application!!). These are the files I need to export... in the application you simply select one and press the "Export Contents" option and the xml will be downloaded to your local PC.