How to Reset the Built-In TDM Administrator Password Back to its Default

book

Article ID: 9581

calendar_today

Updated On:

Products

CA Test Data Manager (Data Finder / Grid Tools)

Issue/Introduction

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.

Environment

Release: TDMTDD99000-3.6-Test Data Manager-for Test Data on Demand
Component:

Resolution

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;