Skip to Content
0
Former Member
Feb 11, 2011 at 08:39 AM

Using switchdb.exe via command line

43 Views

I am trying to install ides via switchdb.exe and would like to do this via command line with a bat file. Unfortunately I did'nt found any usable documentation from SAP regarding that.

switchdb.exe /mode SILENT /user XXX /pwd XXXX /databasename ides /servername 127.0.0.1 /SAPCARFileName "C:\Program Files\SAP\Mobile\ides_empty.car" /operation install /dbcmptlevel True


The above code is not working and I am wondering if there is somebody already has done this and how the syntax as to look like.