Oracle® Identity Manager Connector Guide for BMC Remedy User Management Release 9.0.3 Part Number B32348-01 |
|
|
View PDF |
After you deploy the connector, you must test it to ensure that it functions as expected. This chapter discusses the following topics related to connector testing:
You can use the troubleshooting utility to identify the cause of problems associated with connecting to the target system and performing basic operations on the target system.
To the troubleshooting utility, in a command window, change to the OIM_home
\xellerate\JavaTasks
directory, in which the xlBMCRemedy.jar
file is present. Then, perform the following tests:
Create a BMC Remedy User Management user as follows:
java -jar xlBMCRemedy.jar CREATE serverName portNo userName password formName lastname fullname type status supportstaff notificationmethod
For example:
java -jar xlBMCRemedy.jar CREATE 172.19.16.77 0 Demo "" SHR:People jodoe "john doe" 1 1 1 1
Update a BMC Remedy User Management user as follows:
java -jar xlBMCRemedy.jar UPDATE serverName portNo userName password formName ModifiedFieldId NewValue
Update the password of a BMC Remedy User Management user as follows:
java -jar xlBMCRemedy.jar UPDATEPASSWORD serverName portNo userName password formName NewPassword ConfirmPassword
Delete a BMC Remedy User Management user as follows:
java -jar xlBMCRemedy.jar DELETE serverName portNo userName password formName
The following table lists solutions to some commonly encountered errors associated with the connector.