OLAP Bridge not generate View Definitions

Hi
I try to get scripts for generating AW but
Oracle 9i OLAP Bridge generate neither View Definitions
nor Materialized Views.
OWB Client 9.2.0.2.8
OWB Repository 9.2.0.2.0
WinXP Prof SP1a
parameter file:
log_level=1
log_file=C:\TEMP\bridges\log\null-nullMy_Metadata_Transfer1076068690437.log
olapimp.deploytoaw=Y
olapimp.awname=AW_BP
olapimp.awobjprefix=
olapimp.loadcubedata=N
olapimp.dimuniquekeys=N
olapimp.awuser=
olapimp.createviews=Y
olapimp.viewprefix=
olapimp.viewaccesstype=OLAP
olapimp.creatematviews=Y
olapimp.viewscriptdir=E:\AW
olapimp.deploy=N
olapimp.username=
olapimp.password=
olapimp.host=
olapimp.port=1521
olapimp.sid=
olapimp.inputfilename=C:\TEMP\bridges\null-nullMy_Metadata_Transfer1076068690437.XMI
olapimp.outputfilename=D:\AW\BP\BP
Thanks in advance

From the parameter file, i notice a few parameters like awobjprefix and viewprefix are not set and needed to be. These prefix are set by using the OLAP bridge wizard. Go back and rerun the OLAP bridge wizard and be sure to answer all the questions.

