When first installing Datamaker, the default username is 'administrator' and default password is 'marmite'.
If the password is no longer valid, the password will need to be reset.
The password will need to be reset in the GTREP database.
For SQL and Oracle, run the query:
update gtrep_security_user
set su_password = 'BPFj/zB08n3Br/45maAIzI+Ch8vk39RRrzi8PPYJM6ps'
where su_name = 'Administrator';
commit;