[svn] 3570: Fix for SDK-17109 - Incorrect deprecation text when generating ASDoc for a deprecated AS or MXML class .

Revision: 3570
Author: [email protected]
Date: 2008-10-10 10:08:53 -0700 (Fri, 10 Oct 2008)
Log Message:
Fix for SDK-17109 - Incorrect deprecation text when generating ASDoc for a deprecated AS or MXML class.
QA: Yes
Doc:
Reviewed By: Paul
Tests: checkintests
Ticket Links:
http://bugs.adobe.com/jira/browse/SDK-17109
Modified Paths:
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/ClassTable.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/DocComment.java
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va
flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelGenerator.java

shadowlurker wrote:
It's problem in pam configuration files. You need to create files useradd, userdel, groupadd and groupdel in /etc/pam.d/ directory with following content:
auth sufficient pam_rootok.so
auth required pam_unix.so
account required pam_unix.so
session required pam_unix.so
password required pam_permit.so
You da man! I also had to add grpconv and chage to get filesystem working but all seems well now thanks!
Doug piston had me try something that I think will help anyone else who has this problem.  Try re-installing pambase and shadow.  It generated back most of any I was missing.
Last edited by shauder (2012-11-03 00:55:19)

Similar Messages

  • [svn] 3652: Fix for SDK-17328 - Package description missing when they' re set using Overviews_Base.xml

    Revision: 3652
    Author: [email protected]
    Date: 2008-10-15 10:18:08 -0700 (Wed, 15 Oct 2008)
    Log Message:
    Fix for SDK-17328 - Package description missing when they're set using Overviews_Base.xml
    Fix for SDK-17185 - Allow HTML chars to be set for footer string
    Fix for SDK-17259 - Exception name missing when generating asdoc with @throw tag
    QA: Yes
    Doc: No
    Tests: checkintests
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17328
    http://bugs.adobe.com/jira/browse/SDK-17185
    http://bugs.adobe.com/jira/browse/SDK-17259
    Modified Paths:
    flex/sdk/trunk/asdoc/templates/asdoc-util.xslt
    flex/sdk/trunk/asdoc/templates/package-detail.xslt
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/asdoc/TopLevelClassesGenerator.ja va

    I believe I have found my solution!
    I can currently boot with my bios in ide mode- but my raid1 mirror is showing as independent drives (c and d)
    I do a simple windows search for winload.exe on the C: drive and get nothing
    that same search on the D: turns up winload.exe all over
    When I look at I my BCD 'device partation=C:'
    shouldnt this be D:?
    If so is this just a simple bcdedit, reboot into the bios, change my bios from IDE mode to RAID mode, save to cmos then, theoretically boot into windows with my raid correct (showing as a singe drive C: )
    Please someone correct me if I am wrong
    C:\>bcdedit
    Windows Boot Manager
    identifier              {bootmgr}
    device                  partition=C:
    description             Windows Boot Manager
    locale                  en-US
    inherit                 {globalsettings}
    default                 {current}
    resumeobject            {8b18c20b-c12d-11db-afc2-ac36bbabc8b2}
    displayorder            {current}
    toolsdisplayorder       {memdiag}
    timeout                 30
    Windows Boot Loader
    identifier              {current}
    device                  partition=C:
    path                    \Windows\system32\winload.exe
    description             Microsoft Windows Vista
    locale                  en-US
    inherit                 {bootloadersettings}
    osdevice                partition=C:
    systemroot              \Windows
    resumeobject            {8b18c20b-c12d-11db-afc2-ac36bbabc8b2}
    nx                      OptIn
    vga                     No
    quietboot               Yes

  • [svn] 1378: Fixed some recently introduced mxunit databinding failures when

    Revision: 1378
    Author: [email protected]
    Date: 2008-04-24 07:15:10 -0700 (Thu, 24 Apr 2008)
    Log Message:
    Fixed some recently introduced mxunit databinding failures when
    -generate-abstract-syntax-tree is turned on.
    checkintests Passed: YES
    Needs QA: No
    Needs DOC: NO
    API Change: NO
    Code-level description of changes:
    AbstractSyntaxTreeUtil.java
    Added some asserts to parse() to help catch ASC changes early.
    binding/DataBindingExtension.java
    Modified both generateAccessorFunction()'s to no longer skip the
    first two nodes as AbstractSyntaxTreeUtil.parse() handles this.
    Modified generateInitFunctionCommon() to set the
    FunctionSignatureNode's void_anno to true.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/AbstractSyntaxTreeUtil.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/binding/DataBindingExtension. java

  • Does anybody know how to get a scroll bar for a long list of podcasts when selcting some for sync? Thanks

    Does anybody know how to get a scroll bar for a long list of podcasts when selcting some for sync? Thanks

    Hi lbadek
    I can help with this please send us an email using the contact the mods link in my proifle and we will investigated from there.
    Thanks
    Stuart
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry that we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • [svn] 4803: Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect

    Revision: 4803
    Author: [email protected]
    Date: 2009-02-02 16:06:34 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-18434 Bounds for rotated rounded rect is incorrect
    Fix: Calculate the bounds of the transformed corner ellipses in the case of matrix transformation. Refactor the Ellipse's helper method and move it to MatrixUtil.as so that it's shared between classes.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Ryan
    tests: checkintests, mustella gumbo/layout/graphicelement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18434
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Rect.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/MatrixUtil.as

  • [svn] 4793: Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds

    Revision: 4793
    Author: [email protected]
    Date: 2009-02-02 11:20:06 -0800 (Mon, 02 Feb 2009)
    Log Message:
    Fix bug SDK-17734 Path with width and height set different than path data has incorrect bounds
    Fix: When calculating the bounds position we should take into account the implicit scaling factor actualSize/naturalSize. Also did some refactoring, getting rid of the protected method calculateTopLeft.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-17734
    Reviewer: Ryan
    tests: mustella gumbo/layout/GraphicElement
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17734
    http://bugs.adobe.com/jira/browse/SDK-17734
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Ellipse.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/Path.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s

    Thank you so much for replying.
    Yes I have removed and reinstalled WMP.
    I had good results with the PD6 application installed on the default path onto the C: drive with the one exception that if the application was launched by accident and the user data path was not available, the PD6 application would blow away my custom user path registry settings. Now that I know what they are I have made a .reg file to repair my registry to my desired user data paths.
    Installing the application on the removable drive appeared to help prevent me from launching the application by accident and overwriting my registry with default user paths.
    So which is the less of the two evils?
    If the application directory is not available, windows media player still tries to launch the .msi for installing PD6.
    If I install the application to the C: drive but the user data to the removable drive, launching the PD6 application without the user data drive will still corrupt my registry settings for a user data path.
    Both these issues seem like a logical (if not easy) fix that should be done in the PD6 application and installation package. I mean really, cannot anyone tell me why windows media player is checking the PD6 application directory? Why in PD4 did we have an option control for setting the user data path from the PD4 application? Why is this option not in the PD6 application, just the installer?
    I am given a choice during installation to move the user data to another non default location. Why else would this be provided if not to accommodate my kind of request to store the user data into an alternate location other than “My Document”. Certainly Palm is not trying to force the users on how to protect and store their personal data?
    Post relates to: Centro (Verizon)

  • [svn] 3610: Fixing bug SDK-17173: Setting rotate to a large number doesn' t work anymore.

    Revision: 3610
    Author: [email protected]
    Date: 2008-10-13 17:33:25 -0700 (Mon, 13 Oct 2008)
    Log Message:
    Fixing bug SDK-17173: Setting rotate to a large number doesn't work anymore.
    The Flash Player clamps rotate between -180 and 180. We should do the same now that we're doing some of the calculations ourselves. This clamping logic was added to CompoundTransform.as. Also, clamping logic was added to UIComponent. This is because FP10 doesn't handle values greater than 2^15-1; FP 9 used to handle these values fine. I filed a FP bug for this (FP-749).
    QE: Yes - Please look out for any rotation failures
    Doc: No
    Bugs: SDK-17173
    Reviewer: Ely
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-17173
    http://bugs.adobe.com/jira/browse/FP-749
    http://bugs.adobe.com/jira/browse/SDK-17173
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/CompoundTransform.as

    Can we now assume that the touch SDK has been abandonned by Adobe? It's now a year after "should be updated soon", and currently if you try to download the touch SDK from this page you get the Photoshop 3 SDK instead!!!
    I ask as I'm about to remove Touch support from my app; the very few people that use touch are now having problems e.g., timeouts, with the latest version of Photoshop.
    Sandy

  • [svn] 4840: Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled

    Revision: 4840
    Author: [email protected]
    Date: 2009-02-04 13:20:07 -0800 (Wed, 04 Feb 2009)
    Log Message:
    Fix bug SDK-18904 Redudant APIs on UICompoennt and GraphicElement, SDK-17508 Applying a translation to a Rect causes shape to be scaled
    Fix: remove layoutMatrix, layoutMatrix3D properties, add a parameter to the setLayoutMatrix, setLayoutMatrix3D methods to designate whether to trigger a layout pass after the transformation is applied.
    QE Notes: None
    Doc Notes: None
    Bugs: SDK-18434
    Reviewer: Jason
    tests: checkintests, mustella flash component kit
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18904
    http://bugs.adobe.com/jira/browse/SDK-17508
    http://bugs.adobe.com/jira/browse/SDK-18434
    Modified Paths:
    flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIMovieClip.as
    flex/sdk/trunk/frameworks/projects/flex4/src/mx/graphics/graphicsClasses/GraphicElement.a s
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/ILayoutElement.as
    flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent.as

  • When opening the email client on my iPad3 I occasionally receive a dialog box that states "the user name or password or user name for Bellsouth are incorrect".  This condition usually lasts for 2 or 3 days.

    I am using the correct user name and password as I can access email via the web.  This situation is on all email clients except the web, ie; Outlook and iPhone also.

    Hi Kitbear,
    Thanks for visiting Apple Support Communities.
    See this article for some troubleshooting steps you can try on your iPhone and iPad:
    iOS: Unable to send or receive email
    http://support.apple.com/kb/ts3899
    Best Regards,
    Jeremy

  • Hello CS Community: I am about to renew my cloud subscription for one year. My current subscription is for one user for both Mac (and) PC. When I pay for this, how do I know I'm getting a subscription for both my MAC and PC? It's not clear what is being p

    Hello CS Community: I am about to renew my CS cloud subscription for one year. My current subscription is for one user for both Mac (and) PC. When I renew, how do I know I'm getting a subscription for both my MAC and my PC? It's not clear what is included in the purchase. I'm choosing the 49.00 a month package. Any insight would be much appreciated.

    Hi ShearLine,
    The Creative Cloud subscription is not OS specific as it's licensed via your Adobe ID.
    You can purchase a single subscription and use it on 2 machines irrespective of it being Windows or Mac.
    Regards,
    Rave

  • How do I fix problems with iTunes Store timing out when I search for music?

    So, I downloaded iOS 7 not too long ago. However, when I tried to do a search on the iTunes Store app, it keeps timing out (it also stalls when I attempt view a song list on a specific album. My phone has no cosmetic or liquid damage, and. I have already performed a soft reset on the phone. Does anybody have a solution, or is this just a bug in the new software that needs to be fixed?

    Also having problems connecting to the App Store without it timing out.

  • Prolem when generating bitstream for OpenSparc T1 1.7 EDK design

    Hi,
    I tried to generate a bitsream (with XPS) for the ml411 system (without yet connecting to the platform). It failed and I couldn't find how to fix it. It is said "unknown -intstyle option" Here after are some parts of the console output (I can't post all the log, the size is too big):
    Overriding IP level properties ...
    INFO:MDT - IPNAME:microblaze_0 INSTANCE:microblaze -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 164 - tcl is overriding PARAMETER
    C_ADDR_TAG_BITS value to 14
    INFO:MDT - IPNAME:microblaze_0 INSTANCE:microblaze -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 173 - tcl is overriding PARAMETER
    C_DCACHE_ADDR_TAG value to 14
    Performing IP level DRCs on properties...
    Running DRC Tcl procedures for OPTION IPLEVEL_DRC_PROC...
    Address Map for Processor microblaze_0
    (0000000000-0x00003fff) dlmb_cntlr     dlmb
    (0000000000-0x00003fff) ilmb_cntlr     ilmb
    (0x40600000-0x4060ffff) RS232_Uart_1     mb_plb
    (0x40c00000-0x40c0ffff) Ethernet_MAC     mb_plb
    (0x41200000-0x4120ffff) xps_intc_0     mb_plb
    (0x41400000-0x4140ffff) debug_module     mb_plb
    (0x80000000-0x8fffffff) DDR2_SDRAM     mb_plb
    (0x80000000-0x8fffffff) DDR2_SDRAM     dxcl
    (0x80000000-0x8fffffff) DDR2_SDRAM     ixcl
    Check platform address map ...
    INFO:MDT - IPNAME:DDR2_SDRAM INSTANCE:mpmc -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mpmc_v4_03_a\data\
    mpmc_v2_1_0.mpd line 319 - tool is overriding PARAMETER C_SPLB2_P2P value to
    0
    Computing clock values...
    Overriding system level properties ...
    INFO:MDT - IPNAME:microblaze_0 INSTANCE:microblaze -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 117 - tool is overriding PARAMETER
    C_DPLB_DWIDTH value to 64
    INFO:MDT - IPNAME:microblaze_0 INSTANCE:microblaze -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 121 - tool is overriding PARAMETER
    C_IPLB_DWIDTH value to 64
    Running system level Update ...
    Running UPDATE Tcl procedures for OPTION SYSLEVEL_UPDATE_PROC...
    Performing System level DRCs on properties...
    Running DRC Tcl procedures for OPTION SYSLEVEL_DRC_PROC...
    Check platform configuration ...
    INFO:MDT - IPNAME:xps_ethernetlite INSTANCE:Ethernet_MAC -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\ed
    k\system_ml411.mhs line 141 - This design requires design constraints to
    guarantee performance.
    Please refer to the xps_ethernetlite_v2_00_a data sheet for details.
    The PLB clock frequency must be greater than or equal to 50 MHz for 100 Mbs
    Ethernet operation and greater than or equal to 5.0 MHz for 10 Mbs Ethernet
    operation.
    IPNAME:plb_v46 INSTANCE:mb_plb -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\s
    ystem_ml411.mhs line 80 - 2 master(s) : 5 slave(s)
    IPNAME:lmb_v10 INSTANCE:ilmb -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\s
    ystem_ml411.mhs line 87 - 1 master(s) : 1 slave(s)
    Check port drivers...
    WARNING:MDT - PORT:IWAIT CONNECTOR:ilmb_LMB_Wait -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 199 - No driver found. Port will be driven
    to GND!
    WARNING:MDT - PORT:DWAIT CONNECTOR:dlmb_LMB_Wait -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 235 - No driver found. Port will be driven
    to GND!
    WARNING:MDT - PORT:bscan_tdo1 CONNECTOR:bscan_tdo1 -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\mdm_v1_00_d\data\m
    dm_v2_1_0.mpd line 197 - No driver found. Port will be driven to GND!
    WARNING:MDT - PORT:I_ADDRTAG CONNECTOR:ilmb_M_ADDRTAG -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 197 - floating connection!
    WARNING:MDT - PORT:D_ADDRTAG CONNECTOR:dlmb_M_ADDRTAG -
    D:\Programs\Xilinx\10.1\EDK\hw\XilinxProcessorIPLib\pcores\microblaze_v7_10_d
    \data\microblaze_v2_1_0.mpd line 238 - floating connection!
    Performing Clock DRCs...
    Running UPDATE Tcl procedures for OPTION PLATGEN_SYSLEVEL_UPDATE_PROC...
    INFO: The Ethernet_MAC core has constraints automatically generated by XPS in
    implementation/ethernet_mac_wrapper/ethernet_mac_wrapper.ucf.
    It can be overridden by constraints placed in the system.ucf file.
    INFO: The DDR2_SDRAM core has constraints automatically generated by XPS in
    implementation/ddr2_sdram_wrapper/ddr2_sdram_wrapper.ucf.
    It can be overridden by constraints placed in the system.ucf file.
    INFO: The ccx2mb_0_to_microblaze_0 core has constraints automatically generated
    by XPS in
    implementation/ccx2mb_0_to_microblaze_0_wrapper/ccx2mb_0_to_microblaze_0_wrapper
    .ucf.
    It can be overridden by constraints placed in the system.ucf file.
    Modify defaults ...
    Creating stub ...
    Processing licensed instances ...
    Completion time: 0.00 seconds
    Creating hardware output directories ...
    Managing hardware (BBD-specified) netlist files ...
    IPNAME:xps_ethernetlite INSTANCE:ethernet_mac -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\s
    ystem_ml411.mhs line 141 - Copying (BBD-specified) netlist files.
    IPNAME:iop_fpga INSTANCE:iop_fpga_0 -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\s
    ystem_ml411.mhs line 311 - Copying (BBD-specified) netlist files.
    Managing cache ...
    IPNAME:microblaze INSTANCE:microblaze_0 -
    D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\s
    ystem_ml411.mhs line 52 - Copying cache implementation netlist
    IPNAME:plb_v46 INSTANCE:mb_plb -
    Running NGCBUILD ...
    Rebuilding cache ...
    Total run time: 58.00 seconds
    Running synthesis...
    bash -c "cd synthesis; ./synthesis.sh"
    *./synthesis.sh: line 2: $'\r': command not found*
    xst -ifn system_ml411_xst.scr -intstyle silent
    *./synthesis.sh: line 4: $'\r': command not found*
    Running XST synthesis ...
    *./synthesis.sh: line 6: $'\r': command not found*
    *./synthesis.sh: line 8: $'\r': command not found*
    ERROR:Xst:1688 - Unknown option for -intstyle switch.
    *./synthesis.sh: line 23: syntax error: unexpected end of file*
    make: ** [implementation/system_ml411.ngc] Error 2*Done!
    Generating Block Diagram : D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\blkdiagram\system_ml411.html...
    Generating Block Diagram : D:\Users\Faiza\Projets\test_ml411\HDL\implement\OpenSPARCT1.1.7\design\sys\edk\blkdiagram\system_ml411.html...
    Generated --- system_ml411.svg
    Generated --- system_ml411.svg
    Block diagram generated.
    Block diagram generated.

    Try XUPV5/ML509 platform. ML411 is previous generation and is not worth debugging.
    EDK for XUPV5 is included in the download bundle.
    design/sys/edk/system.mhs
    design/sys/edk/system.mss
    design/sys/edk/system.xmp

  • Is there a way to Search (List search) for more then one field text from a column for Bulk uploading?

    I've been trying to find more information on this and I apologies if this has already been answered. I just don't know the correct way to ask this. We have a SharePoint List at the company that we have people input information into different columns. The
    problem is most of those information are very repetitive. Is there a way for me to search more then one field text in the column and just input that same information in?
    ex:
    Column 1
    Column 2
    Date:
    883851
    MidWest
    User input 
    8831518
    MidWest
    User input
    On the search field in the SharePoint List, I would need to search for 883851, 8831518 etc,  would view those requested numbers, then I would click edit and change dates to those rows. Does that make sense? I'm sorry I'm fairly new at sharepoint.

    I think what you're asking is about having repetitive options in a list, show up easily for new items being created.
    This can be done by setting the columns that contain repetitive information to Choice fields.  In the configuration of the Choice field, check the box for "Allow custom values".  Now as users are entering data into the list, the dropdown of options
    for a given field grows and users can quickly see and select previously entered and thus repetitive values for the given fields.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • GRC 10.0 SP14 - Poblems when generating rules for logical systems

    Hello Experts!
    We recently updated a DEV system to SP14 and we're having issues regarding the rule set generation. I'd like to know if you have faced a similar problem after installing SP14. The details are described below:
    Create a test function ZTEST_F1
    The action PFCG is associated to a Physical System (Test Connector SP14) and to a Logical System (Sistema Logico Retail)
    The logical system contains D05 among other connectors:
    And it’s defined as a logical group:
    The connector “test connector Sp14” points to the same system as D05.
    Now I create another function, let’s say ZTEST_F2
    Now let’s define a SoD Risk ZTSTSP14
    Generate rules and after that we check GRACSYSRULE table for such risk and we get:
    Let’s add more transactions:
    Generate rules:
    Now in the table we get:
    The logical system has been added to the GRACSYSRULE table for the new combination and also the physical system TST_D05, but there's no combinations for the system D05 for example.
    Now if we run SoD analysis:
    We have four combinations for the physical system TST_D05 but only two for D05 that belongs to the logical system:
    Do you have any clue? have you faced a similar problem?
    Thanks in advance.
    Cheers,
    Diego.

    Hello Collen!
    First of all I want to thank you because after aplying the note the rules generated fine and now the Risk Analysis is OK for the example described above:
    I've also tested with a huge number of risks and made a comparison between the results of the Physical conector and the Connector that belongs to a logical group and I got the same results as action level as well as Permission Level as expected.
    Regarding the note itself, we usually check for notes and we have implemented many notes in advance related to rule generation issues.
    The point is that, as my point of view is just not acceptable to get a new SP with this kind of issue. Rule generation is a core functionality and SAP must test such functionalities before releasing a SP and these checks cannot rely on the customer. For me, rule generation issues in GRC are just unnaceptable. I can accept issues with other modules or new functionalities, but with role generation they must guarantee that it works properly and perform the requiered tests before releasing an SP.
    Well... bottom line the issue has been resolved and I really appreciate the help you provided!!!!
    Many Thanks!!!
    Diego.

  • Incorrectly coloured text when saving to .PDF using Photoshop CS4

    I am using Photoshop CS4 on Windows 7, and have designed my own business card.
    When saving to .PDF to send to printers I am finding that a small section of text is saving with a white section to it, for example out of the 3 lines of text on the card the bottom left hand corner of the & sign I have in the design is coming out white, the rest of the text is a golden colour.
    I have tried searching on this forum and on google but can't seem to find anyone with my actual problem so unsure where to go.
    Any help much appreciated.
    Thanks

    Mylenium wrote:
    Well, you could change the native text color instead of using layer styles, could you not?
    Mylenium
    Or make the Type and Hyphen layers into a single Smart Object and clip a yellow layer to it.

