BPC Data Generator Dimension List Issue

Hi BPC NW Experts,
Could you, please, help to resolve the following issue?
During selection of an application set in the BPC Data Generator Tool we do not get the list of the application set dimensions.
We are running on BPC NW 7.5 SP07.
The local machine has Windows 7 Professionsl, Microsoft Office 2010, Microsoft .Net Framework 4 Client Profile installations.
Thank you very much.
Mila

Hi Mila,
i have the same issue. You can work around this problem by using the browse option:
Then you can select the dimension xml-file definitions manually
C:\Users\<user>\My Documents\PC_NW\<system>\Admin\<appset>\AdminAPP\DimCache\
Regards!

Similar Messages

  • How to generate a list of  pick dates for all scheduled deliveries?

    Hi!
      How to generate a list of  pick dates for all scheduled deliveries?
      What all the tables involved?
    Thanks
    Imran.

    Thanks for the suggestion concerning the file path.  And certainly it would have been nice to have done this before beginning.  However this is a project that has been around for quite a while, and the files have been moved into different bins.  And now the project sequence is being revised.
    So the problem is, worded slightly differently, how can I search all of the bins for the files that are used just by this sequence, ignoring the files which are used by other sequences?  Or, how can I get a list of the file paths of the files that are used in the sequence?

  • Data download (for excel) ISSUE!

    hi
    i use GUI_DOWNLOAD function download inter table data generated xls format.
    in inter table data have ID FIeld which consist of numeric!
    example:
    35000078297773587
    when download the field will change:3.50001E+16
    i want to avoid it!
    in sap stardand provide a mothod:
    run REUSE_ALV_GRID_DISPLAY function to display
    data.
    in REUSE_ALV_GRID_DISPLAY screen:
    go to list>export>sprresheet
    choice excel(in MHTML format) will download data what i want!
    who know which function is executed in REUSE_ALV_GRID_DISPLAY  .
    or exist other method to solve this issue!
    help!
    thank you advance!

    HI
      DATA:PLINE TYPE I,CLINE TYPE I.
      REFRESH IT_S.
      REFRESH: itab,GT_S.
      CALL FUNCTION 'NAMETAB_GET'
        EXPORTING
          langu          = sy-langu
          tabname        = itoper-tabname
        TABLES
          nametab        = itab
        EXCEPTIONS
          no_texts_found = 1.
      IF sy-subrc = 1.
        MESSAGE 'STOP,CREATE TABLE ERROR' TYPE 'E'.
      ENDIF.
      DESCRIBE TABLE itab LINES pline.
      LOOP AT <F_FS> ASSIGNING <F_FS5>.
        CLEAR CLINE.
        LOOP AT itab.
          CLINE = sy-tabix.
          ASSIGN COMPONENT itab-fieldname OF STRUCTURE <F_FS5> TO <F_FS6>.
          IF SY-SUBRC = 0.
            IF CLINE = 1.
              WA_S = <F_FS6>.
            ELSE.
              CONCATENATE WA_S <F_FS6> INTO WA_S separated by con_tab.
              IF CLINE = pline.
                concatenate  WA_S con_cret into WA_S.
              ENDIF.
            ENDIF.
          ENDIF.
        ENDLOOP.
        REFRESH IT_S.
        CALL FUNCTION 'SCMS_STRING_TO_FTEXT'
      EXPORTING
        TEXT            = WA_S
    IMPORTING
      LENGTH          =
      TABLES
        FTEXT_TAB       = IT_S
        APPEND LINES OF IT_S TO GT_S.
       APPEND WA_S TO IT_S.
      ENDLOOP.
      IF <F_FS5> IS ASSIGNED.
        UNASSIGN <F_FS5>.
      ENDIF.
      IF <F_FS6> IS ASSIGNED.
        UNASSIGN <F_FS6>.
      ENDIF.
    WHEN RUN:
        CALL FUNCTION 'SCMS_STRING_TO_FTEXT'
      EXPORTING
        TEXT            = WA_S
    IMPORTING
      LENGTH          =
      TABLES
        FTEXT_TAB       = IT_S
    Will dump out!
    TYPES:S_STRING TYPE STRING.
    DATA:WA_S TYPE S_STRING,
         IT_S TYPE TABLE OF S_STRING WITH HEADER LINE,
         GT_S TYPE TABLE OF S_STRING WITH HEADER LINE.

  • How to get data from subsites list of SharePoint 2010 in ssrs

    Hi,
    Can someone help me on this issue.
    I want to create a report using ssrs, I have some of the data in SQL and some of the data in sharepoint list.
    First I need to go to SQL and get the data from the table which contains URL for the subsite in sharepoint.
    after that I need to go to all the subsites and go to perticulat list in the subsites and get data from that list.
    for example, their is a top level site "abc"
    it contains sub site "123", "456","567", etc.. All this sub sites contain a list by name "Sample List", Now I need to go to that sub site list(Sample List) and get list-item column say "created By" which
    is created on particular date. 
    in my report, I need to print the sub site "url/Title" which comes from SQL database and list-item column  "Created By" of that sub site list "Sample List".
    I tried using subreport inside a report by using "Microsoft SharePoint List" as a datasource, but when it comes to real time we don't know how many subsites will be created, so we can't create a datasource for each subsite site.
    I guess we need to be using XML as a datasource, but how can we go to particular subsite in query while using XML, since all subsites have list with the same name ?
    I appreciate your help.
    Thank you,
    Kishore 

    Hi Kishore,
    SQL Server Reporting Services(SSRS) supports expression-based connection strings. This will help us to achieve the goal you mentioned in this case:
    Create a new report
    Create a Data Source in the report with the connection string like this:
    http://server/_vti_bin/lists.asmx (We use static connection string instead of expression-based connection string now, as it is not supported to get fields based on expression-based connection string in design time. We will change it to be expression-based
    connection string later)
    Create the data set(as you have done using XML query language). Please use list name instead of GUID in the listName parameter.
    Design the report(e.g. Add controls to the report)
    Now, let's change the connection string to be expression-based. First, please add a parameter to the report, move this parameter to top. This parameter is used to store the sub site name.
    Open the Data Source editor, set the connection string to be: ="http://server/" & Parameters!parameterCreatedInStep5.value & "_vti_bin/lists.asmx"
    In the main report, pass the sub site name to the report we created above via the parameter created in step5
    That is all.
    Anyway, this is actually a SQL Server Reporting Service(SSRS) question. You can get better support on this question from:
    http://social.technet.microsoft.com/Forums/en/sqlreportingservices/threads
    For more information about Expression-Based connection string, please see:
    http://msdn.microsoft.com/en-us/library/ms156450.aspx#Expressions
    If there is anything unclear, please feel free to ask.
    Thanks,
    Jinchun Chen
    Jin Chen - MSFT

  • How to generate a list of Devices based upon an eDir group

    Is there a way for us to generate a report/query of devices (we need model, etc) where the calculated user for each device is a member of an eDirectory group?
    Basically, we need to generate a list of machines in our "HR" department or "Finance" department, etc.
    Any clever ideas?
    -Brian

    bpedrant,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://forums.novell.com/faq.php
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://forums.novell.com/

  • Script needed to generate a list of paragraph and character styles from the Book Level

    Hello,
    I am using FrameMaker 11 in the Adobe Technical Communication Suite 4 and I need to find a script that will generate a list
    of paragraph and character styles from the book level.
    I am working with unstructured FrameMaker books, but will soon be looking at getting a conversion table developed
    that will allow me to migrate all my data over to Dita (1.1 for now).
    Any thoughts, ideas on this is very much appreciated.
    Regards,
    Jim

    Hi Jim,
    I think the problem you are having with getting a response is that you are asking someone to write a script for you. Normally, you would have to pay someone for this, as it is something that folks do for a living.
    Nonetheless, I had a few minutes to spare, so I worked up the following script that I believe does the job. It is very slow, clunky, and totally non-elegant, but I think it works. It leverages the book error log mechanism which is built in and accessible by scripts, but is spendidly unattractive. I hope this gives you a starting point. It could be made much more beautiful, of course, but such would take lots more time.
    Russ
    ListAllFormatsInBook()
    function ListAllFormatsInBook()
        var doc, path, fmt;
        var book = app.ActiveBook;
        if(!book.ObjectValid()) book = app.FirstOpenBook;
        if(!book.ObjectValid())
            alert("No book window is active. Cannot continue.");
            return;
        CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
        CallErrorLog(book, 0, 0, "** Book format report for:");
        CallErrorLog(book, 0, 0, book.Name);
        var comp = book.FirstComponentInBook;
        while(comp.ObjectValid())
            path = comp.Name;
            doc = SimpleOpen (path, false);
            if(doc.ObjectValid())
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, doc, 0, "");
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, 0, 0, "Paragraph formats:");
                fmt = doc.FirstPgfFmtInDoc;
                while(fmt.ObjectValid())
                    CallErrorLog(book, 0, 0, "  - " + fmt.Name);
                    fmt = fmt.NextPgfFmtInDoc;
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, 0, 0, "Character formats:");
                fmt = doc.FirstCharFmtInDoc;
                while(fmt.ObjectValid())
                    CallErrorLog(book, 0, 0, "  - " + fmt.Name);
                    fmt = fmt.NextCharFmtInDoc;
            else
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
                CallErrorLog(book, 0, 0, "!!!  Could not open: " + comp.Name + " !!!");
                CallErrorLog(book, 0, 0, "-----------------------------------------------------------");
            comp = comp.NextComponentInBook;
    function CallErrorLog(book, doc, object, text)
        var arg;
        arg = "log ";
        if(book == null || book == 0 || !book.ObjectValid())
            arg += "-b=0 ";
        else arg += "-b=" + book.id + " ";
        if(doc == null || doc == 0 || !doc.ObjectValid())
            arg += "-d=0 ";
        else arg += "-d=" + doc.id + " ";
        if(object == null || object == 0 || !object.ObjectValid())
            arg += "-O=0 ";
        else arg += "-O=" + object.id + " ";
        arg += "--" + text;
        CallClient("BookErrorLog", arg);

  • Changing the Modified Date of a List Item using the SharePoint Client Object Model (C#) with Contribute Permission

    I have a small snippet of code that I use to update the Modified Date of a list item and it works great for users with Full Control permissions.  However, for users with just Contribute access to the site the code doesn't work.  Instead, SharePoint
    just updates the Modified Date to now.
    I did some testing, and narrowed down the specific permission level that allows updating of Modified dates and oddly enough, it's the "Manage Permissions" level.
    Has anyone run into this issue? If so, how do I work around this and update the Modified date as a user with only Contribute access to a site/library?
    Here's the code:
    DateTime Test = new DateTime(2012, 5, 4);
    ListItem li = list.GetItemById(itemID);
    li["Modified"] = Test;
    li.Update();
    ct.ExecuteQuery();
    Thanks,
    Max

    Hello,
    As a workaround you can pass admin credential in your code because as per my knowledge contributor can't update default columns like: created by, modified by, modified, created.
    ClientContext clientContext = newClientContext(siteUrl);
    ClientContext.Credentials = newNetworkCredential(UserName, Password, Domain);
    Hope it could help
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • Calculations in Xcelsius using data generated by a Web Service Connection

    Hi,
    I have set up a web service connection to pull in 4 columns of data: 1. CATEGORY  2. SUBCATEGORY 3. PRODUCT TYPE   4.#OFCALLS.  There will be anywhere from 1 to 500 rows of data depending on day of week and time of day.  The web service sorts the list by #OFCALLS descending. The OUTPUT VALUES of the web service connection are mapped to cells A19:D518.
    Formulas in the spreadsheet take the Top 10 from the list and populate it to cells  A4:D13.  A formula in cell D15 sums the #OFCALLS for the entire web service connection output (A19:D518).
    The data in A4:D15 is mapped to a spreadsheet table on my canvas.   When the report generates, the data from the TOP 10 of the web service connection populates properly, but the cell that should reflect the TOTAL#OFCALLS (D15) shows zero.
    Is it not possible to do additional calculations in the spreadsheet based on data generated by the web service connection?  A major difference between using an XML Map and a Web Service Connection is the XML Map actually populates the spreadsheet with the new data when it is refreshed.  The Web Service connection data never actually appears in the spreadsheet itself, even though it updates to the appropriate vessel on the canvas.   This makes me think that no additional calculations can be done in the spreadsheet based on the web service connection data.
    Can anyone tell me if that is correct?  If so, then the web service connection would also have to pull in the TOTAL#OFCALLS along with the other data.   This would also seem to greatly limit what you could do with data generated by a web service connection, so I am hoping I am wrong and just don't understand how to do this.
    Can anyone clarify this for me?  If I failed to give any pertinent info let me know what it is, and I will update my post.
    Thanks!

    I have seen similar behavior as well.  I have live data coming into Xcelsius from a data connection. 
    A supported Excel formula
    =IF(ISBLANK(J2),I2,VALUE(TODAY()-J2))
    is then applied to one of the columns to create an additional derived column.
    Taking a snapshot of the data shows that the derived column is being populated, however the controls I've tried hooking up to the derived column (charts and labels) are always empty.
    Information on whether this is supported would be appreciated.
    Thank you,
    David

  • Sync error with Workspace "Data in this list references content type "", which is no longer in the list schema"

    Dear,
    I saved a document library containing folders and files as a template to use it as a template when I created a document library.  It contains a lot of folders and files.
    When I tried the document library to sync with workspace it gives an error "Data in this list references content type "", which is no longer in the list schema"
    I checked with this error and I found out that it has issue with onenote file, but my library does not contain any onenote file. 
    I wonder if there is any issue regarding the number of folders to sync at a time because when I tried to sync with document library similar to the big library but lesser folders and files. 
    Thanks

    This is caused by certain OneNote files.  I've filed a support ticket on this.  See my
    post on possible workarounds.  You might view the entire library in windows explorer or flatten the folder structure in a view to confirm that there are not any OneNote related files.
    Corey Roth blog: www.dotnetmafia.com twitter:
    @coreyroth

  • Generating a List of References in FM12 to include External Cross-References and Imported Graphics, but no Imported Graphic references show in the LOR.  Is this a bug in FM12 or what am I doing wrong?

    and has always generated the list of references just fine.  Now in FM12, the LOR no longer will give any references for the Imported Graphics.  I have even tried creating a new chapter from the FM12 templates, adding the chapter to the front of the book, and allowing FM12 to use that file as the template for the LOR.  Still no success - it will not give any references to the Imported Graphics in my chapter files.  Is this a bug in FM12?  Is there something different about FM12 that would cause this not to work with existing FM11 files???  Please help, I need this resolved and working.
    Thank you,
    Beverly

    Arnis and Jeff,
    Thank you both very much for your assistance.  I was able to figure out why the Adobe Application Manager kept failing on installing the patches.  Idiot me didn't unzip them first.  Once I unzipped the patch files, the installer worked fine.  Both patches are now successfully installed; my FM version is now 12.0.2..
    To answer some of your questions:
    Yes, I have administrator privileges on my PC.
    Yes, I had all of the files in the book opened when I generated and/or updated the LOR file.  So that was not the issue.
    With the patches installed, I opened a book and all of its files.  I updated the LOR and all works fine – it gives me all of the Imported Graphic references. So there must have been an issue with that release of FM12 (12.0.0.329), which was fixed with the patches.
    Again, thank you both for your help!
    Best regards,
    Beverly

  • Generate error list with object detail

    Dear All,
    I have two way (multimaster ) Replication but due to some reason it generated many errors during replicate data so to resolve errors, I want to generate error list (Report) with object details instead viewing them one by one. please guide
    Thanks

    What do you mean with generate error list (Report) with object details ?
    You can get all the errors from DEFERROR view.
    There are columns DEFERRED_TRAN_ID and CALLNO.
    You can join this columns with DEFCALL (DEFERRED_TRAN_ID and CALLNO).
    Joining this two views will provide information about the objects and transaction type involved in the call.
    DEFCALL.PACKAGENAME contains the reference to the table_name.
    DEFCALL.PROCNAME contains information about the transaction type.
    Example:
    select e.deferred_tran_id,
           e.callno,
           e.origin_tran_db,
           c.packagename,
           c.procname
    from deferror e, defcall c
    where e.deferred_tran_id=c.deferred_tran_id
    and e.callno=c.callno(below are the links to the 10gR2 docs containing information about DEFERROR and DEFCALL views. If your database is different version, than search http://tahiti.oracle.com for version specific documentation)
    DEFERROR
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2599
    DEFCALL
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14227/rardeftranviews.htm#sthref2595
    Cheers!
    Message was edited by:
    tekicora

  • Authorizations for WEBI report based on BPC data model

    Hi All,
    We are strugelling with setting up authorisations for the reporting on BPC data model.
    We created Bex query on top of Multiprovider that consists of BPC cube. The Bex query is source for WEBI output. The authorisations has been set up on BPC data model (cube) in BPC application but they are not passed nor to Bex query nor to Webi. Example: The query is build on top of OPEX BPC data model, this data model is restricted based on Oranizational Unit. My test user is allowed to see only Org Unit = 'Australia' in the OPEX BPC data model, however when I'm running the report I can see absolutely everything.
    We are not connecting/using any BI cubes itself for this reporting. We are intrested only in the WEBI report based on BPC data models.
    We were trying to use BPC data model (without any extra settings) as the source for BEx report, we were also trying to use virtual BPC data model as the source for Bex transient query - but non of these have helped.
    Can you please advise how the authorisations should be set up for WEBI reporting on BPC data models?
    Kasia

    Anybody can help with this issue please?

  • Retrieve BPC data into BW 3.5 : any alternative to UD connect ?

    Hello,
    SAP BPC 7.0 (Microsoft SQL version not Netweaver) has been deployed a few month ago.
    Now the data from this tool will need to be brought into our BW 3.5 landscape for reporting, and it has been suggested by our developers that the interface is implemented using UD Connect.
    As the SAP basis guy, I did some researchs on how to connect UD connect.
    http://help.sap.com/saphelp_nw04/Helpdata/EN/95/10fb40af87ee6fe10000000a1550b0/content.htm
    Apparently, UDconenct use the SAP BW J2EE stack, the problem is that in our case the J2EE stack has been inactivated two years ago.
    The reason for that is that BW 3.5 was initially deployed as double stack server (Abap+Java), and we encountered at that time many performances issues and stability problems (unicode, etc ...).
    We had no other choice than stopping the J2EE stack.
    (Now SAP strongly recommends to install separated systems : BI abap and BI java , in order to avoid that kid of issues)
    I'm not really keen on the idea of restarting the BW J2EE stacks...
    So, based on your BPC expercience is there any other way to retrieve BPC data into BW ?
    Thank you in advance for your help.
    Best Regards.

    One way out can be to export SQL data as CSV file and then load data from that CSV file into BW. This can be automated if you desire so.
    http://rogerdavies.com/blog/?p=1607
    Regards
    Pravin

  • Macro for exporting data to a BPC Data File

    Hi,
    My requirement is if in an Input Schedule, I can write a macro on a button click that takes the data from the input schedule cell range and exports it to a Data file at the BPC Data File path. Please note, while exporting, the data is to be overwritten and not appended, i.e. every time I export the Data file should be replaced with new data.
    Does anyone have sample code for writing such a macro ?
    Environment: SAP BPC 7.5 NW
    Cheers,
    Nitin

    Hi Vladim,
    The requirement is to allow the user to enter Account Type and Rate Type property values for certain nodes in the Dimension.
    Since these values are not coming from BW, we need to maintain in conversion files while uploading the master data.
    However, we need to do away with the manual maintenance of the conversion files and find a way to update these properties directly.
    One way I thought was to create an Input Schedule (IS), the user enters the account no and rate/account type and clicks a button. This button
    1. Exports this data to a Data File, and then a
    2. Data manager package is called to import the data file.
    Point 2 is doable, but im trying to figure out the step 1.
    Since we do not have an FTP location hence won't be able to utilise your method.
    Cheers,
    Nitin

  • Get data source schema - List tables has failed

    Hi, I am trying to expose tables from a SQL Azure Database to OData feed on power bi's data source setting and I got the following alert:
    Get data source schema - List tables and views has failed.  Please check Windows Event Log for Gateway Instance (InstanceName1) errors.
    Thanks in advance.

    Hi,
    Thank you for your question.
    I am trying to involve someone familiar with this topic to further look at this issue.
    In the meantime please have a check on the below link and check if it helps.
    http://whitepages.unlimitedviz.com/2013/09/power-bi-working-with-the-data-management-gateway/
    https://support.office.com/en-us/article/Create-a-Data-Source-and-Enable-OData-Feed-in-Power-BI-Admin-Center-9dbd3091-8961-4564-adf6-2a3aeff0b2b4?ui=en-US&rs=en-US&ad=US
    Regards,
    Mekh.

Maybe you are looking for

  • What exactly is going to happen to iWeb?

    When Iweb 'goes away'...what does that mean? Will my iweb no longer work? My iweb site is hosted by godaddy.... will I be able to continueto make changes in my current iweb and upload them to godaddy as before...? Do I really have to use another web

  • VRF selector using PBR or Source IP address

    Could anyone can tell which is the better choice of VRF selector using PBR or Source IP address? From Cisco doc, VRF selection based on Source take advance over PBR. My feeling is that PBR may match more criterias than just match source IP address. T

  • Resolution drops to 72 when I crop in iPhoto

    If I crop a photo in iPhoto, and then export it to my desktop and open it in Photoshop, I find that the dpi has been reduced to 72. Regardless of whether it started as 300 or 500 dpi. Something is happening in the cropping process that is reducing th

  • Itunes won't add video..help please

    my itunes won't add videos. i've converted different videos to mp4 using different converters (im using a powerbook g4) such as ffmpegx, visualhub and quicktime. after the converting, all videos seem to play fine on quicktime but when i add it into i

  • ICSS Cookbook

    Dear All As I am new to ICSS application, Can you please send me cookbook for ICSS so that I can understand its Architecture and get some useful technical information. Thanks for your cooperation. Best Regards Bhavishya