cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically import XML file containing BODS Job

Former Member
0 Kudos

Hi All-

I have requirement to auto import a Job into my repository given the XML file name which has the Job's metadata(exported/created from BODS). I am going to automate the process by using a script but would like to know if there are any built-in commands(which are OS agnostic) already available. Are there any Command Line equivalents of the import utility? Request any guidance/references if possible-

Thanks,

Abhishek

View Entire Topic
aasavaribhave
Advisor
Advisor

you can import \export job xml\atl using al_engine, so calling something like following from command line:

al_engine -fxml_dtd.atl -Uuser_name -Ppassword -Smy_odbc -NMySQL -Qds12220

for xml file you can use option -XI<Filename.xml> instead of -f

Please check kbase -

1507759

https://launchpad.support.sap.com/#/notes/1507759