Maybe you are looking for

  • Temporar authority for another Maintenace status

    Hi, is it possible to give via User-exit or BADI some user the authoraty for another Maintenance status? Some users of the sales-department have the right materials in  Maintenance status V (=Sales). When they use MM02 they don't get Basic date (=K).

  • Unable to "Continue" setup. Nothing happens when I press Continue.

    I've just plugged in my brand new Airport Express and started running the Airport Utility. I've given the device and network names and passwords but when I hit "Continue" on the Network name & password page of the set up nothing happens. I could hit

  • Hide ou show objects on stage with actionscript...

    hi... I made a simple flash jukebox and i want the music buttons to appear as the mp3 files are loaded. This is the script i wrote: if(_framesloaded > 4) _root.musica1.visible = true; //musica1 movieclip instance name else _root.musica1.visible = fal

  • Procedure entry point_UP_f​mod could not be located in the dynamic link library Drivers.dl​l

    When I build and run an executable I get the following error message: " The procedure entry point_UP_fmod could not be located in the dynamic link library Drivers.dll". The code was originally written and developed on CVI version 5.0.1 and is now try

  • ACE: HTTP followed by HTTPs/SSL termination, stickiness

    Dear Helpers, I'm trying to figure out the best sticky/persistence method for the following for ACE, Client X ----(HTTP)--------------------------------------------ACE LB ---to----Server 1 Client X -----(HTTPs)---ACE/SSL termination ------ACE LB ---t