Issue with Total Number of SODs at user level.

Friends,
Quick question -
We are using GRC 5.3 Production on NT 20003 server. and back end systems are ECC 6.0
1.We added the Additional Role to one of the business users in ECC 6.0
2.We ran the FULL synch after adding this role in backend.
Issue : The total number of SODs did not change for users, even though the SODs for this business users did increase about 300.
Locations of Screen
Informer Tab ->> Risk Violoations.
Analysis Type -> Users
Does anyone has any idea how this numbers get interpreted?
The Total number of Violations for permission should increase, if user level SOD gets increased, as per our understanding.
PT

It should be in below sequence -
1. Full or incremental sync for user/role/profile
2. Full or incremental batch risk analysis for role/user/profile
3. Management report
The view you see is management report, which is based upon above jobs. FIrst jobs does high level sync like user/role/profile addition/deletion etc. Second job actually does risk analysis. Third one fills up the management view. If your batch risk analysis was run on  Aug 30 aug 10 and management report after completion of the same, the report will show the same data till you run these jobs again even there are many changes in backend authorization.
Hope it clarifies your query.
Regards,
Sabita

Similar Messages

  • I cannot install properly my CS6 version on a second computer it seems that there is an issue with serial number I will appreciate some guidance thank you

    I cannot install properly my CS6 version on a second computer it seems that tree is an issue with serial number I will appreciate some guidance ? thank you

    Hello,
    please have a look there: http://www.adobe.com/products/cs6/faq.html >>> Can I distribute a Creative Suite 6 edition across multiple users or computers? >>> The software license agreement accompanying your product may entitle you to install and activate the software on two systems with certain restrictions. The product license agreement for Creative Suite 6 does not allow you to install the components of a single suite edition across multiple computers. See the software license agreement for more information.
    It could be necessary to activate/deactivate please have a look there:
    http://helpx.adobe.com/x-productkb/policy-pricing/activation-deactivation-products.html
    Good luck!
    Hans-Günter

  • Issue with range number at VF02 when releasing to accounting

    Hi Gurus,
    We have an issue with the number range at VF02 when releasing the invoice to accounting.
    Error message is "For object RF_BELEG E178, number range interval 6A does not exist FBN1"
    But when entering tx-FB1N for Company code E178 , it is not clear where range interval 6A is set for number range assignment.
    Where is the range interval entered in sales so accounting document is generated?
    thanks,
    VL

    hi
    this is to inform you that
    please go to SNRO - give object RF_BELEG for company code E178 & maintain number ranges for 6A.
    you can do it in FBN1 also.
    there will be three push buttons
    maintain
    change
    display
    we need to maintain in MAINTAIN.
    before maintaining please verify whether number ranges for 6A has been maintained or not.
    please follow the steps and proceed this clears your issue.
    balajia

  • Count total number of existing Portal users..Urgent

    Hello All,
    im working on EP6 SP9 (and SP12).
    I would appreciate if anyone would please guide me - How can I retrieve total number of existing Portal users (<b>using code</b> & not Activity Reporting).
    This is kinda urgent....please I request you all.
    Thanks in Advance.
    Warm Regards,
    Ritu R HUnjan

    Hi ritu,
    Check this code. This will give you the total no of users and the names of all the users:
    package com.hcl;
    import com.sap.security.api.ISearchResult;
    import com.sap.security.api.IUser;
    import com.sap.security.api.IUserFactory;
    import com.sap.security.api.IUserSearchFilter;
    import com.sap.security.api.UMFactory;
    import com.sapportals.portal.prt.component.AbstractPortalComponent;
    import com.sapportals.portal.prt.component.IPortalComponentRequest;
    import com.sapportals.portal.prt.component.IPortalComponentResponse;
    public class PortalUsers extends AbstractPortalComponent
         public void doContent(
              IPortalComponentRequest request,
              IPortalComponentResponse response)
              try
                   IUserFactory userfactory = UMFactory.getUserFactory();
                   IUserSearchFilter userfltr = userfactory.getUserSearchFilter();
                   userfltr.setMaxSearchResultSize(5000);
                   ISearchResult userResult = userfactory.searchUsers(userfltr);
                   int size = userResult.size();
                   response.write("<table><tr><td bgcolor=Green>"+ "Names of the user are:"+ "</td></tr></table>n");
                   while (userResult.hasNext())
                        response.write("<table border=0>n");
                        String uniqueid = (String) userResult.next();
                        IUser user = userfactory.getUser(uniqueid);
                        response.write("<tr><td>"+ user.getDisplayName()+ "</td></tr>n");
                        response.write("</table>n");
                   response.write("<table border=0><tr><td bgcolor=Green>"+ " Total no of users "+ "</td></tr>n");
                   response.write("<tr><td bgcolor=Red>"+ size+ "</td></tr></table>n");
              catch (Exception e)
    I hope this solves your problem
    Regards
    Pravesh
    PS: Please reward points if answer is helpful.

  • How can I get a report with total number of pages printed on my HP Officejet Pro 8610?

    Since knowing the number of pages I print is so critical to a choice of using the "HP Instant Ink Plan" or not, how can I find the total number of pages I have printed on my brand-new (installed 2 days ago) 8610?  And if I can, is it a "resettable" or rolling total?  Don't see anything in user guide and a search yields nothing usable on this blog.
    Printer is installed wirelessly on an older PC with Windows XP SP3.  I can also of course intstall it with network cable but so far it works OK on my home network without network cable.  If it matters which OS, I also have a Lenovo laptop running Vista on which I can install this printer. 
    Please do not respond that I can find the total by counting the number of pieces of paper I have.  Surely the internals of this fine machine must have the requested data so that HP can tell my usage if I select the monthly ink plan!
    This 8610 was a good buy (net $89.00 after trade-in of my six year old J36xx Deskjet) at Office Depot/Max which of course influenced my decision to buy it.  So far I am very happy with printing qualities and speed, have not tried the scanner yet and will probably never use the fax since I have no land line phone. 
    Thanks,
    Harry
    This question was solved.
    View Solution.

    Hi,
    Section #2 of the Printer Ststus report will tell you. Please try:
    Printer status report
    Use the printer status report to view current printer information and ink cartridge status. Also use the printer status report to help you troubleshoot problems with the printer.
    The printer status report also contains a log of recent events.
    If you need to call HP, it is often useful to print the printer status report before calling.
    To print the Printer Status Report
    1. From the printer control panel display, touch and slide your finger across the screen and then touch Setup.
    2. Touch Print Reports and then touch Printer Status Report.
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

  • Issue with Serial number inheritance in PP order

    Hi gurus,
    We have an issue with inheritaning component material serial no. to header material.
    For production order having different header material and component material,on GI, the serial no. assigned to component is inheritated to header material. We can see the serial nos. in order, Header --> Serails Numbers. This functionality has been implemented in BADI 'MB_MIGO_BADI' method POST_DOCUMENT' using FM 'SERNR_ADD_TO_DOCUMENT'.
    But, the issue is when the production order is having same header and component material. And on GI, the serial no. is not getting inherited into header material ie., the serial nos. are not visible in production order ,Header --> Serial Number.
    Is there any other FM for handling the serial numbers for order having having same header and component material?
    Note: The material is serialized material.
    Thanks & Regards,
    Chandra Sekhar.

    Tried the "live" chat. What a waste of time:
    Thank you for choosing Adobe. A representative will be with you shortly. Your estimated wait time is 0 minute(s) and 54 second(s) or longer as there are 1 customer(s) in line ahead of you.
    You are now chatting with Farook.
    Farook: Hello! Welcome to Adobe Customer Service.
    Farook: Please allow me a moment to review your request.
    Farook: Hi Martin.
    Martin: Hi.
    Martin: For reference the serial number is <deleted>
    Martin: Purchased from Amazon.co.uk in January.
    Farook: I understand that you are unable to install the software. Am I correct?
    Martin: No. I installed it, activated it fine on my laptop but when I tried to do the same on my desktop PC the serial number conflictr was detected and both are now blocked.
    Martin: Farook, I suspect you won't find this in your FAQs, since it isn't on the support website. Can you escalate?
    Farook: I am sorry to hear that.
    Farook: Can I have your full name and email address?
    Martin: Martin Lampard
    Martin: <deleted>
    Farook: Thank you.
    Farook: Martin, I am sorry, the serial number which you have provided has not registered with.
    Farook: Hence, you need to contact Amazon.
    Martin: Rubbish. I had activated it on my laptop. I am 100% certain.
    Farook: I understand Martin.
    Martin: How did you check the serial number?
    Farook: Could you please re-confirm me the serial number?
    Martin: <deleted>
    Farook: Thank you.
    Farook: Martin, I am sorry, you need to contact Amazon.com.
    Farook: I am sorry for the inconvenience caused to you.
    Martin: Why? They sold me a working copy of Dreamweaver.
    Farook: I understand, but I do not have enough resources to help you further.
    Farook: Please contact Amazon.com.
    Martin: What a waste of time. Makes me sorry I bought this Adobe product.

  • Goods Issue with Serial number reversal

    Hi Experts,
    I have an item which is set to Inventory Item and Sales Item. I brought it in via Inventory/Good receipts to assign serial numbers.
    I realized I used the wrong Warehouse and wrong item Code ( I have 2 codes set the same but for different recording purposes)
    Unfortunately did I turn around and created a goods issue with the serial numbers to wash it but I do nee the serial numbers available to do my correct entry. How can I get my Serial numbers back which show no unavailable.
    If I try to set the item also as Purchase Item and try to do a return it wont show. Please advice.
    Thanks

    Hi,
    Receive again with correct item code and ware house with same serial number.
    If not, Please explain with an example.
    Thanks & Regards,
    Nagarajan

  • Issue with Exchange 2007 SP3/Outlook 2010 User account Auto accepting Appointments

                                
    0
    Hi
    I have an issue with 2 users who's appointments are being Auto-accepted or Auto Declined. As these are User Mailboxes there is no resource scheduling set on these. I've also checked for delegates (none), Rules (including running outlook.exe /cleanrules).
    If I send the user some test appointments when they are not logged into Outlook, the appointments are not processed. If the user logs in through OWA then the appointments are not processed. When the user logs into Outlook 2010 (using Mapi) the appointments
    are processed within 5-10 minutes. I started to think it may be a PC issue, something buried in the registry. But I give myself full access to the account and logged in from my machine using Outlook 2010, the appointments are auto processed, again, within
    5- 10 minutes .
    Lots of stuff on the internet all pointing to Resource scheduling, delegates or Rules but I have now discounted all of these.
    If I check the users MailboxCalendarSettings, AutomateProcessing is set to AutoUpdate and not AutoAccept. The Outlook Client has all settings in Resource Scheduling unticked.
    Thanks
    Darran

    Hi Darran,
    If there is no delegate configured, no rules and calendar processing is also set properly, please switch Outlook to Online mode to check whether the issue persists. Also close Outlook and receive test meeting request directly in OWA to double check the mailbox
    would not automatically process the meeting in OWA.
    If the issue happens in Outlook Online mode but not continues in OWA, please restart Outlook in safe mode or change a new computer with fresh Outlook 2010 to have a try.
    Thanks,
    Winnie Liang
    TechNet Community Support

  • Issue with serial number - cs6

    i have a windows 8 hp computer
    have been running  adobe cs6 master suite for almost a year, no problem.
    i have a legitimate serial number, obtained through my design college.
    around the time windows 8 updated to 8.1, my issue with the serial number began.
    i have now installed cs6 on a windows 7 acer laptop and the same error comes up.
    adobe tells me to contact them, but only leads me to this forum...
    PLEASE HELP!!!

    Serial number and activation chat support (non-CC)
    http://helpx.adobe.com/x-productkb/global/service1.html ( http://adobe.ly/1aYjbSC )

  • Dialing into conferencing - "sorry I can't find a meeting with that number" but yet the user has that ID assigned

    via my dial in website 24494 is assigned to the user, but when you try to call it I get  "sorry I can't find a meeting with that number".  I know I can reset the ID and it will work but this is the 3rd user that has had this problem. 
    When I do a debug it shows:
    TL_INFO(TF_PROTOCOL) [2]15F8.1B60::01/24/2013-22:26:51.788.000900a4 (SIPStack,SIPAdminLog::ProtocolRecord::Flush:2387.idx(196))[960327338] $$begin_record
    Trace-Correlation-Id: 960327338
    Instance-Id: 8FB48
    Direction: outgoing;source="local"
    Peer: pool:62367
    Message-Type: response
    SIP/2.0 400 pstnMeetingIdNotFound
    Start-Line: SIP/2.0 400 pstnMeetingIdNotFound
    FROM: <sip:[email protected]:5072;transport=Tls;ms-opaque=84495afe39ba64b7>;epid=405FA20A16;tag=f310578fdf
    To: <sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA>;tag=2711C94508D01F9EE8A863D02A51E2CC
    CALL-ID: 2cfd68ae1e4449d99f9a9b1bb67f710f
    CSEQ: 541 SERVICE
    Via: SIP/2.0/TLS 192.168.205.70:62367;branch=z9hG4bKd82c74c;ms-received-port=62367;ms-received-cid=9C5F00
    Content-Length: 379
    Content-Type: application/cccp+xml
    ms-diagnostics: 3174;reason="An authoritative conference directory was found, but the given id is not currently assigned.";meeting-id="24494";source="LYAPP"
    Message-Body: <response xmlns="urn:ietf:params:xml:ns:cccp" requestId="7" C3PVersion="1" from="sip:[email protected];gruu;opaque=srvr:HomeServer:E1afnHoe-VCvSgUhA7OT6gAA" to="sip:RtcApplication-67758190-5c3b-4f6c-b236-a14357c5f097@com:5072;transport=Tls;ms-opaque=84495afe39ba64b7"
    code="failure">\n<resolveConference reason="pstnMeetingIdNotFound"/>\n</response>
    $$end_record

    Did you do the migration? If so, you have to renew the conference ID.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • Issue with total no of pages in Sap Acript -- &SAPSCRIPT-FORMPAGES(C)&

    Hi,
    I am using the command &SAPSCRIPT-FORMPAGES(C)& to get the total number of pages.But for the first 9 pages it is displaying only one digit and from the 10th page it is displaying the correct value.
    Example : I have a total number of 26 pages for the first 9 pages the output is displaying as
                    Page 1 of 2
                    Page 2 of 2
                   Page 9 of 2
                   Page 10 of 26
                   Page 11 of 26
                  Page 26 of 26
           Currently i have done it this way in my program
           P4    <b2>Print Date:</>&v_prtdat&,,,,,,,,       Page &page& of
           =       &SAPSCRIPT-FORMPAGES&
    I have gone through the earlier Posts,but i could not right solution.
    Please help me in this regard.

    Hi,
         Try to use this
    &PAGE& of &SAPSCRIPT-FORMPAGES(2)&
    "(C) suppresses leading spaces

  • Issue with data store at AM - specific session-level

    Hi,
    Iam using JDev 11.1.1.5.0
    Iam facing an issue while storing a value at AM session level in AMIMpls custom method.Following is the sample code for the same. Iam trying to invoke this method as methodcall activity in bounded taskflow.
    Just following the instructions specified at below URL
    http://andrejusb.blogspot.sg/2010/01/storingaccessing-objects-in-adf-bc.html
    public void setDeliveryVersionId(String deliveryVersion){
    Session session = this.getSession();
         //Session session = getDBTransaction.getSession();
    Hashtable userdata = session.getUserData();
    It would be great, if some one suggest on this.
    Thanks in advance,
    Samba.

    Sorry, I forgot to mention the actual issue. i.e getting null value for session variable.
    Thanks,
    Samba.

  • Populating Account field with totaled number from Activities.

    All-
    Got a curious one.
    We're using activities to count up the numbers from various site visits. What we want to do is have the number just populate automatically on the account record. So, whenever a new activity is saved, or an older one is updated. We want that number to update on the account. Is this a workflow thing? a Joinfieldvalue function thing? Both together using the Account ID to tie them together.
    So, on the activity record, there are various number fields for different value. But we're also having a total field that adds it all up. We want that field plus all the other total fields for activities attached to this account to be added up and place on the account record in a custom field.
    Any suggestions would be much appreciated.

    I think you may be right. I did some research and came up with this.
    Use query builder and default values to populate Activity records with information from the associated Account record. Then the User would enter any new values on the Activity, and, upon saving, a web service would be triggered to populate the revisions back to the Account record. This way, the Account record would always have the most current values, and the next time they have an activity, the activity would be populated with the most current values.
    We can’t go from the Activity to the Account. That’s why it needs to be the web service for this portion. There needs to be a one-to-one relationship defined, and on one Activity record you can define one Account that is related to it. But it doesn’t work the other way, because an Account can have multiple activities and there’s no way to define “THE” activity.
    Does that sound right?

  • Issue with serial number

    I have recently purchased a copy of Dreamweaver CS4, having previously used a different HTML editor (NAMO, as it happens).
    Installed it on my laptop while travelling and got started. Serial number entered successfully. Went through a bunch of tutorials successfully.
    Decided to use it on my desktop PC when I got home.
    Got the message "there is a conflict with this serial number please resolve it" but no indication of how to do so when I tried to enter the serial number on my desktop PC. Understandable: a license registered to one PC shouldn't be used at the same time on another. No issue for me - I'm not a brainiac or an octopus.
    However, according to the license agreement it is OK to have a "work" copy as well as a "travelling" or "home" copy, and that's what I need.
    Now when I try to use or activate on EITHER computer the serial number is simply X'ed out (yes, I can read and type, Adobe customer support - thanks for your patronising form response)
    I submitted a report to Adobe (by the way, if you have not registered as an owner of Dreamweaver I found it impossible to enter a query about Dreamweaver via the "other products" pulldown) which has resulted EVENTUALLY in the case being closed as "resolved" - of course, it isn't, and I am now locked out of the software I paid 8 times as much for as the rather quirky NAMO which had more functionality for an entry-level user such as myself 5 years ago than CS4 does now.
    I work for a software company and I can promise Adobe that any organization that treats its customers as shabbily as this, while believing it can charge a price premium, is doomed to fail.
    I guess the reason for this posting is partly to vent my frustration and partly in the hope that someone from Adobe customer support will re-open ticket number 203054761 and take it seriously.
    Best,
    Martin.

    Tried the "live" chat. What a waste of time:
    Thank you for choosing Adobe. A representative will be with you shortly. Your estimated wait time is 0 minute(s) and 54 second(s) or longer as there are 1 customer(s) in line ahead of you.
    You are now chatting with Farook.
    Farook: Hello! Welcome to Adobe Customer Service.
    Farook: Please allow me a moment to review your request.
    Farook: Hi Martin.
    Martin: Hi.
    Martin: For reference the serial number is <deleted>
    Martin: Purchased from Amazon.co.uk in January.
    Farook: I understand that you are unable to install the software. Am I correct?
    Martin: No. I installed it, activated it fine on my laptop but when I tried to do the same on my desktop PC the serial number conflictr was detected and both are now blocked.
    Martin: Farook, I suspect you won't find this in your FAQs, since it isn't on the support website. Can you escalate?
    Farook: I am sorry to hear that.
    Farook: Can I have your full name and email address?
    Martin: Martin Lampard
    Martin: <deleted>
    Farook: Thank you.
    Farook: Martin, I am sorry, the serial number which you have provided has not registered with.
    Farook: Hence, you need to contact Amazon.
    Martin: Rubbish. I had activated it on my laptop. I am 100% certain.
    Farook: I understand Martin.
    Martin: How did you check the serial number?
    Farook: Could you please re-confirm me the serial number?
    Martin: <deleted>
    Farook: Thank you.
    Farook: Martin, I am sorry, you need to contact Amazon.com.
    Farook: I am sorry for the inconvenience caused to you.
    Martin: Why? They sold me a working copy of Dreamweaver.
    Farook: I understand, but I do not have enough resources to help you further.
    Farook: Please contact Amazon.com.
    Martin: What a waste of time. Makes me sorry I bought this Adobe product.

  • Total Number of Votes in User's Statistics

    Could the AUR have a statistic that says how many votes for each package in total a user has?
    Last edited by matthewbauer (2009-07-25 23:39:38)

    There are a lot of interesting algorithms for ranking.  One of my favorites is h-index.  Sadly, h-index is not very kind to me, since I only have three packages.
    Just for fun, here's the highest ranked.  Note that there are some 2465-ish people with packages on the AUR, and only 37 have an h-index of 15 or more.
    sergej 73
    Dragonlord 54
    pressh 44
    gcarrier 44
    bash 43
    StefanHusmann 38
    Arkham 36
    bardo 35
    partition 33
    Ghost1227 33
    tdy 31
    codemac 28
    arch-haskell 28
    wonder 27
    swiergot 27
    dsa 27
    Allan 27
    Romashka 26
    stativ 25
    Chris.Giles 25
    donvla 23
    Slash 23
    Snowman 22
    Shirakawasuna 20
    dtw 19
    daenyth 19
    urandom 17
    even 17
    djszapi 17
    abhidg 17
    Cilyan 17
    thotypous 16
    djclue917 16
    leemars 15
    drschwalbenmann 15
    Xyne 15
    Synthead 15
    On the low end:
    H index, number of people
    0, 144
    1, 1119
    2, 478
    3, 238
    4, 149
    5, 88
    6, 58
    7, 40
    8, 46
    9, 20
    10, 13
    11, 10
    12, 7
    13, 8
    14, 8

Maybe you are looking for

  • IPhoto will not open want me to "rebuild photo library" and restart

    When I try to open iPhoto i get this error message: "Shut down and restart your computer, and then open iPhoto again. If the problem persists, try rebuilding your photo library. To do this, quit iPhoto, and then reopen it while keeping the Option and

  • Catalyst legacy

    Hello to everyone Iam a new arch user, but I had linux (debian, fedora etc) for many years. I have a problem when trying to install the fglrx modules. I tried using the unofficials repos ... but I ended to just a black screen. I tried the catalyst ge

  • Problem with hierachy aggregation, only using last child to populate parent

    The following is a report that is dynamically generated: ACCOUNT         Cash 2003 JAN          978,940 2003 FEB          1,141,812 2003 MAR          1,435,928 2003 Q1          1,435,928 2003 APR          1,663,463 2003 MAY          1,740,351 2003 JU

  • CS 6 Shift-Circle with Aspect Ratio Correction

    In PhotoShop CS 4 & 5.5, with a NTSC D1, 720x 486 document, a Pixel Aspect Ratio of D1.DV NTSC (0.91), and ellipse options set to unconstrained, with Aspect Ratio Correction Turned on, to draw a perfect Circle, you could hold Shift-option-cmd and you

  • When I download Web & Design Premium, it downloads half in English and half in French.

    How can I make the entire suite in English?  Photoshop and InDesign are fine, but Illustrator is completely in French and Dreamweaver is half in French. I downloaded it from my school's software site.