Cross-systems analysis and max. rules for a risk

Hi all,
Customer environnement: GRC AC RAR 5.2 linked to 3 R3 4.6C environments (FB0, FB1 and FB2) with different purposes. Users and roles can exist in the 3 systems so we need to run cross systems analysis.
It turns out that the cross-systems analysis works well only if you declares the functions on only 2 environments (FB0 and FB2 or FB0 and FB1).
If we declare the functions on 3 environments (FB0, FB1 and FB2) one reaches the maximum number of rules for a risk, namely 46 655.
This limit is it revised upwards in version 5.3 (if yes, how?)
Or there happens a workaround solution to run cross system analysis on multiple physical systems (the customer environment target is 6!) ?
Regards

The limit is based on the number of character combinations are available for a risk, so if the number of characters has been increased thenteh number of rules available won't have been increased.
In AC 5.3 the number of characters for a risk ID is 4 which is the sames as AC 5.2 therefore I doubt trhat the limit has been lifted of the code changed to accomodate mor rules per risk.
The only way around the issue is to create smaller risks instead of looking in systems 1, 2 & 3 look in 1 & 2, and 2 & 3 and 1 & 3.  Not ideal but at least you will get some results.
Sounds likje an enhancement request needs to be raised to me.

Similar Messages

  • Learning systems analysis and design

    hi folks ,
    i am a developer , but i do not know anything about systems analysis and design
    and i wanna know about it because i want to develop applications on my own
    so , i need to learn systems analysis , to begin developing the application
    is not there any free reference i can learn from , is not there a documentation for that ?
    could you help me please ?
    thanks in advance

    Hi
    Systems Analysis is a big subject. I can remember doing a 6 week full time course, back in the 80s. However, as a starting point, just google 'Systems Analysis' and take a look at sites such as:
    http://www.comp.glam.ac.uk/pages/staff/tdhutchings/chapter2.html
    In addition, the help within Oracle Designer is not bad, even if it is from an Oracle slant.
    Good luck

  • How to retrieve Min(startDate) and Max(endDate) for different groups of data? (sql server 2000)

    My sample dataset (below) contains 3 groups -- 'a', 'b', 'c'.  I need to retrieve the Min(startDate) and Max(EndDate) for each group so that the output looks something like this (date format not an issue):
    fk   minStart       maxEnd
    a    1/13/1985    12/31/2003
    b    2/14/1986    12/31/2003
    c    4/26/1987    12/31/2002
    What is the Tsql to perform this type of operation?  Note:  the actual data resides in a sql server 2000 DB.  If the Tsql is different between version 2000 and the later versions -- I would be grateful for both versions of the Tsql
    --I noticed that multiple lines of Insert values doesn't work in Sql Server 2000 -- this sample is in Sql Server 2008
    create table #tmp2(rowID int Identity(1,1), fk varchar(1), startDate datetime, endDate datetime)
    insert into #tmp2
    values
    ('a', '1/13/1985', '12/31/1999'),
    ('a', '3/17/1992', '12/31/1997'),
    ('a', '4/21/1987', '12/31/2003'),
    ('b', '2/14/1986', '12/31/2003'),
    ('b', '5/30/1993', '12/31/2001'),
    ('b', '6/15/1994', '12/31/2003'),
    ('b', '7/7/2001', '12/31/2003'),
    ('c', '4/26/1987', '12/31/1991'),
    ('c', '8/14/1992', '12/31/1998'),
    ('c', '9/10/1995', '12/31/2002'),
    ('c', '10/9/1996', '12/31/2000')
    Thanks
    Rich P

    Rich
    It is unclear what you are trying to achieve, you said that it is SQL Server 2000 but provide a sample data with SQL Server 2008 syntax
    Is it possible to use UNION ALL for your queries to make its one 
    select * from
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.startdate) x where x.rowID = t1.rowID)
    UNION ALL
    select * from #tmp2 t1 where exists
    (select * from (select top 1 * from #tmp2 t2 where t2.fk = t1.fk order by t2.Enddate desc) x where x.rowID = t1.rowID)
     as  der order by fk
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Setup and configuration for system monitoring and IT Reporting for Java sys

    Hi all,
    How to setup and configuration for system monitoring and IT Reporting for Java system ?
    How to connect Java system to Solman system?
    Regards,
    Neni

    HI,
    What is your OS? You can use SAPCCMSR.exe to monitoring  IT Reporting Java system on Solman.
    Go to solman rz21 create a csmreg user. and configuration fil for agent. copy configuration fil on usr/sap/ccms/..
    Go to comman line cd ../user/sap/xxx/sys/exe/.../ wite SAPCCMSR.00 -R pf=< ...../sys/profile/instans profile> .
    You can se agent on rz10 and use this connaction on rz20 to monitoring and IT Reporting Java system on Solman.
    I hope this help

  • Cross System Locks and WebServices

    Hi All,
    is there a standard way to set cross systems locks using webservices?
    My situation is that i have a contract in SRM and this contract has a link to an object in an ERP System. So whenever a user is changing the SRM object I need to lock the ERP object to make sure the data are consistent.
    THX,
    Christoph

    depends what you mean by standard way. If you're looking at configurable/customizing way, I'd say no way.
    if you're looking at implementation way and really want to use WS, you could call the bapi that lock the contract in ERP using the web service layer of SRM something like http://<ERP host ip>/sap/bc/soap/wsdl11?services=Z<whatever BAPI changes the ERP contract>&sap-client=800&sap-user=<username>&sap-password=<password>.
    for example the Purchase Order can be lock this way using BAPI_PO_CHANGE but you have to create a wrapper to it as BAPI_PO_CHANGE doesn't not commit to DB.

  • How to determine the system color and set them for my app?

    Hi,
    I'd like to set the colors of my application to the system's colors. Especially the backgrounds of my JPanels, JButtons and so on should look like in the operating system. If you change the systems color scheme, my application looks really wierd with it's grey canvas an components and the border and menu of the window is displayed in the system's colors.
    any idea??
    koem

    The UIManager only seems to have control over
    awt-controls. All swing controls are not listed, when
    you try this:
            UIDefaults defaults =
    UIManager.getLookAndFeelDefaults();
    for(Iterator i = defaults.keySet().iterator();
    ator(); i.hasNext();)
    String name = (String)i.next();
    System.out.println(name);
    }It would be nice to have it set globally somewhere in
    the program.
    koemActually, the truth is quite the opposite, the UIManager only has control over swing components.
    There are many ways you can set these globally. You can sublcass your own look and feel, use the system look and feel, call UIDefaults.put() etc.
    Graeme

  • How do you handle update and delete rules for fact tables?

    I have a fact table with a composite key of 5 columns. Two of the columns are FKs to the date dimension. I was setting the delete/update rules for the FK relationship in SSMS and it had a problem with me creating cascade action on the FKs that connected
    to the date dimension.
    What is the proper way to set up FK relationships in fact tables with SSMS when  you have composite keys as most fact tables do?

    Yeah I understand all that. What I'm trying to do is to protect my database from RI violations that occur by production support people blowing away stuff in a dimension table but forgetting to blow away related records in the fact table. I want those fact
    records deleted automatically so we don't have orphan records which was a real issue at a previous engagement. Production support is usually just people that know SQL and some relational modeling. It's not too likely they will understand the details of dimensional
    modeling enough such that they would know that they had to blow away the fact record first.
    My problem is I have a FK to a role playing dimension (the date dimension in this case). So basically I have to columns in the fact table that have a FK relationship to the PK of the date dimension. When I create both relationships SSMS and try to have both
    of them cascade delete SSMS has an issue with it.
    The error I get is:
    Unable to create relationship '[relationship name]'
    Introducing Foreign Key constraint '[constraint name]' on table '[table name]' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other foreign key constraints.
    I can go ahead and put no action and the table will save fine. The question now becomes how does the cascade delete actually work. Can I just set one part of the key to cascade delete?
    Actually I just realized that this is an even bigger design issue. What DOES happen to a fact record when one of it's dimensions gets deleted and I've got full RI set up on the table?
    Or am I totally thinking about this wrong. Do you set up cascade deletes in a dimensional model? Is there a way to prevent deletes from the dimension table if there are related fact records?

  • MIN and MAX date for each range

    Hi folks,
    I´ve got the following problem:
    Given a table
    create table t as select 'AT' OM_LANDTEXT, '12345' OM,
                             to_date('01-JAN-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('02-JAN-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('03-JAN-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('05-JAN-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('06-JAN-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('01-FEB-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('02-FEB-2004', 'DD-MON-YYYY') datum from dual
                             union
                             select 'AT' OM, '12345' OM_LANDTEXT,
                             to_date('03-FEB-2004', 'DD-MON-YYYY') datum from dual;
    SQL> select * from t;
    OM OM    DATUM
    AT 12345 01-JAN-04
    AT 12345 02-JAN-04
    AT 12345 03-JAN-04
    AT 12345 05-JAN-04
    AT 12345 06-JAN-04
    AT 12345 01-FEB-04
    AT 12345 02-FEB-04
    AT 12345 03-FEB-04
    8 rows selected.I need to have the first and last date for om and om_landtext for each date range (where "date range" means a set of consecutive dates with no gaps).
    So the ouput should be
    OM OM_LANDTEXT DATVON DATBIS
    AT 12345     01-JAN-04 03-JAN-04
    AT 12345     05-JAN-04 06-JAN-04
    AT 12345     01-FEB-04 03-FEB-04Any ideas...?
    Thanks for your help!
    Best regards,
    Gerd
    Message was edited by: Gerd
    Sorry, I forgot to mention this should be done in pure SQL if possible.
    [email protected]

    This is the plodding, methodical approach I've always taken, which leaves me somewhat in awe of Rod West's solution.
    SELECT om_landtext,
           om,
           MIN(datum) AS min_datum,
           MAX(datum) AS max_datum
      FROM (
    SELECT om_landtext,
           om,
           datum,
           prev_datum,
           COUNT(
             CASE
               WHEN prev_datum IS NULL THEN 'x'
               WHEN prev_datum != datum-1 THEN 'x'
               ELSE NULL
             END
           ) OVER (PARTITION BY om_landtext, om ORDER BY datum) AS grp
      FROM (
    SELECT om_landtext,
           om,
           datum,
           LAG(datum) OVER (PARTITION BY om_landtext, om ORDER BY datum) AS prev_datum
      FROM t
    GROUP BY
           om_landtext,
           om,
           grp;null

  • HT5117 What are the new dpi and pixel rules for ibook cover art?

    Plz tell me the new pixel and dpi requirements for ibooks. Thx

    K T wrote:
    Image dpi has a direct effect on image quality.
    An image has no dpi, only pixels. What has dpi is the display that shows the image.
    The pixel dimensions are an attribute of the image and determine how much information is in the image. The dpi is an attribute of the display and determines how many pixels are displayed in a given area.
    The two values are independent and have nothing to do with each other.
    If a program such as Photoshop or InDesign allows you to specify a dpi setting, it is so it can export an image with pixel dimensions that match the dpi of the target display, so the image appears at a pre-determined physical size. The programs also use the dpi setting so, when you ask to be shown the image at original size, the software can scale the image so it appears at that size even on a display whose dpi does not match the dpi of the target display.
    When you upload a cover image, there is no dpi. There is one and only one thing: the pixel dimensions of the image.
    Michi.

  • How do i get win 8.1. *pro* for mac parallels, deauthorizing win 8.1 pro and license rules for windows vms

    ok, i've seen this question asked a number of times.  i know the general procedure:
    - first download some installer things to a window box so i can make a bootable DVD / flash drive
    - go the mac and use the DVD / usb stick to install the virtual machine
    great.. BUT :
    1) unfortunately, i'm still really confused at the  most basic part which is where (link) do i actually get the initial download thing to create the 8.1 *PRO* from microsoft and where (link) / how do i pay for the subscription key to install the thing???? 
    i keep seeing a link for windows 8 or windows 8.1 where windows PRO is NEVER mentioned.  i ABSOLUTELY MUST HAVE a) PRO 64 bit and NOT vanilla windows and b) it MUST BE A FULL INSTALL (i'm not upgrading from windows 7, 8 or 8.1 NON pro..  i'm going
    to be installing this thing on a brand new system.
    i'm an IT guy for two decades and i can tell you trying to find, download, install a clean version of windows 8.1 PRO is a royal pita and nothing about windows 8.1 PRO is intuitive on the MS site.  it's almost as if they do NOT want you to install the
    thing.   i'm not trying to bust jewels here, i'm just being honest and providing feedback that you folks need to make this much more clear and intuitive.  people really shouldN'T have to post on forums to find out how to purchase, download and enter
    in a subscription key for a base version of an OS.  it's crazy.
    2) once i can figure out how to download, install and register the darn thing ;)... i'm curious how the licensing works.
    2a) first if my windows 8.1 pro experiment on mac parallels sucks, i want to be able to remove the authorization so i can reinstall 8.1 pro on another system.   can i / how do i do this in my scenario?
    2b) i actually already bought windows pro 8.1 about a year ago (to upgrade a laptop that came with 8 that i needed to upgrade to vanilla 8.1 then to finally to pro) so that i could windows phone 8.1 development with simulator on the laptop.  unfortunately
    the laptop maxed out at 4G and the performance of the emulator was ridiculously slow that it's unusable.  i'd love to somehow be able to put the laptop back to windows *vanilla* 8.1 and reclaim my 8.1 pro that i *already* purchased by removing the authorization
    from that laptop allowing me to reinstall the full 8.1 pro with the same key on the mac with parallels.  then i can sell the laptop that has sat there collecting dust for a year and regain my windows 8.1 pro investment vs having to buy another copy for
    the mac. 
    i have no idea how to do this though i think it should be possible.  can anybody tell me where / how i do this?
    note the win pro 8.1 install never went well so i actually had some guy from MS login to my laptop remotely and do the install.. in doing so i believe he wiped away the original windows vanilla 8.1 recovery partition asus put on the drive meaning i'm not
    sure i can get the laptop back to 8.1  or 8 vanilla so i can resell it functionally to another person while removing my 8.1 *pro* license from it.   any suggestions here highly welcome.
    2c)  once i get the windows 8.1 pro installed in a vm under parallels, i'll have one licensed copy running.  my guess is that is what i'm limited to.  but when you start working with VMs the whole purpose is to be able to create multiple test
    enviornments and dispose of them when you don't need them etc.   since the window will be tied to the single mac hw id, will i be able to install multiple *win* vms (duping an exising win vm for instance) from the one license  or must i purchase
    multiple win licenses for each win vm on the SAME system?   if you need a new license for each vm, wouldn't i have to do a FULL WINDOWS INSTALL every time i wanted to create another windows VM.. THAT IS CRAZILY INEFFICIENT...
    there has to be some kind of option to dup a windows licensed vm on the SAME system yes?  what are the rules / procedures for making this work.
    i'm using parallels on mac as an example but the same question would apply to using hyperV (which i know nothing about at this point) as the virtual host platform as well.
    i'm open to well thought out links that actually answer these questions succinctly in addition to comments here
    thanks in advance

    Hello bigbobber,
    If  you have issue in using Windows 8.1 Pro in the software  parallels in MAC?
    About this issue, it is recommended to contact the related parallels support.
    About the license issue, please read the following article about Buyer’s Guide and Microsoft software license agreement windows 8.1.
    http://www.microsoft.com/licensing/about-licensing/windows8-1.aspx
    It is recommended to contact the phone support if you have license issue.
    Best regards,
    Fangzhou CHEN
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Error AC519 while Specifing Intervals and Posting Rules for Depreciation.

    hi,
    i deleted one company code from system and now tring to execute t-code OAYR. i checked there is no assignment of company code with chart of depriciation.
    error is like
    Company code XXXX is not defined
    Message no. AC519
    Here XXXX is deleted company code code.
    how to resolve this now?
    thanks in advance.

    Hi,
    AC519 rises always due to inconsistent customizing. Therefore, this issue is out of the scope of support.                                                                               
    You have to check the content of tables T093C, T093U, T093B, T093D. 
    There might be entries with value '    ' (initial).                                                                               
    You can delete those entries via debugging or with a self-created   z* program for that scope.  
    regards Bernhard

  • How to specify  inclusion and exclusion rules for File data sources

    This is the seed URL for a file data source: file://localhost/c:/myDir/
    I want to exclude indexing and searching of files under: file://localhost/c:/myDir/obsolete/
    What is the exact format for the exclusion URL?
    I have tried both file://localhost/c:/myDir/obsolete/ and /myDir/obsolete/
    but neither of it seems to work; it still indexes everything under /myDir/
    Should I just put: /obsolete/ as the exclusion URL?
    Also after initial crawling, if I change the inclusion and or exclusion rules and then run the crawler again, it should update the indexes accordingly. Is that right?
    The version of UltraSearch I am using is 1.0.3.
    Thanks for any help on this.

    Try "/c:/myDir/obsolete/"
    Changing inclusion/exclusion rule does not affect files already crawled. It onyl
    affects next crawling behavior.
    To do any DML to existing data set, use SQL directly on wk$url table under the instance owner.

  • Cross-DOM API and/or Techniques for simple image manipulation

    Am I correct in assuming that Cross-DOM API calls presume the target application is running? That is, these calls are not out to a "shared" library so to speak, but actually communication between two running apps.
    Assuming that is the case, is there any way, within Bridge itself, to do simple manipulations on files, such as scaling, and file type conversion. Am I required to have photoshop running to do this?

    Not sure on which platform you are using, and hoping it is not for hires/hiquality purposes, but you could use one of the many engines, for example the AppleScript Graphic Core.
    If you want/have to use PhotoShop, for what I know it has to be running.
    Bye!

  • EXR and RPF rules for alpha and color management?

    How can I change the interpretation rules so that EXRs always import with straight alphas? They always import with Premulti now.
    Also, I want to always turn off color management (Preserve RGB) for RPFs. (I use RPFs for my motion vector passes and color management always throws off the blur with ReelSmart)

    How can I change the interpretation rules so that EXRs always import with straight alphas? They always import with Premulti now.
    AE is just obeying the original EXR spec, which suggests all colors are premultiplied. If the Alpha channel is not specifically tagged as unpremultiplied, that's what AE will use.
    Also, I want to always turn off color management (Preserve RGB) for RPFs. (I use RPFs for my motion vector passes and color management always throws off the blur with ReelSmart)
    Similar to the previous, I'd say. The fault is probably with the program not creating a linear motion vector pass in the first place and thus the pass having a Gamma bias or else you wouldn't see those shifts. And I wouldn't use RPF... If you render your RGB to EXR, you can do so for the motion pass as well. EXRs per spec store colors linearly, which might also help to avoid your issues.
    Anyway, I'm not aware of globally changing any of that from the AE end. As I was trying to explain, the program is more or less behaving correctly based on assuming the files you feed it comply with certain standards....
    Mylenium

  • System status and user status for ECR

    Hello,
    As per our requirement, we have defined some 7 user statuses. We need to link system status with user status
    How to link the user status with system status or is user status needs to be selected manually in every status of ecr
    Thanks.
    Anirudh,

    The user statuses are
    unassigned - workflow is not initiated,
    pending - change is not submitted to analyst who reroute it to change board,
    cancelled - change is cancelled,
    submitted - subimitted to analyst for routing to change board,
    hold,
    released,
    implemented - ECO complete
    We change only Document through ECR.
    We want to link system status to these above user status.
    The user tracks ECR by means of  user status and not system status.
    Anirudh,

