cancel
Showing results for 
Search instead for 
Did you mean: 

how to determine sap service version

Former Member
0 Kudos

hello all sapers

can anybody answer how we can determine version of installed component without admin access to system and netweaver administration page?

for example for web server we can connect with telnet on 5NN00 port and send string "HEAD / HTTP/1.0" and then get info about service and his version: SAP J2EE Engine version X (SAP NetWeaver)

and what about others?

thanx for attention

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

not answered

Former Member
0 Kudos

Definitely you should have admin access else ask Basis team to provide the component version details.

Regards,

Rajan

vincentlim826
Employee
Employee
0 Kudos

Hi,

most of the component executables can be run at OS level with option -version or -v or -V to check for the version info, or check the relevant trace file header

for J2EE related, check out: /usr/sap/<SID>/<instanceID>/j2ee/cluster/server0/version.txt

Regards,

Vincent

Former Member
0 Kudos

sorry, but you didn't understand it right

i meant how to find component version without physical access to filesystem and other admin tools