How to track a request id through an access policy in OIM

lets say User-A requests a job role on behalf of User-B and this job role has a access policy attached to it, to provision the user to AD and SAP.
Now we want an email sent to user-A (i.e the user-A who is responsible for job role assignment which made the access policy to trigger the provisioning of User-B to the SAP ) once User-B is provisioned to an Resource for the first time.

You can find the personA usr_key from upp and upd table.
In upp table it is Coulmn name UPP_UPDATEBY
In upd table Coulmn name is UPD_CREATEBY
and for the status check the coulmns (UPD_ALLOW_LIST,UPP_ALLOW_LIST)
Thanks..
Edited by: IDMuser19 on Sep 2, 2010 3:27 PM

Similar Messages

  • How to track Transport request released

    hi Experts,
    How to track Transport request released from one development system (D01)to another
    development (D02).
    is there any way we get know .
    Amit

    Hi,
           From SE09 & SE10 you track the transport requests, and even you can find the transport request details from the following database tables.
    E070                             Change & Transport System: Header of Requests/Tasks
    E070A                            Change & Transport System: Attributes of a Request
    E070CREATE                       Change & Transport System: Creation Date of Request
    E070DEP                          Change & Transport System: Dependencies of Requests
    E071                             Change & Transport System: Object Entries of Requests/Tasks
    E071C                            Change & Transport System: Client-Specific Lock Flag
    E071E                            Lang. Transport: Positive List for Generic Object Selection
    E071K                            Change & Transport System: Key Entries of Requests/Tasks
    E071KC                           Change & Transport System: Key Entries of Requests/Tasks
    E071KF                           Change & Transport System: Nametab Info. on (CHAR)Key Fields
    E071KFINI                        Change & Transport System: Nametab Info. on (CHAR)Key Fields
    E071K_30                         Change & Transport System: Key Entries of Requests/Tasks
    E07T                             Change & Transport System: Short Texts for Requests/Tasks

  • How to stop the sending attachment through mail group policy

    HI ,.,,,
           Our employees using the gmail and yahoo accounts sometimes . Due to security issues they dont send attachements how is possible to deny sending attachments in group policy
    ranki

    Hi,
    How do your employees using their personal mailbox? If they access it via Outlook, please refer to the suggestions Maffiow provided. If they access it via IE, we could not prevent them attaching
    file to their mailbox via Group Policy. As a workaround, you may prevent them accessing the third party mailbox webpage via Group Policy.
    For details, please refer to the following article.
    How to use Group Policy to Allow or Block URL’s
    http://www.grouppolicy.biz/2010/07/how-to-use-group-policy-to-allow-or-block-urls/
    Hope this helps.
    Best Regards,
    Andy Qi
    TechNet Subscriber Support
    If you are
    TechNet Subscription user and have any feedback on our support quality, please send your feedback
    here.
    Andy Qi
    TechNet Community Support

  • How to track a book purchased through Aperture

    Made and purchased a book through Aperture.  Have never received a receipt confirmation or any tracking information, nor has my credit card been charged.  Do they charge and confirm at time of shipment?

    See the print products page for a link to the order status. If you are not in the US,replace /us/ in the link be thecode for your country.
    http://store.apple.com/us/help/print_products
    Since you did not receive an email confirmation, check, if your emal is working. Have you previewed you book before ordering? If the book contains corrupted media files, it may not upload. And if  there are problematic fonts or something, the Apple Print Products Store may cancel the order witthout sending a confirmation. So check the preview carefully and save the PDF:
    iPhoto, Aperture: Previewing an order in iPhoto or Aperture

  • How to track web request made to sharepoint site from remote computer

    I am trying to connect IBM datastage application to a sharepoint list using soap web services. I am using GetList and Getlistitems to get the data from sharepoint list. While doing this i can sucessfully connect using Getlist function , but getlistitems
    its throwing the error.
    Now i was wondering if there is a way to track the responce made by the IBM Datastage upon my SharePoint Farm. I checked the trace logs, i cant find any trace there.
    Where would i find such information to make sure connection between sharepoint server and IBM datastage has been made sucessfully.
    Thank you

    Hello, I think you can use the SQL Profiler to check the connectivity to SharePoint
    http://msdn.microsoft.com/en-us/library/ms175848.aspx
    Also, here is the long discussion about getlistitems from web services
    http://social.technet.microsoft.com/Forums/en-US/beb42af0-da8d-46cc-88eb-28d5e0ef0b00/get-list-items-from-sharepoint-list-using-listasmx?forum=sharepointdevelopmentprevious
    Hope this can help!

  • How to track network speeds - maybe through SQL or open to others

    The network speed is dramatically slower to the SAN, but it also makes me wonder how slow things are between the Webserver and the external world.
    What's the best way to monitor what-I-assume are network delays and which part of the networks are causing the problem.
    -- Needs to be run on the VM Machine xxxx to work
    /* Local backup */
    BACKUP DATABASE [play_pen] TO
    DISK = N'x:xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
    NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
    -- BACKUP DATABASE successfully processed 35289 pages in 7.638 seconds (36.095 MB/sec).
    /* Intra-Network backup*/
    BACKUP DATABASE [play_pen] TO
    DISK = N'\\xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
    NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
    -- BACKUP DATABASE successfully processed 35289 pages in 14.152 seconds (19.480 MB/sec).
    /* SAN backup*/
    BACKUP DATABASE [play_pen] TO
    DISK = N'\\xxxx\testbackup.bak' WITH COPY_ONLY, FORMAT, INIT,
    NAME = N'Speed backup', SKIP, NOREWIND, NOUNLOAD, STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR
    -- BACKUP DATABASE successfully processed 35289 pages in 55.106 seconds (5.002 MB/sec)

    Hi,
    You can use the tools like Resource Monitor and Network Monitor.
    Resource Monitor is a tool that you can use to monitor the usage of CPU, hard disk, network, and memory in real time. You can open it by clicking the
    Start button. In the search box, type Resource Monitor, and then, in the list of results, click
    Resource Monitor.  If you're prompted for an administrator password or confirmation, type the password or provide confirmation.‌
    Meanwhile, I think it is proper to dig the networking issue on the Windows Server forum via the below link.
    http://social.technet.microsoft.com/Forums/en-US/home?forum=winservergen
    Additional information:
    Using Network trace to troubleshoot intermittent connectivity issues
    http://blogs.msdn.com/b/dataaccesstechnologies/archive/2010/06/18/using-network-trace-to-troubleshoot-intermittent-connectivity-issues.aspx
    Thanks.
    Tracy Cai
    TechNet Community Support

  • How to pass the value from DB in Approval Policy Rule OIM 11g R2

    Hi,
    I need to get the value of rule condition in Approval policy from DB.
    Please let me know how to achieve this. I am using OIM 11g R2.
    Thanks

    How to passing the textbox value within the jsp page
    without using javascript or reload the page.No, jsp executes on the remoter server, the text box is on a client machine, you need to send information to the server over the network, http does this with a request, which will reload the page.....................

  • How to track the flow of Sharepoint SSRS report requests to troubleshoot slowness

    How to track the flow of requests of Integrated SSRS report links in Sharepoint.
    We are using SSRS with Sharepoint for reporting purpose. The issue is some of the reports get generated fast and some other reports generation is very slow. When the sql query of these reports RDL file is executed, the records are shown fast.
    Also even on clicking the "Add Subscription" link of "Manage Subscriptions" of a report is very slow for some reports, while it is fast for other reports.
    I tried enabling SQL profiler to track the requests.  I have checked profiler log for the SQL statements with exec sp_executesql. But they are not helpful.
    Pls advice on how to track the request of flow of SSRS report request in sharepoint and how to troubleshoot the slowness in  "Add Subscription" link, response of some reports.

    Hi Pradeesh,
    According to your description, my understanding is that you want to track SharePoint SSRS report requests to troubleshoot the performance.
    Developer dashboard is very help full while troubleshooting the issues related to performance in SharePoint 2013.  You can have a try.
    About Developer dashboard, you can refer to the links:
    http://www.sharepoint-journey.com/developer-dashboard-in-sharepoint-2013.html
    http://msdn.microsoft.com/en-us/library/office/ff512745(v=office.14).aspx
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • How to track changes for the config done directly in quality client-Reg

    Hi,
    In our system the landscape is Dev,Quality,Production.
    For some transactions we will do the config in dev and transport to other clients or maintain in each client manually.Eg QS41,CI41.
    In my case ,I have did the config in CI41 and transported to other clients.But someone user get in to CI41 in Quality client and did some changes. Now how to track the user Id through which the changes has been performed  in QA directly.
    Regards
    SB

    hi
    you can use SE09 for displaying the transport no where you can see all the request nos ,from there you can check
    also use the same transaction Cl41 do some changes like description ,then press the save button ,system will prompt you the previous saved Request No and make a note of it .cancel the request generation ,then you can trace them in SE09
    also check whether you can find any change documents is available
    regards
    thyagarajan

  • Access Policy is not getting trigggered after creation of user through GTC

    Hi,
    I have an access policy for ALL USER role and that provision users to an RO after getting created in oim. I have a trusted source flat file reconciliation GTC for user creation. I am facing issue when user is getting created through GTC, access policy is not getting triggered. But while creating an user through web console the same access policy is working fine and user is getting provisioned with RO.
    If anybody have any idea how to resolve this, please help me in this regards.
    Regards,
    Avijit

    Hi ,
    its good to know that its working. As per my experience it works for once (through reconciliation) but then stops working. Now to confirm try to revoke the user by changing the group member-ship through reconciliation and see if the resource is revoked or not (repeat it for 2 -3 times). Note that don't do it form within IDM web admin console, do it through reconciliation.
    do post your results.......
    Regards.

  • How to track the transport request number for the Role/Composit Role

    Hi,
    How to track the transport request number for the Role/Composit Role.
    Thanks,
    Ravi

    Use transaction SE03 Transport Organizer Tools
    Execute "Search for Objects in Requests/Tasks" with objects of types:
    R3TR     ACGR     Role
    R3TR     ACGT     Role - User assignment
    Regards

  • How to send a request and get a response through xml

    How to send a request and get a response through xml files?

    This is the code that works for me. Hope you find it useful.
         public static String sendHttpGetRequest(String endpoint, String requestParameters){
              String result = null;
              // Send a GET request to the servlet
              try{
                   // Send data
                   String urlStr = endpoint;
                   if (requestParameters != null && requestParameters.length () > 0){
                        urlStr += "?" + requestParameters;
                   URL url = new URL(urlStr);
                   HttpURLConnection conn = (HttpURLConnection) url.openConnection();
                   conn.setRequestProperty("Accept", "application/xml");
                   // Get the response
                   BufferedReader rd = new BufferedReader(new InputStreamReader(conn.getInputStream()));
                   StringBuffer sb = new StringBuffer();
                   String line;
                   while ((line = rd.readLine()) != null){
                        sb.append(line);
                   rd.close();
                   result = sb.toString();
              } catch (Exception e){
                   e.printStackTrace();
              return result;
         }

  • TS1702 I cannot get an unlocked version of drivesafe.ly to operate on any accounts on my iphone 4S and have had no help when I asked them for support.  I am now trying to figure out how to refund the product.  Anyone know how to make that request through

    I cannot get an unlocked version of drivesafe.ly to operate on any accounts on my iphone 4S and have had no help when I asked them for support.  I am now trying to figure out how to refund the product.  Anyone know how to make that request through itunes?

    Try assigning Queen as the Album Artist on the compilations in iTunes on your computer.

  • How can I use slideshows that I have created in Aperture 3 (complete with captions and music tracks) in my DVD through iDVD version 7.1.2 ?  iDVD Manuals that I have read seem to avoid explaining that export process.  Any advice will be greatly appreciate

    How can I use slideshows that I have created in Aperture 3 (complete with captions and music tracks) in my DVD through iDVD version 7.1.2 ?  iDVD Manuals that I have read seem to avoid explaining that export process. I'm using Aperture 3, Mac OS X (10.7.5), on a Any advice will be greatly appreciated.  Anthony Zasadney, Bolingbrook IL.

    Export the slideshow from Aperture as a .mov file and import it into iDVD.

  • How to track transporter of scheduled transport (TMS)?

    Prior to audit requirement,basis has been asked by auditor to provide all the selected transport lists and the name of the transporters for each selected transports.The problem is,most of the transports have been done through TMS (Schedule) and transporter cannot be tracked using SE16 and tplog because for sheduled transport,TMS will be captured as a transporter. Anybody here can advise me on this?

    Hi Ali,
    I strongly recommend to use the proper forum for this and your other request (How to track transporter of scheduled transport (TMS)?  )with the same question....
    So please close these 2 threads and post it in Software Logistics
    There the chance is better to get the required information...
    b.rgds, Bernhard

Maybe you are looking for

  • How to add a new library to an existing java project

    Hi , i just moved to writing java applications in jedit after working in eclipse for a while , in eclipse it was easy to add a new library jusr rightclick and add but how do i do the same when working with a text editor of jedit style and what do i n

  • Dataguard in 11.5.10.2

    Hi All, I have production 11.5.10.2 ,database 9.2.0.6,operating system:sun solaris 5.10 for which it has got dataguard now our client says to take out the dataguard Please can any one help me out with detailed steps to take out the dataguard from pro

  • Archive Source Files with Errors, Option Does not work

    Any one tried "Archive Source Files with Errors" on the sender adapter. It shows no effect. 1.We are on SP19. 2.Adapter type : FTP adapter. Steps for the Reconstruction  1. Configure a sender FTP adapter. 2. choose the option "Archive Faulty source f

  • Kernel refuses my usb microphone after update

    I guess the latest (or one of the latest) kernel update crashed the usb driver for my Blue Yeti USB microphone, it doesn't show up anymore in pulseaudio and isn't shown as a recognized usb device anymore: leandros@archlinux ~ % lsusb !7939 Bus 005 De

  • How can i find firefox for my android?

    hi.. I have a HTC wildfire s.. I can't find Firefox for my phone.. please help me.. thanks..