Can we create a VC model on BI infoset query

Hi Experts,
i am trying to create a basic model in VC which will get data from Query in BI which is built on a Infoset. but when i test the query in Model its says object structrued not allowed.
so i got this doubt that whehter i am permitted or not if not is they any workaround to use this query as a dataservice.
thanks and regards
Neel

Hi Raman,
Thank you for  your reply.
Optimization you mean;Light  or  Full?
If  it  is  light optimization  then ,I am  sure  that  it  will not  change for sure  cubes  technical name,So if  there  is  no  change  in the technical name  we  can  do a query from  query designer:As  we  are only  reading the  data   from the  cube.
If  you do a full optimize  i believe  you answer works whcih  is  = Changes  to tech name  of the  cube  which  will cause  the inconsistencies for  all the  queries  that have  been  creted using  this BPC cube.
Can you post  some  more  information related  to tis  will be  help full.
Cheers,
Subbaraju

Similar Messages

  • "Can't create part for model element: null"

    Hello Colleagues,
    I am developing a Widget using Eclipse. Yesterday I closed the project and today I tried to open it again. For some reason, it seems that the config.xml file is corrupted. When I open the editor, I receive the following error:
    "Can't create part for model element: null"
    I tried to find out where in the xml file is the error, without success.
    Do you have any clue to get it solved?
    If you need some more information, please let me know.
    Thank you very much!
    Rafael

    Hi Rafael,
    What version are you using? I have had similar problems in the past. Worst case I had to recreate the widget and copy the coding across.
    Can you send me the project file, I will understand also if you do not want to, I will try it on my machine.
    Regards
    John

  • I can't create Entity Data Model Class directly from database

    I have just installed odac beta (ODAC1120250Beta_EntityFramework) and Orace XE 11g for test.
    I have Visual Studio 2010 on Windows 7 32bit.
    The problem is that after updating odac I can't create ADO.NET Entity Data Model class. If I try, VS2010 wizard makes me choose if I want to generate from db or create an empty model. If I choose to generate from database, the next window disappers making me return to VS2010.
    The workaround is to create an empty model and then update model from database. In this way it works.
    Anybody has experimented the same?...
    Best regards
    Francesco

    A couple of things you could try:
    1. Install SP1 for Visual Studio 2010.
    2. Do you already have an Oracle connection created in server explorer? If not, try creating one and then create the model.

  • JTextFields and model:Can i create a text model like ListModel for Lists

    Hi,
    i'm doing a cache simulator which uses several JTextFields to show information.
    The problem is this:i have a class named cache which implements the observable interface and i use various variables to update the JtextFields everytime one of these changes.
    So,everytime a values changes i'm doing this ugly thing...
    accessResult="0";
    setChanged();
    notifyObservers(accessResult);and in the applet class i receive it:
    public void update(Observable o, Object arg) {
    if (o.equals(this.machine.cache)) {
    if (arg.equals(this.machine.cache.accessResult)) {
                            if (this.machine.cache.accessResult == "0") {
                                this.resultTextField.setForeground(Color.red);
                                this.resultTextField.setText("MISS");
    else if...//other variable
    //other variable
    }Anyway maybe i need to implement a model for each of the 10 JtextFields
    so that they update automatically.
    I dont know if this is feasible but i imagine i can do it just like i set up a model for a JList.
    I think that the best way is to create the models and then call once the notifyObservers() which should only do a repaint.
    Am i correct?
    I think i'm missing something(maybe many things) about the correct use of the Observer-Observable (i've seen some tutorials)
    but i need to know if i can render my work more elegant but not rewriting all code.
    Thank you very much.
    Chris

    i use the JtextFields for output.
    Sorry i'm new to java and even if i program intensively for the last 8 months
    some things are not so clear to me..
    Ok i know that exists the default model which i can get like this:
    pcTextField.getDocument();should i register the document listener with the JtextField?
    Please If you can, give me a very simple example(i dont want to waste your time) .
    I initially thought that i have to create a proper class which implements necessary methods for
    auto-update like this one i did for a JList:
    class RegList implements ListModel {
            public void addListDataListener(ListDataListener l) {}
            public Object getElementAt(int i) {
                String rval = "";
                if (i < 16) {
                    int regNum = i * 2;
                    for (int j = 0; j < 2; j++) {
                        int theReg = regNum + j;
                        rval = rval + names[theReg] + " = " +
                               (regs[theReg]) + " ";
                    return rval;
                } else {
                    return rval;
            public int getSize() {
                return 32;
            public void removeListDataListener(ListDataListener l) {}
        public ListModel getRegListModel() {
            return new RegList();
    }Thank you very much,
    while waiting for your answer i go give a look at documentListeners.
    Chris

  • No "samples" in evaluation download, can't create model or group

    Hi forum, I'm trying to learn BPA Suite.
    Downloaded the evaluation version from the main site. It installed ok, but I can't find any "samples" directory anywhere like the Quick Start PDF says should exist. Are these downloadable separately? Couldn't find them on the site if they are.
    Also can't create a new model, since I have no groups. I click on "LOCAL" in the new model wizard but the "New group" button is greyed out. No instructions in the doc on how to get this running.
    Please help!
    Thanx
    M

    Hi,
    have you start your server?
    On linux you have to run y-serverlauncher.sh
    in .../BPASuite/JavaClient.xxx/localserver/
    Then you can use the sample and create new projects.

  • Using a dump how can i create a ER diagram

    Can any one tell me how can i draw a ER diagram automaticaly by using an existing Database.i mean i have a database with all the relationship,triggers and views now i want to make a ER diagram automaticaly by using this database ... is there any tool for this or is oracle provides any tool can any one help me out to solve this problem
    thx in advance....

    As you are asking on the Designer forum,I am assuming you have a Designer Repository set up. If this is the case,you can use Designer to capture the design of your schema and create a schema model. You can create an ERD from this schema model by using Designer's table to entity retrofit utility. Check out the Designer demos on this site for more. (http://www.oracle.com/technology/products/designer/demos.htm)
    If you do not have a Designer Repository setup, why not try JDeveloper? You can download the latest JDeveloper 10g Preview release from OTN and, using the connection node, connect to the required schema and pull the tables from your schema onto a Database diagram. JDeveloper allows you to quickly and easily review your schema model visually.
    You can also create UML Class models based on your schema.
    There are numerous demos on the JDeveloper area for the UML modeling JDeveloper offers. (http://www.oracle.com/technology/products/jdev/index.html)
    Regards
    Sue Harper

  • How can I create a host name site collection when I have a 443 web application already created for App model?

    Hi all,
    I have a 2013 farm set up with the App model
    1 web application for path based site collection using host name
    1 web application with SSL (no host name)
    1 web application for mysite
    My business request is that  I need to migrate SSL enabled 2007 content to this farm and use host name site collections.  I tried to create one more web application for this without any luck (the 443 IIS folder is already used by another web application). 
    I thought I bind the previous 443 web application with another IP address should be fine.  Seems like the IIS site is taken (https://server name:443) so it will not let me create one more.  How can I solve this problem so I can create the web application
    to host those host name site collections?  Any suggestion is greatly appreciated.
    Thanks in advance.
    Sally

    Hi Trevor,
    Thanks again for your quick reply.  I try the option 2 right after your post.  I use my front end server name for public URL (https://WFEName:443) and it fails again.  The error message is:
    The directory C:\inetpub\wwwroot\wss\VirtualDirectories\443 is already being used by another IIS Web Site.  Choose a different root directory for your new Web application.
    After reading more, I saw mix Hosted Name Site collection and Path-based site collection aren't recommended.  Unfortunately I already have Path-based site collection created with App model web application
    (the web application without host name) in my farm.  In my Option 2, that web application without host name is used for App routing.  This takes the root folder 443 which will not allow any other web application to use the same name again. 
    Does that mean we can't create Host Named Site collection in the same farm?  Is there any configuration I need to check?
    Thanks again.
    Sally

  • How can I create an element in the model node?

    Hi, Experts,
    I create a model node that name is containerNode in the contxt. Cadinility is: 1..n
    I write the code in the method:
      private String getDataForOutputTable( IWDNode wageTypePayslip, IWDNode containerNode ){
           String betrgSumStr = "";
         int index = 0;
         Vector containerVector = new Vector();
         int size = wageTypePayslip.size();
         IWDNodeElement element = containerNode.createElement();// The system report error when I run the application.
         BigDecimal betrgSum = new BigDecimal( 0 );
    I try to create a element in the containerNode, But the system report error when I run the application.
    java.lang.IllegalArgumentException: model object must not be null
         at com.sap.tc.webdynpro.progmodel.context.ModelNodeElement.<init>(ModelNodeElement.java:66)
         at besuretech.com.wdp.IPrivatePayDataDispView$IOContainerElement.<init>(IPrivatePayDataDispView.java:1537)
         at besuretech.com.wdp.IPrivatePayDataDispView$IContextNode.doCreateElement(IPrivatePayDataDispView.java:88)
         at com.sap.tc.webdynpro.progmodel.context.NodeInfo.createElement(NodeInfo.java:884)
         at com.sap.tc.webdynpro.progmodel.context.Node.createElementInternal(Node.java:1351)
         at com.sap.tc.webdynpro.progmodel.context.Node.createElement(Node.java:1370)
         at besuretech.com.PayDataDispView.getDataForOutputTable(PayDataDispView.java:251)
         at besuretech.com.PayDataDispView.getAllData(PayDataDispView.java:196)
         at besuretech.com.PayDataDispView.onPlugPayListViewIn(PayDataDispView.java:154)
         at besuretech.com.wdp.InternalPayDataDispView.wdInvokeEventHandler(InternalPayDataDispView.java:391)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.invokeEventHandler(DelegatingView.java:87)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.navigate(ClientApplication.java:826)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.navigate(ClientComponent.java:881)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doNavigation(WindowPhaseModel.java:498)
    How can I create an element in the model node ?
    Best regards,
    tao

    Hi,
    You need to execute the model before creating the element.
    Regards
    Ayyapparaj

  • Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.

    Version 8.1 Can't Activate, Can't Update, Can't create/export NX *.prt Files to 3D PDF. Screen Capture feature does not properly represent Model/Bodies. Printing from NX does not recognize Adobe Acrobat 3D as a printer to try and export.
    I was able to register it though.

    Not a surprise. The Acrobat 8 product family passed into End of Support back in 2011.
    Be well...

  • Can't create connection to export model to reporting schema

    Hi,
    I am using version 3.1.1703. I am trying to export the table and column comments from report manager. I try to export my model to Report Schema but I can't create a connection. When I press the plus to create a connection nothing happens.
    Please help.
    Dean

    Hi,
    Just to note that the log file is normally the file datamodeler.log in the folder datamodeler\datamodeler\log (unless its location has been changed in the Preferences).
    David

  • Can not create an new rfc model, NW DevStudio SP11

    Hi,
    I have installed the NetWeaver Developer Studio SP11
    and now if I create a ref model I get this exception:
    org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoClassDefFoundError: com/sap/tc/logging/LogController)

    Fran,
    it's in SAP Service Marketplace at http://service.sap.com/notes. Some Notes are replicated to SDN, unfortunately not all of them. What's missing are most of the Notes under component BC-*, which is the one for Web AS.
    In case you can't get into the Marketplace, here's the text:
    SAP Note No. 832994
    Short text          NoClassDefFoundError during adaptive RFC model
    import
    Component           BC-DWB-WD-JAV
                        Web Dynpro Tools - Java
    Long text
    Symptom
    You import an adaptive RFC model with Web Dynpro tools, and the system
    issues the following error message:
    org.eclipse.swt.SWTException: Failed to execute runnable
    (java.lang.NoClassDefFoundError: com/sap/tc/logging/LogController)
    Other terms
    Reason and Prerequisites
    You use SAP NetWeaver Developer Studio with Support Package 11.
    Solution
    The Eclipse installation directory contains a "plugins" folder. This
    folder, in turn, contains the "com.sap.mdi" plug-in folder. Open the
    "plugin.xml" file located in the relevant plug-in directory in an
    editor.
    Insert the following line in the list of required plug-ins:
    <import plugin="com.tssap.sap.libs.logging" />
    The contents should look as described below. The change becomes
    effective once you have restarted the IDE.
    <?xml version="1.0" encoding="utf-8"?>
    <plugin id="com.sap.mdi" name="%pluginName" version="2.0.0"
    provider-name="SAP AG">
      <runtime>
        <library name="lib/SAPmdi.jar">
          <export name="*"/>
        </library>
      </runtime>
      <requires>
        <import plugin="com.sap.mw.jco"/>
        <import plugin="com.tssap.sap.libs.logging" />
      </requires>
    </plugin>
    Regards,
    Markus Meisl
    SAP NetWeaver Product Management

  • Admin Tool can not create any new database or model [nqserror 46131]

    Hi everyone!
    I can not create anything new in each layer on the admin tool. It marks unknown error.
    When I try to import metadata it send the message: [nqserror 46131] unresolved hostname, everything in online mode. I can modify everything offline, then replace the rpd and I can create reports in Answers. But I need to do all of these online mode.
    Everything else works well (Answers, Dashboards, Publisher). The server name is correctly put in the instanceconfig.xml.
    OBIEE Version: 11.1.1.6.0 (upgrade recently from 11.1.1.5). The scheduler does not start since migration.
    Server OS: Red hat enterprise edition
    Regards,
    Edgar Tercero
    Edited by: 958457 on 11-sep-2012 12:04
    Edited by: 958457 on 11-sep-2012 14:13

    Thanks but it not solve my problem.
    I detect no problem in my enviroment variables in the bi-init.sh
    This is what my admin tool log says:
    [OracleBIServerComponent] [ERROR:1] [] [] [ecid: ] [tid: 690] [nQSError: 43113] Message returned from OBIS. [[
    [nQSError: 46131] Unresolved host name: vrnmobiee. Could not get details about the specified host]]

  • How to create a bc model for sharepoint 2013 that consume data from two Sql tables?

    Hi everyone!!!
    I have created several external contents using SQL Server databases as datasource. The thing is every time I created one, only consume one table and define operations for that table. I would need to create an external content that can contain the
    information of two tables. I tried to export the bdc model and type the query using left joins but nothing happens...I did it in that way for sharepoint 2007 and works!!!
    I know if a create a view in the database I can have the data that I want and I can create the external content using the view. But the thing is I don't have access to the database for creating anything, just read it.
    can anybody can help me, please?
    Thanks.

    Please follow this article to write SSRS reports with data source as SharePoint list/calendars etc. All document libraries, list and calendars are derived from base list class so you can use any of this type as a data source
    http://www.mssqltips.com/sqlservertip/2068/using-a-sharepoint-list-as-a-data-source-in-sql-server-reporting-services-2008-r2/
    Once your SSRS report is developed, you have multiple ways to show it in SharePoint
    - upload to SSRS server and show in sharepoint in a page viewer web part or simply open it as a link in new window
    - configure SharePoint environment with integration to SSRS and upload report to SharePoint library. Display report in a web part page using SSRS web part.
    Moonis Tahir MVP SharePoint,MCTS SharePoint 2010/2007, MCPD.net, MCSD.net, MCTS BizTalk 2006,SQL 2005

  • How can I create an EntityStore for a Database?  Advice on DB strategy?

    Hello All,
    How can I create an com.sleepycat.persist.EntityStore for a com.sleepycat.db.Database? Advice on DB strategy?
    I'm looking to create an application prototype that creates a database dynamically and can delete it programatically. Is openDatabase/removeDatabase what I'd want to use for that?
    So far, the Direct Persistence Layer is an amazing piece of technology and has the potential to make my team's application faster than we every though possible, so kudos to the author.
    I've built a high-security application using the DPL and a single database for hundreds millions of users. I'd like to attempt to create a database for each user for security and manageability purposes. Our mission statement doesn't allow us to execute queries for sensitive data across more than one user account at a time, so I don't get any benefit from having every user's objects in a single database. I'm investigating if giving each user their own database will speed up insert times and SecondaryIndex queries. It'll certainly be more secure as each database will be encrypted with a unique password.
    My design is that I have an app with dozens of com.sleepycat.persist.model.Entity beans which I persist and query on their Primary and secondary indexes. I've been accessing things through an EntityStore as illustrated in the Getting Started Guide. Can I access a database created with openDatabase through an EntityStore and com.sleepycat.persist.PrimaryIndex?
    Thanks in Advance,
    Steven
    Harvard Childrens Hospital Informatics Program

    I closed this as I found another way to solve my issue.
    Thanks,
    Steven

  • How can I create a new E-mail address for the Marketing Manager

    Hullo,
    how can I create a new E-mail address for the Marketing Manager (i.e. marketing professional role in SAP CRM) please.
    That when you go and create a new E-mail campaign you need to choose an E-mail form in addition to the E-mail address of the Marketing Manager.
    Kind Regards.

    Hi Alhussien
    Add it to his Position in the Organisational Model. Transaction PPOMA_CRM.
    Under there address section is an option to populate the email address.
    Regards
    Arden

Maybe you are looking for

  • Lexmark Z510 series

    Hello everyone. I've bought a mac pro and I can´t install the lexmark Z510 series driver. On the website of Lexmark it's just avaible until the 10.4.x version of this printer. I'm running Snow Leopard 10.6.1. I´ve been looking on topics and I saw tha

  • Can I just use the contact like a normal phone on I Phone by not using I Cloud

    I have a problem loosing the contacts that was recently installed in Contacts. How can I use the I Phone like a regular cell phone where I can keep my contacts forever without needing I Cloud or any new stuff

  • Startup plug is missing

    I developed a Webdynpro App. based on the Adaptive RFC method.  My original application had a single window with several views.  I had to delete my window and re-create it.  I then added my views back to the new window.  When I rebuild the project I

  • Editing window doesn't open

    After opening iMovie there is no editing window. I cannot proceed because there is no window to work in. I can import, I can select New Movie, but nothing opens. I can't even find how to reload iMovie.

  • Ipad locked since battery drained..... help!

    Hi I'd really appreciate any help... My Ipad ran out of battery completely. First time thats happened since I've had it as I usually keep it more topped up. Anyway, I've re-charged it, and the screen has been displaying the itunes icon and usb wire i