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.