cancel
Showing results for 
Search instead for 
Did you mean: 

Can export&import "System Configuration" via command line?

former_member583398
Discoverer
0 Kudos

Hello,

I know how to export&import System Configuration of SAP DS via DS Designer.

But sometime I can't use the DS Designer. Is there a way to export&import "System Configuration" via command line?

I have tried the al_engine t,but it seems not working for "System Configuration"

Accepted Solutions (0)

Answers (1)

Answers (1)

Julian_Riegel
Advisor
Advisor
0 Kudos

Hi there,

can you check the following?

https://help.sap.com/viewer/DS_Admin_test/57179b9d6d6d1014b3fc9283b0e91070.html

the "p" Object Type should extract the system profiles.

something like:

“%Link_Dir%\bin\al_engine.exe” -NMicrosoft_SQL_Server -passphraseATL -U<SQLUN> -P<SQLPWD> -S<SQLHost> -Q<SQLDB> -Xp@<ObjectType>@<path>\<RepoObject>.atl@<RepoObject>@D

regards,

Julian