Kbase P111996: How to run dbanalys on Windows and redirect output to a file?
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/20/2009 |
|
Status: Unverified
GOAL:
How to run dbanalys on Windows and redirect output to a file?
GOAL:
How to run the dbanalys command on Windows?
FIX:
The dbanalys command is used to gather information about database tables and indexes in the database. The output from this command needs to be redirected to a file so that the file can be reviewed later by yourself, a Progress Technical Support Engineer or a consultant.
From a DOS window issue the following command:
_proutil dbname -C dbanalys >outputfilename - will result in data being written to the output file.
From a PROENV window issue the following command:
proutil db-name -C dbanalys > outputfilename