Importing data for specific computers from IBM Endpoint Manager

An Integration Composer adapter queries and processes all of the computer instances that are defined in the target IBM® Endpoint Manager. A parameter in the iem.properties file can be used to process data for only a single computer or limited number of computers.

About this task

To process the data from a single computer or several computers, use the load.specific.computerids= parameter in the iem.properties configuration file. Then, map the data into the Deployed Asset tables. The configuration file is installed to ITIC_HOME\data\properties\providers during the Integration Composer installation, and is in the Java Properties File format.

Procedure

  1. Go to ITIC_HOME\data\properties\providers and open the iem.properties file in a text editor.
  2. Uncomment load.specific.computerids= and remove the example properties from it that you do not need.
  3. Add properties to load.specific.computerids= in the following syntax, separating multiple computer identifiers with a | (pipe) character: computerId1|computerId2|

    Each computerId identifies a computer that is defined in Endpoint Manager that you want to add to the schema.

    Each computerId must be designated in integers.

  4. Save the file.
  5. Run Integration Composer and run the mapping to load Deployed Assets from the Endpoint Manager server.


Feedback