Display job (option 5 from wrkactjob), then take option 1.
the value of current user profile is the user profile the job active as.
Main Topics
Browse All TopicsHI
I have users connected to an as400 through terminal servers (application jdedwards), in the as400 for each user it generates a job QZDASOINIT user QUSER subsystem QUSRWRK. Is possible to know the user for each QZDASOINIT job? Ijust can see the Ip of the terminal server where the user is connected.
What I need is to setup a user that when the terminal server connects to the as400 this user enters to an other subsystem not the QUSRWRK. Im using windows 2000 for terminal servers.
thanks in advance
** E-mail removed from question. You can only post your e-mail address in your member profile **
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Thinking here, all other experts please feel free to shoot me down here as this is only a wild guess.
My assessment is to this issue is:
1) for one or more user profiles the QZDASOINIT job needs to be to another subsystem. Why is not the question
2) As the 400 automatically assignes the job to the the QsysWrk subsystem.
3) Exit programs can be evoked during client server logon, these can access the information supplied above to get the user profile that initiated the connection.
4) To my knowledge the only way to redirect a job to another subsystem is using the TFRJOB command. This then kills any job stream that is active.
so the major issues are:
1) what would be the impact of moving a QZDASOINIT to another subsystem
2) How to continue the job stream once the transfer has taken place.
My personal view is the risks far outway any perfrmance benifit - dont do it.
By all means lets identify the real issues and what the end objective is and lets give advice on that.
Dave
You're right dave, what i need is to know the user that is connected like QZDASOINIT and change the job queue where the process(generated by QZDASOINIT) is running, not the user's subsystem.
I need to change all the processes generated by a user (from a terminal server) to an other batch. Is there any way to move this processes to an other job queue knowing only the IP of the server.
jtsokanis:
There hasn't been anything added for a few days and I'm not at all clear on what the requirement is after reading all previous comments.
(Assuming you have V5R2 or V5R3, maybe V5R1 but....) However, ~maybe~ what you want to do is iSeriesNavigator-> Network-> Servers-> iSeries Access. Then right-click Database, select Properties, and then select the Subsystems tab.
You apparently want to configure 'Specific clients'.
Tom
Business Accounts
Answer for Membership
by: _b_hPosted on 2006-01-16 at 14:11:12ID: 15714891
To find the jobs associated with a user, try Work with Object Locks for that user profile:
WRKOBJLCK OBJ(userprofile) OBJTYPE(*USRPRF)
This may help you find the job.