Skip Headers
Oracle® Identity Manager Connector Guide for BMC Remedy Ticket Management
Release 9.0.4

Part Number E11222-04
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

4 Testing and Troubleshooting

After you deploy and configure the connector, you must test it to ensure that it functions as expected. This chapter discusses the following topics related to connector testing:

4.1 Testing the Connector

You can use the testing utility to identify the cause of problems associated with connecting to the target system and performing basic operations on the target system.

To use the testing utility:

  1. Specify values for the parameters in the config.properties file. This file is in the OIM_HOME/xellerate/XLIntegrations/BMCTICKET/test/config directory.

    See Also:

    The "Defining IT Resources" section for information about the parameters in the config.properties file
  2. Run one of the following files:

    For UNIX:

    OIM_HOME/xellerate/XLIntegrations/tests/scripts/BMCTicket.sh
    

    For Microsoft Windows

    OIM_HOME\xellerate\XLIntegrations\tests\scripts\BMCTicket.bat
    

4.1.1 Testing Partial and Batched Reconciliation

You can test both filter-based and batched reconciliation by specifying values for the following Ticket reconciliation attributes:

  • BatchSize

  • NoOfBatches

These attributes are described in the "BMC Ticket Reconciliation Scheduled Task" section:

The following is a sample set of values for these attributes:

  • BatchSize: 4

  • NoOfBatches: 2

Suppose you specify these values in the BMC Ticket reconciliation scheduled task. After that task is run, all target system records are divided into batches of four records each. Of these batches, the first two are reconciled during the current reconciliation run.

4.2 Troubleshooting Connector Problems

The following table lists solutions to some commonly encountered errors associated with the connector.

Problem Description Solution
Oracle Identity Manager cannot establish a connection with the BMC server.
  • Ensure that the BMC server is running.
  • Ensure that Oracle Identity Manager is running.

  • Ensure that all the adapters have been compiled.

  • Use the IT Resources form to examine the Oracle Identity Manager record. Ensure that values for all the IT resource parameters have been correctly specified.

The Operation Failed message is displayed on the Oracle Identity Manager Administrative and User Console.
  • Ensure that the values for the various attributes do not contain delimiter characters (white space).
  • Ensure that the attribute values do not exceed the allowable length.

The following error is encountered when you perform provisioning or reconciliation:
java.lang.UnsatisfiedLinkError - wrong ELF data format:ELFDATA2MSB
Ensure that the.so files are compatible to the system where Oracle Identity Manager is deployed. These files are platform dependent. For example, the .so files for SPARC systems cannot work on x86 systems. See "Copying the External Code Files" for more information.