We have a generic username in PeopleSoft and I was wondering if it was possible to track who was using it through the IP address. Basically I would like to know the IP address of the person who used the generic username to make a few changes in the system.
PeopleSoft records this information in the PSACCESSLOG table with the fields OPRID and LOGIPADDRESS.
If your users are in the same network as the PeopelSoft system, you'll see the IP-username combination and you'll have what you want.
If your users are behind a Reverse Proxy Server, the IP of the RPS is logged. You could examine the signon peoplecode to see if you can change this.