cancel
Showing results for 
Search instead for 
Did you mean: 

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

Former Member
0 Kudos

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]22885256assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).
[Wed May 28 15:20:45 2014]22885216assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).
[Wed May 28 15:20:45 2014]22885256assert failure: (Y:\authentication\WindowsADAuthen\ADAggregationManager.cpp:1143). (0 : WINAD: ADAggregationManager::GetNestedParents() -- Mapped group not found in graph!).

Any help really appreciated.

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hello,

No such thing a CR 2.5, or has been since 1995. What version of the CMS are you using?

Don

Former Member
0 Kudos

Sorry,

the version is 10.0.5

0 Kudos

So how is querying the AD Server part of CR?

Way not enough info, need more decription of what you are doing and why and what are you connecting too? Possible BOE Server and trying to get a list of Users, but that's just a guess.

And 10.5 does not support querying BOE Server so I thinkn this is simply a Windows VS 2008 question. You may want to post to MSDN forums.

Don

Former Member
0 Kudos

Yes, we use Windows AD authentication plug-in and user's permissions are decided from the groups he belongs to.

This is the underlying dll, ~\Enterprise 10\win32_x86\plugins\auth\secWinAD\secWinAD.dll

I think it is a C++ module and we are not sure of it's functions, especially GetNestedParents()

Thanks

0 Kudos

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