OIM-AD-Exchange prepopulate query

Hi,
We have OIM-AD-Exchange in our environment
Exchange is dependent on AD
When Exchange is provisioned we want to pre-popopulate "alias name" attribute with respective AD user samAccountName. To this end i will have to create a pre-populate adapter. but how would i map AD user samAccount name, because in Exchange process form I cannot retrieve or map AD user process form attributes.

I am aware of this flow Suren...but I am uncertain of the mappings in the adapter.
A user in OIM can have multiple AD accounts, to each of which hand Exchange Account is assosciated. In the pro-populate I need to pass AD form samAccountName attribute as parameter which will be passed to Exchange form. Now How will I map AD Process form attribute, in Exchange process defn. because I can only map to User defn or to Process data attributes of Exchange.

Similar Messages

  • Issue in creation of group in oim database through sql query.

    hi guys,
    i am trying to create a group in oim database through sql query:
    insert into ugp(ugp_key,ugp_name,ugp_create,ugp_update,ugp_createby,ugp_updateby,)values(786,'dbrole','09-jul-12','09-jul-12',1,1);
    it is inserting the group in ugp table but it is not showing in admin console.
    After that i also tried with this query:
    insert into gpp(ugp_key,gpp_ugp_key,gpp_write,gpp_delete,gpp_create,gpp_createby,gpp_update,gpp_updateby)values(786,1,1,1,'09-jul-12',1,'09-jul-12',1);
    After that i tried with this query.but still no use.
    and i also tried to assign a user to the group through query:
    insert into usg(ugp_key,usr_key,usg_priority,usg_create,usg_update,usg_createby,usg_updateby)values(4,81,1,'09-jul-12','09-jul-12',1,1);
    But still the same problem.it is inserting in db.but not listing in admin console.
    thanks,
    hanuman.

    Hanuman Thota wrote:
    hi vladimir,
    i didn't find this 'ugp_seq'.is this a table or column?where is it?
    It is a sequence.
    See here for details on oracle sequences:
    http://www.techonthenet.com/oracle/sequences.php
    Most of the OIM database schema is created with the following script, located in the RCU distribution:
    $RCU_HOME/rcu/integration/oim/sql/xell.sql
    there you'll find plenty of sequence creation directives like:
    create sequence UGP_SEQ
    increment by 1
    start with 1
    cache 20
    to create a sequence, and
    INSERT INTO UGP (UGP_KEY, UGP_NAME, UGP_UPDATEBY, UGP_UPDATE, UGP_CREATEBY, UGP_CREATE,UGP_ROWVER, UGP_DATA_LEVEL, UGP_ROLE_CATEGORY_KEY, UGP_ROLE_OWNER_KEY, UGP_DISPLAY_NAME, UGP_ROLENAME, UGP_DESCRIPTION, UGP_NAMESPACE)
    VALUES (ugp_seq.nextval,'SYSTEM ADMINISTRATORS', sysadmUsrKey , SYSDATE,sysadmUsrKey , SYSDATE, hextoraw('0000000000000000'), 1, roleCategoryKey, sysadmUsrKey, 'SYSTEM ADMINISTRATORS', 'SYSTEM ADMINISTRATORS', 'System Administrator role for OIM', 'Default');
    as a sequence usage example.
    Regards,
    Vladimir

  • Provisiong of users from OIM to Exchange Server 2007

    Hi,
    I am trying to Provisioning the users from OIM 9.1.0.1 to Exchange server 2007. For this i used Exchange Server Connector 9.1.1.1.0. By using AD_Base_connector 9.1.1.0.0 i can
    provisioned the user details. But while provisioning to the Exchange server 2007 i am getting the following error
    ERROR [XELLERATE.WEBAPP],Class/Method: tcLookupFieldAct ion/lookupByColumn encounter some problems: lookup Error in OIM
    And i am unable to get the LookUp detais for the MailBox in Design Console as well as in the ScheduleTasks in OIM Admin Console..
    Can anybody help me in solving this issue.
    Thanks & Regards
    SRI

    Hi suren,
    i am using the Remote Manager. I enabled logs in log.properties in both OIM server and Remote Manager.
    I am observing the following message in Remote Manager command prompt.
    DEBUG,30 Mar 2010 01:12:44,437,[XELLERATE.REMOTEMANAGER],Class/Method: RMISSLCli
    entSocketFactory/createSocket left.
    and i am getting the error in Weblogic server command prompt.
    Running ISADAM
    Target Class = java.lang.String
    Running GETATTRIBUTEHASH
    Target Class = com.thortech.xl.util.adapters.tcUtilHashTableOperations
    Running Set User Attributes
    ERROR,30 Mar 2010 01:13:39,484,[XELLERATE.WEBAPP],Class/Method: tcLookupFieldAct
    ion/lookupByColumn encounter some problems: lookup Error
    can u help me in resolving this issue.
    Thanks in Advance,
    SRI

  • 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.

  • OIM 11gR2 Change default query on users manager field

    Hi, we are trying to change the default behaviour of users manager field.
    When a user is creating another user on OIM, he should only be able to select a particular type of users. So we would want to filter manager field based on a particular user role. For example: just show employees.
    At this point, we have checked User.xml searching for the associated query, we have tried to edit inputListOfValues for Manager on Create User form,... but still no idea on how this could be done.
    Could anyone point us on the rigth direction on how to achieve this?
    Thanks in advance!

    Karthik Perath
    Thanks for the answer....... but I guess you misread the question.  I am able to add new fields as columns to the search results table.  My problem is I want to add the searchable field to the query form.  Also, I do not want to use the Add Fields button (because that is a part of Saved Search which is Personalization and limited only to the creator) , I want the newly added searchable field. for example Employee Number ( which is not there by default)  to be made available to all the end users of Identity Self Service system..... Hope you got the problem... 

  • OIM and Exchange Auto Provision along with AD

    Hi,
    How can I configure an AD connector in OIM to automatically provision an Exchange account for a user?
    At present as part of manual provisioning test, I have to assign the AD User resource and Exchange resource separately to provision a user with AD and Exchange accounts. Is there a simplest way to do it?
    Please advise. Also please share if any documentation available.
    Thank you!

    Policy based provisioning should work fine for you.
    Alternatively you can use an entity adapter or a combination of entity adapter and a policy.
    Policy based provisioning is described in 11 Creating and Managing Access Policies in Identity Manager Administrative and User Console Guide (assuming that you are using 9.1).
    Good luck
    /M

  • OIM 11g R2 -ADF Query

    Hi,
    I am trying to achieve the following on OIM User Profile screen:
    1. I have 10 text attributes on user profile screen (UDFs), these 10 attributes should get populated based on a drop down attribute selection on the user profile -how can I achieve this functionality in ADF?
    2. Based the selection I need to query OIM Database to retrieve values for these 10 attributes -where can I embed my SQL query to populate a particular UDF?
    Thanks

    user608228 wrote:
    Hi,
    I am trying to achieve the following on OIM User Profile screen:
    1. I have 10 text attributes on user profile screen (UDFs), these 10 attributes should get populated based on a drop down attribute selection on the user profile -how can I achieve this functionality in ADF?Check this link for prepopulating fields conditionally http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#BABHHBGJ
    Developing managed beans http://docs.oracle.com/cd/E27559_01/dev.1112/e27150/uicust.htm#autoId41

  • [OIM] - Form Complex Lookup Query on child form

    Hi all expert
    I have two form, which is parent-child relationship.
    I need to form a lookup query on child form's lookupfield to let user select the value but lookup query depens on the parent form on what user selecting..
    Example as:
    Parent form - Country Code - 100
    Child Form - Department Code - Lookup query will be = Select DepartmentCode From DeparmentLookup where country ="100"
    The "100" value depends on what user choice on CountryCode fro mparent form.
    Can i do something like this ?
    Thank in advanced
    John

    This happen for a property setting in the relation. try this..
    Select all your relation in the form under Relation nodes (data block >> relation)
    go to property or press F4 and set the following property to YES
    Prevent Masterless Operations = Yescompile and check..
    Hope this will works.. ;)
    Hamid
    Mark correct/helpful to help others to get right answer(s).*

  • Exchange rate query

    Hi SAP Gurus,
    In OB08 i created 2 exchange rate
    Exchange Rate---Valid From---Indirect quotatRatiofrom-direct quo--ratio--to
    1. M--01/01/2001N/A1---GBP-1.5000--1--USD
    2.M--27/7/20105.100001USDN/A1--GBP
    Here the co code currency is USD, now when in try to do F-02 using GBP as the curr then the system is auto picking the exchange rate of direct quo that is 1.50000.
    I just want to know how can system auto pick the indirect quo entered
    Regards.

    Hi,
    In the standard SAP System in transaction ONOT for currencies GBP --> USD it is maintained as "1 Direct quotation" , hence the system is taking only direct quotation value maintained 1.5000.
    In case, if you want the indirect quoation value to be pickedup for the combination change the flag to "2 Indirect quotation" in transaction ONOT, the system will pick 5.10000.
    Do let me know if still have any issue.
    Regards,
    Kiran yelamarthy

  • OIM - EBS - Employee termination query

    I have configured OIM (9101) with EBS HR (9043) with Weblogic 10.3.
    I want to know how Employee termination works. Right now if I manually enable/disable any user, the Enable User and Disable User tasks are triggered and the user is enabled/diabled in the EBS system. But I am not able to understand the flow from HR system to OIM i.e. when a user is terminated in HR system ( I don't know how), will it trigger the disable user task in OIM.
    Please put some light on this matter. Thanks !!!

    I always found the trusted source status mapping not to work. I would suggest creating a UDF called EBS Status. Create an entity and process adapter that both do the following:
    Check the status field. Then either use the enable api or the disable api. On the entity adapter though, you should only put it on post-insert and only check if you need to disable the user.
    Create a user form trigger (explained many many times on this forum). Add the task to your Xellerate User profile. Then use the adapter you created as a process task adapter to enable or disable the oim user based on the new value.
    -Kevin

  • Exchange/Cabinet query

    I currently live within the postcode YO61 4BB. Various d/l speed tests give us between 4 and 7Mbps, so when I checked http://www.superfast-openreach.co.uk/where-and-whe​n/ and saw that FTTC was coming to our village in Dec 2013 I got pretty excited. (it still says Coming Soon, but that isn't my issue)
    My village, as far as I can tell, doesn't have a telephone cabinet. I live on the same street as the local phone exchange.
    I've also just now read the following on the BT Customer help pages:
    If you live close enough to the exchange so that your line goes directly there rather than through a street cabinet then you won't be able to get BT Infinity.
    So is anyone else in a similar situation? Will we or won't we get fibre-optic broadband in our village? I confess I don't know exactly how it works with exchanges and cabinets!

    So the fact there's no mention of a cabinet means I'm connected directly to the exchange and can't get fibre-optic? That's pretty rubbish - I had hoped that being close to the exchange would mean I would get better internet speeds! In what way though would putting a cabinet outside the exchange be better for my connection?
    Telephone Number xxx on Exchange COXWOLD
    Featured ProductsDownstream Line Rate(Mbps)Upstream Line Rate(Mbps)Downstream Range(Mbps)Availability Date
    ADSL Max
    Up to 8
    7 to 8
    Available
    Fixed Rate
    2
    Available

  • OIM Exchange Integration

    Hi All,
    I am trying to configure OIM with Exchange 2003, for this I am using exchange connector MSFT_Exchange_91100 with OIM 9101. I have copied the jar files to required directory and also imported the xml and according to the documentation I need not do anything else for exchange 2003. But when I try to provision the user to Exchange it fails at create mailbox event. Provisioning with AD is working fine and I am able to provision user both in SSL and Non SSL mode.
    While provisioning the user I was not getting any value for mailbox store name in Exchange process form, so I even tried adding the Server Name/Mail box Name/FQDN of Mailbox in the lookup Lookup.ExchangeReconciliation.MailStore but still the mailbox was not getting created.
    I have previously configured my OIM 9100 with prior version of connector and that used to ask me Server Name and Store Name but I have not specified these value while using this connector.
    Am I missing something that is not creating the mailbox box.
    Edited by: [email protected] on May 18, 2009 8:04 AM

    I have my reconciliation with Exchange working. Now I want to link one more field (proxyAddresses) during reconciliation. For that I have followed the steps mentioned in connector guide. It worked but the attribute is multi valued attribute and on following the guide I was able to get only one value even if I use TextArea as Field Type.
    I also followed steps given in Ad connector guide to add multi valued field. For this I created a child form and added it to Exchange form. Then I created a multi valued filed in Exchange Resource object, after this the resource object was linked to process definition multi valued field and entry for the attribute was added to AtMap.Exchange lookup field.
    But when I reconcile using this configuration it is throwing me error that it is not able to find the field specified in child table. In reconciliation manager the event for recon is getting received.
    I am using Exchange connector 91100.

  • Provisioned user in exchange from OIM created as Mail Enabled User

    Hi,
    I have provisioned a user from OIM to exchange and the user is created as MAIL ENABLED RECEPIENT in the exchange instead of MAIL BOX ENABLED RECEPIENT .The difference between both is like the MAIL BOX ENABLED user will be having a seperate button(MAILBOX RIGHTS) in the exchange advanced tab and also he has exchange features tab.
    Is there any field in OIM which differentiates both MAIL ENABLED and MAIL BOX Enabled user.
    When i see the tabs of the MAIL ENABLED USER in the exchange i'm able to see just alias fields in one of the tabs but the MAIL BOX ENABLED user is having even the mail store field.
    When i googled for the difference between MAIL BOX enabled and MAIL Enabled i could see like the user created directly with exchange is getting MAIL BOX enabled and any third party user or different domain user wont get this MAIL BOX enabled instead he will be MAIL ENABLED
    I want the user to be MAIL BOX enabled when he is provisioned from OIM.
    Please update if any one has come across this type of issue.

    hi Rajiv,
    thanks...
    i have run the AD Organisation lookup Recon and have given the following parameters
    Lookup Search Filter:     (|(objectclass=OrganizationalUnit)(objectclass=container))
    Search Base:     DC=<domain_name2>,DC=<domain_name1>,DC=com
    Recon Type:     Update
    IT Resource Name:     ADITResource
    AttrName For Decode Value In Lookup:     distinguishedName
    AttrName For Code Value In Lookup:     distinguishedName
    Lookup Code Name:     Lookup.ADReconciliation.Organization
    Configuration Lookup:     Lookup.AD.Configuration
    But still theres no value for Organisation Lookup in process form for provisioning the user. what could be the cause for the same?
    Also i was testing if the connector is installed properly by using the testing utility. i used the following command to run it : . runADtest.sh 2
    But i got the following error.
    Exception in thread "Main Thread" java.lang.NoClassDefFoundError: com/thortech/xl/integration/ActiveDirectory/test/ADTestClient
    Caused by: java.lang.ClassNotFoundException: com.thortech.xl.integration.ActiveDirectory.test.ADTestClient
    at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Could not find the main class: com.thortech.xl.integration.ActiveDirectory.test.ADTestClient. Program will exit.
    Please help me for this also.
    Edited by: 827805 on Feb 9, 2011 4:11 AM

  • OIM Support for Exchange Online

    Hi,
    We are finding out the feasible options for the integration of OIM with Exchange Online.
    Any pointers on this.
    Regards
    Vicky

    Hi Kevin,
    Thanks for your response.
    We are looking at Email Service ( Microsfot Exchange on cloud ). I have seen the architecture of Exchange Cloud in terms of provisioning at microsoft site.
    It says that , Microsoft will pull the data from the customer AD, for the accounts using DirSynch. So, will it be sufficient if we provision users only into customer AD Forest.
    My understanding from that doc says, they will pull the data from the customer Forest to Microsoft Managed AD forest, which will then link accounts to Exchange on Microsoft managed servers.
    Correct me if I am wrong.
    Regards
    Vicky

  • Multiple Signatures on Exchange/Outlook 365 with multiple connected pop3 accounts wanting sepearate signatures

    I was referred here from another thread, see
    http://community.office365.com/en-us/f/158/p/245124/778388.aspx#778388but not sure if this is the right forum, so please move/correct my posting if needed!
    It's a exchange/Outlook365 query, relating to signatures
    I have several connected pop3 accounts to the exchange mailbox, but there appears to be no way to have separate signatures for each connected account, in fact there appears to be only 1 signature for the entire account? So when I send emails I can select
    from several different from addresses, but the signature remains the same ...
    On desktop outlook 2003-2010 at least, there is the ability to have default reply, default new message signatures for each account in use, is there a way to configure the exchange/outlook365 OWA to do this ?
    I'm about to test if an outlook 2010 desktop client allows/recognises the server side linked accounts and allows email to be sent from them, so any tips or points on that would be welcome!
    thanks

    In Outlook2010 you can set multiple signatures, yes.
    If you connect to those accounts LOCALLY using POP3 you can also then set defaults for each account ... HOWEVER
    if you set the CONNECTED ACCOUNTS via OUTLOOK365 via the cloud server, the local Outlook will not let you set default signatures for each account. Yes you can have signatures and manually select them, but that's not the same thing, and leads to mistakes.
    The whole point of connecting the accounts via the Cloud is that the local PC is then no longer part of the critical path when away from the office, so if the local PC crashed or lost internet, then it would not affect mail delivery to the single exchange
    mailbox, for access via the web or mobile devices. Quite important. A common failure we have on local outlook pop3 connections is a single password failure to login, leaves the pop up menu on screen and then stops all other pop3 mail collection from working.
    We have tried for 2+ years to solve this "password failure popup", but as the passwords are saved and don't change and the problem persists, we wanted to move to the cloud ... and avoid problems when users are away.
    Last but not least, if using the cloud to send a reply to a mail via a connected account, the email is not sent as the connected account (despite it being validated for send as) but sent using a "<exchange Primary email> send on behalf of <pop3
    connected email>" which defeats to whole point of connecting the accounts and verifying them!
    I've got to say when even Google can get this right! why can't Microsoft? It really does suck!
    For a business class product having 1 signature per user within OWA is seriously deficient.
    Maybe time to move our email needs to Google, as on searching the depths of old archives it does appear these issues have been raised for several years, yet nothing has improved ... shame on Microsoft.

Maybe you are looking for

  • Need Help with the General Understanding WebUtil's Configuration

    We resently installed the following software so that we could migrate our 6i client-server forms to 10g web forms: 1) Oracle Developer Suite 10.1.2.0.2 for Windows (B24499-01, B24500-01) 2) Oracle Oracle Application Server Forms and Reports Services

  • Vendor's DFF in R12

    Dear all, Just upgrade to R12.1.3 and would like to add one DFF in Vendor level. I have tried to add one DFF in Vendor and re-complie in error something like below. The descriptive flexfield "Vendors" of application "Purchasing" uses features which a

  • RSS feed and DOMParser. Confused and urgent.

    Hi, I'm VERY new to RSS and have decided to give this application a try. I'm trying to create a java application that reads http://weather.nearperfect.com/weather/world.rss/081/c00234 and prints out informations such as "Title, link, description", an

  • The Reports Server Engine terminated abnormally

    Hi, I created report in Reports 6i. When I used this report on my PC through web, it is ok. When I used this report on the AIX through web, server return this message "Oracle Reports Server CGI - The Reports Server Engine terminated abnormally". Wher

  • Solaris 10 Express version

    Does the Solaris 10 Express version support USB enabling the OS installation from an external usb dvd/cdrw drive? Thanks, -verO