Problem handling SMTP address with OIM 11gR2 Exchange connector

Hello,
I have a problem in regarding the primary SMTP address with the Exchange connector. The connector doesn't seem to be able to update it. Changing a user's primary SMTP address from its account details in OIM creates a new secondary address in Exchange. It does not change the current primary SMTP address. This does not look like a normal behavior... Any ideas on how to fix this?
I'm using OIM 11gR2 with BP10 with AD 11.1.1.5.0A and Exchange 11.1.1.5.0.
Thanks,
--jtellier

Yes, you can try out few things suggested in below thread
Re: Exchange Provisioning
The error looks like form exchange server side but still not sure about it.
Meantime open Service Request with oracle about the same as I can see other developers are also facing same issue.

Similar Messages

  • Configuring ACF2 connector with OIM 11gR2

    Hi Experts,
    I am working on configuring ACF2 connector with OIM 11gr2, In an intermediatory step we need to copy VOYAGER_ID.properties file. The comment against this file is written as: Rename VOYAGER_ID with the name "Voyager server's VOYAGER_ID control file property".
    Can anybody please tell what does this actually mean?
    thanks

    Rename the copied file to match the VOYAGER_ID property. For example, if the target system has VOYAGER_ID = VOYAGE14, then the .properties file should be named VOYAGE14.properties.
    The Voyager reconciliation agent sends a unique identifier value, called VOYAGER_ID, each time a reconciliation event occurs. This value must match the name of the .properties file being used by the topsecret-adv-agent-recon.jar file for reconciliation.

  • Configuring Access Control with OIM 11gR2

    Hi,
    I have to configure Access Control resource with OIM 11gR2. Kindly share relevant pointers.
    Best Regards,
    Varun

    I think this link will be Helpful
    22.5.1 Configuring Oracle Application Access Controls Governor
    http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/segduties.htm#OMDEV3394

  • OIM 11GR2 UNIX Connector Reconcile users from UNIX inquiry

    Good Day!
    I would like to ask whether there is a way in OIM that when I reconcile all new users from my UNIX server, OIM will also create the resource which this user is provisioned upon?
    Here is my scenario:
    1.) Freshly installed OIM 11GR2.
    2.) Installed UNIX connector on OIM 11GR2.
    3.) Configured UNIX TRUSTED Resource
    4.) Reconciled all the UNIX users into OIM. (New users are created since my OIM doesn't have any user)
    5.) The problem is when the new users are now created in OIM, they don't have entitlements or accounts linked to the UNIX server which they have been pulled upon.
    I would like to ask whether I need to configure something to have the entitlements/accounts linking possible?
    If not, what are the ways I can achieve this?
    The only way I can think of is have the UNIX users be created in a flat file first then load via GTC then have reconciliation to have OIM to link these users to UNIX which I believe should be able to do the scenario I am asking upon.
    Thanks in advance!
    Regards,
    Jeff

    By the way, checking target resource recon by default will not create new users when OIM is not able to establish a link.
    In my case, OIM doesn't have any users since this is a fresh install hence even running target resource at start will won't create the new users in OIM right?
    based from this:
    "You configure application (AD, OID, OVD, HR) etc in Target Resource Mode if that OIM is source of truth for user provisioning (All users are created in OIM and OIM then provision accounts in Application. Any changes in Application are reconciled back to OIM)."

  • Encoding problem when forwarding mails with attachments using exchange account

    Hi,
    I'm facing a special misbehaviour of mail. Scenario: With Apple Mail 7.2 I would like to forward an exchange mail with attachments. The mail is wirtten in german and uses german special characters like äüöÄÖÜ. During editing the mail everything is ok which means all characters are shown in thte correct way. When I send the mail, something magic must happen in the background.
    When I look in the sent mail folder and open the mail, all special characters are show as "?". Must be an encoding problem, I gues but I don't know how to fix it.
    When I send exactly the same mail with another Apple mail account (non exchange), there is no problem. So I assume it has something to do with handling exchange accounts under Apple mail.
    Any idea to solve this issue? Thanks in advance.
    Br,
    Jakob

    This is a know issue with Yahoo! Email on the iPhone. When sending email, sometimes it will say it has been sent, while it really has not (and it will not show up in the sent folder).
    It has been discussed quite a bit in the forums, so a search will turn up a lot of discussion, but no solid solution. Some say Yahoo is working on a fix, other that Apple is.
    The most common solution (which is usually temporary), is to either reboot your phone, and/or delete and reinstall your Yahoo! Mail account on your phone.

  • Problems multiple SMTP servers with a single name at my work

    At my University we have our outgoing mail sent to smtp.su.se
    The IT department has three separate servers that handle the outgoing mail. If one server goes down a PC user get his mail out using one of the two other good servers. In the last month us Mac users have a serious problem, where our computers "remember" the which of the three servers we last used even though they all have the same name smtp.su.se. I had the #2 server go down and could not send mails out. The IT department is blaming a fault in the Mac system software. The IT department told me to pick one of the servers that was still up and running smtp3.su.se and my mails did send. But now I depend on just that one server. Is my IT department correct in saying that my Mac system 10.5 is remembering in the background which specific machine was last used and bypassing the shared server function. My guess is that the IT department has something messed up but it is beyond my abilities to tell. Help please....

    Hello aps7828:
    If I read that correct, you only get the error when you run the executables and not the VIs. Can you take a look at your processor level while one .exe is running. I am wondering if that is the source of the problem.
    Regards,
    Roland A.
    Applications Engineer
    National Instruments
    Check out VI Roadshow

  • Error in Ldap sync with OIM 11gr2 and OID

    Hi,
    I am trying to sync OIM 11g r2 with OID using Ldap sync option. While creating a user or role I am facing this error
    IAM-2050243 : Orchestration process with id 930, failed with error message IAM-3010201 : LDAP create event failed : Error: NO_SUCH_OBJECT null.
    Help required,
    Thanks

    Any suggestions...

  • Send mail problem having invalid address with correct addresses

    I used java mail api to send mails. the code is a s below
    javax.mail.Session mailSession=(javax.mail.Session)ctx.lookup("java:/Mail");
    mailSession.setDebug(false);
    javax.mail.Message msg = new javax.mail.internet.MimeMessage(mailSession);
    msg.addRecipients(javax.mail.Message.RecipientType.TO, addressToArr);
    msg.setSubject(mailSubject);
    msg.setContent(mailBody, contentType);
    javax.mail.Transport.send(msg);
    But if there is an invalid address in the recipient address array, the email won't be sent to the correct addresses as well. i just want to know whther it happens any coding issues or our mail server implementation.

    Hi!
    You need to activated properties config mail.smtp.sendpartial to true :
    // Setup partial mail
    props.put("mail.smtp.sendpartial", (new Boolean(partial)).toString());
    if the recipient address array have bad address, it will still be sent to good address...
    or/and check email address before send mail :
    public static boolean isValidEmail(String email)
              if (email == null) return false;
              boolean valid = true;
              try
                   InternetAddress addr = new InternetAddress(email);
                   addr.validate();
              catch (AddressException ex)
                   valid = false;
              return valid;
    }regards,

  • Can´t Mail handle smtp/s with authentication?

    My mailserver is running on linux and allows only authenticated connections (unprotected and also protected by SSL (imaps)). Connection to the imap server works when starting mail for the first time.
    However the connection to my outgoing mail server (which is postfix also using authentication and optionally ssl) doesn´t work.
    The following shows up in the logs:
    May 14 04:58:38 daolin postfix/smtpd[22964]: connect from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: setting up TLS connection from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: SSL_accept error from unknown[192.168.9.251]: -1
    May 14 04:58:38 daolin postfix/smtpd[22964]: lost connection after STARTTLS from unknown[192.168.9.251]
    May 14 04:58:38 daolin postfix/smtpd[22964]: disconnect from unknown[192.168.9.251]
    any chance to get mail working with postfix?
    Thunderbird works like a champ. No problems.
    Macbook Pro   Mac OS X (10.4.6)  

    just have them forward to each other

  • OIM 11gr2 UNIX Connector SUDO user

    Good Day!
    I would like to ask on how can I configure the UNIX connector using a SUDO user?
    I already have followed the documentation guide in setting up the SUDO user but I am getting this error:
    org.identityconnectors.framework.common.exceptions.OperationTimeoutException: Command timed-out while waiting for: password
    I'm not sure if I missed some steps?
    Your reply is greatly appreciated.
    Thanks!
    Regards,
    jeff

    Was there any feedback to your SR coming from Oracle?
    Because I have the same issue here.
    Regards,
    M

  • Exchange 2013 - Outlook 2010 - 550 5.1.0 RESOLVER.ADR.InvalidInSmtp; encapsulated INVALID address inside an SMTP address

    Hello, 
    I have issue when sending email to some addresses. Server respond with:
    Remote Server returned '550 5.1.0 RESOLVER.ADR.InvalidInSmtp; encapsulated INVALID address inside an SMTP address (IMCEAINVALID-)'
    My enviroment: Exchange 2013, Outlook 2010 - no cached mode. Issue happend with two email addresses but not always.
    Any suggestion, how to resolve issue?
    Thx.

    Hi Tomas,
    Does this issue occur in OWA? How is the impact, only one user or all users?
    Please try to run Outlook under safe mode to avoid add-ins and AVs.
    If there is any 3rd party add-ins, please try to disable them for testing.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • Configuring exchange connector in OIM 11gR2

    Hi Experts,
    I have to configure exchange connector with OIM 11gR2. I went through the connector guide and there they have mentioned about custom powershell script. Please let know from where I can get this script and the use of it. If any one is having sample script then please share it with me.
    Regards,
    Bhawna.

    Connetcor version is 11.1.1.6.0
    Also in doc it was mentioned to create a .bat file on OIM server to call this power shell script on connector server.

  • Utilities replaced by Services in OIM 11gR2

    Hi,
    Why is the use of oracle.iam.platform.OIMClient recommended over Thor.API.tcUtilityFactory for configuring clients with OIM 11gR2.
    Kind Regards,
    Varun

    It is the preferred method in all of 11g, even R1. As to why, I do not have the details.
    -Kevin

  • OIM 11gR2 Reporting

    Please share the link to download the correct version and also the steps to configure BI publisher with OIM 11gr2 for reporting. Thanks in advance.

    Duplicate - OIM 11gr2 Reporting

  • OIA - OIM 11gR2 Integration - Which WLS Version?

    Hello,
    we want to integrated OIA with OIM 11gR2. Which version of WLS server should we use? OIA is only certified with WLS 10.3.5.
    Oracle recommends as follows:
    Both Oracle Identity Manager and Oracle Identity Analytics should be installed on servers running the same version of the application server software, as well as the same version of the Java® Virtual Machine (JVM).
    Doe this mean, i have to run both application on WLS 10.3.5. Which impact do i have, i OIA is running on WLS10.3.5 and OIM is running on WLS10.3.6?
    What are your experience with OIM R2 and OIA?
    Thanks!

    Hi,
    With 10.3.6, the default engine not supporting TLS version 1.1 and above and as a result some client were getting the error (as they had TLS 1.0 unchecked in their IE configuration). To resolve this we have changed the default Weblogic SSL engine to use JSSE SSL engine which supports all the protocols.
    Regards,
    Daniel

