PDA

View Full Version : [FIXED] typo in vvusers


amc
03-04-2010, 12:27 AM
in source file VALENCE21/QRPGLESRC(VVUSERS) there is a typo which throws an warning

currently ....
vvsiuser=vvIn_char('usesrid':TOUPPER);
should be ....
vvsiuser=vvIn_char('userid':TOUPPER);

sean.lanktree
03-04-2010, 01:06 AM
Thanks for this post! I assume you are using System i as your login method?

Looking at the code, it appears that this bug would prevent user switching from working properly if using System i login method. In order to get it working, you would need to go back into users and save each one again (after recompiling with your fix). Afterwards, each user that was saved should log out and back in, then the user switching of the CGI job should be working.

richard.milone
03-07-2010, 11:10 PM
Fixed as of version 2.1.20100307.0