SAP Basis snippets #7
How to unlock DDIC user
Apr 29, 20242 min read4
Search for a command to run...
Articles tagged with #sap
How to unlock DDIC user
saplikey command
Installing license via telnet
Sybase DB start/stop commands First switch to the syb<sid> user su - syb<sid> Logon to the isql interface isql -U <username> -P <password -S <SID> To stop the sybase db, use the below command shutdown Execute ‘go’ after ‘shutdown’ command, which c...
Start/Stop commands for MaxDB First switch to the sqd<sid> user su - sqd<sid> Then logon to database manager command line interface dbmcli -d <SID> -u <username>,<password> Once logged in to dbmcli using your details execute the below commands Stop...
Start and stop commands for Hana database