Participant id too long?

General Server Forum (Inactive)
Participant id too long? WayneH  2017-10-17 07:59
Status: Closed
 
We have a project with id's greater than 32 characters in length which is causing labkey server to throw an error. Is there way to change this via the front end? Or must this be changed directly on the sqlserver db it's running on?

Thanks

Wayne
 
 
adam responded:  2017-10-17 08:26
We would need to change this in both the database and the server-side code. Several tables in the study schema have ParticipantId columns and the code that manages provisioned tables (datasets, specimens, assays) creates ParticipantId columns... in all cases, with max length of 32.

Adam
 
WayneH responded:  2017-10-17 08:28
got it.. better for us to find a work around..

W