How to create server named sets in Essbase 9.3.1

Hi there,
I'm writing software against Essbase 9.3.1 Analytic Services right now and am trying to find out whether or not Essbase supports server named sets (not the session/query-scoped named sets that are created from CREATE SET or WITH respectively). I am able to execute the MDSCHEMA_SETS request against my Essbase server with the following response:
<?xml version="1.0"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><m:DiscoverResponse xmlns:m="urn:schemas-microsoft-com:xml-analysis"><m:return xsi:type="xsd:string" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><root xmlns="urn:schemas-microsoft-com:xml-analysis:rowset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><xsd:schema xmlns="urn:schemas-microsoft-com:xml-analysis:rowset" targetNamespace="urn:schemas-microsoft-com:xml-analysis:rowset" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sql="urn:schemas-microsoft-com:xml-sql" elementFormDefault="qualified"><xsd:element name="root"><xsd:complexType><xsd:sequence minOccurs="0" maxOccurs="unbounded"><xsd:element name="row" type="row"/></xsd:sequence></xsd:complexType></xsd:element><xsd:complexType name="row"><xsd:sequence maxOccurs="unbounded" minOccurs="0"><xsd:element name="CATALOG_NAME" type="xsd:string" sql:field="CATALOG_NAME"/>
<xsd:element name="CUBE_NAME" type="xsd:string" sql:field="CUBE_NAME"/>
<xsd:element name="SET_NAME" type="xsd:string" sql:field="SET_NAME"/>
<xsd:element name="SCOPE" type="xsd:int" sql:field="SCOPE"/>
<xsd:element name="DESCRIPTION" type="xsd:string" sql:field="DESCRIPTION" minOccurs="0"/>
<xsd:element name="EXPRESSION" type="xsd:string" sql:field="EXPRESSION" minOccurs="0"/>
<xsd:element name="DIMENSIONS" type="xsd:string" sql:field="DIMENSIONS" minOccurs="0"/>
<xsd:element name="SET_CAPTION" type="xsd:string" sql:field="SET_CAPTION" minOccurs="0"/>
<xsd:element name="SET_DISPLAY_FOLDER" type="xsd:string" sql:field="SET_DISPLAY_FOLDER" minOccurs="0"/>
</xsd:sequence></xsd:complexType></xsd:schema>
</root></m:return></m:DiscoverResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Anyone know how to create/access this? If so, what tool (essmsh.exe, Administration Services?) is needed to do this?
Thanks,
J

Yes you need to create one DSN connection and you have to use DSN name and login details at the time of building/loading of the outline.
Create DSN
Goto Administrative tools -> DataSources (ODBC) and add the DSN name and specify the Server name of SQL and login details and database.
goto data prep editor and click on File Menu and Click on Open SQL option Next window opens.
There you have to enter the details of the DSN connection and SQL query to build/load.
Thanks,
Prathap

