Skip to main content
5-Regular Member
March 27, 2023
Solved

Change message "wt.session.SessionUsers$PreLoginException: wt.lecenseusage.licensing.LicensingExcept

  • March 27, 2023
  • 1 reply
  • 1364 views

Dear All,

 

Does anyone know how to customize or change message easily for the user who doesn't have allocated any incense but his account exits in Windchill.(Windchill 12 version)

currently getting following message.

wt.session.SessionUsers$PreLoginException: wt.lecenseusage.licensing.LicensingException: User is not a member of any valid license groups. Access is denied. You do not have a Windchill license assigned to your account. Contact your administrator for assistance.

 

 Best Regards,

-Shripad

 

 

 

Best answer by avillanueva

Looks like a pretty good message considering other messages and the famous one from Pro/e

avillanueva_0-1682628461376.png

The error message is likely contained in a resource bundle. Found it:

Windchill/src/wt/licenseusage/licenseUsageResource.java

 

1 reply

avillanueva
23-Emerald I
23-Emerald I
April 27, 2023

Looks like a pretty good message considering other messages and the famous one from Pro/e

avillanueva_0-1682628461376.png

The error message is likely contained in a resource bundle. Found it:

Windchill/src/wt/licenseusage/licenseUsageResource.java

 

5-Regular Member
May 3, 2023

Thank you let me try it.