Rocket® Visual COBOL® (formerly a product of Micro Focus or formerly a product of Open Text) documentation, created before Rocket Software acquired certain products from OpenText, may include outdated references to "Micro Focus" or "OpenText", both of which are trademarks of OpenText or its affiliates. Rocket Software is not affiliated with Micro Focus or OpenText and has since rebranded these products as Rocket® products. You may also encounter outdated links in this documentation. If you do, please contact Rocket Support (support@rocketsoftware.com) for assistance.
Data Capture
Restriction: This topic applies only when the Enterprise Server feature is enabled.
The minimum items for data capture are:
- Your enterprise server's System Directory, %USERPROFILE%\Documents\Micro Focus User\Visual COBOL\WORKAREA\ESName, contains:
- The console log: console.log and console.bak.
- The communications process log file or files; see the topic Communications Process Log Files.
- The trace diagnostic datasets, casauxta.rec and casauxtb.rec.
- The system abend dump, if one exists (casdumpa.rec, casdumpb.rec or casdumpx.rec).
- The externally triggered dump (filenames as for the system abend dump).
Note: If your enterprise server is running under the Windows LocalService account, the directory might be hidden by Windows. See System Directory for more information. - A copy of the file cobver, located in %ProgramFiles(x86)%\Micro Focus\Visual COBOL\etc, and that holds the name and version of the product you are using.
- If it exists, the mf-server.dat file is located in the %ProgramFiles(x86)%\Micro Focus\Visual COBOL\bin and \bin64 .
- The Directory Server configuration directory, usually under the %ALLUSERS%\Micro Focus\Enterprise Developer\mfds directory.
- The Directory Server log file (usually under the %ProgramData%\Micro Focus\Enterprise Developer directory); see the section Directory Server Journal.
- Logs for other components that may be enabled such as Fileshare.
- A list of processes running on the machine. You should obtain two lists - one at the beginning of the data capture list, and one at the end. You can obtain this from the Windows Task Manager.
- A list of shared memory areas and semaphores. You can obtain this using third-party tools such as Process Explorer.
- A list of network connections and listening sockets, obtained by running the netstat command.
- Optionally, a list of open files. You can obtain this using third-party tools such as Process Explorer.
Note:
- The operating system tools that you can use to obtain information such as Process Explorer provide a range of options. You can obtain advice on the most useful options from Micro Focus technical support.
- Many of these items are held in the enterprise serve directory, so it's best to start by taking the whole directory
It is important that the data capture process is non-destructive, that is, does not damage a healthy system, and that it is non-blocking, that is, does not wait on anything that may not complete in a sick system.