SAP
1 min read
89

How to Add Systems in HANA Studio and Check Backup Status

December 7, 2021
0

1. Add Systems using Landscape File File >> Import Select Path for Landscape file >> Next Browse the landscape file from your system landscape.xml Click on Finish and Restart Hana Studio After restart below systems will come. 2. Add System Manually Right-click and create a new folder. Give folder Name

Continue Reading
SAP
1 min read
154

How to Add Clients System’s in SAP GUI

November 26, 2021
0

A)  With the help of SAPUILandscape file Step I: Open SAPGui >> Go to Menu Go to Options Go to SAP Logon Options >> Local Configuration Files Go to the path highlighted and Delete these 2 older landscape files and add a new one for SAPUILandscape Then select the path

Continue Reading
SAP
1 min read
50

How to get ASE online after it goes under suspect mode?

November 12, 2021
0

We are getting the below error in ASE while trying to load the Full DB backup of the ASE Step 1: Log in to ASE then check ASE status. Step 2: After that update status of ASE is in master mode. Step 3: Check ASE status again now ASE status

Continue Reading
SAP
3 min read
784

How to configure X11 Display in LINUX or UNIX & troubleshoot DISPLAY variable issues?

October 27, 2021
0

If you are using Windows Desktop / Laptop and wanted to run a GUI application on LINUX or UNIX System then you need to use X11. The X11 allows taking GUI access over SSH to any of the LINUX or UNIX systems to run any application/program in GUI. There are

Continue Reading
SAP
1 min read
48

How to Start/Stop/Restart SSH Service in HPUX?

October 21, 2021
0

If you have made any changes in SSH config (sshd_config) file then to take the effect its necessary to restart the SSH Service. The script resides in ” /sbin/init.d ” directory Use the below command to Stop the SSH Service in HP-UX: /sbin/init.d/secsh stop (This will not disconnect your SSH

Continue Reading