Getting an Errorwhile trying to update user's email in OIM

Hi,
I am getting an error while trying to update an user's email in OIM
Below is the error in the logs
EXCEPTION:[[
oracle.iam.identity.exception.UserModifyException: IAM-3010032:An error occurred while modifying user(s) in LDAP with key(s) - 923922:923922
at weblogic.rmi.internal.ServerRequest.sendReceive(ServerRequest.java:205)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:345)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:259)
at oracle.iam.identity.usermgmt.api.UserManager_nimav7_UserManagerRemoteImpl_1035_WLStub.modifyx(Unknown Source)
This issue is only for single user and update functionality is working fine for rest of the users.
I assume this might be due to data mismatch in OIM and OVD-OID.
Can someone suggest something to fix this issue.
Thanks,

Can someone please help me to fix this Issue ?

Similar Messages

  • Tried to update my account email address but was told, "your changes couldn't be saved"

    Tried to update my account email address but was told, "your changes couldn't be saved". How do I tell Adobe that the address they have for me will be closed in a week or so?

    Make sure you have cookies enabled and clear your cache.  If it continues to fail try using a different browser.
    Need to update account info or reset pwd
    Adobe ID, sign-in, and account help -
    http://helpx.adobe.com/x-productkb/policy-pricing/account-password-sign-faq.html

  • Getting error when trying to update apps

    I'm getting this error when trying to update CC apps on my iMac:
    Update Failed
    Unable to write to file/folder. You may exit now, try after disabling your anti-virus, or contact customer support.
    Has anyone experienced/resolved this issue?

    Ggallowaycb it would appear that your current User account's file permissions have become compromised and you are unable to write/modify a specific directory.  Please see Error "Exit 6" or "Exit 7" | Install log | Read, write, system file errors | CS5, CS5.5 - http://helpx.adobe.com/creative-suite/kb/error-exit-6-exit-7.html for information on how to adjust your file permissions.

  • HT4623 I keep getting error when trying to update to version 7.1

    I'm trying to update but it keeps getting an error

    Me too- been trying for >1hr and If get a "software Update Failed" and "an error occurred downloading IOS 7.1."
    I'm still on version 6.1.4. Can't believe the servers are still that swamped...

  • HT4623 keep getting error message trying to update to ISO7

    Time and time again I keep getting ERROR message when trying to update to ISO7 on my Ipad Retina and Iphone 4S.... help its driving me crazy

    Thank you for prompt reply.... I finally got phone and ipad updated at 2300hrs tonight lol think I was lucky and got an opening in the rush ha ha ha well impressed with update.... got my alarm set for friday midnight to order 5S .... crazy gadget freak lol started with 3g , 4, 4S, missed the 5 as wasn't too impressed, but defo want Iphone 5S .... and I aint carzy teenager.... 60 next year lol Thanks once again for your help ...

  • I keep getting error up trying to update software any1 know y

    Anyone know y I keep getting error come up whilst trying to update really need help ASAP please

    All I can recommend is doing a reset (holdind home and sleep buttons until the Apple logo appears) and retrying. Other than that, a trip to the Genius Bar sounds in order. I'm really not familiar with dealing with iOS devices sans computer.

  • Trying to Update User AuthenticationType via WebServices

    I have a .net web service that I have successfully used to update user records for other fields but when I try to use it to update the field AuthenticationType nothing happens. No error is generated. If I submit just the ExternalSystemId and the AuthenticationType (value = "User ID/PWD or Single Sign-On") it will return the user record with the AuthenticationType = null.
    I also checked the Web Services Utilization List and it shows the UserUpdate actions but there are no errors.
    Here is the code for the web service:
        public bool UpdateUsersInBatch(User.User1[] inUsers)
            User.UserWS_UserUpdate_Input input = null;
            User.UserWS_UserUpdate_Output output = null;
            bool retVal = false;
            string sessionId = LoginDefault();
            User.User _ws = new User.User();
            if (_useProxy) _ws.Proxy = new System.Net.WebProxy("proxyaddress", 8989);
            input = new User.UserWS_UserUpdate_Input();
            input.ListOfUser = inUsers;
            try
                _ws.Url = GetWSURL(sessionId);
                output = _ws.UserUpdate(input);
            catch (Exception ex)
                LogIt("UpdateUsersInBatch->ERROR->" + ex.ToString());
                throw;
            finally
                Logoff(ConfigurationManager.AppSettings["LoginURL"], sessionId);
            if (output.ListOfUser.Length > 0)
                retVal = true;
            return retVal;
        }

    I also can verify that the web service is working correctly because I can submit a change to other fields including the AuthenticationType and all the other fields will update correctly just not the AuthenticationType field.

  • Getting Error when Trying To Update Task Payload

    Hi,
    I am calling updateTask() operation of TaskService to update one of my task's payload...
    url : http://host:port/integration/services/TaskService/TaskServicePort
    request payload :
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService">
    <ns1:updateTask xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/common" xmlns:ns3="http://xmlns.oracle.com/bpel/workflow/task">
    <ns2:workflowContext>
    <ns2:credential>
    <ns2:login>weblogic</ns2:login>
    <ns2:password>weblogic11g</ns2:password>
    </ns2:credential>
    </ns2:workflowContext>
    <ns3:task>
    <ns3:title>task for PUR Req 700</ns3:title>
    <ns3:payload>
    <NewBusinessObject
    xmlns="http://xmlns.oracle.com/bpm/bpmobject/NewModule/NewBusinessObject">
    <pur_sk_seq>700</pur_sk_seq>
    <comment>modified comment</comment>
    </NewBusinessObject>
    </ns3:payload>
    <ns3:systemAttributes>
    <ns3:taskId>97c2ec0c-0c45-46be-92d5-9a8527f2ae69</ns3:taskId>
    </ns3:systemAttributes>
    </ns3:task>
    </ns1:updateTask>
    </soap:Body>
    </soap:Envelope>
    But I am getting below error in response :
    <env:Envelope
    xmlns:env="http://schemas.xmlsoap.org/soap/envelope/">
    <env:Header/>
    <env:Body>
    <env:Fault>
    <faultcode>env:env:Receiver</faultcode>
    <faultstring/>
    <faultactor/>
    <detail>
    <operationErroredFault
    xmlns="http://xmlns.oracle.com/bpel/workflow/taskService">
    <faultInfo
    xmlns="http://xmlns.oracle.com/bpel/workflow/taskService">UPDATE</faultInfo>
    </operationErroredFault>
    </detail>
    </env:Fault>
    </env:Body>
    </env:Envelope>
    Please note : my task parameters are editable.
    Can someone please help on this issue?
    Thanks,
    Debdeep

    This issue got resolved using the below payload...basically you will need to update the task with all other task details that you will get in response from getTaskDetailsById() or getTaskDetailsByNumber()...
    <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
    <soap:Body xmlns:ns1="http://xmlns.oracle.com/bpel/workflow/taskService">
    <ns1:updateTask xmlns:ns2="http://xmlns.oracle.com/bpel/workflow/common" xmlns:ns3="http://xmlns.oracle.com/bpel/workflow/task">
    <ns2:workflowContext>
    <ns2:credential>
    <ns2:login>Niloy</ns2:login>
    <ns2:password>welcome1</ns2:password>
    <ns2:identityContext></ns2:identityContext>
    </ns2:credential>
    </ns2:workflowContext>
    <task xmlns="http://xmlns.oracle.com/bpel/workflow/task">
    <title>Order approval/ Rejection task</title>
    <payload>
    <process xmlns:ns1="http://xmlns.oracle.com/SOAPOC/HTTest/OrderFetcher" xmlns:wsa="http://www.w3.org/2005/08/addressing" xmlns="http://xmlns.oracle.com/SOAPOC/HTTest/OrderFetcher">
    <ns1:OrderId>122122</ns1:OrderId>
    <ns1:Ordername>Ravi Kishore</ns1:Ordername>
    <ns1:OrderDate>02-Sept-1952</ns1:OrderDate>
    </process>
    </payload>
    <taskDefinitionURI>default/HTTest!1.0*soa_a3451776-9472-47f1-968c-9498feeefc65/OrderDecider</taskDefinitionURI>
    <creator>weblogic</creator>
    <ownerUser>weblogic</ownerUser>
    <priority>3</priority>
    <identityContext>jazn.com</identityContext>
    <processInfo/>
    <systemAttributes>
    <assignedDate>2012-08-30T20:22:05+01:00</assignedDate>
    <assigneeUsers>
    <id>niloy</id>
    <displayName>niloy</displayName>
    <type>user</type>
    </assigneeUsers>
    <createdDate>2012-08-30T19:40:46+01:00</createdDate>
    <customActions>
    <action>APPROVE</action>
    <displayName>Approve</displayName>
    </customActions>
    <customActions>
    <action>REJECT</action>
    <displayName>Reject</displayName>
    </customActions>
    <digitalSignatureRequired>false</digitalSignatureRequired>
    <displayInfo>
    <applicationName>worklist</applicationName>
    <hostname>jcapsmigration</hostname>
    <httpPort>7001</httpPort>
    <httpsPort>0</httpsPort>
    <uri>/workflow/HTForm/faces/adf.task-flow?_id=OrderDecider_TaskFlow&amp;_document=WEB-INF/OrderDecider_TaskFlow.xml</uri>
    </displayInfo>
    <fromUser>
    <id>weblogic</id>
    <displayName>weblogic</displayName>
    <type>user</type>
    </fromUser>
    <hasSubTasks>false</hasSubTasks>
    <inShortHistory>false</inShortHistory>
    <isGroup>false</isGroup>
    <numberOfTimesModified>5</numberOfTimesModified>
    <passwordRequiredOnUpdate>false</passwordRequiredOnUpdate>
    <pushbackSequence>INITIAL_ASSIGNEES;1</pushbackSequence>
    <secureNotifications>false</secureNotifications>
    <shortHistory>
    <task>
    <state>ASSIGNED</state>
    <updatedBy>
    <id>weblogic</id>
    <type>user</type>
    </updatedBy>
    <updatedDate>2012-08-30T19:40:46+01:00</updatedDate>
    <version>1</version>
    <versionReason>TASK_VERSION_REASON_INITIATED</versionReason>
    </task>
    <task>
    <state>ASSIGNED</state>
    <updatedBy>
    <id>weblogic</id>
    <type>user</type>
    </updatedBy>
    <updatedDate>2012-08-30T19:47:34+01:00</updatedDate>
    <version>2</version>
    <versionReason>TASK_VERSION_REASON_UPDATED</versionReason>
    </task>
    </shortHistory>
    <state>ASSIGNED</state>
    <substate>REASSIGNED</substate>
    <systemActions>
    <action>UPDATE_COMMENT</action>
    </systemActions>
    <systemActions>
    <action>VIEW_SUB_TASKS</action>
    </systemActions>
    <systemActions>
    <action>DELEGATE</action>
    </systemActions>
    <systemActions>
    <action>SUSPEND</action>
    </systemActions>
    <systemActions>
    <action>UPDATE</action>
    </systemActions>
    <systemActions>
    <action>UPDATE_ATTACHMENT</action>
    </systemActions>
    <systemActions>
    <action>ESCALATE</action>
    </systemActions>
    <systemActions>
    <action>VIEW_PROCESS_HISTORY</action>
    </systemActions>
    <systemActions>
    <action>REASSIGN</action>
    </systemActions>
    <systemActions>
    <action>VIEW_TASK</action>
    </systemActions>
    <systemActions>
    <action>CUSTOM</action>
    </systemActions>
    <systemActions>
    <action>INFO_REQUEST</action>
    </systemActions>
    <systemActions>
    <action>VIEW_TASK_HISTORY</action>
    </systemActions>
    <taskId>e1d269a0-a9ae-4ad5-b52d-e5a381d32f15</taskId>
    <taskNumber>200040</taskNumber>
    <updatedBy>
    <id>niloy</id>
    <displayName>niloy</displayName>
    <type>user</type>
    </updatedBy>
    <updatedDate>2012-08-30T20:34:31+01:00</updatedDate>
    <version>5</version>
    <versionReason>TASK_VERSION_REASON_UPDATED</versionReason>
    <taskDefinitionId>default/HTTest!1.0*soa_a3451776-9472-47f1-968c-9498feeefc65/OrderDecider</taskDefinitionId>
    <taskDefinitionName>OrderDecider</taskDefinitionName>
    <workflowPattern>Participant</workflowPattern>
    <isTestTask>false</isTestTask>
    <participantName>Order Master</participantName>
    <assignees>
    <id>niloy</id>
    <displayName>niloy</displayName>
    <type>user</type>
    </assignees>
    <rootTaskId>e1d269a0-a9ae-4ad5-b52d-e5a381d32f15</rootTaskId>
    <systemStringActions>PUSH_BACK,sharePayload</systemStringActions>
    <stage>Stage1</stage>
    <isTemplateTask>false</isTemplateTask>
    <taskViewContext>Transferred</taskViewContext>
    <taskNamespace>http://xmlns.oracle.com/SOAPOC/HTTest/OrderDecider</taskNamespace>
    <actionDisplayName>Task Updated</actionDisplayName>
    <componentType>Workflow</componentType>
    <thread>0</thread>
    <parentThread>0</parentThread>
    </systemAttributes>
    <systemMessageAttributes/>
    <callback>
    <id>OrderFetcher/OrderDecider.TaskService</id>
    <converstationId>urn:27E63DC0F2D211E1BFFD9DA87F46F90F</converstationId>
    </callback>
    <isPublic>false</isPublic>
    <sca>
    <applicationName>default</applicationName>
    <componentName>OrderDecider</componentName>
    <compositeDN>default/HTTest!1.0*soa_a3451776-9472-47f1-968c-9498feeefc65</compositeDN>
    <compositeInstanceId>110001</compositeInstanceId>
    <compositeName>HTTest</compositeName>
    <compositeVersion>1.0</compositeVersion>
    <ecId>11d1def534ea1be0:-d4d1dba:13978b478c7:-8000-0000000000000800</ecId>
    <parentComponentInstanceId>bpel:70001</parentComponentInstanceId>
    <parentComponentInstanceRefId>70001-BpInv0-BpSeq1.6-2</parentComponentInstanceRefId>
    <compositeCreatedTime>2012-08-30T19:40:09.461+01:00</compositeCreatedTime>
    </sca>
    <taskDefinitionId>default/HTTest!1.0*soa_a3451776-9472-47f1-968c-9498feeefc65/OrderDecider</taskDefinitionId>
    <correlationId>e1d269a0-a9ae-4ad5-b52d-e5a381d32f15</correlationId>
    <mdsLabel>soa_a3451776-9472-47f1-968c-9498feeefc65</mdsLabel>
    <creatorDisplayName>weblogic</creatorDisplayName>
    <ownerUserDisplayName>weblogic</ownerUserDisplayName>
    <customAttributes>
    <customAttributeNumber1>0.0</customAttributeNumber1>
    <customAttributeNumber2>0.0</customAttributeNumber2>
    </customAttributes>
    </task>
    </ns1:updateTask>
    </soap:Body>
    </soap:Envelope>

  • Getting an error trying to update CC camera raw, download is corrupt U43M1D204

    Noticed updates pending, tried to download them, got 'failed' message for Camera Raw 9 and for Bridge CC update. Click on error and I see the following:
    Update Failed
    The download appears corrupted. Please try to download again. (U43M1D204)
    I am using Adobe Creative Cloud on OS X 10.10.3. MacBook Pro 11,3, recent clean install of OS X Yosemite.
    I am seeing the same error for the Camera RAW 9 update for CC on a completely different computer, also a Mac, running OS X 10.9.5.

    FYI: In order to download the Adobe Camera RAW 9.0 update manually please follow the link below:
    * Camera Raw 9.0 Macintosh  https://email.dc-uoit.ca/owa/redir.aspx?SURL=CCJSzHZEwGmANjuJYzKhpTm7diIebYU8OolZ0z-iOfESh lCKEkzSCGgAdAB0AHAAOgAvAC8AcwB…
    * Camera Raw 9.0 Windows https://email.dc-uoit.ca/owa/redir.aspx?SURL=v3ImUv5vzQd9X5HPESsZo7BhwB1mhTMxCGkQG-HyX54Sh lCKEkzSCGgAdAB0AHAAOgAvAC8AcwB…
    When I asked about the auto-update not working, this was the reply:
    There is a back-end fix which will be coming and there is no issue with your system.
    The auto update would work fine in future.

  • Error when trying to update user properties

    Hi, wherever I want to change a user property in the active directory domain and computers I get a "The specified directory service attribute or value already exists"
    I've chequed pretty much everithing, active directory replication and dns seems to be fine.
    Any help will be really apreciated.
    Thanks in advance to everyone
    Javier

    If you are developing a code to do that, you can refer to that:
    http://support.microsoft.com/kb/894277
    http://blogs.msdn.com/b/dsadsi/archive/2009/08/28/getting-an-exception-the-specified-directory-service-attribute-or-value-does-not-exist-when-you-try-to-search-a-user-in-an-ad-container-using-system-directoryservices-accountmanagement-userprincipal-findbyidentity.aspx
    More if you ask them in development forums: https://social.msdn.microsoft.com/Forums/en-US/home
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • HT1923 removed itunes after getting error when trying to update. restarted computeer and now i can't download it

    I'm trying to re-install i-tunes on my PC but it won't let me. I had an error message when i loaded i-tunes and then uninstalled it as instructed. what do i do now?

    After I did that I tried to install and it just tells me "Thank you for using itunes" without actually installing it.
    Try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?

  • Getting error whilst trying to update billing info

    Unable to bill my the credit card on file...but whenever I try to verify my billing info and reactivate I always get an error window
    This is the South african store and I purchased the Cretive Cloud Subscription...I wonder what changed because the credit card has funds and the billing info is the same as the info I purchased with in the beginning.
    Sombody help please, because now my Subscription is suspended
    Thanks...

    Hello...
    No , not yet!...there's someone from adobe South Africa trying to help, but the subscription is still suspended
    Tumiso Praise Marebane
    Letus Hub (Pty) Ltd
    Cell: +27 83 759 3930
    Fax: +27 86 2330 174
    Email: [email protected]
    www.letusbiz.biz
                                                                                    This message contains information intended solely for the addressee, which is confidential or private in nature. If you are not the intended recipient, you may not peruse, use, disseminate, distribute or copy this message or any file attached to this message. Any such unauthorised use, is prohibited and may be unlawful. If you have received this message in error, please notify the sender immediately by e-mail, facsimile or telephone and thereafter delete the original message from your machine.

  • Getting "Publishing Error" trying to update website, please help.

    New to this and love iWeb so far. Successfully loaded www.cruisingblueheavens once or twice or several times but today getting this error message: "Can’t create the file “mwmac.png.” The disk may be damaged or full, or you may not have sufficient access privileges." I originally thought by saying "OK"to this I was bypassing this error and making updates anyway, but not true. Previous error was related to "PSCN0479.jpg" and I cropped and re-copied the new photo of ourselves and got past that.  Now I have no idea why or where I might have a .png file but the update doesn't get past the first few seconds of the Welcome page.  What's wrong and/or what's the work-around? I have 3.04 version, the latest supposedly.
    Thank you in advance
    Jeanne

    Try the troubleshooting steps under "Fix iWeb" here...
    http://www.iwebformusicians.com/iWeb/iWeb-Tips.html

  • I get this when trying to update my iPhone: "could not be synced because the sync session failed to finish." Have lost many apps and date. Hope it's not permanent.

    Help?

    I know you said everything is up to date, but just to make sure....iTunes is at least 10.5, right?
    Have you tried resetting sync history? (Edit>Preferences>Device>Reset Sync History: It won't delete any of your information)
    Also, you can run a iTunes diagnostics test just to make sure everything passes.
    I would also try to backup your back up files on an external drive (http://support.apple.com/kb/ts2529) and delete the backups in your system, to see if anything in there was stopping the syncs from going through?

  • [Forefront for Exchange] Disabled vBuster engine keeps trying to update and sending emails

    Good day and thank in advance for any help.
    As object, I've disabled vBuster from my FPE, both updates and scans.
    I have also set "update once" on the scheduling for it (even if it's disabled). Sadly It still keeps sending me an email every our telling me vBuster is unable to update! When I call for an "Engine Summary " it correctely reports that Updates are disabled
    and scans too. 
    I have also restarted fpe services and it is at last rollup. 
    If anyone has an idea on how to solve It would be greatley appreciated.
    Thanks again and kind regards
    Francesco

    The first command output is:
    OverrideAutomaticManagement : True
    OnDemandEngines : <Microsoft, Karspersky, Norman, Authentium>
    RealtimeEngines     : <Microsoft, Karspersky, Norman, Authentium>
    ScheduledEngines  : <Microsoft, Karspersky, Norman, Authentium>
    TransportEngines   : <Microsoft, Karspersky, Norman, Authentium>
    The second one has all engines set to TRUE on EnableSchedule BUT VirusBuster which is:
    Engine: VirusBuster
    EnableSchedule: False 
    It seems correctely disabled but It kept sending emails all night .

Maybe you are looking for