cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

QSH command not found

blaw
Active Participant
0 Likes
1,203

We Noticed the a problem on our v5R4 iseries after an IPL this weekend

in both our development system and production system.

If I try to start JSPM via:

QSH CMD('/usr/sap/rp1/DVEBMGS00/j2ee/JSPM/go') get an error

go command not found.

If I try to start the SDM via

./StartServer.sh ; get the same error command not found

I can do a java -version with qsh and get a result java

version "1.4.2";

Tried using the go from 885063 and sidadm is the owner

Does anyone have any idea's how to resolve this issue or other test to

run.

qsh: 001-0014 Command /usr/sap/rp1/DVEBMGS00/j2ee/JSPM/go not found.

Press ENTER to end terminal session.

Regards,

Brian

View Entire Topic
Former Member
0 Likes

Reading your question

"QSH CMD('/usr/sap/rp1/DVEBMGS00/j2ee/JSPM/go') not found"

one simple answer may be did you put rp1 in UPPER CASE? I think it is case sensitive?

Try

QSH CMD('/usr/sap/RP1/DVEBMGS00/j2ee/JSPM/go')

worth a go.

Michael