Hi Kent,
I found following info in my research about warning messages - "Exceeded license usage limit. Contact Sybase Sales for additional licenses." It's due to configuration parameters, which I am suspecting someone accidentally changed it. Here is more info:
Exceeded license usage limit. Contact Sybase Sales for additional licenses, are informational message only.
To stop ASE from reporting this message, issue the following from within ASE : sp_configure "license information", 0 ASE reports that message because you currently have the configuration:
"license information = 25"
If license information is set to a number greater than 0, the housekeeper task monitors the number of licenses used. Basically, it compares the values for the configure parameter "license information" with the number of user connections.
The "license information" parm allows the Sybase SA to monitor the number of user licenses used in ASE.
Enabling this parameter only monitors the number of licenses issued - it does not enforce the license agreement.
If the license information parm is set to 0, ASE does not monitor user connection licenses.
The default value back in 12.5.4 was 25. As of ASE 15.x, the default value is 0.
So, change this parameter and et us know the outcome.
Regards,
Hugo