Modifying the service layout
-
Open the
Installation path\accure\Output
Foundation\accure Service Manager\ ServicesLayoutInTree.xml.
The XML file contains this service layout:
<?xml version="1.0"?> <ServiceLayoutInTree xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <service>PORT STREAM</service> <service>PORT ADHOC</service> <service>REPORT MANAGER</service> </trenodeName> </ServiceLayoutInTree>
-
Between
</trenodeName>
and</ServiceLayoutInTree>
, insert this services layout for PROD:<trenodeName name="M3 Report Manager PROD"> <service>PORT STREAM_PROD</service> <service>PORT ADHOC_PROD</service> <service>REPORT MANAGER_PROD</service> </trenodeName>
- Save the file.
-
Open accure Service Manager and verify that the TEST and PROD
services are created. The list must look like this:
Note: EMD must be TEST and FNF must be PROD.