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

Similar Messages

  • "Variable applied"display  after query execution  through WAD incorrect

    Hi ,
    In my queries i provide varible entries for  0FISCPER, 0FISCVARNT along with other variables.In the query i dispplay the values for the variables applied.When i run these queries through 2004s WAD  if i were to select 0FISCPER = 01/08/2007 and 0FISCVARNT = AK after query execution the variable applied displays - 
    <b>0FISCPER = AK/01/08/2007
    0FISCVARNT = #</b>.
    It works fine on 3.5 templates.We are on SP9.We have a sandbox also and i tested it out in sandbox  and have no problem there.
    Is anyone facing the same issue?
    Regards,
    Shiva

    Not much experience in WAD but I think there should be a query in BEx Query Designer.
    There you can choose that characteristics which takes time. Select "Advanced" tab from right hand side.
    Under "Filter Value Selection During Query Execution"  you will get 4 options.
    BTW if you have a query on DSO then creating index ( secondary) on the affected characteristics would also resolve your problem
    Regards
    Anindya

  • Unable to select the filter value after query execution

    hi,
    I am unable to drill down my keyfigures.
    1.i have a lC and GC values out of which GC is hidden so after the query execution i would like to filter my value between GC and LC but i do get only LC value in the filter and i do not get GC value to select .
    Could any one tell me how this can be done.this is very urgent.
    Thx
    Subha

    resolved on my own,so i am closing this.
    Thx
    Subha

  • 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

  • After Query execution report throwing "500 Internal server error".

    I have created a new query and transported to QA till last week it was working, due  to some testing perpose I have created copy query and added new functionalities and was successful and still working fine in QA.
    After that I have made the same changes in DEV and moved the original query one to QA and after execution report is throwing an error "500 Internal server error".
    Contacted BASIS and they said the conncections are fine.
    Can anybody please suggest to resolve this issue!
    Regards,
    VJ

    Hai All,
    First I am running the report from Query designer...
    And Main report is created in DEV, moved last week into QA , then saved as MAIN_copy in QA  and added extra fields was running fine.
    Then went to DEV made the same changes to MAIN report like for the Query MAIN_copy and tranported to QA, now MAIN query is throwing "500 internal server error when i am running from query designer in QA.
    When i try to run from RSRT it is going to debug screen @ the breakpoint and caught exception, if i stop and see the error it shows the below
    System error in program SAPLRZI0 and form RESOLVE_SELECTION_OBJECT-01- (see long text)

  • 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

  • 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 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

  • 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.

  • Internal server error after query. Large amount of data in table.

    Hello All,
    I have created a custom search page. Before executing a query i had to call a PLSQL procedure (I had to parametrize the table by search parameters so the data in table are calculated and actual before showing to user). This is quick and should not couse any problems, but when there is a lot of data in the table, i receive an internal server error.
    How to limit the query to take only 200 rows and stop or throw Exception when 200 row limit is reached?
    Any clue to solve it?
    Edited by: user11986623 on 2013-04-15 10:52

    Hi,
    Try by using below method in restricting VO rows return.
    vo.setMaxFetchSize(xyz);
    public void setMaxFetchSize(int max)
    Maximum number of rows to fetch for this View Object. This number takes effect the next time the query for this View Object is executed.
    Passing -1 to this method will retrieve an unlimited number of rows. This is the default.
    Br, 903096

  • 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.

  • 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)

  • Only overall result need tp be displayed after query execution

    Hello Everyone,
                                        I am requirement on query analysis " OVERALL RESULTS".  The scenario is explained below.
                                I am dealing with  BW HR Reporting. Now if i execute the query  from 2008. 01 to 2008 03. The Result will be displayed for 2008.01, 2008.02, 2008.03. and atlast the overall result. The requirement is , after executing the query for the calday 2008.01. to 2008.03 , i need to get  only the OVERALL RESULT". The details of the individauls months will be taken care at the jump target level.
                               Can somebody give th inputs from your end, so that only the overall results will be displayed.
                               Appreciate your immediate response. Thanks in advance.
    Regards,
    pradeep

    Hi
    How about suppress results on the characteristic properties
    Regards

Maybe you are looking for

  • Cannot find the picked file in Integration Server

    Hi, I am facing an weird problem like The file is being picked up by the File adapter(we have set the mode to Archive)and succesfully archived.But when i search the same file in IS(SXMB_MONI)the message is not there. In RWB also i could not find the

  • Storing SUP credentials on Afaria Server

    Hi, I have a quick question to check if it is possible to read SUP credentials (CompanyIDsetting, activation code, URL prefix, UsernameSetting....) from Afaria server using a Afaria mobile device client. This would eliminate the need for the end-user

  • Lightroom 5 stops working after trying to email photos within LR and using Outlook 2013

    I recently upgraded to Lightroom 5 and was tryinhg to email some photo via the Lightoom Send Email dialog.  My default email is Outlook 2013 and I am using Windows 7 64bit.  When the dialog is filled and send email is selected LR 5  says "Lightroom h

  • SharePoint 2013 Foundations, AppFabric Install Crashes

    Greetings! I've been pouring over threads on AppFabric install issues, but I can't seem to find a solution to it simply crashing (no error, limited log details, etc.). I've downloaded SharePoint 2013 Foundations from http://www.microsoft.com/en-us/do

  • Panasonic DVX100B gets "error communicating with camera"

    Hi there, I know this is the FCP group and this is an iMovie issue but wondered if you folks who are more advanced users might have some insight on this. I have a Panasonic DVX100B which continually gets "error communicating with camera" after a few