Rollbase 4.5

Posted by bakar on 08-Apr-2017 18:18

Im getting: Data truncation: Data too long for column 'PASSWORD' at row 1, when trying to login. This happens in Rollbase 4.5. 

All Replies

Posted by Srinivas Panyala on 08-Apr-2017 19:05

Could you please execute the following script?

update_4_4_3.sql (This file is avaialble @ <ROLLBASE_HOME>\sql )

If you are using MySQL database, you can execute the following command

ALTER TABLE RB_USER_DATA MODIFY COLUMN PASSWORD VARCHAR(200);

Thanks

Srinivas

Posted by bakar on 09-Apr-2017 03:20

Thanks Srinivas!

This thread is closed