GTC connector,user not created...

Hi All,
I am new to OIM n just aware of the few terminologies of OIM.
I created a GTC connector for flat file reconcilation then run the scheduled task.In the flat file I added two new users.After the process ,,the details of the two new users must have been added to the OIM DB,but it did not.
When i tried searching dese users I was unable to find them there,although the file was copied from the parent directory to the archiving directory.
What could be the possible error?????
TIA

When you compile your adapters , OIM actually compiles the java code of adapters and put them in to OIM_HOME/xellerate/adapters/..
Check this folder if it has all the class files of the adapters , if not there , just compile them again and restart your server .
Thanks
Suren

Similar Messages

  • OIM Database Connector User not created

    I am using OIM 9.1.0.0 with connector pack 9.0.4.1. When I run trusted recon i see the new user appear in the recon manager, but the user is not created. When I open the event and click on Create User the user is created.
    But before this the recon event shows data missing.
    How can automate it ??

    The GTC framework will generate the rule for you if you configure the matching only property. Please take another look at the docs.
    Or you can follow PInk's suggestion and crate the rule manually.
    Best regards
    /M

  • CUA - Users not created in Central System

    Hi -  Just put in CUA into a Solution Manager 4.0 client - and have the following issue.
    After performing SCUG - the users are brought into the central system BUT not created into the central system.
    For example:
    Child system is CLNT100
    Parent system is CLNT200
    In CUA - if I search on the user - I can see it exists in CLNT100, but no entry is created in CLNT200.
    This is an issue as I can't use SU10 in CUA - to do mass changes as the users don't exist in this client.
    I am pretty experienced with CUA - but have not seen this before - is there some new settitng that I need to make to create the users in the CUA client when performing SCUG?
    Thanks

    Hi - you only need to perform SCUG in the central system.
    I have brought all the users accross from each child system.
    I think I may have incorrectly analysed the error.
    What I am trying to do is use SU10 in the Central system to make changes on users in the child systems.  Issue is that none of the users that are in the child system only show up in SU10.
    I therefore think that this is an issue with SU10 in CUA parent - as it is only picking up uses if they exist in this CUA parent client (i.e. not if they only exist in the child systems)
    Is there any way to change the behaviour of SU10?

  • GRC: User not created in backend (CUA client)

    Hello expert,
    We have GRC 10, SP13.
    I have configured the connectors and setting for my CUA client.
    I also configured my CUA client in SPRO.
    I am able to select my CUA client in ARQ. When submitting, the request is approved.
    Audit Log is showing:
    Application log is showing:
    But there is no user provisioned in my CUA client, not any IDOC or log in showing in my CUA master.
    Did I missed something? Any advise is appriciated.
    Regards Nguyen

    Hi Ameet, thanks for your info.
    1) Maintain CUA Settings. Did you maintain CUA system/client as the target client. --> Sorry, I am not sure what you mean? I have configured CUA for my backend and I can create a user via my CUA master, the CUA client is provisioned by sended IDOC from the master. Now I would like GRC provisioning the user to the CUA client instead of the CUA master.
    2) Can you see all the child connectors under Maintian CUA settings. Check the tables:  GRACCUADIST and GRACCUAMSTR --> yes, my configured CUA client is listed in table GRACCUADIST, table GRACCUAMSTR is empty as I don't want my GRC to use CUA as a global tool.
    3) Have you installed CUA plug-ins in CUA system. --> My CUA client and master have the GRC Plugin.
    4) Check for the FM: /GRCPI/GRIA_ASSIGN_OBJECT_NH --> FM exist in CUA client/ master and GRC. What is this FM good for?
    Thanks for advise, regards Nguyen

  • User not created in OIM 11gr2 - trusted reconciliation from OID

    Hello,
    in my tests I'm trying to do a trusted reconciliation from OID to OIM.
    I checked the errors below in the log file and I checked the column on the database. The column is there but I can't understand why this error appear.
    I did a select on this table and this column is empty (select RA_USERLOGIN7C7B96D4 from RA_OIDTRUSTEDUSERBCBD344A).
    INFO: Generic Information: select USR_KEY from usr where USR_MIDDLE_NAME is null and USR_UDF_ORCLGUID=? and USR_FIRST_NAME=? and USR_EMAIL=? and USR_LAST_NAME=? and USR_STATUS=? and USR.USR_STATUS != 'Deleted' AND ((UPPER(USR.USR_LOGIN)=UPPER(RA_OIDTRUSTEDUSERBCBD344A.RA_USERLOGIN7C7B96D4)))
    INFO: Generic Information: Params = [CF7C29EE75F5A78FE040A8C084000DE8, orcladmin, orcladmin, orcladmin, Enabled]
    SEVERE: Generic Information: {0}
    oracle.iam.reconciliation.exception.DBAccessException: Failed SQL:: select USR_KEY from usr where USR_MIDDLE_NAME is null and USR_UDF_ORCLGUID=? and USR_FIRST_NAME=? and USR_EMAIL=? and USR_LAST_NAME=? and USR_STATUS=? and USR.USR_STATUS != 'Deleted' AND ((UPPER(USR.USR_LOGIN)=UPPER(RA_OIDTRUSTEDUSERBCBD344A.RA_USERLOGIN7C7B96D4))) =>PARAMS:: [CF7C29EE75F5A78FE040A8C084000DE8, orcladmin, orcladmin, orcladmin, Enabled]
    at oracle.iam.reconciliation.utils.DBAccessTemplate.executeQuery(DBAccessTemplate.java:71)
    at oracle.iam.reconciliation.impl.BaseEntityTypeHandler.executeSql(BaseEntityTypeHandler.java:508)
    at oracle.iam.reconciliation.impl.UserHandler.getMatchingKeys(UserHandler.java:601)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:556)
    at oracle.iam.reconciliation.impl.ReconOperationsServiceImpl.ignoreEvent(ReconOperationsServiceImpl.java:535)
    at sun.reflect.GeneratedMethodAccessor3188.invoke(Unknown Source)
    at org.quartz.core.JobRunShell.run(JobRunShell.java:203)
    at org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:529)
    Caused by: java.sql.SQLSyntaxErrorException: ORA-00904: "RA_OIDTRUSTEDUSERBCBD344A"."RA_USERLOGIN7C7B96D4": invalid identifier
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:462)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:931)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:481)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:205)
    After this error the log shows:
    SEVERE: oracle.iam.connectors.icfcommon.recon.SearchReconTask : handle : Recon event skipped
    oracle.iam.connectors.icfcommon.exceptions.OIMException: Thor.API.Exceptions.tcAPIException: Child tables only supported at account-level
    at oracle.iam.connectors.icfcommon.service.oim11.OIM11Reconciliation.processEvent(OIM11Reconciliation.java:101)
    Please help me on this and tell me if I am missing something here.
    Thanks

    I've found something that worked for me. When executing the trusted recon schedule task, the "Configuration Lookup" field in the "OID Server" IT Resource has to have the value "Lookup.OID.Configuration.Trusted". On the other hand, when executing the user sync recon schedule task, this field must have the value "Lookup.OID.Configuration.Trusted".
    The lookups' names can be different if you've manually renamed them.
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • New User not creating properly.

    Mac mini(mid 2010), running Mavericks 10.9.5. I am trying to create a new user, and have tried several times with out success . Once created I shut down and restart logging on as that user the initial set up screens run Apple ID then  set up but when the desktop appears I am left with a non working user interface, No Ikons in the Dock, or sometimes no dock and a flashing screen changing from grey to desktop picture. I have deleted the User in system preferences with a secure erase and tired to recreate. Each time I get the same thing or a variant of it.
    Any help would be greatly appreciated.

    Do a backup. Boot to the Recovery Volume (command - R on a restart or hold down the option key during a restart and select Recovery Volume). Run Disk Utility Verify/Repair and Repair Permissions until you get no errors.  Then re-install the OS.
    OS X Recovery
    OS X Recovery (2)

  • Unison user not created during install/calendar problems

    In the OCS configuration handbook, there is a basic configuration tasks section. I'm trying to configure calendaring and the documentation says to:
    su - oracle
    su unison
    but on my system, user unison doesn't exist, and there is no $ORACLE_HOME/users directory. According to the docs, this is all done by root.sh but during the install. I looked at the root.sh script and there is nothing in it but #!/bin/bash. How can I continue configuring calendar if the unison user wasn't created and the users directory wasn't created and I can't rerun root.sh?

    Here are my start and stop scripts....
    They are run as the oracle user now (no longer have the unison user in 9.0.4+)
    # ----calendar server env begin----
    export ORACLE_HOME=/opt/oracle/OraHome1
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    # ----calendar server env end-----
    # ----calendar server start begin----
    # starting Calendar Server components:
    cd $ORACLE_HOME/ocal/bin
    ./unistart
    # ----calendar server start end------
    # ----calendar server env begin----
    export ORACLE_HOME=/opt/oracle/OraHome1
    export LD_LIBRARY_PATH=$ORACLE_HOME/lib
    # ----calendar server env end-----
    # ----calendar server start begin----
    # stopping Calendar Server components:
    cd $ORACLE_HOME/ocal/bin
    ./unistop
    # ----calendar server stop end------
    Dennis

  • Task Does not get triggered when User is created through API

    Hi,
    Each new user in our OIM environment is supposed to have a iPlanet account. I have configured the access policy for the same and it works.There is also a process task which needs to be triggered once the user is successfully created in the DS. Following is my issue:
    1.When the new user is created through the admin console, the user is provisioned successfully to DS as well because of the access policy and the task also gets triggered successfully.
    2. There is an approval workflow for another resource, at the end of which a user needs to be created through APIs in OIM. The user gets created successfully in OIM and also get provisionined to DS just like in the above use case. However, the task fails in this case. I see that the task is being triggered from the user's resource profile, but the status is rejected.
    Can someone please tell me why is this happening. I initially though there was some issue with my adapter for the task, but in case 1 it works just fine.
    Following is the exception I get as soon as the iPlanet connector finishes creating the user in DS:
    java.lang.ClassCastException: java.lang.String
    at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpSETFIELDSONUSERCREATE.implementation(adpSETFIELDSONUSERCREATE.java:51)
    at com.thortech.xl.client.events.tcBaseEvent.run(Unknown Source)
    Thanks,
    Supreetha

    Hi,
    Have you checked the process data that you are passing to this adapter and check the mapping of process data to the adapter variable. Try to log the value which you get from process data. I got this error when I was trying to use the literal value from process data as "true" for a boolean value. This is a bug. This value is not actually a boolean value. It threw me error too sometimes back. Either you pass the boolean value from adaptor factory as a literal value or change the type boolean both in your code and the adapter.
    OIM works strangely. ;) All the best,
    Manila

  • Why OID Connector User Search Reconciliation Sch. Job  Does Not Link Users?

    Hi,
    I provisioned a user to the resource successfully; then I ran OID Connector User Search Reconciliation Sch. Job sucessfully. When i check the Reconcillation Event results, i can see the event related with my Sch. Job but in the details of the event Linked To part is empty. I am expecting to see linking result but unfortunately no linking result represented. It says Not linked to any user as result of Linked User field.
    Do u have any idea?

    In Form, i have the following Additional Column with the following Field Label --> KK
    In the ReconAttrMap, i have the following mapping --> Code: KK Decode: uid
    In the Reconcillation Rule, i have the following Rule --> User Profile Data: User Login
    Operator: Equals
                                                 Attribute: Kullanici Kodu
                                                      Transform: None
                                                      Case-Sensitive: Unchecked
                                                      Properties Set: Checked
    Rule is Valid and Active and Using AND Operator
    In the Resource Object, i have the following Reconcillation Field --> *KK [String], Required*
    In the Resource Object, i have the following Reconcillation Action Rules --> Rule Condition: One Entity Match Found Action: Establish Link
                                                                          Rule Condition: One Process Match Found Action: Establish Link
    Then i click to the Create Reconcillation Profile.
    Job still does not link Users. Any missing settings?

  • Facing Issues while creating GTC connector

    Hi Experts,
    I am new to OIM. I am struggling hard to create GTC connector.
    We have a requirement to perform a trusted source reconciliation from a Flat file...
    My Reconciliation Staging is completely blank...
    Is it the normal behavior? How do we perform reconciliation field mappings if my Staging is blank??
    Please help me.

    Blank Staging comes because the CSV is missing from the Parent Directory..
    The CSV should have a format:-
    #GTC Connector
    UserID,FirstName,LastName,Role,UserType,Organization
    A00001,John,Galt,EMP,End-User,Xellerate Users
    For details refer to the following link:-
    http://docs.oracle.com/cd/E21764_01/doc.1111/e14309/devgtc.htm#OMDEV133
    Hope it will resolve your issue.

  • User not deleting using iPlanet Connector

    Hello,
    I am using iPlanet connector & created a task where users with Employee-Type as Part-Time are provisoned
    to iPlanet Resource & user is created in target system,but when i remove that user from Part-Time & set some
    other Employee-Type then iPlanet resource is revoked but user is not deleted from target system & it gives
    response as user does not exist,but users exist in target system.Could anyone suggest what is missing ?
    Thank-You
    Rahul Shah

    Thanks Kevin
    After your reply i checked my Task status & there was 1 task created by me was having status
    as Pending,so i tried to delete that task,but was not able to delete that task as OIM does not allow to
    delete any task once a task runs , so i renamed it & made conditional & then checked & was working i.e
    users were getting deleted from target system.

  • I can not create a new user account on eprint

    i can not create a new user account on eprint. I have been trying for over an hour and it repeats telling me that my email addresses are not entered correctly, however they match. ? 

    I have tried to create an account via ePrintCenter and it seems that the published application has several flaws in interpreting the provided input.
    1) In the Filed for last Name I enter my last name, which consist of only Alph Characters. The form however thinks that there is some sort of special character and rejects my Input.
    2) E-Mail address. is not identical; OK, so I do a quick OCR on the E-Mail and guess what they are identical. Again the form Fails to recognize this.
    3) Enter a password (2 Fields) and a third is displayed which is marked as "*required" but is not labeled as to what the required info could possibly be. Or is it a 3 password confirmation box, who knows.
    All I know is that a simple registration is a major pain with this HP site.
    Any Help as to how to alleviate this would of course be greatly appreciated.

  • How can I limit the User not to create OPPT for a given BP grouping

    Hi ,
    We did create a Business Partner grouping (BUT000-BU_GROUP) and wish to block the user to create an Opportunity ( Transaction Type OPPT ) for this Business Partner grouping ?
    How can we do that ?

    Hi,
    You can do this with the help of BADI
    Customer Relationship Management  Transactions  Settings for Opportunities  Business Add-Ins  Business Add-In for Opportunity: Header Data
    You will have to do enhancements for opportunity header data.
    Please use the BADI : CRM_OPPORT_H_BADI:
    In this BADI use the method : CRM_OPPORT_H_CHECK
    With this you can carry out additional checks - the results of these checks can be copied as error messages. Here you can check the grouping of the business partner you are entering in the transaction and if e.g. grouping of the BP is u201CXu201D the error message can be triggered u201COpportunity can not be created for this BPu201D.
    Please let me know if this helped in resolving your problem
    Regards
    Dinesh

  • SRM: Create Contact Person Could not create user; contact your system admin

    Hi All,
    First, I am not sure this question should be posted here, or SRM General. From my point of view, here is more suitable.
    Our Problem:
    Activity "Create Contact Person With Reference" error with message:
    Step to reproduce:
    1. Login to SRM JAVA as super administrator
    2. Open tab "SRM Administration"
    3. Using the current query, search for Business-Partner no: 30000725
    4. Press "Create Contact Person with Reference"
    5. Fill all required fields, tick "Is contact person" checkbox
    6. Put: /SAPSRM/SUPPLIER as Role
    7. Save
    The following Message appear:
    Could not create user; contact your system administrator
    SPML Service error: Error reading request status.  Display Help
    Contact Person 2000000214 Created Successfully for BP 30000725  Display Help
    E-mail was sent
    The first error is intriguing. The username & password is created successfully in ABAP System (Our UME is in ABAP).
    QUESTIONS:
    1. What cause this problem? How to trace the error?
    2. We want the user have portal role automatically. How to achieve that?
    Thank you for any responses and helps.
    SRM ABAP Version:
    SRM_PLUS     700     0009     SAPKIBK209     SRM_PLUS for mySAP SRM
    SRM_SERVER     700     0009     SAPKIBKV09     SRM_SERVER
    SAP_ABA     701     0007     SAPKA70107     Cross-Application Component
    SAP_BASIS     701     0008     SAPKB70108     SAP Basis Component
    PI_BASIS     701     0007     SAPK-70107INPIBASIS     Basis Plug-In
    SRM JAVA Version:
    SRM JAVA: Release 7 SP Level 9.0
    BP SRM: Release 7 SP Level 9.0
    Edited by: Nur Agus Suryoko on Mar 11, 2011 11:36 AM
    Version information added

    Hi Fernando,
    Can you please tell me how you resolved this issue ??
    Regards,
    Adren

  • Roaming profiles not created while the creation of user account

    Hello,
    Our file server (running windows server 2003) is hosting Roaming profiles for users (in active directory running 2003). And that worked just fine till this week, when trying to create some users, we figured out that their roaming profiles are not created
    (after their first logon the the domain of course)
    We checked out the NTFS permissions and the SMB share permissions, and everything looks correct.I have even modified the permissions as Microsoft recommands. But still nothing has changed.
    What could be the problem? or where to look for some paths to troubleshoot this problem??
    Thanks in advance!
    Lotfi BOUCHERIT

    Hi Lotfi B,
    According to your description
    the user, is not able to access the share from the Explorer, as Awinish said, there may be a network or Firewall issue.
    Please try to troubleshoot the network issue referring to the following article:
    Troubleshoot network connection problems
    In addition, it would be helpful if you could help to collect the following information:
    Could the old users access the share?
    Did the GPResult show the GPO had applied successfully? Please run
    Gpresult /h > C:\temp\gpresult.html  (“C:\temp\”is the path of the gpresult.html,
    you can set it yourself) in Command Prompt, the file gpresult.html is used for checking the resultant of Group Policy information.
    Regards,
    Lany Zhang

Maybe you are looking for

  • Errror while deploying ESS Business Package.

    Hi,    I'am deploying ESS SP11 Business Package and while deploying it in SDM it is giving me an error in the intial stage,when i press Start Deploymet option it is giving the error <b>"None of the available containers recognized the components of ap

  • Installed new itunes and i cant play my old songs

    installed the new version of itunes and all my songs have an exclamation point next to them and to find where the are located on my computer and i have no idea how to find my songs.

  • Flash Video in template child pages

    I have created templates with editable regions for my websites. When I try to insert a Flash video file (.flv) it wants to put code in the header region and body region. I have tried erasing the editable areas, making the entire header an editable ar

  • DVD-R burn fails but...

    When i burn a dvd-r on my macbook pro mid-2012 fails but when i connect one external drive (brand: LG) it works and burns it correctly. It makes a really loud noise and it is vibrating a lot. (The LG drive does not make loud noice and it isn't vibrat

  • Internet Support in Dev. 6.0

    Hi, Has anybody tried the internet support feature in Dev. 6.0 yet? Any information would be greatly appreciated. Thanks, Monika null