65 pts.
 iSeries Navigator
how can i find how many and who are using the iSeries Navigator. can I use any exit program.

Software/Hardware used:
ASKED: March 25, 2009  3:17 PM
UPDATED: March 25, 2009  7:40 PM

Answer Wiki:
As far as I know, the iSeries Navigator uses the QZRCSRVS job to communicate with the AS400, but other Java APIs use QZRCSRVS as well. Use WRKACTJOB and find the QZRCSRVS jobs. You can identify the users in the current users field. This won't be an exact count, but it will give you a general idea.
Last Wiki Answer Submitted:  March 25, 2009  5:11 pm  by  mshen   27,310 pts.
All Answer Wiki Contributors:  mshen   27,310 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

I have noticed that Websphere Development Studio also uses that server job. Another way to tell is with a netstat option 3, and connections to any local port that start with as- are OpsNav or Websphere connections.

 2,865 pts.