Retrieve members of particular tree within a particular ESSBASE dimension

Hi folks,
to explain it very simple :-)
1) I am in an Event Script (i.e. After Fileimport)
2) I would like write a script or create a logic, that retrieves base members of a particular tree within a particular ESSBASE dimension (target system is ESSBASE)
3) the result set of that retrievement (base member "ABC", base member "DEF", ... base member "XYZ") will be used for further logics
4) ideally: at the end a I am able to fill an VB dictionary or array with this result set
sounds easy, right?! :-)
Do you have an hints, how to realize that?
thanks a lot

no ideas ;-) ???

Similar Messages

  • Cannot retrieve Members of Group

    Hi ,
    I am new to Active Directory. I have the following code to retrieve members of a group (in Active Directory) which does not work.
    InitialLdapContext ctx = null;
    String[] MY_ATTRS = attr.split(",");
    SearchControls constraints = new SearchControls();
    constraints.setSearchScope(SearchControls.SUBTREE_SCOPE);
    constraints.setReturningAttributes(MY_ATTRS);
    ctx.search("DC=nam,DC=corp,DC=mg,DC=com", "(memberOf=OU=Moved IDs,OU=People,OU=Common,OU=ME,OU=BP,OU=USA,DC=nam,DC=corp,DC=mg,DC=com)", constraints);
    (does not work)
    However, we have another group as follows and it works.
    CN=NAMMEMovedIDs,OU=SG,OU=Process,OU=Common,OU=ME,OU=BP,OU=USA,DC=nam,DC=corp,DC=mg,DC=com
    ctx.search("DC=nam,DC=corp,DC=mg,DC=com", "(memberOf=CN=NAMMEMovedIDs,OU=SG,OU=Process,OU=Common,OU=ME,OU=BP,OU=USA,DC=nam,DC=corp,DC=mg,DC=com)", constraints);
    (works)
    I am not sure what is the difference between OU and CN groups ? Why am I not able to retrieve members of OU ? Any ideas please.
    Thanks

    I was able to retrieve Members of Group using the following code.
    SearchControls constraints = new SearchControls();
    constraints.setSearchScope (SearchControls.SUBTREE_SCOPE);
    NamingEnumeration results = ctx.list("OU=ME,OU=BP,OU=USA,DC=nam,DC=corp,DC=mg,DC=com");
    // List users
    while (results.hasMore())
    NameClassPair ncp = (NameClassPair) results.next();
    String userName = ncp.getName();
    System.out.println("User: "+userName);
    }

  • Maximum no of members in Essbase Dimension can support

    Dear All,
    I am using Essbase 11.1.2.2 (64-bit)
    Number of dimensions used in my BSO Essbase cube is 9 (4-dense and 5 sparse).
    I am having a Customer dimension (sparse) upto 7 levels.
    The number of members in customer dimension is 98000.
    After loading data in essbase BSO cube, while performing Ad hoc Analysis it throws the following error in Smartview,
    "Request timed out contact your administrator to increase netretrycount and netretryinterval"
    After making changes to below variables in registry and essbase.cfg files
    NETDELAY 500
    NETRETRYCOUNT 400
    Registry settings
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]\
    ReceiveTimeout=480000
    KeepAliveTimeout=180000
    ServerInfoTimeout=180000
    and also with
    ReceiveTimeout=900000
    KeepAliveTimeout=300000
    ServerInfoTimeout=300000
    I am getting the following error
    "Concurrent requests on the same session are not allowed. Wait till the previous request completes processing"
    After i reduced the no of members considerably in Customer dimension, the issue got resolved.
    My question is "Do we have any limitations in maximum no of members in a single dimension"
    What is the maximum no of members a Essbase dimension can support ?
    Regards,
    Tharik

    To answer your specific question, the limits are listed here: http://docs.oracle.com/cd/E26232_01/doc.11122/esb_dbag/limits.html. According to that, BSO will handle 1,000,000 members.
    My question would be what exactly you are doing when the error occurs. Does it happen when you attempt a drill to level zero for example? Or as soon as you retrieve an ad hoc sheet?

  • How to retrieve DELTA for Particular date for FIGL(ECC) into BI

    Hi,
    Model of this ODS is in BW3.5.  (DS --> ODS --> Infocube)
    My loads are daily from 0FI_GL_4 (line Items) into ODS. There was from error in the load, so I deleted the request (manage & and made QM status RED in monitor also) from ODS and also from PSA for a particular date(xx.xx.xxxx).
    Now I tried loading the Infopackage, but the data is not coming for that date (xx.xx.xxxx) into ODS.
    I have set to DELTA REPEAT in RSA7(ECC) , but after saving, it is again coming back to DELTA UPDATE.
    All the Previous and Next day load was fine,but i did not get the data for xx.xx.xxxx.
    In Selection screen for DS and Infopackage does not have 0CALDAY or 0PSTNG_DATE.
    Can you please help me out in telling how to get the data for that particular date (xx.xx.xxxx) into BI.
    DOES REPAIR FULL REQUEST SOLVE MY PROBLEM?
    Full Points will be assigned.
    Regards,
    Bindu.

    Hi Viren,
    Initially I have tried what you have said, but ERROR is coming as AS YOUR PREVIOUS DELTA IS INCORRECT, YOU CANNOT LOAD THIS DELTA. I am not getting any option of REPEAT DELTA.
    "I have set to DELTA REPEAT in RSA7(ECC) , but after saving, it is again coming back to DELTA UPDATE."
    As I am not getting REPEAT DELTA, to get that I tried saving the 0FI_GL_4 as DELTA REPEAT in RSA7 (ECC).
    Please let me know any more information required.
    Thanks,
    Bindu.

  • Limit dimension to members of particular hierarchy

    Hi,
    I have a dimension say dim1 which has two hierarchy h1 and h2.
    I want to limit my dimension to have members present in only h1 hierarchy.
    How can I do this?
    Thanks in advance.
    Thanks
    Brijesh

    Assuming that your AW was defined using AWM or OWB (i.e. it is standard form), then you should find two additional objects related to your dimension -- the INHIER valueset and the HIERLIST dimension. For example, if your dimension is named PRODUCT, then you should find
    DEFINE PRODUCT_HIERLIST DIMENSION READONLY LOCKDFN TEXT
    DEFINE PRODUCT_INHIER VALUESET READONLY LOCKDFN PRODUCT <PRODUCT_HIERLIST>
    (These are 11g definitions -- the 10g versions do not have READONLY LOCKDFN.
    The PRODUCT_HIERLIST contains one member for each hierarchy of the dimension, 'H1' and 'H2' say. To limit the dimension to just members in H2 you can say
    LIMIT PRODUCT TO PRODUCT_INHIER(PRODUCT_HIERLIST 'H2')

  • Get all the members having particular UDA's

    Hi,Is there any way in Essbase Java API to get the members which are having any of the UDA's given in a list? For example, If I have three UDA's UDA1, UDA2, UDA3. Now I want to get the members in a cube which are having any of these UDA's attached to it. I knowIEssMemberSelection.executeQuery(mbrName, queryType, queryOptions, dimName, UDAName, input2) will give me the members which are having UDAName which attached as UDA. I am looking for a method which can return me all the members if I give the arguements as an array

    No, there isn't a function that takes an array of UDAs and returns members that has one of the UDAs in the array. However, you can do the member selection multiple times, once for each UDA, and gather the info about the members that you need.Tim TowApplied OLAP, Inc.

  • Mail crashes when retrieving from one particular mailbox/account

    I'm able to get email from several other accounts, but the main account/mailbox is causing a crash each and every time it tries to retrieve the mail. I've done some due diligence but don't see any answers that fit, other than a need to remove/replace a plist (http://crispierry.typepad.com/applepie/2006/09/mailappkernpr.html). Before I did this, thought I'd post here. Is there a simple way of deleting the problem email (if in fact it is an individual email that's gumming up the works)?
    Thanks in advance for any advice.
    Including the top of last three crash reports:
    Process: Mail [1617]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [123]
    Date/Time: 2010-02-08 14:38:26.636 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 19515 sec
    Crashes Since Last Report: 36
    Per-App Interval Since Last Report: 9307 sec
    Per-App Crashes Since Last Report: 36
    Anonymous UUID: FEF1B1E6-4526-4FA8-B82F-8259280B5943
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000100690fa0
    Crashed Thread: 2 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff88852e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff888534ad mach_msg + 59
    Process: Mail [1651]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [123]
    Date/Time: 2010-02-08 14:48:45.031 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 20129 sec
    Crashes Since Last Report: 37
    Per-App Interval Since Last Report: 9346 sec
    Per-App Crashes Since Last Report: 37
    Anonymous UUID: FEF1B1E6-4526-4FA8-B82F-8259280B5943
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000100690fa0
    Crashed Thread: 13 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[MessageRouter routeQueuedMessages]
    -[POPAccount fetchSynchronouslyIsAuto:]
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff88852e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff888534ad mach_msg + 59
    Process: Mail [1680]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.2 (1077)
    Build Info: Mail-10770000~4
    Code Type: X86-64 (Native)
    Parent Process: launchd [123]
    Date/Time: 2010-02-08 14:54:39.649 -0500
    OS Version: Mac OS X 10.6.2 (10C540)
    Report Version: 6
    Interval Since Last Report: 20483 sec
    Crashes Since Last Report: 38
    Per-App Interval Since Last Report: 9378 sec
    Per-App Crashes Since Last Report: 38
    Anonymous UUID: FEF1B1E6-4526-4FA8-B82F-8259280B5943
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000110500fa0
    Crashed Thread: 11 Dispatch queue: com.apple.root.default-priority
    Application Specific Information:
    -[POPAccount fetchSynchronouslyIsAuto:]
    -[MessageRouter routeQueuedMessages]
    Thread 0: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff88852e3a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff888534ad mach_msg + 59

    Create a New User Account, and as that New User try to set up this one account -- if POP set to leave messages on the server after download. If not familiar with setting up a New User Account, see:
    http://docs.info.apple.com/article.html?path=Mac/10.5/en/8235.html
    This will be a useful test, and it not meant to suggest a permanent switch to the New User Account, but rather a test of the Mail application outside of your normal User Account.
    Ernie

  • Having problem using "rownum" to retrieve only a particular number of rows

    Hi,
    I have a table of some 18 rows filled with certain values and when I do this,
    select * from t where rownum<10; it's working fine. and is giving 9 rows as the result but when I do this,
    select * from t where rownum>1; it's giving me no rows selected as answer. Also, when I do this,
    select * from t where rownum=1; it's working fine but when I do this,
    select * from t where rownum=2; it's not working. This is all strange am I doing wrong somewhere?
    Thanks.

    select * from t where rownum>1; it's giving me no rows selected as answer. We should not use > operator directly with rownum.
    This is because the first row fetched is assigned a rownum 1 and makes the codition false. The second row to be fetched is now the first row and is also assigned a ROWNUM of 1 and makes the condition false. All rows subsequently fail to satisfy the condition, so no rows are returned.

  • Sorting members within Currency and Value Dimension

    In HFM 9.3.1, how do you alphabetize the currencies within the value dimension? I tried sorting the members within the Currency dimension (because it is linked to the value dimension) and then loading the metadata to hfm as a replace. This works for Account and Entity members, however the currency dimension does not have a hierarchy (tree-structure) section in the metadata, so it does not work.
    Any advice or solution would be helpful.
    Thanks!

    I have added a new currency in HFM 9.3.1. I added it to the metadata in alphabetical order, and it is in alphabetical order when creating a grid or extracting the metadata, yet it is showing up at the top of the [Currencies] system member list availalbe in Custom1 and Custom2, and not in alphabetical order here.
    How can I resort this [Currencies} member list?

  • Retrieve members of group in Active Directory

    Anyone who knows how to retrieve all the members of a group in AD? We have a single sign on using AD accounts but I want to specify users that will be given access using security group if AD.
    I've tried to list all the groups and determine the membership of a user but listing all the members of a group confuses me and I'm stacked.
    Please help.
    Thanks.

    Look for postings/replies of user "steve_adler"
    In one of his posts about paging and range Ldap Queries he explains how to find all members of a group.

  • Data retrieval from a loaded tree in WD ABAP

    Hi All,
             I have a node 'ENTRY' and have a recursive sub node called 'SUB_ENTRY' now assume that i have created a 10 level tree by creating 9 recursive nodes. Now i would like to fetch or retrieve all the data from this tree.
          So can you pls tell me if there exists a method to do it in one go or will i have to use GET_TABLE_FROM_NODE for every node ..
    Thanks for your help.
    Regards,
    Anoop

    Yes Thomas you are right about the use of ByKey and NestingColumn but the thing is that as far as application development is concerned then i am done with that .. but it was to improve the performance of this application that i needed to know if i can retrieve the already available data from this tree instead of calling the FMs again which is very costly ...
    anyways thanks for your response.
    Regards,
    Anoop

  • Is it possible to create a pop up screen with alv tree within it?

    I was wondering whether it is possible to create a pop up screen where an ALV tree is within the pop up screen and the user may select a record from it..
    is there a function module for such function?

    you may use class cl_gui_alv_tree and display it in a popup screen. Look at RSDEMO_DIALOGBOX_CONTROL program (popup + cl_gui_picture control), and you combine it with BCALV_TREE_04 (cl_gui_alv_tree) to replace cl_gui_picture. You may access all demos from menu SE38, Environment, Examples (and finally Controls Examples in your case)

  • Retrieve Specific Mapping Error Information Within BPM Flow.

    I have an Integration Process which executes a message mapping step prior to further processing. When the message mapping receives an error there is an exception branch
    within the process that will send an email using the Mail Receiver Adapter. The mail message prototcol is XIALL which sends the payload and soap envelope.
    However, I need to retrieve the actual error returned from the mapping step and forward that specific information to the originator of the failed message as an email.
    I know we can use the alert functions to send alerts, but my requirement is to send the actual error via email to our external vendors / customers.
    Has anyone had success doing this?

    Hi, have you got it done? Please share!
    Thanks,
    Karthik

  • Retrieve data from AD from within a custom sharepoint 2010 webpart

    Hi,
    I have a requirement to retrieve user data from AD and display from within a custom built webpart.
    I am using the PrincipalContext class etc to get the info from AD, i have sucesfully done this in a console program without having to specifiy a username/password.
    In the webpart i have successfully retrieved the data by hard coding my domain username/password.
    Any ideas what i could do to get the webpart to retrieve information from AD without having to specify username/password?
    thanks cjm

    Hi C.J, 
    I wrote an example of this using credentials stored in the Secure Store in the TechNet Wiki. The article is here: http://social.technet.microsoft.com/wiki/contents/articles/20110.sharepoint-retrieving-credentials-from-the-secure-store-application-using-c.aspx
    There's an example in the above article about building a webpart that connects to AD using the credentials.
    Regards, Matthew
    MCPD | MCITP
    My Blog
    View
    Matthew Yarlett's profile
    See my webpart on the TechNet Gallery that allows administrative users to upload, crop and format user profile photos. Check it out here:
    Upload and Crop User Profile Photos

  • Retrieve Members of Role in BPM 11g

    Hi All
    is there a way to retrieve users/groups assigned to a BPM process role?
    Does getUsersInAppRole retrieves both users and group?
    How can we convert the result of above function into a delimited string?
    Pls help.....

    Look for postings/replies of user "steve_adler"
    In one of his posts about paging and range Ldap Queries he explains how to find all members of a group.

Maybe you are looking for

  • Uploading a Bank Statement by Interface Tables

    Hi, I have an Electronic Bank Statement of MT-940 Formate. I referred an Article 563476.1 and made the Mapping . But how will i upload the Bank Statement. Regards, Mohsin

  • Domain Names - UURRRGGGGG

    Okay. I tried associating one of my domain names with my .mac account, but never finished it. I never put in the cname with godaddy.com. But now my domain points at my .mac account EVEN THOUGH I have removed the domain through the .mac settings... HE

  • Firefox freezes temporarily when I click on a tab, then opens that tab in a new window instead.

    I thought it was related to a specific website but then noticed it happening on others. The browser freezes and then opens whatever tab I'm on in a new window instead. It's quite annoying.

  • Soundtrack pro doesn't start

    Since a claen install of OSX 10.7.1 and FCP Studio, Soundtrack Pro no longer starts. The start window flashes up for a moment, then it dissappears and nothing happens. All software updates are installed, work around from apple support (http://support

  • Store for South Africa?

    I want to know if anybody can tell me why apple hasn't given South africans the option to download music with itunes with a South African account??? we paid for itunes and iPhone? so........?