Maybe you are looking for

  • ILife 11 MPN for open box item?

    Apple support sent me a replacement dvd for ilife 11 but I have no MPN to register it. Device was purchased at Best Buy as an open box item. Thanks, Eric

  • Problem with partial reads of HDF5 dataset

    I'm having a problem figuring out how to to a partial read of an HDF5 dataset using LVHDF5 by Jason S. I can save a dataset in a file, and I can read it out whole, but I can't figure out how to read a portion of it. For example I save a 235x235x1024

  • IP address CBL listed

    It seems that our IP address got blacklisted. I got us off the list the problem now is how to prevent it from happening again. What logs should I be looking at to see which account is sending out large amounts of mail. Should I stop web mail to make

  • Referencing 'states' in another component

    Relevant file structure: Main.mxml (main app file) \myComponents\Login.mxml (custom component) In my Main.mxml file I have three states: <Base state> Login (start) Home On clicking a Submit button in the Login.mxml component I would like to have the

  • Keine cover im finder

    Hallo zusammen, ich habe mein Macbook Pro 13 auf 10.8.3 von Lion auf Mountain Lion geupdated. Alle meine Cover sind in Itunes eingepflegt. Navigiere ich nun im Finder auf iTunes Mediathek->iTunesMedia->Music bekomme ich als Cover Vorschau nur eine gr