Is there a way to enlarge GAM UserName's length in GAM database?
The idea is to increase from VarChar(100) to VarChar(256). I tried by changing domain GAMUserIdentification from Varchar(100) to VarChar(256), but didn't impact GAM database. I also tried changing the database directly, but it still keeps the maximum length of 100. Is there a way to do it?
I'm in GX Ev3 U2, .Net 4.0 and SQL 2012
Thank you