ADAggregationManager::GetNestedParents() -- Mapped group not found in graph

Hi,
I am new to Crystal Reoprts.
We are getting errors in the same package. Users are getting authenticated OK, but we are unable to retrieve their privileges, Crystal Reports (V2.5) should be displayed based on AD groups they belong to.
CMS logs show,
[Wed May 28 15:20:45 2014]
2288
5256
assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).
[Wed May 28 15:20:45 2014]
2288
5216
assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).
[Wed May 28 15:20:45 2014]
2288
5256
assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).
Any help really appreciated.

That helps a bit more. CE 10 is end of life a long time ago.
You can get the SDK help files for current versions from here:
help.sap.com
I don't believe the API's have changed for this part so use the SDK helpfile for more info.
You may be able to find examples here:
Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
Don

Similar Messages

  • Error in jbosscmp-jdbc.xml : datasource-mapping Pointbase not found

    Hi I'm having problems deploying my EJBs using the Pointbase Database.
    This is what I'm working with:
    standardjbosscmp-jdbc.xml:
    <jbosscmp-jdbc>
       <defaults>
          <datasource>java:/PointbaseDS</datasource>
          <datasource-mapping>Pointbase</datasource-mapping>pointbase-ds.xml:
    <datasources>
         <local-tx-datasource>
              <jndi-name>PointbaseDS</jndi-name>
    <connection-url>jdbc:pointbase:server://localhost:19092/sample</connection-url>
              <driver-class>com.pointbase.jdbc.jdbcUniversalDriver</driver-class>
              <user-name>jboss</user-name>
              <password>password</password>
         </local-tx-datasource>
    </datasources>jbosscmp-jdbc.xml:
    <jbosscmp-jdbc>
         <defaults>
              <datasource>java:/PointbaseDS</datasource>
              <datasource-mapping>Pointbase</datasource-mapping>
         </defaults>I keep getting the error message:
    org.jboss.deployment.DeploymentException: Error in jbosscmp-jdbc.xml : datasource-mapping Pointbase not found
    Any ideas why?
    Thanks.

    By the way I'm using JBoss server.

  • Error "No automatic updation for IT0008. Allowance Grouping not found"

    I am maintaining IT581 of an employee.but system throws an error -->No automatic updation for IT0008. Allowance Grouping not found.I have maintained allowance grouping properly.The thing is my requirement is that i am maintening pay groups and level in table T710 instead of T510.Not touched T510.
    Means i have also created IT1005(Planned compensation) in OM.Every other thing is ok.Except IT581.
    What i beleive is its taking  assignement from table V_T7INA3.where i am not able to store ESG for CAP, groups and levels.Because its taking value from T510.But i want to do everything on basis of pay scale grade ie T710.
    Need your help and inputs....

    Dear Sumo,
    Kindly update feature 40 ECC which will help to automatic open the IT0008 for autmatic updation of such wagetypes ex: HRA
    you can maintain percentage their for the particular wagetype for
    40ECS - HR-IN : Feature to Determine Elgibility for RAPS
    This feature is used to determine the factor which is multiplied with
    the Reimbursement, Allowance or Perk (RAP) amount to calculate the
    amount payable to the employee.
    rocedure
    The factor can be arrived at by making a decision on the following
    details:
    Country Grouping
    Company Code
    Payscale Grouping for Allowances
    Wage Type
    Gender Key
    Number of children for children education allowance
    Number of children for children hostel allowance
    Personnel Number
    ample
    As per company A's policy, all employees belonging to the Payscale
    Grouping for Allowance MN01, receive twice the amount eligible for
    Childrens' Education Allowance (wagetype M260) in case the employee has
    two or more children.
    1           D   MOLGA
    2   **          &ELIAL=1
    3   40      D   LGART
    4   40 ****     &ELIAL=1
    5   40 M260 D   CEANO
    6   40 M260 *   &ELIAL=2
    7   40 M260 1   &ELIAL=1
    kindly update the same and let me know.
    rgds,
    priyanka

  • No automatic updation for IT0008. Allowance Grouping not found.

    Hi
    Guys whenever i am saving any employees 0581 it by giving metro,city allowances information in PA 30 i am getting the message "No automatic updation for IT0008. Allowance Grouping not found".
    Can anybody tell what the reason behind it?
    Regards
    Surajit

    Hi Sikindar,
    Request you to let me know, if in table V_512W_D, in the cumulations column 14-HRA Basis, if there should be a check for wage type M230.
    Would this solve the problem of automatic updation on infotype 0008??
    Priority:HIGH
    Thanks in advance,
    Regards,
    Angel

  • Error 15401: Windows NT user or group not found. Check the name again

    when adding a windows login on SQL SERVER 2008 R2 below error is throwing
    Windows NT user or group 'domain\user' not found. Check the name again.
    I have gone through the link
    http://support.microsoft.com/kb/324321/en-us &
    http://support.microsoft.com/kb/2770837
    collation setting of the instance is not case sensitive.

    Hi DevXYZ,
    Have you checked the other possible reasons for this issue?
    The login does not exist
    Verify that the Windows login still exists in the domain. Your network administrator may have removed the Windows login for specific reasons, and you may not be able to grant that login access
    to the SQL Server.
    Verify that you are spelling the domain and login name correctly and that you are using the following format:
    Domain\User
    If the login exists, and it is correct, and you still receive the error, continue with the following sections in this article.
    Duplicate security identifiers
    In a Windows domain, unique Security Identifiers (SIDs) are automatically assigned to Windows logins in the domain. When you add a Windows login as a SQL Server login, the SID is stored in a system table in SQL Server. If you try to add a new login which has
    the same SID as an existing SQL Server login, the 15401 error occurs.
    Authentication failure
    You might receive error 15401 when the domain controller for the domain where the login resides (the same or a different domain) is not available for some reason. 
    If the login is in a different domain than the SQL Server, verify that the correct trusts exist between the domains.
    Verify that the domain controller of the login is accessible by using the
    ping command from the computer that is running SQL Server. Check both the IP address and the name of the domain controller.
    After you tried all the possible methods list above, you still receive the same error, please check the error log as Dean Savović mentioned above and share us the detailed error message here
    as we can analysis further.
    Thanks
    Candy Zhou

  • Logon group not found when launching planning workbench

    When I start planning workbench in RSPLAN, the following error appears:
    Connect to message server host failed Connect_PM  TYPE=B MSHOST=bwdev.shdl.com GROUP=PUBLIC R3NAME=BWD MSSERV=sapmsBWD PCS=1 ERROR       Group PUBLIC not found TIME        Mon Sep 25 13:13:13 2006 RELEASE     700 COMPONENT   LG VERSION     5 RC          -6 MODULE      lgxx.c LINE        4288 DETAIL      LgIGroupX COUNTER     1
    We filled group "PUBLIC" for template installer and it went through with all green lights including BI IP required 4 JCO desitinations.
    but after having a look at the following threads  Re: BIP in 2004s, I notice the following sentence: "3. Logon Group - Make sure logon group is specified in ABAP system (SMLG)", when I go to SMLG, only one record with empty logon group exists, but the status is green.
    Shall I maintain anything in SMLG? create "public" group in SMLG?
    need suggestion...
    Patrick

    Hi Gregor
    I have already followed points with 919850, and our basis already setup SLD (for bw system in SLD, he setup two logon group: SPACE(default) and PUBLIC).
    After I maintain logon group "PUBLIC" in SMLG, and then re-execute the step 14 (maintain 4 BI IP JCO destinations), 4 JCO destination appears with green lights again afterwards.
    However, now the internl error 500 appears in the web.
    any more suggestion?
    Patrick

  • N95 maps Route Not Found

    Hi All
    well I purchased a 30 day licence on the mapping software and I must say the whole thing seems very buggy when compared to "other" products available.
    My Problem is this, I have downloaded the maps via map loader (2 hours for uk!!) but when I go to plan a route I keep getting route not found!!!! any ideas???

    hell yea! stop buying **bleep**py **bleep** !
    just kiddin`
    contact the nokia support and see what`s their opinion about this problem. find the support on www.nseries.com ... i`ve heard that they solve most of the problems

  • SAP PI 7.1 Mapping resource not found

    Hello Gururs,
    We have been experiencing the issue on our QA SAP PI system after upgrade to 7.1 eHP1.
    We just imported new set of components under new SWCV and namespace. While trying to process the message, getting below error. I already checked all system accounts and every thing looks Good. Performed full SXI_ CACHE and CPACACHE.  Also performed the steps given in note 764176. Any suggestions would be appreciated
    Runtime error
    Unable to find resource 46c20a71-248e-11dc-c4be-dd500a115642 in the following software component versions: http://sap.com/xi/SNC/GlobalZ_OrdersOrders05_ReplenishmentOrderNotification_0~-1
    Unable to find resource Z_OrdersOrders05_ReplenishmentOrderNotification_02.xsl in the following software component versions: 46c20a71-248e-11dc-c4be-dd500a115642 Thrown:

    I tried this option still same error.
    I think this is what happening from error message.
    1. ABAP runtime is able to identify and locate Operations mapping.
    2. ABAP determined it as xsl mapping so made call to Java runtime for execution.
    3. Java runtime is not able to locate the xsl map in runtime cache.
    4. I can see this map in SXI_CACHE
    5. These set of newly deployed maps are not there in cache monitoring from RWB which shows java runtime doesn't have these objects in cache.
    Again appreciate if you have any other ideas.

  • Interface test fails during mapping - Resource not found

    Just upgraded from 7.1 SP8 to EHP1 SP3. Testing of the existing interfaces has been successful. I have created a very simple HTTP -> RFC Sync interface to complete the testing. When testing it in the integration builder I get the following message.
    +Unable to find resource 5e0ce8a0-b99a-11de-9eb4-c576ac120353 in the following software component versions: urn:xxxxx.com:PI71com/sap/xi/tf/_MM_ONE_.class-1+
    I've checked cache status overview in the ID and ESB and the updates were successful. I've checked the cache (SXI_CACHE) and the objects are there - correct object ID's. I;ve also performed a full cache refresh and that works. I then recreated the objects under a new SWCV and Namespace and get the same problem. It looks like the mapping object cannot be found.  Checks of SDN and SAP help have mentioned a cache problem but we've ruled that out.
    Any help you can offer would be appreciated.

    I've just noticed something unusual about the entry in SXI_CACHE. Under mapping the type of mapping appears as 'JAVA_JDK'. When you click on the drop down box next to the entry the possible types of mappings are...
    R3_ABAP
    JAVA
    Xi_TRAFO
    XSLT
    RS_XSLT
    I'm not sure if this is an issue or not. I've checked SDN and SAP SUPPORT and I can't find anything.

  • [SOLVED] LVM Volume Groups Not Found

    Hi,
    I'm installing Arch on my desktop following the installation in the software raid and LVM section (https://wiki.archlinux.org/index.php/So … ID_and_LVM). I'm using RAID1. I've followed the important instructions on the LVM page (https://wiki.archlinux.org/index.php/LVM#Important). I have a UEFI motherboard so I created a separate boot partition and installed grub2 as my bootloader based on the instructions on the UEFI page (https://wiki.archlinux.org/index.php/Un … _Interface).
    After a few hiccups, I think I have the system installed properly on my hard drive. Since the root partition is on the LVM, it needs to be loaded up pretty early in the boot process and this is where I'm getting a really strange issue. I have my motherboard configured to boot straight into the built-in UEFI shell. From here, I select the filesystem for my hard drive and launch grubx64.efi. So far so good. Now here's the weird part - if the LiveCD I used to install Arch is in the optical drive then everything boots up just fine, I get a prompt and I can log in and generally do as I see fit. But if the LiveCD isn't in the drive, then after I select the Arch Linux option in GRUB I get a message that says No Volume Groups found and dumps me into the rootfs shell.
    As far as I can tell the LiveCD isn't actually being used during boot, but I don't understand why taking it out stops my logical volumes from loading =_=. Does anyone have some idea what's wrong / what I can do to fix it? Is there some config file that has been messed up? This is my second time trying this installation, if it doesn't work I'm just going to drop LVM and stick to just the software RAID. I'm not particularly attached to LVM, I decided to use it mainly because I could (or at least I thought I could).
    Any help would be much appreciated. If there is any extra information I need to post, I can do that as well.
    Update: It doesn't seem like the Arch LiveCD itself has anything to do with this. I inserted a blank CD and was able to boot up just fine but as soon as I took it out, I got the No volume groups found error again. This makes me think that it is a timing issue. Maybe one of the modules is not fully loaded before it is needed? Where can I go to find out what modules those are? Is there any way to force the boot process to wait until all the necessary modules are loaded?
    SOLUTION: https://bbs.archlinux.org/viewtopic.php?id=145714
    Last edited by jynnantonix (2012-09-07 19:30:01)

    What you did has zero effect on the runtime order of the hooks (lsinitcpio would have shown you this).
    https://bbs.archlinux.org/viewtopic.php?id=145714

  • Error with "Mapping Program not Found"

    We exported all of our XI development from DEV and imported it to Prod. We have not changed anything at all. Now, even though I have authority I can't go into EDIT mode in Prod.
    The main problem is that even though everything imported into Prod without error, when we run our program we are getting the following error:
    <b>="MAPPING">NO_MAPPINGPROGRAM_FOUND </b>
    What could have changed and were do I start to look?
    Thanks in advance, will reward points.
    Mike Curtis

    Micheal,
    You dont need to externally import XSD's and WSDL's. If you import the whole software component or the whole namespace then they will come automatically.
    Check in message mappings whether you can see the mappings or not? I think you might have exported object by object not the whole SWCV. If it is yes then you also import the message mapping. Also check in your change list whether there are any objects. If yes please activate them.
    By the way you dont see only the one message mapping you are tyring to check or all of them? Dont edit anything in production. Its not good. So dont enable the edit button as other threads reply.
    ---Satish

  • BP Grouping Not found on CRM 5.2  WebGUI

    Hi Experts,
    I am currently working on the SAP Best practices on CRM 5.2. All the configurations are done correctly for sales and marketing.
    Now the issue is when am creating a Business Partner as Organisation with Role Sold to Party and Grouping is Customers(own created no. range) CRM allows me to save it and i have created some BP's also.
    But when i am trying to this WebGUI there where i am facing the Problem. The path am following in WebGUI is as below:-
    Account management(navigation menu)> Account->Corporate Account->New
    i am getting the screen Corporate Account: New
    In this page only Role option is there along with fields like General Data,Main Address and Communication Data,Employee Responsible & Notes.
    Unlike SAPGUI where we need to select the Grouping is not appearing in this screen. becase of that when i try to save this i am getting an error message "Details No transfer of interval for object BU_PARTNER".
    Could you please help in sorting out the Problem?
    Let me tell you again i have created Business partners in SAPGUI with Role and Grouping and its getting saved as well.
    Its for the same Client but when i try to do this WebGUI there i face the problem.
    Request your inputs regarding this and if you want any further information do let me know.
    Regds...Arup

    Hi Arup,
    How did you resolved this issue,i am facing the same problem when i am trying to create the BP in Web UI.
    Error "No transfer of interval for object BU_PARTNER"
    I look forward to your reply.
    Thanks,
    Ramesh

  • Matl. Statistics group not found.....

    Hi all,
    I have created same material in production and development, but in development in Sales Ord. 2 View, Matl. Statistics Group filed not showing (only 3 fields showing), where as in production it is showing all fields.
    How to activate that Matl. Statistics Group field and other fields in Development ? What are the settings ?
    Yusuf

    You need to activate the fields for your material type.
    Check the same in the material master setting.[Transactioon 'OMS9'].
    Activate the fields which you need.
    Regards,
    Gauravjit.
    Reward points if the solution is helpful

  • J_1IINTPR2 - Excsie Group Not Found

    We have Excsie Group - 30.But it is not relecting in J_1IINTPR2 List for Number Assignment.It is Reflecting in all other Objects,but am not gettting why it is not coming int the List of J_1IINTPR2.
    Edited by: Virendra SIngh on Dec 27, 2008 5:21 AM

    hi
    goto SNUM give object J_1IINTPR2
    click on no range
    and cretae no ranmge as
    01     2008     0000000001     0000999999
    hope it helps
    regards
    kunal

  • XSL-1015: (Error) Function 'current-group' not found

    Hi
    I am using BI publisher 10.1.3.4.1 and Back Office 13.0.1 . I have created a report in BI publisher but unable to render it in my Back Office application. My report code is
    <?for-each-group:G_STORE_DATA;./REGION?>
    <?REGION?>
      <?for-each-group:current-group();./UNIT?>
       <?UNIT?>
        <?for-each-group:current-group();./STORE?>
        <?STORE?>
         <?for-each-group:current-group();./TILLID?>
           <?TILLID?>
           <?COLLECTIONOFFICER?>
           <?RECONCILED?>
           <?sum (current-group()/AMOUNT)?>
         <?end for-each?>
         <?UNIT?>
         <?sum (current-group()/AMOUNT)?>
    <?end for-each-group?>{corp}
    Please help in resolving this issue.... any guidance or suggestion is appreciated...                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

    I see if your system xsl parser was 1.0 then current-group would not be recognized.
    I am surprised why the parser did not work. Did you not try out with the Template Builder for Word first?
    I would strongly recommend to use the template builder first because it provide several tools (validate...)
    that make your life easier.
    May I also ask what product you used BI Publisher with? I am concerned that this product has an incomplete
    BI Publisher embedded. There are several libraries needed for BI Publisher to work and you may run into
    more issues if you don't have all the libraries.
    Klaus

Maybe you are looking for