OIM use case- Email notifcation post Exchange provisioning

Hi,
Consider the following use-case:
After AD and Exchange accounts are provisioned for a user, email notification need to be sent to the user's manager containing some attributes. One of the attributes is user's email address which will not be given by the user. It would be concluded when Exchange Account is provisioned. Now this email adress is to be retrieved. It could be done by giving a JNDI call to lDAP in the java code.... how this is to be initiated...please give some pointers in this direction..

Like Rajiv is saying OIM normally sets the email address during provisioning so you can use the value from the process form.
There are some circumstances and configurations when Exchange will overwrite the email address with a "better" email address. In that case you can use s slight modification of this code http://iamreflections.blogspot.com/2010/08/manage-ad-with-jndi-demo-tool.html
The attribute you need to get is called mail (there are a dew other alternatives but mail is always present)
Best regards
/Martin

Similar Messages

  • Email Alias in Exchange from OIM

    Hello All,
    Can we provision Email Alias in Exchange from OIM.
    In Exchange a user can have multiple email aliases.
    When we update Email alias field in Exchange process form in OIM , would it update the alias or would it keep the old one and add new alias.
    Has any one tried this.
    Do we expect any changes in newer version of Exchange connector.
    Thanks,

    There are going to be a few issues. The exchange connector is probably built to handle a set amount email aliases. I would assume this is a limited list. If you look at the connector and the adapters, it will maybe give you an understanding of how it works.
    However, if you want to use multiple aliases, I am going to assume you are going to have to write custom code. The reason i say this is because the attribute is a multi value attribute on the user profile. It's not like AD Groups where the user is actually added to the group, and not the group onto the user. So you will need to either create a child table, or some sort of delimited field and parse it for all the entries. If you do it as a child table, when you add the value, you'll need to use the ldap libraries to add the additional multi attribute value. On delete, or rename, you'll need to search for the instance of the multi values and then find the one you are looking for and remove that entry, or remove and then readd with the new value.
    I'm going to say this is not OOTB unless you use the existing functionality of the connector and the capabilities it come with. Remember though that connectors are really just a framework to try and provide as much common functionality across the board to all clients who plan to use the connector. In my experience, 100% of the time there is some sort of modification required. Customization and creation of ldap libraries for client usage almost are always developed to provide these additional tasks.
    -Kevin
    If this information has been helpful, please give points where earned.

  • I bought a new imac running Loin and Office 2011. The server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software.

    I bought a new imac running Loin with Office 2011. I am the only mac in the office and the Server we use to access emails runs exchange 2003 and my IT person says the imac is not compatible with the server. The server does not want to let me access using any email software other than webmail access through our website. It looks as though 2011 is not compatible with 2003 per some searches online, but what are some options I have to gain full access again? I purchased parallels in hopes that this my help and I am able to use remote desktop connection to log on to server but can not drag and drop files I need. There is a shared drive on that Server we all use to exchange files.
    The two main issues are gaining access to my email again and ability to drag and drop files from mac to pc. I hope this is enough info to get some solutions.
    PS - IT person says my iMac's IP is what his server does not understand so that is why I can not login.

    Office 2011 is not compatbile with Exchange 2003.
    I suggest you post further Office related questions on Microsoft's own forums for their Mac software:
    http://answers.microsoft.com/en-us/mac

  • OIM OID use cases

    From where can i get the use cases for practice on OIM OID provisioning reconciliation and other aspects

    Hi Dear,
    thanks for your reply and we are using OIM 9.x version. Checked Root DN value as you suggested (see below snap shot for oid resource definition):-
    Admin Id     cn=username
    Admin Password     *******
    Group Reconciliation Time Stamp     
    Last Target Delete Recon TimeStamp     
    Last Target Recon TimeStamp     
    Last Trusted Delete Recon TimeStamp     
    Last Trusted Recon TimeStamp     
    Port     6060
    Prov Attribute Lookup Code     AttrName.Prov.Map.OID
    Prov Group Attribute Lookup Code     AttrName.Group.Prov.Map.OID
    Prov Role Attribute Lookup Code     AttrName.Role.Prov.Map.OID
    Role Reconciliation Time Stamp     
    Root DN     DC=oracle,DC=com
    SSL     false
    Server Address     My server name
    Use XL Org Structure     false

  • OIM Exchange Provision - Primary address (SMTP: vs smtp: proxy address val)

    The Exchange provision process completes successfully, but it appears as if the proxyaddress that gets created is NOT for a primary address. This is indicated by the value being prefixed by "smtp:" (lowercase) vs "SMTP:" (uppercase). If I set the primary email on the user form manually it will update and create a primary (uppercase SMTP:) correctly for that same user. Is the behavior of the initial provision an issue with the connector or the Exchange (recipient policies) configuration?
    ** I'm aware that there is a 9.1.1 version of the Exchange connector that appears to have fixed alot of stuff, but I can't upgrade right now from my 9.1.0.1 version.

    I'd have to second Mike Crowley.  This is the way it has always been.  
    Snuffy has a correct email address on his mailbox of [email protected]
    Someone comes along and adds [email protected] to his proxy addresses.  Now, if someone internal sends a message to [email protected], Exchange consults the Active Directory first to see if any recipients match that SMTP address.  If
    they do, it routes the message to the local recipient rather than an external domain. 
    This is a feature, not a bug, and it is the way Exchange has been since Exchange 4.0 days.
    Sometimes, observed, real-world behavior is better than any KB article.  :-)   I suggest you pass along this information for them to read:
    http://mscerts.programming4.us/application_server/exchange%20transport%20server%20architecture%20%28part%201%29.aspx
    http://technet.microsoft.com/en-us/library/bb232045%28v=exchg.141%29.aspx
    http://technet.microsoft.com/en-us/library/bb232193%28v=exchg.141%29.aspx
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/planning-architecture/smtp-routing-exchange-2010-part1.html
    http://www.msexchange.org/articles-tutorials/exchange-server-2010/planning-architecture/smtp-routing-exchange-2010-part2.html
    Jim McBee - MVP, MCT, MCSE Using Exchange since the v4.0 beta in 1995 - Blog http://mostlyexchange.blogspot.com

  • AD and Exchange provisioning succeeds but OIM user creation fails

    Hi,
    I am trying to provision exchange 2010 using exchange connector which i have customized. When i create user in OIM, AD provisoning starts ,then AD user gets created , then exchange provisioning starts & exchange gets provisioned. By the time all these happens, OIM page shows error on page and user doesn't gets created.
    Now when you search user with that ID, then no user found in IDM. Where as user gets created in AD and Exchange.
    Please help me in resolving the issue.
    Thanks,

    I get these errors in OIM logs:
    ERROR,22 Oct 2012 02:11:47,817,[XELLERATE.WEBAPP],Class/Method: tcActionBase/execute encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    ERROR,22 Oct 2012 02:11:47,818,[XELLERATE.WEBAPP],Class/Method: tcAction/execute encounter some problems: {1}
    java.lang.NullPointerException
    at com.thortech.xl.webclient.actions.tcActionBase.execute(Unknown Source)
    at com.thortech.xl.webclient.actions.tcAction.execute(Unknown Source)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:507)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:743)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at com.thortech.xl.webclient.security.SecurityFilter.doFilter(Unknown Source)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:623)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:595)
    WARN,22 Oct 2012 02:11:47,818,[org.apache.struts.action.RequestProcessor],Unhandled Exception thrown: class java.lang.NullPointerException

  • Query Tuning - using CASE statement in the WHERE clause - Duplicate Post

    Duplicate Post by mistake.
    Please check
    Query Tuning - using CASE statement in the WHERE clause
    Edited by: Chaitanya on Jun 9, 2011 2:45 AM
    Edited by: Chaitanya on Jun 9, 2011 2:46 AM

    Duplicate Post by mistake.
    Please check
    Query Tuning - using CASE statement in the WHERE clause
    Edited by: Chaitanya on Jun 9, 2011 2:45 AM
    Edited by: Chaitanya on Jun 9, 2011 2:46 AM

  • HTML tag strip (email parsing use case)

    Have you guys come across the requirements of parsing a HTML message, lets say an email, and convert into text?
    The most common use case would be email parsing, remove all the HTML tags and use as string.
    It has to remove the entire tags, with attributes, for example tables, with TRs and TDs with properties, must be removed. The BR converted into carriage return, etc?
    Cheers,
    Renato Fichmann

    Derek,
    In my situation, I'm triggering a process from an email. I need to extract information out of this email but it's not formatted as XHTML. I don't know there's an easy way to preprocess the email first before trying to disect it.
    I'm working on an alternative solution but that relys on the people sending me the email to grant direct access to their systems.
    Hopefully there'll be some funky string functions like this in upcoming releases??
    Ryan

  • Exchange Provisioning Issue in OIM 11g

    Hi ,
    I am trying to do AD and Exchange provisioning. AD User is getting provisioned succesfully, However Exchange is getting rejected. That particular Create Mailbox is getting rejected, Can you please help me here.
    Here are logs trace,
    Running Create mailbox
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.integration.Exchange.tcExchangeTasks : createMailboxForADUser : Insufficient data, may be all mandatory field are not present : :Does not exist>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================
    >
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <================= Start Stack Trace =======================>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.integration.Exchange.tcExchangeTasks : createMailboxForADUser>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <Does not exist>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <Description : Does not exist>
    <Jul 16, 2012 11:19:08 AM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.exception.ProvisioningException: Does not exist
    at com.thortech.xl.integration.Exchange.tcExchangeTasks.getObjectByObjectGUID(Unknown Source)
    at com.thortech.xl.integration.Exchange.tcExchangeTasks.createMailboxForADUser(Unknown Source)
    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.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCCREATEMAILBOX.CREATEMAILBOX(adpMEXCCREATEMAILBOX.java:708)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCCREATEMAILBOX.implementation(adpMEXCCREATEMAILBOX.java:199)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
    at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
    at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2917)
    at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:547)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcORC.insertNonConditionalMilestones(tcORC.java:844)
    at com.thortech.xl.dataobj.tcORC.completeSystemValidationMilestone(tcORC.java:1159)
    at com.thortech.xl.dataobj.tcOrderItemInfo.completeCarrierBaseMilestone(tcOrderItemInfo.java:735)
    at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(tcOrderItemInfo.java:171)
    at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(tcUDProcess.java:235)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
    at com.thortech.xl.dataobj.tcORC.autoDOBSave(tcORC.java:3002)
    at com.thortech.xl.dataobj.util.tcOrderPackages.createOrder(tcOrderPackages.java:526)
    at com.thortech.xl.dataobj.util.tcOrderPackages.orderPackageForUser(tcOrderPackages.java:177)
    at com.thortech.xl.dataobj.tcOIU.provision(tcOIU.java:527)
    at com.thortech.xl.dataobj.tcOIU.eventPostInsert(tcOIU.java:303)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
    at com.thortech.xl.dataobj.tcUserProvisionObject.insertImplementation(tcUserProvisionObject.java:283)
    at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:591)
    at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:104)
    at oracle.iam.accesspolicy.impl.handlers.provisioning.ProvisionAccountActionHandler.execute(ProvisionAccountActionHandler.java:35)

    Now I get this error, What is missing here?
    Running Create mailbox
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================>
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : connectToAvailableAD : Empty Argum
    ents Passed in either Root Context,Admin FQDN,Admin Password,Server Address,Port Number in the IT Resource. >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================
    >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================>
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : connectToAvailableAD : The error o
    ccured in tcADUtilLDAPController::connectToAvailableAD():Empty Arguments Passed in either Root Context,Admin FQDN,Admin Password,Server Address,Port Number in the IT Re
    source. >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <====================================================
    >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <================= Start Stack Trace =======================>
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController : connectToAvailableAD>
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <Empty Arguments Passed in either Root Context,Admin FQDN,Admin Password,Server Address,Port Number in t
    he IT Resource. >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <Description : Empty Arguments Passed in either Root Context,Admin FQDN,Admin Password,Server Address,Po
    rt Number in the IT Resource. >
    <Jul 16, 2012 1:25:20 PM EDT> <Error> <OIMCP.MEXC> <BEA-000000> <java.lang.Exception: Empty Arguments Passed in either Root Context,Admin FQDN,Admin Password,Server Add
    ress,Port Number in the IT Resource.
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.connectToAvailableAD(Unknown Source)
    at com.thortech.xl.integration.ActiveDirectory.tcADUtilLDAPController.search(Unknown Source)
    at com.thortech.xl.integration.Exchange.tcExchangeTasks.getExchMailboxStores(Unknown Source)
    at com.thortech.xl.integration.Exchange.tcExchangeTasks.createMailboxForADUser(Unknown Source)
    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.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCCREATEMAILBOX.CREATEMAILBOX(adpMEXCCREATEMAILBOX.java:625)
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpMEXCCREATEMAILBOX.implementation(adpMEXCCREATEMAILBOX.java:188)
    at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)

  • BMC Remedy ticket generation and view its status in OIM using Web Service

    Hi All,
    I want to Integrate and on-board Remedy system (BMC) with the Oracle Identity Manager (OIM) for my client. It has a standard way for external applications to exchange Remedy ticket data with the Remedy system. Remedy system picks up information from the external interface database table for inbound Remedy tickets and direct it to the appropriate Remedy forms and workflow. (In short it raises tickets for provisioning / deprovisioning / error processing for Target System like ACF2 etc).
    Use Cases:
    *1.* Visibility of Ticket Status
    The status of a Remedy ticket could be viewed by the user by clicking on Remedy Resource object instance found from the "My Resources" link after logging into OIM. Typically the user form should be visible.
    Visibility of Ticket Status (Alternative)
    The scope of customization of the "My Resources" link to add e.g. "My Tickets" which would show all the Remedy tickets that OIM has raised for the user.
    *2.* Web Services
    The Remedy application would notify OIM when the status of a ticket is changed within the Remedy System boundary. Ideally a web service hosted by the security team would get called by the Remedy Application and OIM would be updated by the service
    This is an urgent requirement and your feedback would be very valuable and highly appreciated. I am looking forward for a solution for both the use cases but the priority is on 2nd use case i.e the web service part using SPML.
    Regards,
    Sourish

    Duplicate:https://social.technet.microsoft.com/Forums/en-US/796fad9e-9f69-40f0-98aa-2816793fc38c/bmc-remedy-integration-with-scorch-and-ad?forum=sco3pip
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Notification from OIM(11gR2) after email id update

    Hi ,
         I have requirement to implement an use-case in OIM as follows.
    OIM has one target resource integrated - Say Resource1 . When ever email id is updated in OIM it will get propagated to Resourc1 and and if email is updated at Resource1 it will get reconciled to OIM. And we have a another system which was not integrated with OIM say Resource2 . Our requirement is to send an email notification to Resource2 admin(s) when ever users email update event occurs in OIM . What was the best way to implement this usecase. As far as I understood this could be implemented using event handlers. I there any other approach/design to address this usecase.
    I mean by using design console approach.
    -Satyendra

    The "Send Notification to Resource Admin task" should get called on the success of "Reconciliation Update Received" task.
    Inside process task adapter (Send Notification to Resource Admin task), you can read the value of old email/new email (using old checkbox, just give a try) or u can compare the User profile Email & Process Form Email Id ( inside your code) and trigger the update on User profile.
    The below post also had similar kind of requirement:
    Re: How to update OIM user profile fields after AD user target reconciliation
    Or to avoid any confusion, just use the cleaner approach of Event Handler to trigger notification.
    ~J

  • No email notification from manual provisioning task - 11gR2

    I have a disconnected application instance and I am using the standard DisconnectedProvisioning flow for provisioning - modified to assign the provisioning task to a group, using a rule which determines the group via the app. instance name.
    The flow itself works as expected and the Manual Task in the flow is assigned to the correct group - the task shows up in the Inbox of the member of the group in the Self Service console
    I would like to send an email to the user when the task is assigned and I have therefore configured SMTP Notification according to this http://allidm.com/blog/2012/11/configuring-smtp-notifications-in-oracle-identity-manager-11gr2/
    I have confirmed that the SMTP server works as expected - I am able to send and receive message using this server.
    On the Notification Tab of my Manual Task I have configured:
    General:
    Status: Assign / Recipient: Assignees
    Status: Complete / Recipient: Initiator
    Status: Error / Recipient: Owner
    Advanced:
    Remind Once: 0 days, 0 hours, 1 minute "After Assignment"
    Encoding: UTF-8
    Make Notifications Secure: False
    Show worklist/workspace URL in notification: True
    Make notification actionable: True
    Send Task attachment: False
    Group Notification Configuration: "Send individual emails" 
    I have redeployed my DisconnectedProvisioning flow to my SOA server a couple of times - remembering not to change the version number and to force overwriting the existing flow.
    My SOA and IDM servers have been restarted as well.
    When requesting the disconnected application instance using the catalog, the manual provisioning task is assigned to the correct user - however - he does not receive any email nor do I send any errors or stack traces from my SOA or IDM servers.
    There must be some check box somewhere that I forgot to tick!
    Does anybody have an idea - did I forget to configure something?
    Kind regards,
    - Tom

    Ok - so I did in fact forget to tick a check box!
    After setting up UMS using this: http://docs.oracle.com/cd/E27559_01/admin.1112/e27149/notification.htm#CACCEDGF and enabling notifications via:
    Enterprise Manager, SOA, soa-infra, SOA Infrastructure drop-down, SOA Administration, Workflow Config:
    Notification Mode: Email
    After restarting my SOA and OIM managed servers - I now receive emails as expected.
    Case closed :-)
    Kind regards,
    - Tom

  • Exchange 2013 MB/CAS integration with legacy Exchange 2007 CAS/MB/Trans server

    Hi All,
    I have an existing running Exchange 2007 SP3 RU13 server acting as MB,CAS,Transport using a Barracuda SPAM for SMTP (MX Record is assigned to here), and a TMG2010 server performing all ActiveSync, Outlook Anywhere, and OWA connectivity.
    I have built a new Exchange 2013 SP1 server that will (for the meantime) act as a MB & CAS server only.
    I successfully migrated a testuser mailbox to the new EX2013 server from the EX2007 server.  The problem is that once migrated, OWA and Outlook can't access the mailbox.
    OWA form our URL gives the message: Outlook Web Access is currently unavailable. If the problem continues, contact technical support for your organization and tell them the following: No Client Access servers of the appropriate version can be accessed from
    the Internet
    If I run OWA from the EX2013 URL it works ok, but not for MBs on the EX2007 server.
    I tested this configuration in a VM lab and it worked ok.  All I had to do was move the mailbox, then run Outlook.  Outlook automatically found the new server and opened the MB.
    Basically what I need to do is move all our existing MBs from the old 2007 server to the new 2013 server.  I want to continue to use the exisiting transport/CAS/EDGE services on 2007 without having to rebuild both the internal and external comunications
    infrastructure at the present time.
    How can I get the EX2013 server to act as the MB server for the EX2007 communications infrastructure?

    Hi,
    Please try to create a new user on Exchange 2013, and send/receive email via both Outlook and OWA to test whether the Exchange 2013 mail flow well.
    If Exchange 2013 works well, please try to bypass the TMG on Exchange 2007 for a little while for testing.
    Additionally, we can use CAS 2013 URL to proxy/redirect previous CAS, or publish both CAS 2007 and CAS 2013 to be internet facing server with separate URLs, as Ed suggested.
    Thanks   
    Mavis Huang
    TechNet Community Support

  • Exchange Provisioning - Provisioning error

    Hi everyone,
    I use OIM 11g R2.
    I want to make provisioning and reconciliation between exchange and oim.
    Scenario 1:
    I made reconciliation a user from exchange machine.
    This user created in OIM.
    And I want to provisioning this user form OIM to exchange.
    Scenario 2:
    I created a user in OIM.
    I made provisioning this user to AD.
    And I want to provisioning this user form OIM to exchange.
    both two scenario, When I make provisioning, an error occured :
    SEVERE: oracle.iam.connectors.icfcommon.prov.ICProvisioningManager : createObject : Error while creating user
    org.identityconnectors.framework.common.exceptions.ConnectorException: Problem while PowerShell execution Org.IdentityConnectors.Framework.Common.Exceptions.ConnectorException: No provisioning handler is installed.
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.CheckErrors(IList errors) in c:\ADE\aime_oimcp\idc\bundles\dotnet\Exchange\ExchangeConnector\RunSpaceInstance.cs:line 295
    at Org.IdentityConnectors.Exchange.RunSpaceInstance.InvokePipeline(Collection`1 commands) in c:\ADE\aime_oimcp\idc\bundles\dotnet\Exchange\ExchangeConnector\RunSpaceInstance.cs:line 241
    at Org.IdentityConnectors.Exchange.Service.Impl.PowerShellExchangeServiceImpl.InvokePipeline(Command cmd) in c:\ADE\aime_oimcp\idc\bundles\dotnet\Exchange\ExchangeConnector\PowerShellExchangeConnectorServiceImpl.cs:line 627
    Do you have any idea ?
    What is the meaning of "No provisioning handler is installed."
    Altought I installed Exchange management Shell, why this error uccured?
    and
    If you know create user power shell script to execute power shell tool, can you say this script ?
    I want to execute this script manually on power shell machine.
    Thanks.
    Best regards.

    Try
    Make sure that your IT resource account is in the member of:
    1. Exchange Organization Administrators.
    2. Local Administrators
    This error may also happens if there are more than 100 smtp proxy addresses defined on the Default recipient Policy. If this is the cause, please split up all smtp proxy addresses into two new Recipient policies.
    Also you can try with the Administrator account with which you are able to create mailbox.

  • Question on LDAPSync Post Enable Provision Users to LDAP task

    Hi All,
    Can you please clarify my doubt on
    I created a user "testaccount" in OIM and via ldapsync, it gets created in OID.
    Now, I manaully deleted that user "testaccount" in OID and wants to recreate the user account again in OID. Will this schedule task "LDAPSync Post Enable Provision Users to LDAP" solve my purpose or not?
    Regards,
    Sunny

    I would not expect the account to be re-created. As far as OIM concerned it is in OID, as it was reconciled from OID, and OIM has a record of it's DN and GUID. If OIM later sees the account as disappeared it just treats this as an operation error, and does not update itself to say the account is deleted.
    Have you run the LDAP Sync user deletion reconciliation job? If so it should have deleted the user in OIM. You can then create a new user with the same name (but different logon unless you set the system property to allow logon re-use), to create a new OID account.
    If you do want to create the same user in OID without deleting and recreating the OIM user, via this post-create scheduled it is possible, but involves messing about with the OIM user record in the database to cleat out its old DN and GUID. In that way OIM thinks the user is not in LDAP and should try to recreate.

Maybe you are looking for

  • Edit a form created with a template

    I created a page by using a template in Dreamweaver. It was an invitaiton form: http://www.eddieandalice.com/invite.html I didn't use validation fields (lack of knowledge at the time). I am trying to go back and make that happen however, when I try t

  • OS command on sender channel before message Processing

    Hi all, I am trying run unix script on my sender CC before message processing it's not working ,but If I use the same command in the program RSBDCOS0,I can see shell script is working. I am just providing the path of the script and  and shell script

  • Can't access iTunes Library on a shared drive

    Here is my problem: I want to access my iTunes library from a shared drive. Here is my equipment: 1. Imac running iTunes 10.6 2. 1 week old Macbook Air running iTunes 10.6 3. 1 Timecapsule that is 1 day old, bought with the express purpose of putting

  • Develop a BI Application using NWdS

    Hai all,   I have NWDS sneak preview edition, How can i develop  a bI based application using this edition,   What is the prerequisites for this type of applicatiion development ,   any one please help me in this regard Regards somaraju

  • Iphone 4 5.0.1 Music deleted and App crash

    I was listening to music today and all of a sudden my phone shuts off and I turn it back on with all the music gone except one folder of a band I listen too but there is no music in it, and everytime I search for music in the music app it crashes and