Friday 24 May 2013

Error: Invalid SignOn time for user PSXXXXX

This message is thrown due to a blank classid row in PSROLECLASS table. Use the following SQL to determine the Cause.

select * from psroleclass where classid = ' '

To fix this, run this SQL.
delete from psroleclass where classid = ' '
No Appserver or Webserver bounce was required

No comments:

Post a Comment