Welcome to CCD Health Systems

CCD Customers can join our web site in order to participate in our user forum, to view your licensing details and download support documentation.

If you have already registered, sign in here and enjoy. If you have not yet registered, select a Username, enter a work-related email address and click register.

Member Login

Lost your password?

Not a member yet? Sign Up!

Prove that you\'re human Time limit is exhausted. Please reload CAPTCHA.


Knowledge Base

After initiating the Import People routine, a message appears (on top of the Results window) with the text “Overflow Error”. This is caused by an exceedence limit of a variable within Simply Safety! the increments the total number of historic people imported. Once 32768 records are reached, the variable used cannot store the new value. If a customer only imports once during installation and the number of total people are less that 32,000 this error should have no impact. If however, a customer imports employees on a weekly or monthly schedule, the number of total record imported could eventually reach 32,000.

When the above error is encountered. the customer will need to contact CCD so that the appropriate database tables can be reset back to 1. This is done using the following script:

delete from tblImportRuns
DBCC CHECKIDENT (tblImportRuns, reseed, 1)
delete from tblImportResults
DBCC CHECKIDENT (tblImportResults, reseed, 1)

in SimplySafety! V6

0

0

Related Articles