Similar Messages

  • MSSQL Compare - No VIEW DEFINITION Permission

    Hi,
    I am trying to transfer all the tables from a LocalDB to my MSSQL server online, which i can't. Because of this problem.
    I would like to know what i should do.
    Is it a general problem for everyone? or just me? i have done it before.
    I am low on English, so i dont understand so much about the errors, the only thing i can do it copy the error, i can't "translate" it, because i dont understand the problem, i only understand that i dont have "View definition permission"
    but what the hell is that?
    The problem is:
    The reverse engineering operation cannot continue because you do not have View Definition permission on the 'arcane_swift_dk_db' database.
    "arcane_swift_dk_db" is the online MSSQL.
    Sincerely,
    Michael Læntver

    Hi Michael
    How do you transfer the  tables? Import/Export? Linked servers?  Are you trying to transfer the tables with or without the data? If you using SQL Server 2008 and onwards there is an option to script the table along with the data. 
    http://stackoverflow.com/questions/2321052/get-script-of-sql-server-data
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Bc4j view definition not found

    Within the doDML method in my PatientImpl class, I have implemented this snippet of code to insert a record into the TransactionLog entity after an insert into the Patient entity.
    DBTransaction trans = getDBTransaction();
    TransactionLogViewImpl txnLogView =
    (TransactionLogViewImpl)trans.createViewObject(
    " hmdclinical.customactiondemo.model.bc4j.TransactionLogView ");
    TransactionLogViewRowImpl row =
    (TransactionLogViewRowImpl) txnLogView.createRow();
    row.setAction('TEST');
    txnLogView.insertRow(row);
    txnLogView.remove();However, the error returned is "JBO-25002: Definition hmdclinical.customactiondemo.model.bc4j.TransactionLogView of type View Definition not found".
    What am I doing wrong ? My View object is called TransactionLogView and my business components package is hmdclinical.customactiondemo.model.bc4j ??
    Help ?
    Also - is it possible to perform the insert and then requery the same row to check for data in other columns on the table had that been populated by a trigger as the result on the insert performed by my business rule code ?? If i make the attribute refresh after update can I do a
    row.setAttribute
    view.insertRow(row)
    row.getAttribute ??
    How else would I get the values back from the row just inserted ??
    Thanks,
    Brent

    Please ignore the first part of my question - stupid typo that i always make !
    But the second part....
    Also - is it possible to perform the insert and then requery the same row to check for data in other columns on the table had that been populated by a trigger as the result on the insert performed by my business rule code ?? If i make the attribute refresh after update can I do a
    row.setAttribute
    view.insertRow(row)
    row.getAttribute ??
    How else would I get the values back from the row just inserted ??
    Can someone help me with this ?
    Thanks,
    Brent

  • Errors in the high-level relational engine. The data source view does not contain a definition for the table or view. The Source property may not have been set.

    Hi All,
    I have a cube in which i'm using the TIME DIM that i created in the warehouse. But now i wanted a new measure in the cube which is Average over time and when i wanted to created the new measure i got a message that no time dim was defined, so i created a
    new time dimension in the SSAS using wizard. But when i tried to process the new time dimension i'm getting the follwoing error message
    "Errors in the high-level relational engine. The data source view does not contain a definition for "SSASTIMEDIM" the table or view. The Source property may not have been set."
    Can anyone please tell me why i cannot create a new measure average over the time using my time dimension? Also what am i doing wrong with the SSASTIMEDIM, that i'm getting the error.
    Thanks

    Hi PMunshi,
    According to your description, you get the above error when processing the time dimension. Right?
    In this scenario, since you have updated the DSV, it should have no problem on the table existence. One possibility is that table has been specified for tracking in the notifications for proactive caching, but isn't available any more for some
    reason. Please change the setting in Proactive Caching into "MOLAP".
    Reference:
    How To Implement Proactive Caching in SQL Server Analysis Services SSAS
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou
    TechNet Community Support

  • Oracle.jbo.NoDefException: JBO-25002 : View Definition Not Found

    Hi
    While Running a page i am getting the following exception:
    The error says View Definition not found:
    I have checked whether file exists in the same path or not, Checked whether it is assigned to application module.
    But everything is working fine in Development instance but i dont know why this error is coming in another instance.
    Can any body help me on this.
    Below is the stack trace when i am trying to run:
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition mycomp.oracle.apps.fnd.server.ReseqRequestsVO of type View Definition not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2680)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1683)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition mycomp.oracle.apps.fnd.server.ReseqRequestsVO of type View Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:988)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:750)
         at mycomp.oracle.apps.fnd.webui.ConcRequestsCO.getResequenceRows(ConcRequestsCO.java:839)
         at mycomp.oracle.apps.fnd.webui.ConcRequestsCO.processFormRequest(ConcRequestsCO.java:333)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:810)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2676)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1683)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition mycomp.oracle.apps.fnd.server.ReseqRequestsVO of type View Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:988)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:153)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:750)
         at mycomp.oracle.apps.fnd.webui.ConcRequestsCO.getResequenceRows(ConcRequestsCO.java:839)
         at mycomp.oracle.apps.fnd.webui.ConcRequestsCO.processFormRequest(ConcRequestsCO.java:333)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:810)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processFormRequest(OAPageLayoutHelper.java:1159)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processFormRequest(OAPageLayoutBean.java:1579)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processFormRequest(OAFormBean.java:395)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:1022)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequestChildren(OAWebBeanHelper.java:988)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processFormRequest(OAWebBeanHelper.java:843)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processFormRequest(OAWebBeanContainerHelper.java:363)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processFormRequest(OABodyBean.java:363)
         at oracle.apps.fnd.framework.webui.OAPageBean.processFormRequest(OAPageBean.java:2676)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1683)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:509)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:430)
         at oa_html._OA._jspService(_OA.java:84)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:595)
    Thanks in Advance
    Hari

    Hi,
    This error is not related to AM, it find the view in AM that is why it is giving error. The only reason is it is not bale to find xml file of view in specified path under $JAVA_TOP, please check.
    Regards,
    Reetesh Sharma

  • JBO-25002: Definition ...of type View Definition is not found

    Hello,
    I am using JDev 11.1.1.4.0.
    I am having a problem creating read only VO, actually running on integrated weblogic server after creating one. I am getting this exception:
    oracle.jbo.NoDefException: JBO-25002: Definition com.model.viewobject.OrderLineStatusVVO of type View Definition is not found.
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:577)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:484)
         at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:466)
    I created this VO using very simple sql statement, "SELECT ORDER_LINE_STATUS FROM ORDER". JDev creates it and the AM has it listed fine. But when running, I get the above exception.
    Many thanks in advance for your help.
    Bones Jones
    Edited by: Bones Jones on May 10, 2012 10:09 AM

    Fixed it somehow, sort of...
    It turned out my OrderLineStatusVVO.xml was not being deployed in the server. The server being integrated weblogic server, I had to dig it up a bit. The other VO xml files were present in the following folder:
    C:\Users\[USERACCOUNT]\AppData\Roaming\JDeveloper\system11.1.1.4.37.59.23\o.j2ee\drs\[MYAPP]\ViewControllerWebApp.war\WEB-INF\Classes\com\model\viewobject
    For some reason OrderLineStatusVVO.xml was not present. So I did what most of the top developers to, copy and paste. After that I am able to run the app.
    Thank you so much for your help!
    Bones Jones

  • Preview and Generate view not displaying the same as design view

    RoboHelp HTML Ver 8.0.2.208.
    Hi all,
    I have a topic that will not generate or preview what is displayed in the design view.
    The topic is a table that uses a different image as the background for each cell (from the CSS).
    The background images display fine in design view but will not display when previewed or generated. Everything else is displayed but not the backgrounds.
    Any ideas.
    Thanks
    Wowronin

    You have this -
    </head>
    <script>
    <!--
    function msgopen(url, name, w, h)
    w += 32;
    h += 96;
    var win = window.open(url,
      name,
      'width=' + w + ', height=' + h + ', ' +
      'location=no, menubar=no, ' +
      'status=no, toolbar=no, scrollbars=yes, resizable=yes,screenX=2,screenY=2,left=100,top=100,');
    win.resizeTo(w, h);
    win.focus();
    // -->
    </script>
    <style type="text/css">
    #preloader  {
         position: absolute;
         top: 0;
         left: 0;
         right: 0;
         bottom: 0;
         background-color: #fefefe;
         z-index: 99;
        height: 100%;
    #status  {
         width: 200px;
         height: 200px;
         position: absolute;
         left: 50%;
         top: 50%;
         background-image: url(ajax-loader.gif);
         background-repeat: no-repeat;
         background-position: center;
         margin: -100px 0 0 -100px;
    </style>
    <body>
    In other words, you have a script block AND a CSS block between </head> and <body>. That's invalid code. Move it to where it belongs inside the <head> region.  You could have found this in an instant by checking the page here - http://validator.w3.org.

  • Views - SELECT from VIEW and SELECT from the query inside view definition returning different results

    Hi,
    I am facing this weird issue. Any help would be appriciated.
    I have view with the following definition:
    CREATE VIEW [marketing].[OpenedMails]
    AS
    SELECT
    ID_EmailAddress, 
    ID_Date_Opened, 
    ID_Contact, 
    ID_MailSendJobs,
    COUNT(ID_OpenedMails) AS OpenCount,
    CASE
    WHEN ROW_NUMBER() OVER (PARTITION BY CAST(ID_EmailAddress AS VARCHAR(10)) + ' ' + CAST(ID_MailSendJobs AS VARCHAR(10)) ORDER BY ID_Date_Opened) = 1 THEN 1 
    ELSE 0 
    END
    AS UniqueOpenCount
    FROM            
    dbo.Fact_OpenedMails
    where ID_Contact = 382340
    GROUP BY ID_EmailAddress, ID_Date_Opened, ID_Contact, ID_MailSendJobs;
    order by ID_MailSendJobs 
    When I run the the select statement in the view definition I get combination of both 1 and 0 for the 'UniqueOpenCount' column.
    But when I run the select from the view itself using the following query:
    SELECT [ID_EmailAddress]
          ,[ID_Date_Opened]
          ,[ID_Contact]
          ,[ID_MailSendJobs]
          ,[OpenCount]
          ,[UniqueOpenCount]
      FROM [marketing].[OpenedMails]
    I get equal amount of rows but only 0 values for the 'UniqueOpenCount' column which seems to be very weird to me. Why is this happening ? Can anyone help regarding how to solve this ??
    Result from the select inside view definition:
    Result from the select query directly from the view:
    Thanks in advance.
    Vivek Kamath

    Please post DDL, so that people do not have to guess what the keys, constraints, Declarative Referential Integrity, data types, etc. in your schema are. Learn how to follow ISO-11179 data element naming conventions and formatting rules. You failed. Temporal
    data should use ISO-8601 formats – you failed again. Code should be in Standard SQL AS much AS possible and not local dialect. 
    This is minimal polite behavior on SQL forums. 
    Things like “ID_Date_Opened” are wrong. The affixes “id” and “date” are called attribute properties in ISO-11179 and data modeling. Since a date is a unit of measurement on a temporal scale, it cannot be an identifier by definition. My guess is this would be
    “open_date” if it were done right. And the only display format in ANSI/ISO Standard SQL is ISO-8601 (yyyy-mm-dd)
    An email address of -1?? Email addresses are VARCHAR(256), not numeric. There is no reason to cast them AS string!
    Your vague “mail_send_jobs” is plural, but columns hold scalars and cannot be plural by definition. The partition cause can hold a list of columns: 
    WHEN ROW_NUMBER() 
         OVER (PARTITION BY email_address, mail_send_job 
                   ORDER BY open_date)
         = 1 
    THEN 1 ELSE 0 END 
    This still makes no sense, but the syntax is better. You do not understand how ROW_NUMBER() works. 
    Would you like to try again with proper Netiquette? 
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • Field 'Contract Period' does not exist in definition for business component

    Hi everyone
    I create a Field "Contract Period" in BC "Quote" with an extended table and put it in the applet view "Quote Full Form Applet" the field works fine in the view, we can update and insert information in it and shows perfect in the database also.
    Our problem is when create a Integration Object for reports in BIP Reports the system said something like this when we try to generate the sample data:
    ObjMgrLog     Error     1     0000002d4cd016bc:0     2010-11-02 13:18:39     (adptutils.cpp (5715)) SBL-EAI-04376: Method 'FieldValue' of business component 'Quote' (integration component 'Quote Template') returned the following error:
    "Field 'Contract Period' does not exist in definition for business component 'Quote'.
    We compiled the BC and the IC, and did the Deployment of the IC in Tools but it didn't work, the thing here is if I remove this field the report works fine. Is there any other component or Object that we have to compile to get Siebel recognition?
    Any ideas?
    Thanks in advance
    Edited by: user7286211 on Nov 2, 2010 8:05 PM

    To do the same change with the transaccion FB02 y FB03, create an enhancemente point in the program: SAPMF05L dynpro: 1301, module: DYNPRO_MODIFIKATION, at the of perform open_fi_dynpro_mod and write:
    LOOP AT SCREEN.
      IF sy-tcode = 'FB02'.
        IF screen-name = 'BSEG-HKTID'.
          screen-input = 1.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      elseif sy-tcode = 'FB03'.
          IF screen-name = 'BSEG-HKTID'.
          screen-input = 0.
          screen-invisible = 0.
          screen-active = 1.
          screen-output = 1.
          screen-group4 = ' '.
          MODIFY SCREEN.
          EXIT.
        ENDIF.
      endif.
      ENDLOOP.
    and, all ready.

  • BIB-9505 Oracle OLAP did not create cursor

    Hi, I am in New Presentation Wizard trying to create a new Cross tab and receive these error messages:
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::createDefinitionManager
    SEL: Unable to generate an execution plan for the query, Generic at TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    SEL: Not Yet Implemented, Generic at TxsOqSQLPersistentExecutionPlanGenerator::generate
    oracle.dss.dataSource.common.OLAPException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::createDefinitionManager
    SEL: Unable to generate an execution plan for the query, Generic at TxsOqExecutionPlanGenerator::generate(TxsOqSourceSnapshot*)
    SEL: Not Yet Implemented, Generic at TxsOqSQLPersistentExecutionPlanGenerator::generate
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    INI: Error creating a definition manager, Generic at TxsOqConnection::crea[i]Long postings are being truncated to ~1 kB at this time.

    Actually I am following the example downloaded from www.iafsoft.com (http://www.iafsoft.com/downloads/index.htm presentation number 32106). The example involves only a one dimensional and one measure simple cube which resides in Analytic Workspace. It was demonstrated in one of the Oracle OpenWorld sessions in SF back in November 02. So I trust that it will work.
    The environment I have is
    Oracle 9.2.0.2.1 (Enterprise Edition)
    JDeveloper 9.0.3
    Windows 2000 (SP2)
    256M memory
    (all these run on the same laptop)
    In this environment JDeveloper can connect to the database, can access the catalog owned by BIBCAT, can display cubes owned by BIBDEMO, can query data residing in AW through OLAP_TABLE, and can also see the dimension and measure that reside in AW from the presentation wizard. So all this convinces me that installation is ok.
    Here's how the error occurs: In the presentation wizard, I select the measure from the left window and move to the right window. I then click the "Next" button to display the layout editor. Then when I click the "Next" button, the wizard won't go to the next step. If I click the "Finish" button instead, the error message will show up.
    I am really stumped (for the last several days already) as to w[i]Long postings are being truncated to ~1 kB at this time.

  • SQLParseException occurred while composing Offline Database View definition

    While importing view definitions from CASE120 to offline database for some views I am getting following error.
    ERROR: An SQLParseException occurred while composing Offline Database View definitions: Error(s) parsing SQL:
    Unexpected token near *!* in the following:
    , MSI.LO T_CONTROL_CODE *!*LOT_CONTROL_CODE
    Unexpected token near *!* in the following:
    , DECODE*!*(MSI.REVISION_QTY_CONTROL_CODE,1,'N',2,'Y','N') ITEM_REVISION_CONTROL_FLAG
    Observation:
    Some views with less total length of query definitions got imported, but big views were erroring out above said exception. Is there any restriction on the length of view? i.e. no of characters in the view definition? Is there any work around for this issue?
    Thanks in Advance,
    Salil Gumaste

    Hi Velázquez
    Have you tried to modify your application and select "Process Application", this will rebuild your OLAP cube.
    From past experience,and as per Santosh post, the errors appear your dimensions have not been processed.
    You can try to do the following:
    Process all of the dimensions
    Modify the applications in your appset with selection the available options ( Rebuild SQL Index and Process Application )
    Perform a full optimize of the application
    Backup the Appset
    Restore the Appset
    This should hopefully resolve your errors
    Hope this helps
    Kind Regards
    Daniel

  • Querying view definitions

    I am doing some reporting on an Oracle Proprietary database there is no data diagram and I have to come up to speed as soon as possible. So I have two questions:
    1.     What is the best Reference Manual for Oracle?
    2.     I was trying to build a tool that I often use in SQL Server but running into a weird error. I pretty sure it has to do with the data type of the “Text” column but it is not cooperating with String functions on this column. The intent was to search the definitions of views or tables to find where a tables or columns are referenced. This is not the dependencies; this will go well beyond dependencies. The error happens with either of the commented out where clauses operating on the Text column but works fine on the Name or other columns. Any Ideas?
    SELECT b.owner, b.view_name, b.view_type, b.text, a.column_name, a.column_id
    from ALL_VIEWS B,all_tab_columns a
    -- WHERE A.column_name LIKE '%PO%'           -- generates the error
    -- WHERE INSTR((b.Text ), 'PO', 1,1) > 0          -- generates the error
    Where INSTR((b.view_name ), 'PO', 1,1) > 0          -- no error
    ORA-00932: inconsistent datatypes: expected NUMBER got LONG
    00932. 00000 - "inconsistent datatypes: expected %s got %s"
    *Cause:   
    *Action:
    Error at Line: 24 Column: 19
    Thanks
    vbwrangler
    Edited by: user6406804 on Nov 21, 2012 7:44 AM

    Welcome to the forum!
    This forum is NOT for sql or pl/sql questions. As the forum title says it is for sql developer questions only.
    Please mark the question ANSWERED and repost the question in the sql and pl/sql forum and provide your 4 digit Oracle version.
    PL/SQL
    >
    1. What is the best Reference Manual for Oracle?
    >
    Based only on the posted code you need to start with a SQL tutorial and learn the basics. Your code is using a CARTESIAN join and that is pretty much a rookie type of mistake.
    The Oracle docs can be found at: http://www.oracle.com/pls/db112/portal.all_books and the SQL Language covers all aspects of SQL including the INSTR function.
    >
    2. I was trying to build a tool that I often use in SQL Server but running into a weird error. I pretty sure it has to do with the data type of the “Text” column but it is not cooperating with String functions on this column. The intent was to search the definitions of views or tables to find where a tables or columns are referenced. This is not the dependencies; this will go well beyond dependencies.
    >
    That is not a weird error but is to be expected when a function is not used appropriately. If you use sql*plus and 'desc all_views' you will see that the datatype of the TEXT column is LONG and that datatype is very difficult to work with and only has limited support in SQL. Generally you need to use PL/SQL and write a function or procedure to work with LONGs effectively.
    >
    The error happens with either of the commented out where clauses operating on the Text column but works fine on the Name or other columns. Any Ideas?
    SELECT b.owner, b.view_name, b.view_type, b.text, a.column_name, a.column_id
    from ALL_VIEWS B,all_tab_columns a
    -- WHERE A.column_name LIKE '%PO%' -- generates the error
    -- WHERE INSTR((b.Text ), 'PO', 1,1) > 0 -- generates the error
    Where INSTR((b.view_name ), 'PO', 1,1) > 0 -- no error
    >
    As mentioned that query has several beginner level mistakes
    1. you are doing a CARTESIAN join of the two tables (ALL_VIEWS and ALL_TAB_COLUMNS) since you do not join them together.
    2. you filter on view_name but the CARTESIAN JOIN will join ALL records FOR EVERY TABLE from the ALL_TAB_COLUMNS view resulting in very large numbers of totally useless records.
    3. the first WHERE clause does not generate the error on 11gr2 but is also likely will not produce any useful results. The LIKE expression '%PO%' is on the COLUMN_NAME but in the 3rd WHERE clause you are using 'PO' as sthe view name. It is likely that one of those two references is wrong.
    4. the second where clause attempts to use the INSTR function on a LONG column and that function does not support that datatype.
    See the INSTR function in the SQL Language doc
    http://docs.oracle.com/cd/B28359_01/server.111/b28286/functions073.htm
    >
    Both string and substring can be any of the datatypes CHAR, VARCHAR2, NCHAR, NVARCHAR2, CLOB, or NCLOB. The value returned is of NUMBER datatype.

  • OLAP objects based on Views

    Hi
    I am creating OLAP objects (Dimension and Fact) based on views. Log generated by validation API showing that all objects (dimension, cube and catalog) in catalog are valid. But when I am using Jdev to create presentation based on that it is giving me following error. I am using JDev 9.0.4.0 Build (1419).
    oracle.dss.dataSource.common.QueryRuntimeException: BIB-9509 Oracle OLAP did not create cursor.
    oracle.express.ExpressServerExceptionError class: OLAPI
    Server error descriptions:
    DPR: Unable to create server cursor, Generic at TxsOqDefinitionManagerSince9202::crtCurMgrs2
    OES: ORA-00979: not a GROUP BY expression
    , Generic at TxsRdbSelectStatement:execute()
    Can you provide some input on this if something special is required to create catalog based on views? If you can give me sample script or any online resource that I can try in my env it would be helpful.
    Thanks in advance.
    regards
    Prakash

    I would recommend posting this on the OLAP forum.
    Business Intelligence Beans Product Management Team
    Oracle Corporation

  • Administrator - view definition

    Hi,
    I wanted to add a field to a view. Somehow, the view definition is not valid. I double-checked it in another environment, but it is also invalid. I don't understand how it was created.
    The general format of the view is:
    CREATE OR REPLACE VIEW ARFG_AR_TRANSACTIONS
    (transaction_id,......)
    as
    SELECT /* UNIQUE ATTRIBUTES */ ....
    The list of fields within the parenthesis includes the following:
    ...global_flex_gui_type_5, global_flex_wine/cigarette_5, ...
    Running the create gives an error, of course, on the wine/cigarette.
    How was the view ever created? I am fearful of changing anything like that not knowing what report might be effected by the change.
    Can anyone offer an explanation?
    Leah

    Hi Tamir and Rod,
    I received a full explanation from Metalink. I don't really want to publicize the SR# since then my info is exposed. The following part of the explanation, I think, gives a good enough summary:
    The Business View Generator (BVG) uses a template view ARFV_AR_TRANSACTIONS to generate (create) the view ARFG_AR_TRANSACTIONS. It does this by querying the flexfields referenced in template view in inserting the relevant descriptions obtained from the flexfields into the generated view.
    As part of the generation process, the BVG will create the SQL DDL to define the generated view, and then run that DDL to create the view, however the reason that the BVG is able to create the view which includes a "/" where you appear to be getting an error is probably because the BVG is quoting the column names.
    If either of you knows how to contact me privately, I will gladly pass along the SR.
    Thank you for your help.
    Leah

  • Adobe Bridge not showing some images

    After a crash of my PC (Windows XP Home), I had to re-install Photoshop CS2.  Now, however, when I'm trying to review images in Bridge (in filmstrip view) only some of the thumbnails appear as photos; the remainder appear only as icons.  There appears to be no consistency; some are PSD files, some are TIF files. The rotating "clock hands" on the lower left (when images are loading) do not even appear in those cases.
    Any idea how to get this back?  It's really tough reviewing images when I can't even see them!  
    Thank you in advance for your help.    --Dennis

    DMammana wrote:
    Guess I wrote too soon... I just purged the cache and that seemed to take care of the problem.  Thank you!!
    Good! Good!   I was wondering what I missed! Glad you're up and running
    Gene

Maybe you are looking for

  • Is this a Bug? Iphone and PODCASTS?

    When you look at your phone Podcast then select GET MORE, you go on-line, then if you want to see what's in your library, you have to hit the home button, close the iPod screen, then repopen podcasts. If you go to GET MORE then choose, PODCASTS, it s

  • Exclude Baggage Files From RH8 Search

    Hi... I have noticed that you can exclude pages from appearing in the RH8 search (Topic Properties > Exclude From Search), but are you also able to do this with baggage files? (now that RH8 indexes those too). I have a large number of PDF baggage fil

  • How can I turn off the transition effect in Spaces?  - It's making me sick!

    How can I turn off the transition effect in Spaces? Can I do this through the terminal somehow? I have three monitors and the transition effect is giving me motion sickness.

  • Photoshop elements 4 problems re-installing

    hi my hard drive failed and now i have a new one but have to reinstall my options, trying to reinstall photoshop 4.0 but it wont help what am i doing wrong?

  • ORA-01555 when performing refresh of materialized views via DBMS_JOB

    All, With this project needing to be finished soon and an issue occuring on the local database, I am hopefuly one of you will have the answer or resolution so that I may complete this project soon.... Here is the setup.. 10g database (remote) 9i data