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
相关问题
- In Weblogic 10.3.5, is there any way to expire an
- PeopleSoft Query - finding people without leave ty
- Tracing IP addresses in PeopleSoft
- Using cases on PS Query
- PS Table that stores information about User Roles
相关文章
- 如何找到哪个是'WHERE子句中传递,也是一个父项目的子项目,找到重复的对象(How to
- PeopleSoft Query - finding people without leave ty
- Tracing IP addresses in PeopleSoft
- Using cases on PS Query
- PS Table that stores information about User Roles
- Error while fetching elements of an IFrame inside
- More efficient way to find employees with coverage
- Peoplesoft screens in an iFrame
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.