Skip to main content
10-Marble
August 3, 2024
Solved

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

  • August 3, 2024
  • 1 reply
  • 1004 views

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

Best answer by Vishwa_RADDI

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

1 reply

joe_morton
18-Opal
18-Opal
August 5, 2024

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

 

Vishwa_RADDI10-MarbleAuthorAnswer
10-Marble
August 12, 2024

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