Maybe you are looking for

  • Determine ICC output profile (name) in PDF/X output intent

    Hi all, I have a PDF of which I need to determine the ICC output profile (name) of the PDF/X output intent. This is what I have in the 'content stream': <</Metadata 6 0 R/OutputIntents[<</DestOutputProfile 7 0 R/Info(OFCOM. ISO 12647-2:2004 / Amd 1,

  • Key Figures in variable screen, to limit start up key figures

    Dear experts, This is BI 7 and the report / query is in portal. my query has 40 key figures. 5 is shown and 35 are hidden but can be shown. The user request that they can use a selection screen to pick up which key figures they want when the reports

  • Differential Incremental Backup or Incrementally Updated Backup?

    DB Version:11g DB Size:450Gb DB type: OLTP (storing retail warehouse transactions) To implement a proper backup strategy, we are currently weighing the Pros and Cons of Differential Incremental Backup and Incrementally Updated Backup. I understand th

  • Zen Sleek Photo Installation Wo

    Hey guys, I just bought a Creative Zen Sleek Photo MP3 player and i'm having trouble installing the driver. After plugging it in, windows detects the new hardware and goes thru the installation process the driver. At the end it tells me: "Cannot inst

  • BI : Reporting Performance Tool ?

    Hi, Is there any performance tool to measure bex reporting ? Thanks