Questions tagged [oim]

Oracle Identity Manager is a powerful and flexible enterprise identity management system that automatically manages users' access privileges within enterprise IT resources. (see http://www.oracle.com/technetwork/middleware/id-mgmt/overview/index-098451.html)

130 questions
1
vote
2 answers

OIM 12.2.1.3.0: How to hide a catalogue item (Application instance/Roles) for specific set of users or end users

I have tried using Expression Language #{oimcontext.currentUser.roles['SYSTEM ADMINISTRATORS'] != null} from web composer but it doesn't allow me to hide any specific catalog item. It rather hides all the catalog items. Steps: created…
Cpraveen
  • 11
  • 1
1
vote
1 answer

OIM 12c Rest api to enable/disable user

I am developing a web service to create and update users in OIM. The OIM 12c Rest api's are being used for this purpose. I am able to update the fields like first name, last name using the Update User api -…
D George
  • 188
  • 11
1
vote
1 answer

Oracle Identity Manager Design Console, How to create an IF statement for an adapter task

I'm trying to create an conditional for a task inside of an adapter. Inside this adapter we have these variables, i need to take 1 of then an use the value to do a validation. I've been try to create a Logic Task to evaluate it, but it doesnt…
1
vote
0 answers

Recon events are not generated for trusted reconciliation

After running scheduler recon events are not generated but the status of scheduler shows "success" Log shows the below error : ORACLE.IAM.CONNECTORS.ICFCOMMON.RECON.SEARCHRECONTASK oracle.iam.connectors.icfcommon.recon.SearchReconTask : handle :…
Sairu
  • 31
  • 2
1
vote
1 answer

OIM Performance Tuning

We have OIM 11g server deployed over Weblogic and configured with Oracle 11g Database We have a large Users base of around 150k Users We have front-end application as OIM-SCIM client. Whenever a new user registers, the Client calls OIM-SCIM Create…
1
vote
0 answers

SOA SMPP driver not functioning as well

In our Oracle IDM environment we implemented OTP to send SMS to users. So we installed SMPP Driver on SOA server with SMS Vendor and everything is ok and OTP is working well. But when we changed SMS Vendor to another one, the OTP sometimes…
hilal ali
  • 11
  • 2
1
vote
1 answer

How to fix SSLHandshakeException

We are getting the below error when i try to parse the wsdl in Enterprise manager. How do i fix this. The WSDL document could not be parsed.The following error occured while parsing the WSDL location - WSDLException: faultCode=PARSER_ERROR: Failed…
1
vote
1 answer

Oracle Identity Manager -- Data Refresh from PROD

I am novice in the OIM field and ran into issues. It would be really helpful if someone helps me out in this context. OIM currently used for centrally manage authentication and authorization and it has quiet a many custom field in USR table…
Debapriya
  • 23
  • 1
  • 5
1
vote
1 answer

Difference between DBUM and DBAT

Can someone explain in detail what's the difference between User Management and Application Table? Both are referring to the same target database or how are they different? I totally could not understand the concept.
1
vote
0 answers

Customizing OIM Default user form interfaces: Implementing Custom Cascading LOVs

Below is the details of my tasks. Define component binding for the User Type field and any parent component of Job Code, for example, form root panel.
 Implement the model for Job Code LOV component by ensuring the following: I) The model must take…
prabhat gangwar
  • 61
  • 4
  • 10
1
vote
1 answer

XA error: XAResource.XAER_NOTA start() failed on resource 'SOADataSource_idm_domain': The XID is not valid

I came across " Internal Exception: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: XA error: XAResource.XAER_NOTA start() failed on resource 'SOADataSource_idm_domain': The XID is not…
ps2090
  • 223
  • 2
  • 15
1
vote
1 answer

How to unlock user xelsysadm?

While logging into OIM the xelsysadm account got locked any idea how to unlock xelsysadm account?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
2 answers

How to get IT resource Key from OIM using SQL query?

To update child form lookup I need IT resource Key. Is there a SQL query for the same?
Chaitanya K
  • 1,827
  • 4
  • 32
  • 67
1
vote
1 answer

OIM/SOA default request rejection workflow

I’m configuring the workflow for requests to grant / revoke a role in OIM 11.1.2.3 / SOA 11.1.1.9. If the request is initiated by a user who is in a particular Admin Role, and the request is to assign / revoke a particular role, I can set up a…
L. Prior
  • 73
  • 1
  • 5
1
vote
1 answer

Event handler not triggering when user created using SCIM/REST APIs for UDF

While creating user via OIM API--> My Event handler gets Triggered While creating user via OIM GUI--> My Event handler gets Triggered While creating user via OIM SCIM API--> My Event handler is NOT getting Triggered... Any clues?
1
2
3
8 9