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
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