One fundamental question: When users gets ceated in IDM from trusted recon

I have a very basic question which I am not able to understand.
When user accounts gets created in IDM from trusted recon, then the trusted recon resource object is not displayed in resource profile page of the user account. If we want to see whether the user account was created through trusted source or by manually by admin, then where can we see that?
This information is stored anywhere in IDM DB which will distinguish user accounts created through trusted recon and those created manually in IDM?
Please let me know if you are not able to understand my question.
Thanks,
Kalpana.

You may be able to use the USR_CREATEBY field in the database. For an admin created user this should contain the USR_KEY value of the admin who created the user. I think for a reconciliation created user it may contain the USR_KEY of the OIMINTERNAL user.

Similar Messages

  • Notification when user gets added or removed from room

    Hello all,
    I need to periodically synchronize the name of the room members with members of a group of a 3rd party application, i.e. each time a user gets added to a room i need to add the same user id to a special group in a 3rd party application (in my case a user group in the bug tracker application JIRA)
    Does anyone know if and how i can get a notification e.g. within a KM service if someone is added to or removed from a group? I can imagine there exists an API how to get the members but this would require me to poll KM to get the room members and i'm pretty sure this won't work well with 10000 rooms
    Best regards
    Dieter

    Hi,
    For notification you need to configure "mail Transport"
    Go to
    System administation -> system configuration -> collaboration -> transport - > mail transport.
    Here you maintain the SMTP server IP address.
    then members will get notification about room.
    Regards,
    Ganesh

  • Error on load: System.IO.IOException: The process cannot access the file : error in event viewer when users want to view documents from this third party deployed scan solution

    Error on load: System.IO.IOException: The process cannot access the file
    '\\server1\SCANSHARED\.pdf' because it is being used by another process.
       at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
       at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options, String msgPath, Boolean bFromProxy)
       at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share)
       at System.IO.File.WriteAllBytes(String path, Byte[] bytes)
       at abc.Scan.Layouts.ICC.Scan.View.Page_Load(Object sender, EventArgs e)
    I faced this  error in event viewer  when users want to view documents from this third party deployed scan solution
    here I have two WFS servers  and they configured with load balancing in F5 .
    when I enable both servers in F5 I receive this error messages in 2nd server,
    when users want to view documents
    adil

    Do you have antiVirus installed on the sharepoint servers?
    These folders may have to be excluded from antivirus scanning when you use file-level antivirus software in SharePoint. If these folders are not excluded, you may see unexpected behavior. For example, you may receive "access denied" error messages when files
    are uploaded.
    Please follow this KB and exclude the folders from Scanning.
    http://support.microsoft.com/kb/952167
    Please remember to mark your question as answered &Vote helpful,if this solves/helps your problem. ****************************************************************************************** Thanks -WS MCITP(SharePoint 2010, 2013) Blog: http://wscheema.com/blog

  • I own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    i own acrobat 9 pro and had to re-download the program from a computer issue but when i get the serial code from the adobe website it give me serial code invalid error.  i am using copy and paste to prevent miss typing the code.

    Hi Lawrence,
    Please try the steps mentioned in the KB: https://helpx.adobe.com/creative-suite/kb/error-invalid-serial-number-acrobat.html
    Regards,
    Rave

  • What do I do when I get my iPhone back from the repair center?

    What do I do when I get my iPhone back from the repair center?

    If it was replaced then you should be able to restore a back up of your phone
    iTunes: Backing up, updating, and restoring iOS software
    If you received a note it will tell you what they found and why they could not repair. It depends on the situation

  • When I get a text message from my brother or sister who have IPhones there is no text but there is a "download" button.  If I tap the download button it beeps but there is no download. My galaxy note 4 uses verizon messages   app.  how do I get these text

    when I get a text message from my brother or sister who have IPhones there is no text but there is a "download" button.  If I tap the download button it beeps but there is no download. My galaxy note 4 uses verizon messages app.  how do I get these text messages?

    Picture messages without a texting plan are 25 cents each.  Better than the $1.99 or $2.99 from the online store....
    Attaching to an email would not work as mobile email does "do" attachments. 
    Sending to your online album will use text messages, I believe.  Better to use a micro SD card, save to the card, and transfer them to your computer that way.

  • Not getting all the attributes value from Trusted Recon in eventhandler

    Hi,
    I am not getting the values of all the attributes in hashmap from Trusted recon in eventhandler.
    Following is the hashmap value I am getting :
    Parameter Hashmap value is {re_key=1869, Email=[email protected], Role=Full-Time, act_key=22, User Login=TUser43, Xellerate Type=End-User, Last Name=User43, First Name=Test}
    Please let me know how to get all the attributes value in eventhandler. I need to take some decisions based on these attributes.
    Thanks

    You should be getting all the values in the recon event.
    To get the current user states for all the records in the bulk event use this:
    Identity[] currentUserStates = (Identity[]) eventDataHashMap.get("CURRENT_USER");
    Now when you are looping through your bulkParametersp[], you can use the same get from the currentUserStates:
    Identity currentUser = null;
    currentUser = currentUserStates[counter];
    Now if the attribute is not in your hashmap, you can use:
    currentUserState.getAttributes().get(attribute)
    -Kevini

  • Want to add one more link in the first screen when user gets into EBP

    Hi All,
    I want to add one more link to the template <b>WELCOME</b> in Internet Service <b>BBPGLOBAL</b>. This is the first screen that the user gets when he logs into EBP.
    The issue is the same screen is different in DEV and TEST environment.
    I verified the code in the template in both systems but they are exactly the same.
    Also, checked the Parameters in the Templates and they too match.
    While going through the code, I found out that MENU_NODE_TAB is used in a repeat loop to verify user has access to the further links.
    But the surprising thing is the code is same in both the systems, but Test evnironment is reflecting the link I want to add in DEV environment.
    Am I missing something??
    Pls let me know.
    Thanks in advance.
    <b>I will reward full points for helpful answers!!</b>
    Regards,
    Sanaa

    Hi,
    In welcome.html there is a ITS code to initialize array with information about transaction (line 87).
    This code is in the loop:
    repeat with idx from 1 to MENU_NODE_TAB-TEXT.dim;
      if( (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC01" && A_GEN_URL<i> == "") ||
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC03" && A_GEN_URL<i> == "") || 
          (MENU_NODE_TAB-S_IDENT[idx] == "BBPSC02")                       );
        A_S_IDENT<i>      = MENU_NODE_TAB-S_IDENT[idx];
        A_GEN_URL<i>      = MENU_NODE_TAB-GEN_URL[idx];
        A_OBJECT_ID<i>    = "parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".root.name + parent.launchpad.menu.M" & MENU_NODE_TAB-OBJECT_ID[idx] & ".path";
        A_TEXT<i>         = quotFilter(MENU_NODE_TAB-TEXT[idx]);
        A_INTRODUCTION<i> = #WELCOME_SENTENCE6;
        found = 1;
      end;
    end;
    If You want to add this 4 links on begining - extend this array (in line 87):
    <!-- initialize array with information about transaction on startpage -->
    A_S_IDENT[1] = "custom_link1"; A_GEN_URL[1] = "www.google.com"; A_OBJECT_ID[1] = ""; A_TEXT[1] = "google"; A_INTRODUCTION[1] = "google link";
    A_S_IDENT[2] = "custom_link2"; A_GEN_URL[2] = "www.rediffmail.com"; A_OBJECT_ID[2] = ""; A_TEXT[2] = "rediffmail"; A_INTRODUCTION[2] = "redi link";
    A_S_IDENT[3] = "custom_link3"; A_GEN_URL[3] = "www.yahoo.com"; A_OBJECT_ID[3] = ""; A_TEXT[3] = "yahoo"; A_INTRODUCTION[3] = "yahoo link";
    A_S_IDENT[4] = "custom_link4"; A_GEN_URL[4] = "www.greetings.com"; A_OBJECT_ID[4] = ""; A_TEXT[4] = "greets"; A_INTRODUCTION[4] = "greeting link";
    A_S_IDENT[5] = ""; A_GEN_URL[5] = ""; A_OBJECT_ID[5] = ""; A_TEXT[5] = ""; A_INTRODUCTION[5] = "";
    A_S_IDENT[6] = ""; A_GEN_URL[6] = ""; A_OBJECT_ID[6] = ""; A_TEXT[6] = ""; A_INTRODUCTION[6] = "";
    etc.
    <!-- Search for shopping transaction in launchpad -->
    repeat with idx from 5 to MENU_NODE_TAB-TEXT.dim;
    Regards,
    Marcin

  • Assign roles automatically when user gets created

    Hello,
    I want to know if there is a way to assign basic roles to all the users in the system when they get created in the back end as well in the portal.
    Thanks in advance.

    Hi Rahul,
    There is no such way to assign automatically basic role to all users. You can go for tool sugested by Alex.
    And also you can check one solution if this works for you  that we have used in Past and proposed by business. In that if the Basic role is like end user role and needed for all portal users.  Then you can create on Template users (Type dialog)  . Then you can create the new users by copying the template user.

  • Automatic AD account creation when user gets created in OIM

    Dear All,
    Currently in my OIM version 9.1.0.2, AD account creation is request based. Manager has to raise a request to create an AD account for the user.
    Now we want to leave this process for AD account creation. Requirement is to create the AD account without any approval process.
    Or I can say create an AD account for the user as soon as user gets created in OIM.
    Please suggest.
    Manohar

    Hi GP,
    I am able to follow the steps mentioned for creating membership rule and access policy.
    Account get created whenever used is added to new group 'createadaccountautomatically'.
    However a small trouble here.
    Initially resource status goes to ready. I need to select Misallocation attribute in the request form manually. This might be happening because in present request based approval Manager provides the is_location.
    How should I overcome this limitation? I mean what change to make so that is_location gets changed automatically.
    Please suggest on this.
    Manohar

  • FinRep 9.3.1: All users getting error opening reports from root directory

    We are having an irritating, although not missiion critical error
    When a user (any user) attempts to open a report from the explorer view in Financial Reporting 9.3.1, we receive an "_Error 1000165"._ No explanation is provided. No folders are openable within the explorer view except "Personal Page."
    It is possible to open reports by opening a report that got accidentally stored in the root directory and then opening another report from the menu system in the usual way. So it is not a user permissions/provisioning issue.
    Is there a fix to this? I am afraid someone will clean out the root directory and then we won't be able to access our reports.
    Update: I can use the pattern "VariancePercent([B(A)],[A(A)])" to cut this to 27 Columns by varying the direct reference to the column. But is there an easier way to do this?
    Edited by: user10868938 on Feb 24, 2009 3:43 PM

    We have been able to complete the update of our users SSID's in our Planning SQL tables through the utility. We had to create the users in Essbase first though.
    However, if I try to log into Planning (through Workspace) I still cannot see the Planning applicaitons I should have access too. In Shared Services if I pull up my network ID and View Report, I do not get any Planning groups to show up that I belong too. I can open the group in HSS and see my ID is in it but when I do the View Report on my ID nothing comes up.
    Additionally, if I add a user from scratch to the existing Planning groups that we've migrated and do the View Report they will show up for that user and the security passes through to Planning/Essbase so that I could log on fine. So, the problem is not with adding new users but the existing one's that were migrated. HSS shows the users in the groups but if you view a Report for those users it doesn't look like you belong to any groups.
    We are going to apply a patch to Shared Services to see if it helps. It's suppose to deal with Groups that have users from multple domains but one set of those users cannot log into the application they should have access too. We applied this in our stand-alone S9 Essbase environment a couple of months ago to deal with a break between our existing users and groups from HSS to Essbase. Maybe this will be the final piece.

  • I had an iPhone 3GS and then I bought an iPhone 5. I have same apple I'd for both of the devices. Suddenly my iPhone 3GS buggered off and I had to buy a new one. But when I set up new iPhone from iCloud I hit data back up from iPhone5 instead of old 3GS.h

    I want to get data from iCloud on my new 3GS . But while setting up I used data from iPhone 5 . How to revert back? I want to get rid of back up of iPhone 5 on my new 3GS and want back up of old 3GS on new one.

    Assuming you do have an icloud backup for the old 3GS, then on the new one -
    Go to Settings>General>Reset and tap Erase All Content and Settings.  This will erase your device.  Then you will go through the setup screens again as you did when your device was new, and when given the option, select Restore from iCloud Backup.
    http://support.apple.com/kb/HT1766?viewlocale=en_US&locale=en_US

  • Error when user tries to seek feedback from participants of a 360 appraisal

    Hi
    When user is clicking on the Request Feedback button, the following error is generated:
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-20002: 3133: Activity instance 'HR_PARTICIPANTS_BLOCK' is not a notified activity for item 'HRSSA/213075'.
    ORA-06512: at "APPS.WF_ENGINE", line 5666
    ORA-06512: at line 1
    The intention is to invite a participant to review the employee. Any one who has encountered this issue or has a hit to it, please help.
    Thanks
    Upma

    Hi,
    If anyone has any idea about this issue, please help.
    Thanks
    UJ

  • If i have an app in FF Market how can i save when user get achivments from my app...

    so, i made an app on FF market called R.C.P. (rock paper scissors) but i want if player won 5 times, 50 times, 500 times etc, to get an achivment BUT when he run again the app he can see his achivments.. if he restart the application the achivments will dissapeard....

    hello, use a technology like localstorage to save the achievements and/or other settings: https://developer.mozilla.org/en-US/docs/Web/Guide/DOM/Storage
    some general ressources for webapp developers:
    <br>https://developer.mozilla.org/en-US/docs/Web/Apps
    <br>https://marketplace.firefox.com/developers/docs/game_apps

  • Some users getting 2 task notifications from SPD workflow

    Hi,
    I have created a SPDesigner Workflow in SharePoint 2013 Ent, using the SP2010 workflow engine as it is a fairly simple process.
    The odd thing is that for one particular user, when a Task is assigned, she gets 2 notification emails:
    email1:   
    "Task Assigned by xxx on 19/02/2014"
    You do not have the required permission to view this Task
    1. Request Access
    2. Review you task for specific details about this request
    3. Perform the specific activities required for this Task
    4. Use the Open this task button to mark the task as completed.
    email2:
    "Task Assigned by xxx on 19/02/2014"
    To complete this Task
    1. Review Kxxx.pdf
    2. Perform the specific activities required for this Task
    3. Use the Open this task button to mark the task as completed. (If you cannot update this task, you might not have access to it. Click here to request access).
    Why 2 emails??
    (the permissions issue I will tackle, it is a secured site).
    Ruth, UK

    Thanks for your suggestion regarding the security Ramakrishnaraja.
    The ongoing site re-organisation is now complete and we have resolved the security issue.
    (All users need to have Read access at the site level, as there are a number of hidden lists involved in a SharePoint Designer Workflow, such as a hidden Workflows list where the .xsn workflow forms re stored).
    Sadly however, it looks like the problem in the original question I posted is still happening.
    ie. some users are getting 2 emails when a task is assigned.
    If anyone knows why duplicate emails might be sent (only to some users!), do let me know.
    Many Thanks
    Ruth
    Ruth, UK

Maybe you are looking for

  • Unable to import xml into my CS4 project

    Hi folks, I am trying to embed a 3rd party flash component into my current flash project.  As a stand alone, the component works fine but when I try and import the xml file for the component into my current flash project library, the message I get: "

  • How to delete duplicate iphotos in the iphoto library

    iphoto version 9.6.1(910.42) macbook pro I needed help on the duplications of iphotos I'm experiencing multiple duplications

  • Problems with Spry submenu appearing directly underneath parent in IE.

    I've checked out a lot of forums but I can seem to find a solution to my spry issue. My spry submenu will not show up directly underneath the parent in Internet Explorer. Firefox and Safari look fine. I'm somewhat new to the Spry menu so any help wou

  • Using a second base station instead of an airport card - possible?

    I have the following items 1 Airport base satiation (new) 1 Graphite Airport bas station 1 iMac 350 – does not support airport card 1 MacBook w/airport card installed 1 Modem I am currently using the new Airport base station to distribute my internet

  • Songs in my library won't transfer to my ipod mini

    I can import songs from a CD and buy them in the itunes music store but these songs will not transfer to the ipod, they just remain in the library. They used to automatically transfer before I updated itunes. I have reinstalled itunes and used the ip