Kbase 21329: How to Output Results of a Dbanalys to a File on a Windows System.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  1/12/2009 |
|
Status: Verified
GOAL:
How to run dbanalys on Windows and redirect output to a file?
GOAL:
How to run the dbanalys command on Windows?
GOAL:
How to output results of a Dbanalys to a file on a Windows system.
FACT(s) (Environment):
Windows 32 Intel
Windows NT 32 Intel/Windows 2000
OpenEdge Category: Database
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
To access a PROENV window for the operation above, select:
Start -> Programs -> Progress -> PROENV