Topic: Second company does not create security roles records
Hi
After some troubleshooting I found that the 1_security_roles table was blank and I copied all the contents from 0_security_roles to 1_security_roles
INSERT INTO 1_security_roles
SELECT *
FROM 0_security_roles
I am able to login to the second company(us 5 with educational data)
I am not sure if this is kept in the company script or in FA
thanks
Wayne