Page 1 of 1

How do I display user profile on the Profound screen?

Posted: Mon Aug 01, 2011 1:56 pm
by dwrightgrinch
Hi everyone,
We've just started our first project using Profound.....

We want to get the real userID (iSeries user profile) , not the qtmhhttp user name on qhttpsvr subsystem. How would we do that?

Thanks, Donna Wright Walsh
Genuine Parts Company
770 850 2419

Re: How do I display user profile on the Profound screen?

Posted: Mon Aug 01, 2011 2:07 pm
by Brian
When running in a web environment, you must adjust your code to look at the "Current" user and not the "Job" user.

I assume you are attempting to use the PSDS at position 254 to retrieve the user. this is the Job user. You should instead use positions 358 through 367. This will contain the Current user.

Hope that helps.