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)
Questions tagged [oim]
130 questions
1
vote
2 answers
How to create Role Membership rule which will validate "does not contains" condition in OIM
I want to create Role Membership rule in OIM. I want to assign a role to user whose job title does not contain "xyz". If anybody knows how to achieve this please provide me the steps.
Thanks in advance :)

swati yedle
- 91
- 1
- 5
1
vote
1 answer
How to rename an OIM account using Java API?
Trying this code
Account a = findAccountIdByUID(uid);
ProvisioningService provService = oimClient.getService(oracle.iam.provisioning.api.ProvisioningService.class);
a =…

Leo
- 6,480
- 4
- 37
- 52
1
vote
1 answer
How to propagate a Business Fault to Oracle Identity Manager (OIM) UI
I have an application instance, backed by a web service using OIM Webservices Connector.
This connector is used in a synchronous manner by OIM, so when I create a new account in OIM for this application instance, the webservice calls the partner…

Leo
- 6,480
- 4
- 37
- 52
1
vote
2 answers
ClassNotFoundException while running web service with tomcat 7?
I am developing a webservice and got following error.
Servlet.service() for servlet [Jersey RESTful App] in context with path [/RestWebService] threw exception [org.glassfish.jersey.server.ContainerException: java.lang.NoClassDefFoundError:…

Kunal Varpe
- 419
- 1
- 5
- 28
1
vote
1 answer
Error while creating users in Oracle Identity Manager?
While creating users, the error is popped up as:
java.util.MissingResourceException: Can't find resource for bundlejava.util.PropertyResourceBundle, key an error occurred while doing findEntity operation on User entity with id1
Also while searching…

Sagar Mehta
- 415
- 2
- 6
- 18
1
vote
1 answer
How can i delete or modify a user defined field in Oracle Identity Manager?
I have to delete or modify a user defined field in Oracle Identity Manager due to a mistake i made.Can that be achieved by making a new sandbox?
Any help would be greatly appreciated.
Thanks in advance!

Charles
- 570
- 11
- 29
0
votes
0 answers
Oracle access Manager password validator API Payload issue
I would like to use Standard oracle access manager password validator API in my mobile Application for login validation.
We have tried many ways but the API is getting 404 not found error or 400 Bad request error.
We don't know what is the exact…

Janani
- 29
- 1
- 1
- 3
0
votes
0 answers
T3 weblogic connection from AWS ECS to OIM not working
Currently, we have OIM (Oracle Identity Manager) APIs hosted on AWS EC2 instance which can be accessed via Network Load Balancer (t3://abc.xyz.mno:14000).
We are trying to connect to above mentioned Network Load Balancer from our Java application…

dexterous-unwrapped
- 83
- 7
0
votes
1 answer
jdeveloper deployment issue on oracle weblogic server
I am working on an oracle product Identity Management (IDM).
Initially when I wrote a separate program using Java (JDeveloper) it's worked fine.
Users are created in IDM using that java API.
But when I changed that program with the idea of the Web…

jawad
- 1
0
votes
1 answer
How to use single Database User Management (DBUM-12.2.1.3.0) connector for multiple Oracle Databases in single OIM environment
I've integrated DBUM connector with OIM 12c for "xyz" database as a target system. Now I'd like to integrate another "abc" database in the same environment. In such a case, what would be the ideal practice of integrating new database?
a. Should I…

Cpraveen
- 11
- 1
0
votes
1 answer
JDBC Error: java.sql.SQLRecoverableException: IO Error: The Network Adapter could not establish the connection
I am creating a java scheduled task in OIM. Part of the code is to access OIM database via JDBC. My code below:
String URL = "jdbc:oracle:thin:@10.10.171.160:1523:IAMDB";
String USER = "username";
String PASS =…

francisden
- 1
- 2
0
votes
3 answers
Export CSV with date stamp in the filename
I have written a simple SQL query to fetch few columns from a table.
I have created a OIM Script, which is currently running a SQL query and exporting that in a CSV. However, I am looking for to add date in the file name but not able to find any…

Suvradip Choudhury
- 19
- 3
0
votes
0 answers
OUD 12c integration with OIM 12c
I want to fetch all the users from OUD 12c to OIM 12c. Although I could do that when the OUD 12c was setup with the database but now the OUD installed on my machine does not have a database/RCU configuration. So now I am not able to fetch the users.…
0
votes
1 answer
Detect an Invalid User Attribute Field entry in OIM and send email notification based on the user type
I am required to create a Java Script but unable to figure on how to proceed as I don't have that much of coding idea in OIM, can someone assist(below I have mentioned the scenario)
Scenario:
In OIM User Attribute Page, there is a User Field: 'Job…
0
votes
1 answer
DBUM vs DBAT OIM Connector use cases
I have following two quick questions:
For things like unlocking a DB user account, locking DB user account, resetting passwords DB user account password, in an Oracle DB using OIM should we use DBAT or DBUM or DBAT connector ?
Also can we configure…

Archy
- 1
- 1