iMIS 2017
When trying to set up the client application for (SSO) Single Sign On, the following error was observed:
"Max record count exceeded"
To resolve this concern, try running the following SQL to update the MaximumRecords value in the SystemConfig table to a value higher than the number of name records with growth factored in:
update SystemConfig set ParameterValue='2000000'
where ParameterName='MaximumRecords'
Then test saving the SSO client application setting in RiSE.
IMPORTANT: Please make a backup of the database first as a best practice.
0 Comments