Admin
Access the APM Connect Administration Center
Using the APM Connect Administration Center, you can run extraction and load jobs. Before you can begin running jobs, you must set up the APM Connect Administration Center. This topic explains how to access and deploy the APM Connect Administration Center for the first time.
Procedure
Configure the APM Connect Administration Center
This topic describes how to configure the APM Connect Administration Center.
About This Task
Depending on whether you are using the EAM Adapters or the Data Loaders, configuring the APM Connect Administration Center requires defining parameters for some or all of the following components: Commandline, Job conductor, Monitoring, and Log4j.
Procedure
Results
The APM Connect Administration Center parameters are configured.
Authorize Users for Projects
Before a user can begin work on a specific project, that user must be authorized to work on that project. Each project can have multiple users with differing roles. Users can also be authorized for multiple projects. This topic explains how to authorize a user for a project.
Procedure
Set User Permissions
To begin using the APM Connect Administration Center to run data extractions, or Jobs, you must first give the admin user all the user roles.
Before You Begin
A user must be authorized for a project before they can view or change sections associated with a project.
Procedure
Results
The user permissions are set.
Configure Logging
APM Connect uses Apache log4j version 2 to log events. It includes a default xml configuration for logging events. You can personalize logging by using an xml-based custom configuration file, which can be passed through the JVM argument parameter in the Job Conductor task, Dlog4j.configurationFile={path to custom xml file}. For more details, refer to the apache logging framework.
Deploy Audit Job for Adapters
The Audit job helps to get audit data, including Date Control and Success/Failure records from GE Digital APM. An Audit job can be scheduled to run for specified minutes or hours, or on a daily basis in the APM Connect Administration Center.
Set Up the Audit Job
Before You Begin
- APM Connect must be installed.
- Context file must be set up and have details of IR, GE Digital APM, and ActiveMQ.
Procedure
Results
Configure the Context File
Before You Begin
You should have imported the audit job.
About This Task
Procedure
- Navigate to the following folder: C:\APMConnect\Config\<system>.
- Modify ContextFile.xml to indicate the values for your system.
Results
Parameter | Description | Default or Recommended Value |
---|---|---|
CONFIG_FILE_PATH | The path to the context file used for extraction. | Enter your unique value (for example, C:\APMConnect\Config\ContextFile.xml). |
IR_HOST | Intermediary Repository host name. | Enter your unique value. |
IR_DATABASE | Database for the dinoloader job. | Enter your unique value. |
IR_USERID | Intermediary Repository username. | Enter your unique value. |
IR_PASSWORD | Intermediary Repository password. | Enter your unique value. |
IR_SCHEMA | The schema in which the IR database will be created. | The default value is public. |
IR_PORT | Intermediate Repository port. | Default value is 5432. |
APM_USERID | The APM user ID. | Enter your unique value. |
APM_PASSWORD | The APM password. | Enter your unique value. |
APM_DATASOURCE | The name of the APM data source to which the data will be exported. | This is a required parameter. Enter your unique value. |
APM_API_APP_SERVER | The name of the APM API server. | This is a required parameter. Enter your unique value. |
APM_APP_SERVER | The name of the APM server. | This is a required parameter. Enter your unique value. |
TRUSTSTORE_FILE | The directory path to the dinoloader SSL configuration file. | Enter your unique value. |
TRUSTSTORE_PASSWORD | The password for the keystore files. | Enter your unique value. |
USE_SSL | Determines if SSL is used. |
True: will use SSL. False: will not use SSL. |
QUEUE_HOST | The host name of the APM ActiveMQ. | Enter your unique value. |
QUEUE_PORT | APM ActiveMQ port. | Default port is 61616. |
QUEUE_USER | APM ActiveMQ user. | Enter your unique value. |
QUEUE_PASSWORD | APM ActiveMQ password. | Enter your unique value. |
CMMS_ID | Enter your EAM system ID | Enter your unique value. |
Create the Intermediate Repository Database
This topic describes how to set up a repository in preparation to run your first job.
Before You Begin
- Before you can prepare and deploy the repository, you must import the CreateIntermediateRepository job.
- If you are using the Data Loaders and the EAM Adapters, you must deploy and run the CreateIntermediateRepository job for each set of adapters.
- For SAP adapters, you must first run the Static Data job.
- For multiple EAM systems, the context file parameter values for a specific type of system must be identical except for the value of CMMS_ID.
- For multiple EAM systems, the Intermediate Repository Connection parameters have the same values for all adapters connected to this GE Digital APM system.
Procedure
If you are configuring multiple EAM systems, perform the remaining steps in this topic.
Configure Source System Custom Field Mappings or Default Values
APM Connect documents a baseline set of fields that are considered standard in the APM to SAP Notification Creation integration with SAP. Additionally, there is capability to configure these and other fields to be included in the Notification Creation process. For information on the available fields to add to mapping, refer to the List of attributes that can be added to Notification Creation from APM to SAP topic. This topic describes how to configure additional baseline fields or make changes to default values.
Before You Begin
To successfully perform this task, you must have the following:
- Administrative rights to the APM Connect database from which you are retrieving the field values or setting the default values.
- A database tool, such as DBeaver or DBVisualizer.
About This Task
There are times when you need to have information that is stored in GE Digital APM displayed in your source system database. To achieve this goal, you need to modify tables used by GE Digital APM to send data to your source system.
The following procedure describes how to either configure a mapping between GE Digital APM and your source system or to set a default in your source system from GE Digital APM.
The following image is an example of the southbound_mapping_control table as displayed by a database tool.

Procedure
- Using a database tool, navigate to the GE Digital APM database you want to configure.
- In the database navigation, in the Tables folder, select southbound_mapping_control.
- Navigate to the target_field_name and target_field_map_name column you want to configure.
- Configure the field mapping or default value for your source system.
Item to configure How to configure Field mapping In the apm_field_name column, enter the name of the GE Digital APM field that contains the value to apply in the source system, and then set the value in the mapping_enabled column to true
For example, if you want to set the source system value of REPORTEDBY in map table REPORTEDBY_NOTIFHEADER from the GE Digital APM field CurrentUserID, the table would resemble the following when you complete your update.Important: If, after configuring the mapping, you see a blank value for the field, make sure the value you entered in the apm_field_name column is correct.Default value In the target_field_default column, enter the value you want to be the default in your source system and set the value in the mapping_enabled column to false.