Copy of challenge Questions / answers in one IOM database to another

Hello

I need to copy Challenge Questions / answers in one IOM database to another.
It seems that I have about 477 lines in the PCQ table in my existing database of IOM.

I need to copy these questions and answers (all users already exists in the new basis of OIM) to the new base of the IOM.

Any ideas or suggestions?

Concerning
Vijay Colin

The questions and answers are encrypted in order to copy directly from the db will not really help you unless you have the same encryption keys in the two IOM installs.

What I would do is:

Signature of use service logging to log on as each user and the API of the IOM to extract information about the use of the getChallengeValuesForSelf() API
Generate the data in a file
Move the file to the new instance of the IOM
Use signature based logging to log on as each user and the API of IOM for updating issues using setChallengeValuesForSelf() API

http://otndnld.Oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/Javadocs/operations/Thor/API/operations/tcUserOperationsIntf.html#getChallengeValuesForSelf)

Good luck
/ Martin

Tags: Fusion Middleware

Similar Questions

  • Link to one Oracle database to another database

    Hello world!

    I have 2 databases. I need to create a database link to copy a table from one database to another.

    Two of them are Oracle 10 g v2

    Please advice me how can I go about it.

    I try to avoid import and export.

    What are the options left to me?

    Thank you

    Dear user645399,

    You can create a database with the following link;

    create public database link "OPTTEST"
    connect to SYSTEM
    identified by ""
    using '10.6.105.131:1521/opttest';
    

    Please note that when you search for something through this database link, your user that you put in the database link is important. Lets say you are the sys user on your database and to ask something of this database link database. You do not question him as the user sys, will ask that the user that add you in the link to database.

    Hope that helps.

    Ogan

  • How to get a question answered by one expert/here is the question.

    HP Question: laptop PC 60-508US: product number #VM093UA. More recent Version of HP Support Assistant was working fine, then suddenly disappeared. Uninstalled and aareinstalled, but Windows 7 does not work, only the old HP Support they use to have (downloaded on hp.com), when it updates, it no longer works.  HPSF Troubleshooting compatibility, says it is not compatible, lalthogh, that was before. Windows 7 Home Premium, seems to work on a Windows XP Service Pack. The Bios should probably put up-to-date, however, I don't really know how this system "tune up." I don't like Windows 8, and I don't want to update. Mr. Fix It did not help either. I have also "warnings" which does not have the update from HP and my computer my not be secure. Would be grateful someone help. It's a G60-508US and hp.com all the updates, troubleshooting, is everything from 2010. Your loyal customer, paid a lot in the help from you because I bought the computer.

    You have really SA HP, or updates from HP. Both can be uninstalled with no ill effects. No update is usually marketed for any machine over the years or so old still...

  • Can I copy only the changed files to one external drive to another?

    I have my music files on an external drive with a second copy saved on another external drive. When I add or update the files in iTunes, is there a way I can copy only files that have changed on my second drive without copying them individually?

    Command line terminal use:

    rsync

    Ref: ble-basically-want-to-merge-two-folders http://apple.stackexchange.com/questions/51251/copy-new-files-only-is-this-possi

  • copy data from one comprehensive database to another in the same windows server

    Hi all

    We intend to migrate or copy the complete data of a database which is in 11.2.0.1.0 enterprise edition for 11.2.0.1.0 in the standard edition.

    Two oracle homes are even windows Server.

    According to my knowledge, we can do this:

    1. create a database in 11.2.0.1.0 in standard edition and migrate by datapump

    2 tablespaces transportable datapump option.

    3 Rman cloning.

    Is it possible to lower the db in 11.2.0.1.0 enterprise edition in a uniform State... copy the file pfile, backup of the controlfile, data files and paste in 11.2.0.1.0 in the standard edition home... After you re-create the control file and db startup?

    You cannot clone a database of EE in a self a.

    The only option you have is option 1.

    Refer to support note 465189.1 if you want more details

  • How to migrate IOM 11.1.1.7 to IOM 11.1.2.2 answers to challenge Questions

    Hello

    We have IOM 11.1.1.7 and that you have installed IOM 11.1.2.2 as a separate instance. Now I have to migrate all users Challenge Questions / answers of IOM 11.1.1.7 to IOM 11.1.2.2. Need to know if there is a way to bulk migrate all challenge Questions and answers. I see PCQ that holds any challenge Questions and responses from the table, but they are in encrypted form. Using the Java APIs, I can read and decipher all the Questions and answers, but how to create in the new environment.

    Any help is appreciated.

    Thank you

    Your best option is to run the code of the scheduled task within your old instance will use the pot tcCryptoUtil to decrypt the contents of the table challenge question and write down them somewhere in an encrypted format using your own custom code with the user name or value that will be available in the new instance of the user. Then your new instance in another scheduled task, use the same API decrpyt on the table of the USR to get user and login passwords because each user to use set questions api challenge for itself. You will need to decrypt a writing or recording of your content in the old instance.

    -Kevin

  • Get the challenge questions and responses of OIM 11 g PS2 (11.1.2.2.0) using a code

    Hello

    I have to write code to pick up the challenge question and answer for a user (a user has only a matter of challenge), that's the feature 'Reset password', I have to create a webservice that can retrieve this information for the portal application (it is that we have a custom interface). My webservice was working fine until 11g PS1 I could to the query table "DMP" and get relevant data for the user, but after upgrading to 11g PS2 (11.1.2.2.0) the old code does not work it is back * to challenge and answer question.  So, I updated the code, now instead of directly querying table PCQ I use the API of the IOM, I am able to make the issue of the challenge for a user by using the getChallengesForUser method, but I don't know how to recover the answer to this question...  Please help it is a little urgent.

    PS. : If the soil is to use the getChallengesForLoggedInUser method if you please how can I create a session in the same method for the user.

    Concerning

    Dheeraj

    Code snippet:

    oimConn = new OIMConnect();

    Customer OIMClient = oimConn.connect ();

    usrMgr = client.getService (UserManager.class);

    ChallengeResponseService responseServi = (ChallengeResponseService.class) client.getService;

    ClientSession = client.getService (ClientLoginSessionService.class) ClientLoginSessionService;

    System.out.println ("inside the getSecretQues()...");

    System.out.println ("inside the getSecretQues ()... userId..." + userId);

    clientSession.loginSessionCreated (userId);     I thought that it would create a user login session so that I could use 'getChallengesForLoggedInUser '.

    Set setForQues = responseServi.getChallengesForUser (username, Locale.US);

    Iterator setForQuesItr = setForQues.iterator ();

    If (setForQues.Size () > 0)

    {

    Defy challQuestion = (Challenge) setForQuesItr.next ();

    question = challQuestion.getDisplayValue (); This works very well and retrieves the question

    }

    The code below is to get the answer works but doesn't

    SER value = responseServi.getChallengesForLoggedInUser (Locale.US);

    Object [] challengeQuesAns = ser.toArray ();

    for (co int = 0; co < challengeQuesAns.length; ++ co)

    {

    Defy challengeAns is challengeQuesAns (Challenge) [co];.

    System.out.println ("Inside getSecretQues ()... challengeQuesAns..." + challengeAns.getId () + "" + challengeAns.getResponse () + "" + challengeAns.getResponse ());

    If ((challengeAns.getDisplayValue (). Equals (question)))

    {

    response = challengeAns.getResponse ();

    }

    }

    clientSession.loginSessionDestroyed (userId);

    Can you try below extracted and see if you are able to print the answer decrypted?

    try {}

    tcUserOperationsIntf userOperationsIntf = (tcUserOperationsIntf) oimClient

    .getService (tcUserOperationsIntf.class);

    resultSet tcResultSet = userOperationsIntf

    .getChallengeValuesForUser (Long.parseLong (take));

    If ((resultSet == null) |) ((resultSet.isEmpty ())) {

    System.out.println ("the ResultSet is empty or null");

    Return challengeQuestionAnswers;

    }

    rowCount int = resultSet.getRowCount ();

    for (int j = 0; j)< rowcount;="" j++)="">

    resultSet.goToRow (j);

    String columnNames = resultSet.getColumnNames ();

    for (int i = 0; i)< columnnames.length;="" i++)="">

    String question = resultSet

    .getStringValue ("Users.Password challenge Question.Question");

    String response = resultSet

    .getStringValue ("Users.Password challenge Question.Answer");

    challengeQuestionAnswers.put (question, answer);

    }

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    }

  • where are the challenge questions and answers stored in OAM?

    Hello

    OAM 10g, where the challenge questions and answers are stored?

    What is the best way to migrate the OAM 10 g challenge questions and answers in OIM 11 g?  Is it recommended to migrate or users request to reset the challenge questions and answers in OIM 11 g?

    Thank you

    Khanh

    Hello

    As a best practice after the migration of 10g OAM, you can force the user to set the questions and answers of security. The chances of error will be zero in this case.

    Also in the years/qus secuirty IOM are stored in table PCQ in encrypted form.

    ~ J

  • forget the apple security question answer

    Hi how to do security answer? as I forgot the answer

    If you have an emergency check on your account e-mail address (an additional/alternate e-mail address is different), then you can use it to reset the: If you forgot your Apple ID security questions answered

    If you do not have a backup email address (you won't be able to add one, until you can answer your questions), you will need to contact support in the country where you are (and therefore the country on your account) to get the reset questions: Contact Apple for the Apple ID account security support

    If your country is not on this page, then try this form to contact Support: https://www.apple.com/emea/support/itunes/contact.html

    When they were released, and if you don't have an alternate email address, you can then add one for possible future use: on your Apple ID - Apple Support email addresses

    Or if it is available in your country, you can substitute 2-step verification: frequently asked questions about two-step for Apple ID verification

  • I forgot my secret question, answer and the second email but I have the password of my ID Apple and my phone number. I want to receive by email for my secret to my Apple ID issue because it is a gmail account. Please help me

    I forgot my secret question, answer and the second email but I have the password of my ID Apple and my phone number. I want to receive by email for my secret to my Apple ID issue because it is a gmail account. Please help me

    You have to ask Apple to reset your security questions. To do this, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.


    (139026)

  • How can I retrieve my security question answers

    I'm trying to get the answers to my security questions

    If you have an emergency check on your account e-mail address (an additional/alternate e-mail address is different), then you can use it to reset the: If you forgot your Apple ID security questions answered

    If you don't have an alternate email address you need to contact support in the country where you are (and therefore the country on your account) to get the reset questions: Contact Apple for the Apple ID account security support

    If your country is not on this page, then try this form to contact Support: https://www.apple.com/emea/support/itunes/contact.html

    When they were released, and if you don't have an alternate email address, you can then add one for possible future use: on your Apple ID - Apple Support email addresses

    Or if it is available in your country, you can substitute 2-step verification: frequently asked questions about two-step for Apple ID verification

  • I forgot my security question answers and my email resue has a mistaket

    I forgot my security question answers and my email resue has a mistaket

    You have to ask Apple to reset your security questions. To do this, click here and choose a method; If this page does not list one for your country or if you are unable to call, complete and submit this form.

    (137726)

  • Problem with challenge Questions/Force Password reset

    Problem with challenge Questions/Force Password reset

    We have integrated the IOM - OAM 11g R2 PS1. When a new user is created through the console of the IOM and tried to login for the first time in the console of the IOM.

    -Accessible via Direct / url of the Web server on port 7777 (by OAM), framework for change of password is visible and challenging questions setting frame is not visible. In this case, I'm not able to reset the password due to errors (popup appears with "Houston-29000 unexpected exception caught:" error). Paste the contents of the log below:

    NOTE: ANY CUSTOMIZATIONS PERFORMED ON ISSUES CHALLENGE *.

    oracle.iam.ui.platform.exception.OIMRuntimeException: Houston-29000: Unexpected exception caught: java.lang.NullPointerException, msg = null

    at oracle.iam.ui.authenticated.firstlogin.model.am.FirstLoginAMImpl.changePassword(FirstLoginAMImpl.java:261)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at oracle.adf.model.binding.DCInvokeMethod.invokeMethod(DCInvokeMethod.java:657)

    at oracle.adf.model.binding.DCDataControl.invokeMethod(DCDataControl.java:2143)

    at oracle.adf.model.bc4j.DCJboDataControl.invokeMethod(DCJboDataControl.java:3114)

    at oracle.adf.model.binding.DCInvokeMethod.callMethod(DCInvokeMethod.java:261)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.doIt(JUCtrlActionBinding.java:1635)

    at oracle.adf.model.binding.DCDataControl.invokeOperation(DCDataControl.java:2150)

    at oracle.jbo.uicli.binding.JUCtrlActionBinding.invoke(JUCtrlActionBinding.java:740)

    at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.executeEvent(PageLifecycleImpl.java:402)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding._execute(FacesCtrlActionBinding.java:252)

    at oracle.adfinternal.view.faces.model.binding.FacesCtrlActionBinding.execute(FacesCtrlActionBinding.java:210)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBinding(FacesUtils.java:176)

    at oracle.iam.ui.platform.utils.FacesUtils.executeOperationBindingFromActionListener(FacesUtils.java:123)

    at oracle.iam.ui.authenticated.firstlogin.bean.FirstLoginValidatorBean.setPassword(FirstLoginValidatorBean.java:376)

    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

    at java.lang.reflect.Method.invoke(Method.java:597)

    at com.sun.el.parser.AstValue.invoke(AstValue.java:187)

    at com.sun.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:297)

    at org.apache.myfaces.trinidadinternal.taglib.util.MethodExpressionMethodBinding.invoke(MethodExpressionMethodBinding.java:53)

    at org.apache.myfaces.trinidad.component.UIXComponentBase.broadcastToMethodBinding(UIXComponentBase.java:1256)

    at org.apache.myfaces.trinidad.component.UIXCommand.broadcast(UIXCommand.java:183)

    at oracle.adf.view.rich.component.fragment.UIXRegion.broadcast(UIXRegion.java:148)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:102)

    to oracle.adf.view.rich.component.fragment.ContextSwitchingComponent$ 1.run(ContextSwitchingComponent.java:92)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent._processPhase(ContextSwitchingComponent.java:361)

    at oracle.adf.view.rich.component.fragment.ContextSwitchingComponent.broadcast(ContextSwitchingComponent.java:96)

    at oracle.adf.view.rich.component.fragment.UIXInclude.broadcast(UIXInclude.java:96)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.broadcastEvents(LifecycleImpl.java:1018)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:386)

    at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:194)

    at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265)

    to weblogic.servlet.internal.StubSecurityHelper$ ServletServiceAction.run (StubSecurityHelper.java:227)

    at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)

    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)

    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:205)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adf.view.page.editor.webapp.WebCenterComposerFilter.doFilter(WebCenterComposerFilter.java:117)

    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)

    at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:106)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)

    to org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$ FilterListChain.doFilter (TrinidadFilterImpl.java:446)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:271)

    at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:177)

    Any help.

    Thank you.

    I solved this problem, the problem is due to Bug ID # 17008132.

    Thank you.

  • I do not remember my security question answers do - what I do

    I don't remember my security question answers. How can I get my account to make changes without them?

    See the following for instructions: If you forgot your Apple ID - Apple Support security questions answered

  • I forgot my security question answers

    I've forgotten the answers to my security questions and I have not an email to save can anyone help me?

    Hello. This information will help you If you forgot your Apple ID - Apple Support security questions answered

Maybe you are looking for