cancel
Showing results for 
Search instead for 
Did you mean: 

Retieving list of application installed or running in the SAP Netweaver

Former Member
0 Kudos

Hi ,

I am a .Net Developer.I want to get the Url of the all the application installed or running in the SAP NetWeaver.

And whether it is possible to manage the SAP NetWeaver from the .Net Application.

I<i> dont want to use SAP .Net Connector for that.</i>

Thanks,

-Anil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Anil,

To check for the WAS-J2EE Stack installation - kindly use the following link to access your WAS j22 Start page "http://hostname:5XX00" where XX will be the System No. for SAP System.

Incase if you want to find out that you have a EP installed: goto:-

"http://hostname:5XX00/irj"

For XI , you can go to "http://hostname:5XX00/rep"

Incase the links work properly the software component is installed.

PREREQUISITE for the above CHECKS:

1) The system number should be correct.

2) The Fully qualified domain name should be used for the hostname.

3) The Software components and the J2EE Stack should be operational.

(ON the SAP SERVER)On OS level --> you can Go and have a look for the following directories existence --->

1) usr/sap/SID/DV*.../j2ee,

2) usr/sap/SID/DV*.../SDM

This means that you have atleast the Java Stack installed on your SAP Server.

Next in the task manager(WINDOWS) / process level(UNIX) you can check if you have process "jlaunch process under the sidadm owner".

If you want to manage .Net from NW you need XI

I hope this help you,

Hari.

PS: Points are welcome.