Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Chapter 5 Activity Monitoring : Exporting Activity Monitoring Configuration Information

Exporting Activity Monitoring Configuration Information
You can export activity monitoring configuration information from your iProcess Engine to an XML file, which you can subsequently import to the same or another iProcess Engine if required. You can export the configuration information for all procedures or a specific procedure, depending on your requirements.
To export your activity monitoring configuration information, enter the following command:
swutil EXPMONITOR [procname]
where procname is the procedure name. You can specify a main procedure or a sub-procedure.
The information is written in XML format. By default, it is written to the console or you can redirect it to a file.
The XML format conforms to the SWMonitorList.xsd schema (see Overview for more information). This enables it to be used in a swutil IMPMONITOR command to amend or overwrite activity monitoring configuration information on another iProcess Engine.
If no procedure name is specified in the swutil EXPMONITOR command, then all the activity monitoring configuration information is exported. This causes the FullImport element to be set to true in the XML file. For example,
<FullImport>true</FullImport>
This means that when you import the activity monitoring configuration information, the import will overwrite the existing activity monitoring configuration on iProcess Engine with the configuration information in the XML file. If you specify a procedure name, the FullImport element is set to false. This means the imported activity monitoring configuration information is added to the existing activity monitoring configuration information.
If this does not meet your requirements, you can amend the FullImport element directly in the XML file.
The server processes the activity monitoring configuration information, and reports and logs any errors it encounters:
Serious errors are logged either to the sw_warn.log file or to the sw_error.log file located in the SWDIR\logs directory. See "Error Handling" in TIBCO iProcess Engine Administrator's Guide for more information.
If you have changed the log files directory in the staffpms file, errors will be logged to the sw_error.log file and the sw_warn.log file located in the directory you have specified.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved