This procedure describes how to run the Health Check utility from a batch file.
To run Health Check utility from a batch file:
-batch
dbo=<dbo_password>
NOTE: The dbo_password must be the actual database owner password. For the Health Check utility to read the password file, the value of -file argument needs to point to the exact password file location.
EXAMPLE: em_data_collector –U <em_dbo_user> -file <password_file_path>
EXAMPLE: em_data_collector –U <em_dbo_user> -file pwd_file.txt –batch
NOTE: Running in batch mode requires providing the user name and password as part of the command.
Parent Topic |