I am running DDUPDATE to BTG datadictionary entities and getting error messages:
DDPIPW0002 INVALID PASSWORD
DDPPWR0007 PASSWORD REQUIRED
Error DDPIPW0002 INVALID PASSWORD indicates the DD entity has a password associated with it.
The default password for CA created datadictionary entities is DD.
For your own entities you need to run DDUPDATE with -RPT INDEX to get the password.
For example for a file structure the report is:
-RPT INDEX,FILE,filename(ALL,PRIV)
Then look in the PSWD column. You will need to run this report for every entity giving you a password error.
Once you have the password add this to the BTG card like this:
-BTG FILE,filename(T001,pswd)
where pswd is the password of the entity from the report.