Similar Messages

  • How to create a Document Set in SharePoint 2013 using JavaScript Client Side Object Model (JSOM)?

    Hi,
    The requirement is to create ""Document Sets in Bulk" using JSOM. I am using the following posts:-
    http://blogs.msdn.com/b/mittals/archive/2013/04/03/how-to-create-a-document-set-in-sharepoint-2013-using-javascript-client-side-object-model-jsom.aspx
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/1904cddb-850c-4425-8205-998bfaad07d7/create-document-set-using-ecma-script
    But, when I am executing the code, I am getting error "Cannot read property 'DocumentSet' of undefined "..Please find
    below my code. I am using Content editor web part and attached my JS file with that :-
    <div>
    <label>Enter the DocumentSet Name <input type="text" id="txtGetDocumentSetName" name="DocumentSetname"/> </label> </br>
    <input type="button" id="btncreate" name="bcreateDocumentSet" value="Create Document Set" onclick="javascript:CreateDocumentSet()"/>
    </div>
    <script type="text/javascript" src="//ajax.aspnetcdn.com/ajax/jQuery/jquery-1.7.2.min.js"> </script>
    <script type="text/javascript">
       SP.SOD.executeFunc('sp.js','SP.ClientContext','SP.DocumentSet','SP.DocumentManagement.js',CreateDocumentSet);
    // This function is called on click of the “Create Document Set” button. 
    var ctx;
    var parentFolder;
    var newDocSetName;
    var docsetContentType;
    function CreateDocumentSet() {
        alert("In ClientContext");
        var ctx = SP.ClientContext.get_current(); 
        newDocSetName = $('#txtGetDocumentSetName').val(); 
        var docSetContentTypeID = "0x0120D520";
        alert("docSetContentTypeID:=" + docSetContentTypeID);
        var web = ctx.get_web(); 
        var list = web.get_lists().getByTitle('Current Documents'); 
        ctx.load(list);
        alert("List Loaded !!");
        parentFolder = list.get_rootFolder(); 
        ctx.load(parentFolder);
        docsetContentType = web.get_contentTypes().getById(docSetContentTypeID); 
        ctx.load(docsetContentType);
        alert("docsetContentType Loaded !!");
        ctx.executeQueryAsync(onRequestSuccess, onRequestFail);
    function onRequestSuccess() {       
        alert("In Success");
        SP.DocumentSet.DocumentSet.create(ctx, parentFolder, newDocSetName, docsetContentType.get_id());
        alert('Document Set creation successful');
    // This function runs if the executeQueryAsync call fails.
    function onRequestFail(sender, args) {
        alert("Document Set creation failed" + + args.get_message());
    Please help !!
    Vipul Jain

    Hello,
    I have already tried your solution, however in that case I get the error - "UncaughtSys.ArgumentNullException: Sys.ArgumentNullException:
    Value cannot be null.Parameter name: context"...
    Also, I tried removing SP.SOD.executeFunc
    from my code, but no success :(
    Kindly suggest !!!
    Vipul Jain

  • How to create an attribute dimension in Essbase Studio?

    I cannot figure out how to create an attribute dimension using Essbase Studio. The online help states that I need to "Find the Attribute settings grouping in the center" of the member properties dialog box. I suspect that I'm having a problem figuring this out because I don't have the attribute dimension properly defined in the relational data source or in the mini-schema. I've tried creating a table with no key relationship to the other tables and with no logical joins defined, but that doesn't seem to help. Any ideas?

    so in the 11.1.1 version you would click on the member name in the hierarchy you added to the Essbase model and in the center pane of the general tab should be the attributes settings section.
    If I had a dimension called stores wth two groupings unser it region and store_type, I would click on store_type and add the attribute info

  • How to create an Attribute set

    Hi Everyone,
    i am learning OAF....right now going through PPR.I was referring the sample tutorials where i came across attribute sets in the PPR Example, which i believe were created as per requirement.So not able to proceed further till i get some clue abt how to create an attribute set as per my requirement.Tried to refer dev guide but not able to grab the concept
    Can anyone tell me where exactly do i need attribute sets(i am only aware that it is used to provide the look n feel to the browser) and how to go abt creating one.
    Thanks
    Amrita

    Thanks for replying
    i'd like u to see the PartialPageExample in sampleLibrary project..There is a function being called in the CO from SampleBrowserAM which is
    public void handleSupplierSelectionEvent()
    OADBTransaction txn = getOADBTransaction();
    String detailTableText = null;
    // Find the selected radio button so we can mark the current row.
    OAViewObject vo = (OAViewObject)findViewObject("SuppliersVO1");
    // Get the first filtered row.
    Row masterRow = vo.getFirstFilteredRow ("SelectFlag", "Y");
    if (masterRow != null)
    vo.setCurrentRow(masterRow);
    String supplierName = (String)masterRow.getAttribute("Name");
    MessageToken[] tokens = { new MessageToken("SUPPLIER_NAME", supplierName)};
    detailTableText =
    txn.getMessage("AK", "FWK_TBX_SITES_FOR_SUPPLIER", tokens); }
    else
    // If there are no selected rows, display a default generic message.
    detailTableText =
    txn.getMessage("AK", "FWK_TBX_SUPPLIER_SITES", null);
    // Now set the text message on the DETAIL_TABLE_TEXT attribute in
    // the application properties VO.
    SampleBrowserPVOImpl appPropsVo = getSampleBrowserPVO1();
    Row appPropsRow = appPropsVo.getCurrentRow();
    if (appPropsRow != null)
    appPropsRow.setAttribute("DetailTableText", detailTableText);
    } // end handleSupplierSelectionEvent()
    i am not able to understand the text in bold in the code above.how do i refer to it, where is it stored, what is it doing , and it is maybe specific to the supplier table coz i cannot use it for my custom table...can u pls explain

  • How to create switch BC set

    Dear all,
    Could you please tell me how to assign a switch to BC Sets?
    (I knew how to create BC set and create switch, but did not know how to create switch BC set)
    Thanks,

    Dear all,
    Could you please tell me how to assign a switch to BC Sets?
    (I knew how to create BC set and create switch, but did not know how to create switch BC set)
    Thanks,

  • How to create a profile set for a campaign.

    HI  Friends,
    I am working on CRM 7.0.
    My requirement is to create a Batch program for  campaign creation and automation.
    i have used the class 'cl_crm_mktpl_appl_base' to copy the existing campaign .
    It copied the entire target groups,campaign  elements, profile sets.
    My requirement is for the created campaign id, i need to create a profile set in that i need to create target goups.
    Fm : BAPI_PROFILESET_CREATE is not helpful for me in my case.bacause it is asking parent guid ..etc...
    I have ony one guid ,ie. campaign guid . if i give this in parent guid it is thriwing error.
    can any suggest how to create a custom profile set.
    If any one  worked on this batch program please reply to this thread.
    Edited by: jagadheeswara raju on Feb 10, 2010 7:02 PM

    Hi,
    I have replied to the below thread mentioning the FM's to create Profile sets, profiles and also target groups. This may be helpful to you.
    Re: target group creation
    Regards,
    Priyanka

  • How to create a named not null constraint

    Hi All,
    How to create a table with a named not null constraint?
    and how to add a named not null constraint to a table?
    Thanks for the help.

    Hi,
    I guess you are asking for a column inside a table, having a named not null constraint. Am I correct? Try the following.
    SQL> create table checktab (col1 varchar2(30)  constraint NN_const not null);Is this what you required?
    Please post technical questions in respective forums.
    Hope that helps.
    Savitha.

  • How to create Switch BC sets

    Dear all,
    Could you please tell me how to create a switch BC set? or Assign a switch to BC set?
    (I knew how to create the switch and BC set, but did not know switch BC set)
    Thanks,

    Hi,
            Usual procedure
    1) BC sets will be attached to SAP note usually. Download it and unzip it , you will get a *.bcs file
    2) Call transaction SCPR20 &#61664; BC set --> Upload In the dialog box that then appears, specify the files that you unpacked
    Import the set BC into a package that you have defined. activate it with the "Expert mode"
    3) You will also get a *.txt file with prog id , obj etc entries , then you have to go to SE09 and create a transport request in the source client of your Solution Manager system (client 000). Open the *.txt and copy the entries it contains into the transport request. Use transaction SCC1 to import the data in your Solution Manager client(s
    Business Configuration Sets (BC-CUS)
    Customizing settings can be collected by processes into Business Configuration Sets (BC Sets). BC Sets make Customizing more transparent by documenting and analyzing the Customizing settings. They can also be used for a group rollout, where the customizing settings are bundled by the group headquarters and passed on in a structured way to its subsidiaries.
    BC Sets are provided by SAP for selected industry sectors, and customers can also create their own.
    When a BC Set is created, values and combinations of values are copied from the original Customizing tables into the BC Set and can be copied into in the tables, views and view clusters in the customer system. The BC Sets are always transported into the customer system in which Customizing is performed.
    The loading of BC Sets is logged by the system, i.e. which BC Set was copied when into the system, and any errors which occurred. This information is significant for Continuous Change and Upgrade.
    The settings in the BC Set can be compared with the system data using the Customizing Cross-System Viewer, to check the consistency of the data.
    Advantages of using BC Sets:
    ·         Efficient group rollout.
    ·         Industry sector systems are easier to create and maintain.
    ·         Customizing can be performed at a business level.
    ·         Change Management is quicker and safer.
    ·         Upgrade is simpler.
    The BC Set creation and editing procedure is described in the following topics:
    Create Business Configuration Sets
    Activate Business Configuration Sets
    For further information about BC Sets, see note no. 669542.
    Regards

  • How to Create Server BC4J Package in OAF 10.1.3.3.0.3

    Hi all,
    Can any one help me out in getting clear about creating Server BC4J package in OAF 10.1.3.3.0.3,
    as in 9i we right click onproject.jpr file & click on new business componant package.but in 10.1.3.3.0.3 version there no option kindly help me out

    Hi,
    Seems you are new to forums. Pls close the thread if your question is answered by mentioning which reply is helpful or correct.
    Refer http://forums.oracle.com/forums/ann.jspa?annID=914
    -Anand

  • How to create a value sets for concurrent program?

    Hi Friends,
    I am creating a concurrent program with a parameter period...
    In the value set for the parameter period, I am using the following query :
    ---where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num' ----
    In my cursor, i have a condition 'where set_of_books_id = ' ---
    How can I pass the above set of books id into the cursor ?? it is not working when I am defining another parameter as Book and passing that value to the cursor....
    I need that period parameter to return all the periods for the set of books where we are running the concurrent request from...I also need to get the set of books id for my cursor...
    Hope I am making sense...All that I am trying is to have period parameter and also a SOB id in cursor condition...
    Rgds,

    Hi Vamsi /Nitin,
    Let me explain the whole thing now.....
    My plsql procedure is ......
    CREATE OR REPLACE procedure GL_INT(
         perrbuff     out varchar2,
         pretcode     out varchar2,
    pbook          in varchar2,
    pperiod          in varchar2
         ) is
    cursor cur1 (p_sdate in date, p_edate in date )is
    select distinct group_id groupid,
    user_je_source_name source
    from gl_interface
         where accounting_date >= p_sdate
    and accounting_date <= p_edate
    and set_of_books_id = pbook;
    cursor cur2 is
    select distinct start_date sdate,
         end_date edate, period_name period
    from gl_period_statuses
    where      period_name = pperiod
         and set_of_books_id = pbook
         and application_id = 101;
    i               cur1%rowtype;
    j               cur2%rowtype;
    begin
    open cur2;
                   fnd_file.put_line(fnd_file.output,'PERIOD'||'----'||'GROUPID'||
                                       '----'|| 'SOURCE');
              loop
                   fetch cur2 into J;
    exit when cur2%notfound;
                   open cur1(J.sdate,J.edate);
                   loop
              fetch cur1 into I;
                        exit when cur1%notfound;
              fnd_file.put_line(fnd_file.output, J.period||'----'||I.groupid||'----'||
                                  I.source);
                   end loop;
              end loop;
         Close cur1;
    close cur2;
    Exception when others then dbms_output.put_line(SQLERRM);     
    end;
    ==================================================================================================
    For SOB value set, I have passed the default value as vamsi suggested ($profiles$.gl_set_of_bks_id)....
    For period value set, I have entered query as ..where application_id = 101
    and set_of_books_id = :$PROFILES$.gl_set_of_bks_id
    and closing_status IN ( 'O', 'F', 'C')
    order by period_year, period_num...................
    It still doesn't work....I don't know how to derive those Periods based on the SOBs and at the same time pass SOB id into the cursors...
    Please help...
    Rgds,
    Murali

  • How to create server mgr profile in n95i

    Why team not helping me?
    Problem is that my set USB
    port out of Order. I to update
    my nokia n95 v 35.0.002
    10/11/2009
    RM 159
    Nokia N95 (170.1)
    not 8gb.
    sir I need device Mgr. Profile
    for nokia N95i DETAIL
    V.35.0.002 10.11.2009
    RM-159
    Nokia N95 (17.01)
    Coz It's USB PORT NOT work
    properly so that I need a
    server profile like Server name( )
    Server id ( )
    Server ( )
    Session internet
    Host address ( )
    Port ( ) User name ( )
    Password ( )
    Please help
    Posting 21/12/2012

    Hi, 
    what do you mean by the USB ports are not working properly? how can you say that it is not working properly? Are you having problems connecting your phone to your PC using USB cable? how did you try to update your phone? is it via Nokia Suite or over the air? Please elaborate your concern so that we can further assist you.
    Thanks,

  • How to create a status window of Essbase scripts?

    Hello,
    I'm hoping someone can give me some insights on how to approach this requirement. I'm a Java Developer and am not really familiar with Essbase technology.
    The requirement is to create a status window of all running and queued calculations in Essbase. Users need to be able to start scripts as well and see its status.
    Like I mentioned, I'm a Java programmer and I think the direction is to create a java-application to do this. Is there any information/example how this could be done.
    Also, is there any technology that can be used to do this? Any plug-ins? I know that we use Excel as front-end for Essbase.
    Any help would be appreciated.
    Thank you,

    Hello -
    You may want to check with your essbase admin to show you the hyperion EAS/AAS interface and its functionalities to see if some of them may/could get covered there itself as per your requirement.
    Also, check the docs on the EAS/AAS here-
    Go to link - http://www.oracle.com/technology/documentation/epm.html
    Choose the View Library of the version that you are using.
    Click on the Essbase tab
    Choose/read the docs under - Oracle Essbase Administration Services
    Regards

  • Can't Figure Out How to Create a Pre-Set leaving Exposure Unchanged

    LR4.3, Windows 7 Home Premium 64bit
    I have been trying to create a preset that updates the Process Version to 2012, changes contrast, highlights and shadows, but leaves the Exposure unchanged.
    So, I change the Process Version to 2012, set the sliders for contrast, highlights and shadows where I want, and then I create the preset, leaving Exposure (and a bunch of other things) unchecked.
    Then, I apply the preset to a photo that is currently Process Version 2010. The process version, contrast, highlights and shadows all change as expected, but the Exposure goes to zero. What am I doing wrong?
    Thanks!

    Ok, additional information
    If I apply this preset to a photo that is already Process Version 2012, then the exposure remains unchanged.
    If I apply this preset to a photo that is a previous Process Version, the exposure is set to zero. Why? How do I fix this?

  • How to create server 2012 R2 image to be used as template for cloud?

    Hi,
    I need help to create windows server 2012R2 image that can be used as template for AWS or Azure or any other cloud provider.
    VM created from that template must
    1) be syspreped
    2) answer all setup questions
    3) must change computer name to unique name
    4) must automatically join VM to on-premise domain.
    I need Microsoft supported way to do that. Does creating unattended answer file will help? But, I don't want to provide domain joining credentials in plain text. Where should I keep that answer file so that it can be used during setup process.
    Is there any other ways to achieve that.
    Thank you.

    Hi ninenince,
    You can refer the following KB to hide the sensitive data in answer file, this is more about the MDT issue there have a specific forum to support the MDT question, more further
    about the MDT question please post to the MDT support forum.
    MDT support 
    forum:
    https://social.technet.microsoft.com/Forums/en-US/home?forum=mdt
    The related KB:
    Hide Sensitive Data in an Answer File
    https://technet.microsoft.com/en-us/library/cc722019%28v=ws.10%29.aspx?f=255&MSPPError=-2147217396
    How To encrypt a password in unattendend.xml
    https://social.technet.microsoft.com/Forums/windows/en-US/5e6a97b5-186c-40dd-a165-2cc3e7eb2682/how-to-encrypt-a-password-in-unattendendxml
    Additional, we can use a low permission account for the domain join action.
    The related third party article:
    Minimum Permissions Required for Account to Join Workstations to the Domain During Deployment
    https://jonconwayuk.wordpress.com/2011/10/20/minimum-permissions-required-for-account-to-join-workstations-to-the-domain-during-deployment/
    I’m glad to be of help to you!
    *** This response contains a reference to a third party World Wide Web site. Microsoft is providing this information as a convenience to you. Microsoft does not control these
    sites and has not tested any software or information found on these sites; therefore, Microsoft cannot make any representations regarding the quality, safety, or suitability of any software or information found there. There are inherent dangers in the use
    of any software found on the Internet, and Microsoft cautions you to make sure that you completely understand the risk before retrieving any software from the Internet. ***
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • How to create dynamically named objects?

    I want to create some numbered XML classes, like this:
    var myXML1:XML = new XML();
    var myXML2:XML = new XML();
    var myXML3:XML = new XML();
    ...etc.
    I want to do that without creating them manually. Can
    somebody show me the code that would generate multiple XML
    objects?

    You could store them in an array like this:
    var myXML = new Array();
    for (var i=0; i<100; i++) {
    myXML
    = new XML();
    You could then refer to each XML Object created with
    myXML[0], myXML[1], etc.

Maybe you are looking for