cancel
Showing results for 
Search instead for 
Did you mean: 

BODS_COMMAND-LINE_Deployment - Looking for import and export script for windows

0 Kudos

Hi All,

We are using windows server, i am looking for ATL code deployment in windows . Can you please do the needful. Thank you!

View Entire Topic
sapuserapr2021
Explorer
0 Kudos

Hi Venkata,

To extract an object from Data Services, you will need to use the al_engine program. Here's an example of how to extract a project into ATL format on a windows server with Data Services installed on it:

%SAPBIN%\al_engine -passphrase%PASSPHRASE% -S%SQLSVR% -NMicrosoft_SQL_Server -g -Q%REPONAME% -Xp@P@%PRJDIR%\!pname!.atl@!pname!

Where %SAPBIN% is the directory that contains the al_engine executable, %PASSPHRASE% is the phrase used when you want to import the ATL file into Data Services, %REPONAME% is the name of the repository that you want to extract the object from, %PRJDIR% is the directory where you want to put the extracted file into and !pname! is the name of the Project you would want to extract.

If you want to extract different objects you'll need to check out the switches that al_engine take. There are a lot of them: https://help.sap.com/docs/SAP_DATA_SERVICES/2d2abbb0fab34071a4c53b7de873241b/5717941e6d6d1014b3fc928...

I hope this helps,

Dave Christy