cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Help us improve the PTC Community by taking this short Community Survey! X

How to capture the event when windchill User Login using SessionUserAuditEvent.LOGIN API

Vishwa_RADDI
6-Contributor

How to capture the event when windchill User Login using SessionUserAuditEvent.LOGIN API

Hi All,

 

I'm tyring to catch event when windchill user login into system so I have used below API its not trriggered in WC-12.1 version

SessionUserAuditEvent.LOGIN

any new API's available?

 

Thanks,

VR

1 ACCEPTED SOLUTION

Accepted Solutions

Finally I fount the listener when user dont have license assigend event is "SessionUserAuditEvent.LOGIN_DENIED_NOT_ASSIGNED_TO_LICENSEGROUP"

View solution in original post

2 REPLIES 2

Not sure if this applies, but maybe check to see if the Login event is set to be recorded on your system?

https://support.ptc.com/help/wnc/r12.1.1.0/en/index.html#page/Windchill_Help_Center/auditadmin/AuditAdminAuditEventRecordConfig.html

 

Finally I fount the listener when user dont have license assigend event is "SessionUserAuditEvent.LOGIN_DENIED_NOT_ASSIGNED_TO_LICENSEGROUP"

Top Tags