Error in Query Execution in BI 7.0

Hi,
We had recently upgraded to netweaver 2004s. While executing a query we are getting the below error.  “Object Field I_S_DATA-ZINSCOUNT not found “while executing the query. ZINSCOUNT is a key-figure that is used in the query.
The query is working fine in Server at BW 3.5 version, but not with the system upgraded to BI 7.We checked the data present in the ODS, the values exist for this key figure.
The backend is exactly same for the system at 3.5 where the query is working fine. We have checked the transfer routine/start routine for the same; they are same as for the system on BW 3.5. Only when we execute the query (for BI 7.0) we get the error mentioned above.
Please provide us your views on the same.
Regards,
Sainath

Hi oscar,
i tried reactivating the query, but still the problem persists. i have identified the problem. The error occurs at the BADI defined for ZINSCOUNT. but, i am still unable to identify why the BADI has a problem post upgrade.
Regards,
Sainath

Similar Messages

  • Error in Query Execution : SQL Error: 1110

    Dear Experts,
         We did the system copy from production to Sandbox system. Executing one query got terminated with the following error.
         Error SQL Error: 1110
         Abort System error in program SAPLRRK0 and form RSRDR;SRRK0F30-01-
         I copy this query to the new one and remove all the filter. It works!!!
         Any suggestion on this issue?
    Regards

    Hi,
    check these threads
    BEx query error
    BEx Query Error
    Regards
    harikrishna N

  • Concurrency errors on query execution!

    Our application fails to pass our final benchmark (last step before go live).
    Everything works well in development or integration environments with a single or few users, but it fails to pass the final benchmark which simulates intensive workload with an automated web test tool.
    The following exception is thrown when a very simple ReadObjectQuery is executed.
    Stack trace (messages translated from French):
    Exception [TOPLINK-6089] (Oracle TopLink - 10g Release 3 (10.1.3.1.0) (Build 061004)): oracle.toplink.exceptions.QueryException
    Exception description: The expression has not been initialized correctly. Only a single ExpressionBuilder should be used for a query. For parallel expressions, the query class must be provided to the ExpressionBuilder constructor, and the query's ExpressionBuilder must always be on the left side of the expression..
    Expression : [
    Base medialog2.persistence.appel.CategorieAppel]
    Query : ReadObjectQuery(medialog2.persistence.appel.CategorieAppel)
    at oracle.toplink.exceptions.QueryException.noExpressionBuilderFound(QueryException.java:723)
    at oracle.toplink.expressions.ExpressionBuilder.getDescriptor(ExpressionBuilder.java:164)
    at oracle.toplink.internal.expressions.DataExpression.getMapping(DataExpression.java:202)
    at oracle.toplink.internal.expressions.QueryKeyExpression.getMapping(QueryKeyExpression.java:211)
    at oracle.toplink.internal.expressions.QueryKeyExpression.getFieldValue(QueryKeyExpression.java:185)
    at oracle.toplink.internal.expressions.ParameterExpression.getValue(ParameterExpression.java:181)
    at oracle.toplink.internal.expressions.ParameterExpression.valueFromObject(ParameterExpression.java:281)
    at oracle.toplink.internal.expressions.RelationExpression.doesConform(RelationExpression.java:60)
    at oracle.toplink.internal.expressions.LogicalExpression.doesConform(LogicalExpression.java:38)
    at oracle.toplink.expressions.Expression.doesConform(Expression.java:1061)
    at oracle.toplink.internal.identitymaps.IdentityMapManager.getFromIdentityMap(IdentityMapManager.java:553)
    at oracle.toplink.internal.queryframework.ExpressionQueryMechanism.checkCacheForObject(ExpressionQueryMechanism.java:412)
    at oracle.toplink.queryframework.ReadObjectQuery.checkEarlyReturnImpl(ReadObjectQuery.java:223)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.checkEarlyReturn(ObjectLevelReadQuery.java:504)
    at oracle.toplink.queryframework.DatabaseQuery.execute(DatabaseQuery.java:564)
    at oracle.toplink.queryframework.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:779)
    at oracle.toplink.queryframework.ReadObjectQuery.execute(ReadObjectQuery.java:388)
    at oracle.toplink.publicinterface.Session.internalExecuteQuery(Session.java:2073)
    at oracle.toplink.publicinterface.Session.executeQuery(Session.java:988)
    at oracle.toplink.publicinterface.Session.executeQuery(Session.java:960)
    at fr.cnamts.jb.TopLinkQuery.executeQuery(Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at fr.cnamts.jb.ObjectQuery.getObject(Ljava.lang.Object;)Ljava.lang.Object;(Unknown Source)
    at fr.cnamts.jb.Finder.getObject()Ljava.lang.Object;(Unknown Source)
    at medialog2.metier.appel.CategorieAppel.executerSelectNumAppel(CategorieAppel.java:102)
    at medialog2.presentation.accueil.MenuAccueilAction.execute(MenuAccueilActionjava:220)
    at org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:446)
    at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:266)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1292)
    at org.apache.struts.action.ActionServlet.doGet(ActionServlet.java:492)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl$ServletInvocationAction.run(ServletStubImpl.java:1077)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:465)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:348)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:7047)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3902)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2773)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Context:
    -     Two-tier model, with pure Pojo objects (no EJB or JDO).
    -     A singleton server session, using TopLink internal pool for JDBC connections
    -     A separate client session per request.
    -     A singleton ReadObjectQuery created during class loading and then executed by subsequent requests (without any further changes).
    -     No thing else was shared between sessions.
    -     There is no transaction in progress (unit of works are not used in this case).
    -     The query expression was of the form: “where a = ? and b = ?” (int values), nothing else.
    Environment:
    -     TopLink : 10g Release 3 (10.1.3.1.0) (Build 061004)
    -     JDBC : Oracle JDBC driver Version 10.2.0.2.0
    -     Database : Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
    -     App server : Weblogic
    -     JVM : jrockit81 sp6_142_10
    Reproducibility:
    -     This error was reproducible only on the benchmark platform using an automated test tool and only if logs are turned off (production environment simulation).
    -     On the same platform, if logs are turned on, then the problem did not occur (different execution timing).
    -     Despite many attempts, we where not able to isolate a simple test case to demonstrate the problem.
    Sorry, I cannot provide a simple and suitable test case (the application is huge), but the code substance, after being flattened, is like the following one:
    // Query creation (done at class loading time)
    final static ReadObjectQuery q;
    static {
    final ExpressionBuilder expr = new ExpressionBuilder();
    q = new ReadObjectQuery( Data.class, expr );
    q.setReferenceClass( Data.class );
    q.setSelectionCriteria(
    expr.get( "a" ).equal( expr.getParameter( "p1" ) )
    .and( expr.get( "b" ).equal( expr.getParameter( "p2") ) )
    q.addArgument( "p1" );
    q.addArgument( "p2" );
    q.setFetchSize( 1 );
    // somewhere in the application,
    // the query is executed like this (each thread uses a distinct session) :
    final Vector parameters = new Vector( 2 );
    parameters.add( value1 );
    parameters.add( value2 );
    final Object result = session.executeQuery( q, parameters );
    // nothing else !!!
    After lot of investigations, we can certify that nothing else, except execution timing, is involved in this case…
    My impressions:
    -     The returned error message is totally out of context. The expression is well formed. Only one ExpressionBuilder is used in this query construction. The expression is very simple ( where a=? and b=?), no parallel expressions are involved. And, the same code works without high concurrency…
    -     When looking at TopLink source code level, we can see that the exception is thrown because the session associated with the expression builder has been lost (it’s value is null). Neither the application nor the framework can change this information (it is protected). It seams that somewhere, TopLink code did not handle properly threads safety and alter it.
    -     The fact that changing application execution timing (by turning logs on/off) corroborates this.
    A TAR has been opened on metalink but the case is very hard to reproduce…
    Did someone have encountered similar problems before ?

    Passing the Data class to the ExpressionBuilder constructor is normally reserved for parallel expressions. TopLink does not handle these expressions in the same way. It does not check same things on them and expect a root ExpressionBuilder to be left without class. TopLink sets the class on a root ExpressionBuilder only on internal clones for a temporary usage. I am afraid of side effects. Did somebody have some return off experience on this?
    I don’t see what using named queries will change in this case, but I will try. We have used named queries in the past but; our experience show clearly that using named queries is slower and less reliable (using a string to identify the query is one more source off error for developers).
    Here, the main problem is that changing anything can remove the error but, without an explanation on its origin, there is no real warranty.
    Thank you.

  • Error in Query Execution

    Hello,
    I am Running the same Query on 2 different database consisting of same objects But on Different Versions
    I have 2 versions Oracle 9i (9.2) & Oracle 10g (10.2)
    But This Query is Not getting executed & Giving me Group by Error in my 10g version But working Perfectly fine on 9i
    My Query :-
    SELECT nvl(sum(count(distinct 1)),0)
    FROM BROKER_POOL_TO_DUES_ACCOUNT
    WHERE nvl(BPT_DP_INST_FLG,'N') = 'N'
    AND nvl(BPT_SPL_CL_FLG,'X') != 'S'
    And bpt_dsd_dld_stc_stt_exm_id = 'NSE'
    And BPT_DSD_DLD_STC_NO = '2011063'
    AND BPT_DSD_DLD_STC_STT_TYPE = 'N'
    And (bpt_dpm_dem_id, bpt_dpm_id, bpt_dp_acc_no) In (Select b.mdi_dpm_dem_id, b.mdi_dpm_id, b.mdi_dp_acc_no
    From Member_Dp_Info b
    Where b.mdi_id = (Select cpm_id From Company_Master)
    And b.mdi_acc_type in ('06','15')
    And b.mdi_status != 'C'
    GROUP BY BPT_DSD_ISIN_CD, BPT_DSD_DLD_SEM_ID
    HAVING SUM(NVL(BPT_DUES_ACC_TRF_QTY,0) - NVL(BPT_DUES_ACC_DP_INT_QTY,0)) > 0 ;
    ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    But what can be the possibilities of Errors if there is any difference...?
    create table test_grp_by(id number, name varchar2(100))This will execute correctly
    SELECT nvl(sum(count(distinct 1)),0)
    FROM test_grp_by
    GROUP BY id,nameThis will give ORA-00904 (invalid identifier)
    SELECT nvl(sum(count(distinct 1)),0)
    FROM test_grp_by
    GROUP BY id,name,addressSince I don't know what error message you are getting so I cannot tell possible reasons for sure. I only can make a wild guess here as your query is nothing to do with version in this case.

  • Error while query execution - Query getting locked by another user execute

    Hi All,
    I am facing an issue ..
    When I execute a query I am getting an error message ie popping as blocked by some other user. And I able to see the lock when I go to SM12. If the other user logged off or if we unlock his entry, then both the workbook and query is getting executed as expected. What can be the reason for this phenomena?
    In my understanding, in the same time multiple users can execute the query /workbook. But in our case its not allowing.
    Can someone suggest a resolution at the earliest, as it is affecting the reports in live environment
    Regards
    Mathew

    The Bex Analyser (Front end) Patch is 501 and the SAP BI is 15.
    The error message that I am getting while executing the query is "The object requested is currently locked by user --". 
    When I go to SM12, I can see a lock in the user's name.

  • Function Module error in query execution

    Hi SDN Gurus,
    When I run this query in Dev it gives me an error: "Function Module RSD_ZK_ACCT_TEXT_GET does not exist." When I look up in SE37 in both DEV and QAS, there is no such function module though I don't get this message in QAS.
    ZK_ACCT is one of our important infoobjects and is in the query.
    Thanks for your help.
    SAF

    Hi Saf,
    Try with Tcode RSRT and with the following option:
    Buttom:Genrate Report.
    Menù: Repair.
    And then execute once again the report.
    Ciao.
    Riccardo.

  • Error in query execution after upgrade

    Hi Gurus,
    013 An exception with the type CX_SY_CREATE_OBJECT_ERROR occurred, but was
    neither handled locally, nor declared in a RAISING
           Message no. RS_EXCEPTION000
        013 The object could not be created: The class \CLASS=CL_IM_RS_BCT_PA
    does not exist
           Message no. RS_EXCEPTION000
        013 The definition of query Y_XP_SALES_QUERY2 (InfoCube Y_XP_SAL) was
    savX
        013 Query Y_XP_SALES_QUERY2 (InfoCube Y_XP_SAL) was saved.
        013 The query was successfully generated.
    any suggestions are appreciated
    Thanks
    Praveen

    We upgrade the system from BW 3.1 to 3.5 NW
    I run t-code rsrt1
    I select 0FIA_DS11/ZASSETST1 query and I try to execute, It is working fine
    I select 0FIA_DS11/ZASSETST1 query and I try to Generate report, I am getting following error
    An exception with the type CX_SY_CREATE_OBJECT_ERROR occurred, but was neither handled locally, nor declared in a RAISING
    Message no. RS_EXCEPTION000
    The object could not be created: The class \CLASS=CL_IM_RS_BCT_PA does not exist.
    Message no. RS_EXCEPTION000

  • SID error with Query Execution

    I am executing a query and receiving the following error:
    Abort SID 2 for characteristic ZSLSREG could not be converted CL_RSDM_READ_MAST
    Abort system error in program SAPLRRK0 and form MEGA_SORT_02-02
    The ZSLS InfoObject is a text InfoObject only and contains 47 lines of text.  However, when I look into the SID table /BIC/SZSLSREG, I don't see the X's that I see in other InfoObjects, in the DATAFL & INCFL fields. 
    This query has several other custom objects that work fine.  And they all have X's in their SID table. 
    This query with this object works in our development system, but I am having trouble in our test system.  I have retransported the InfoObject again too the test system, but still receive the same error message.
    Any help greatly appreciated.  Keith J

    Try running t-code RSRV and correcting the infoobjects.  Specifically the "Check Master Data for a Characteristic " test.

  • Runtime error Bex Query Execution

    Hi guys,
    I'm facing an BW-BEX error, when I Execute a Bex Query that supposed to
    make some time to retreive data, about 30000 records, un Excel runtime
    error occurs
    with the same query but enough restricted to retreive less than 5000
    records, this time it works fine
    This bug occurs on any PC workstation not only on my computer.
    ST22 shows no thing abnormal.
    ON RSRT, it works fine
    Any Idea ?

    I had this in the Bex Log file
    ListSeparator: ,
    ExcelVersion: 11.0
    AddinVersion: 7005.5.1502.949
    GetSystemInformation
    SUNI Const: 0
    CommunicationFactory.GetSystemInformation (Setting Conn 1)): 0
    CommunicationFactory.GetSystemInformation (Setting Conn 2)): 0
    CommunicationFactory.GetSystemInformation (Setting init Propties)): 0
    CommunicationFactory.GetSystemInformation (SUNI.FUNCTION_EXISTS)): 0.779665
    RSR_XLS_RFCtrc: 3.898325
    CommunicationFactory.GetSystemInformation (RSR_XLS_NET_INTERFACE)): 6.393253
    CommunicationFactory.GetSystemInformation (XML Stuff)): 8.576315
    CommunicationFactory.GetSystemInformation (Prop Stuff)): 8.576315
    CommunicationFactory.GetSystemInformation (Version)): 8.576315
    CommunicationFactory.ObtainSystemInformationandCheckVersion (GetSysInfo)): 8.732248
    CommunicationFactory.ObtainSystemInformationandCheckVersion (CheckAfterLogin)): 0.155933
    CommunicationFactory.LogOnUsingComConnection (ObtainSystemInfo)): 8.888181
    CommunicationFactory.LogOnUsingComConnection (MainConnectionChangedEvent)): 0.935598
    CommunicationFactory.LogOn: 10.135645
    BExCheckFrontend.CheckFrontend: No Check performed (20071119) 0
    RSR_XLS_RFCtrc: 0.467799
    BExThemes.LoadFromBackend: 2.338995
    BExThemes.LoadFromBackend: 0
    BExConnect.LogOn: 91.220805
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 0.155933
    OpenWorkbookGetTheMimeAndStoreItOnTemp
    BExProperties.CreateFromDeSer: CompId was not provided!
    BExItems.CreateFromDeSer: Trying to deserialize the Items...
    BExApplication.AfterRender: 01Pas de cellules correspondantes.
    BExApplication.AfterRender: 01Pas de cellules correspondantes.
    OpenWorkbookOpenTheSavedWorkbook 4
    RSR_XLS_RFCtrc: 1.091531
    RSR_XLS_RFCtrc: 0.935598
    RSR_XLS_RFCtrc: 0.623732
    BExProperties.CreateFromDeSer: CompId was not provided!
    RSR_XLS_RFCtrc: 0
    RSR_XLS_RFCtrc: 0.311866
    RSR_XLS_RFCtrc: 0.467799
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 2.338995
    RSR_XLS_RFCtrc: 0
    RSR_XLS_RFCtrc: 0.311866
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 0.779665
    RSR_XLS_RFCtrc: 2.338995
    RSR_XLS_RFCtrc: 0.311866
    RSR_XLS_RFCtrc: 282.082797
    RSR_XLS_RFCtrc: 1.403397
    RenderIndent: 1.24736
    RenderBorders: 0.156032
    RenderHierarchyShapes: 0
    7.0 Workbook : SAPBEXonRefresh exit called
    BExApplication.AfterRender: 01Pas de cellules correspondantes.
    BExApplication.AfterRender: 01Pas de cellules correspondantes.
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 3.898325
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 0.467799
    RSR_XLS_RFCtrc: 1.871196
    RSR_XLS_RFCtrc: 0.155933
    RSR_XLS_RFCtrc: 2448.469559
    11/20/2007 5:07:42 PM----
    System.Exception: BExConnect.BExWorkbook: Exception ---> System.OutOfMemoryException: Exception of type System.OutOfMemoryException was thrown.
       --- End of inner exception stack trace ---
       at com.sap.bi.et.analyzer.addin.BExConnect.get_BExWorkbook(String iWorkbookName, Boolean iConstruct)
       at com.sap.bi.et.analyzer.addin.BExMenu.UpdateMenuSubMenuControls()
       at com.sap.bi.et.analyzer.addin.BExMenu.UpdateMenu()
       at com.sap.bi.et.analyzer.addin.BExMenu.Update()
       at com.sap.bi.et.analyzer.addin.BExMenu.CommunicationFactory_MainConnectionChanged(BExCommunicationEventArgs iArguments)
       at com.sap.bi.et.Communication.MainConnectionChangedEventHandler.Invoke(BExCommunicationEventArgs iArgs)
       at com.sap.bi.et.Communication.CommunicationFactory.LogOff()
       at com.sap.bi.et.analyzer.api.BExConnectionLostException..ctor(Exception iException, BICS_PROV_T_MESSAGE itMessage)
       at com.sap.bi.et.analyzer.api.BExDataProvider.RetrieveResultSet()
       at com.sap.bi.et.analyzer.api.BExApplication.GetTemplate(Boolean iDoNotReadData)
    BExConnect.BExWorkbook: Exception
       at com.sap.bi.et.analyzer.addin.BExConnect.get_BExWorkbook(String iWorkbookName, Boolean iConstruct)
       at com.sap.bi.et.analyzer.addin.BExMenu.UpdateMenuSubMenuControls()
       at com.sap.bi.et.analyzer.addin.BExMenu.UpdateMenu()
       at com.sap.bi.et.analyzer.addin.BExMenu.Update()
       at com.sap.bi.et.analyzer.addin.BExMenu.CommunicationFactory_MainConnectionChanged(BExCommunicationEventArgs iArguments)
       at com.sap.bi.et.Communication.MainConnectionChangedEventHandler.Invoke(BExCommunicationEventArgs iArgs)
       at com.sap.bi.et.Communication.CommunicationFactory.LogOff()
       at com.sap.bi.et.analyzer.api.BExConnectionLostException..ctor(Exception iException, BICS_PROV_T_MESSAGE itMessage)
       at com.sap.bi.et.analyzer.api.BExDataProvider.RetrieveResultSet()
       at com.sap.bi.et.analyzer.api.BExApplication.GetTemplate(Boolean iDoNotReadData)

  • Error in query execution from Query designer

    Hi,
    We have recently installed the BI 7 server, when i execute the query from query designer i got the following URL:
    http:///irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=TEST_REP&VARIABLE_SCREEN=X&DUMMY=2
    due to that page is not displayed, i guess there is some sort of hostname setting need to be done.
    Can anybody please guide me where all these settings are done, help required urgently ?
    Thanks in advance

    Hello Dipika
    May be you have not included host string in logon pad.
    1. Open SAP log on pad
    2. Select the system and go to change mode
    3. you have IP defined for the system, here you need to put host string name which u can get from C:\WINDOWS\system32\drivers\etc file for your SAP system in your system.
    4. Save and exit.and run query again
    Thanks
    Tripple k

  • Error after Query Execution

    hi

    HI all,
    While Executing i am finding this ERROR
    " warning your user master record is not sufficiently maintained for auth ob "
    Please help me out
    Regards,
    Prasad

  • Query execution not traced in ST03N

    Dear performance gurus,
    we want to perform some query performance checks in our BW 3.5 system. To measure the impact of aggregates and eliminate the OLAP cache effect on runtime we execute the queries from the query monitor (rsrt). With "execute and debug" we can decide for each execution if we want to use agrregates or not and we can switch of OLAP cache usage.
    For what ever reason these executions are not shown in ST03N (Expert mode). If we run the same queries from BEx Analyzer, runtime can be analyzed. But in BEx we don't have the necessary options regarding aggregates and OLAP cache.
    Are you aware of any settings in RSRT or ST03N to get the executions out of the query monitor also displayed in ST03N??
    Thanks in advance
    Thomas

    while running the report user is facing the below error.
    "query execution was not successful"This is a generic error which is reported in few docs.
    Discoverer Viewer fails Moving Pivot Table Columns: Query Execution was not Successful [ID 948027.1]
    Query Execution Not Successful Error In Viewer, Runs In Desktop And Plus [ID 404974.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 7 (9112482) Readme For Linux/Unix [ID 821844.1]
    Launching A Worksheet In Discoverer 10g / 11g Plus/Viewer On Linux Fails With 'Contact with backend server lost' [ID 871012.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 4 (7595032) Readme For Windows [ID 822183.1]
    Discoverer 10g (10.1.2.3) Plus/Viewer Cumulative Patch 3 (7319096) Readme For Linux/Unix [ID 761997.1]
    Running Some Reports In Discoverer Plus/Viewer 10.1.2.2 Are Failing With "An error occurred while attempting to perform the operation. The operation did not complete successfully." [ID 733603.1]
    Discoverer Viewer 10g (10.1.2.3) Passes A Blank Parameter As 'NULL' When Using A 'Drill to Link' [ID 820003.1]
    Query Execution was not Successful Error When Running a Workbook [ID 550684.1]
    -ORA-01722 Invalid number.Please check the data type of the column or the data type of the records in the table/view and make sure it match the data type of the column.
    Thanks,
    Hussein

  • Query execution was not successful in discoverer viewer

    hi all,
    disco viewer is showing an error like "Query execution was not successful. -Failed to connect to database" when i ran a report(in which rank function is included), where the same report is running fine is disco desktop. am just wondering are there any settings to be changed in desktop to run like these reports in disco viewer?
    ur help in this regard wil gr8ly appreciated.
    thanks very much in advance.
    _Rakesh Reddy.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

    hi,
    thanks very much for your reply.
    the problem is with rank function it seems, its opening in disco viewer & running in disco plus also when i remove that rank calculation. but its not even running is disco plus with that rank function.
    am using 10.1.2.48.18 version of disco desktop with 10g DB.
    thanks.

  • SSRS Error : Query execution failed for dataset 'dataSet'. (rsErrorExecutingCommand) Semantic query execution failed. Invalid object name 'RPT.*********'. (rsSemanticQueryEngineError)

    I am new to SSRS and I am trying to migrate reports from 2008 to 2012. As I have so many reports to migrate, I simply got the back up of ReportServer,
    ReportServerTempDB, and Encryption Key and restored them to test environment. I made necessary configuration from RS configuration tool. I am able to see the reports now when I browse //hostname/reports. But when I open any particular report I am getting some
    error.
    · An error has occurred during report processing.
    (rsProcessingAborted)
    Query execution       failed for dataset 'dataSet'.
          (rsErrorExecutingCommand
    Semantic query        execution failed. Invalid object name
           'RPT. ******'. (rsSemanticQueryEngineError)
    ****** - I am assuming this is a custom data class.
    Does anyone have insight on this? or any better way that I can migrate the reports to new server with less efforts.
    I don’t have the reports solution file to deploy the reports, so I have followed backup and restore process.

    Hi Kishore237,
    According to your description, you migrated some reports from Reporting Services (SSRS) 2008 to 2012. Now you get error when accessing the reports on SSRS 2012. Right?
    In this scenario, did you modify the report data source in database after migration? You can try to open the report in Report Builder or Report designer and check the report dataset. If you can preview the report in Report builder or Report designer,
    please try to redeploy the report to Report Server. If it is still not working, please try to restore the database from backup. And for migrating reports, please follow the "Content-Only Migration" in the link below:
    http://msdn.microsoft.com/en-us/library/ms143724(v=sql.110).aspx
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • An error has occurred during report processing. (rsProcessingAborted). Query execution failed for dataset 'DimUserWorkCentre'. (rsErrorExecutingCommand). The Cube either does not exists or has not been processed

    Hi,
    I'm having issues with the report created using SSAS cube.
    An error has occurred during report processing. (rsProcessingAborted)
    Query execution failed for dataset 'DimUserWorkCentre'. (rsErrorExecutingCommand)
    The Operator_Performance cube either does not exist or has not been processed.
    I have searched through internet and tried all the solutions, but didn't worked for me.
    SSRS services running as NETEWORK SERVICE user.
    SSRS Execution running as a Different user, which is the login is used to logon ot that server. I have also verified this user has access to database. I'm using Shared DataSource(SSAS Source) for this report.
    Can any one please help me.
    Thank You,
    Praveen.
    Praveen

    Hello,
    Have you tried it to execute on report manager , Is your data source properly configured in Report Manager  and your report is mapped with Datset correctly?
    Have you executed the Dataset query MDX editor  now?
    What is the volume of data you are fetching in the report. Try it to execute in other than IE , I don't know the exact reason but some of our report with large volume of data  are failing on IE , on the other hand these reports are running fine Google
    Chrome
    blog:My Blog/
    Hope this will help you !!!
    Sanjeewan

Maybe you are looking for

  • Sub removed from my country - refund question

    Has anyone ever come across a problem with subscriptions and refunds where the magazine was removed from the store before your sub was up? I'm a yearly subscriber to the Newsstand app "Popular Science+".  Recently I noticed that the monthly subscript

  • Staircase edges on DV video

    Just a quick question...whenever I import DV video into Motion, the quality is not quite as good, and the edges on curved sections in the video are "staircased", but the same video in FCP looks great. I have tried changing almost every setting in Mot

  • Authorization restriction by personal sub area wise

    Dear Friends, Can i restrict HR user by personal sub area. Currently i was restricted by personal area wise. But current requirement is personal sub area wise. Which object is to be created . Please reply urgently. Thanks, Regards, Sachin

  • Only 10 seconds of Internet connectivity on Intel based iMac

    My iMac of 2007 is having trouble connecting to the Internet. The setup is pretty straight forward. The iMac is connected through ethernet to a motorola cable modem. The provider is Ziggo. I live in The Netherlands. Two PC's, a desktop and a laptop w

  • ALL MY iTUNES....... GONE

    IT SAYS "The song "ex. Mama Kin" could not be found. Would you like to locate it?" I backed up my iTunes on a External HD. I only put the "iTunes Library" file in there. Is that bad? I ripped the songs from my iPod nano and that's when the message sh