ashwinsharmap.hashnode.devSAP Basis snippets #7Have you ever locked DDIC user and pondered how to unlock it? Well, today let’s see how we unlock DDIC user using sap* user. There exists a parameter login/no_automatic_user_sapstar inside the default profile of your sap system. If it doesn’t exist, ...Apr 29, 2024·2 min read
ashwinsharmap.hashnode.devSAP Basis snippets #6To run saplikey command, switch to <sid>adm user. su - <sid>adm The saplikey command follows the below syntax. saplikey pf=<profile> [trace=<level>] <command> Here in <profile> we give our instance profile path. The <command> parameter takes the be...Apr 15, 2024·2 min read
ashwinsharmap.hashnode.devSAP Basis snippets #5Today we will see the steps to install license using telnet. Login to telnet telnet localhost 5<instance no.>08 It asks for your username and password. Give your java administrator username and password. Now type the below command to add the licensi...Apr 12, 2024·1 min read
ashwinsharmap.hashnode.devSAP Basis snippets #4Sybase 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...Apr 10, 2024·1 min read
ashwinsharmap.hashnode.devSAP Basis snippets #3Start/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...Apr 8, 2024·1 min read