BEx error when running a query or workbook

Hi guys,
We're experiencing the following issue (trace dumped below) within BEx, while running either queries or workbook.  Nothing special in ST22.
SM21 says:
Communication error, CPIC return code 020, SAP return code 223
Conversation ID: 53497548
CPI-C function: CMSEND(SAP)
We're using:
BEx version "7.x (based on 7.20)", SP3, revision 1728
SAP version
SAP_ABA     700     0023     SAPKA70023
SAP_BASIS     700     0023     SAPKB70023
PI_BASIS     2006_1_700     0013     SAPKIPYM13
ST-PI     2008_1_700     0003     SAPKITLRD3
SAP_BW     700     0025     SAPKW70025
FINBASIS     600     0019     SAPK-60019INFINBASIS
SEM-BW     600     0019     SAPKGS6019
BI_CONT     703     0016     SAPKIBIIQ6
ST-A/PI     01M_BCO700     0001     SAPKITAB7F
Dump content:
3/3/2011 12:39:15 PM----
com.sap.bi.et.analyzer.api.BExApplication+BExConnectionLostException: CPIC-CALL: 'CMRCV : rc=20
LOCATION    CPIC (TCP/IP) on local host
ERROR       connection to partner '10.1.9.126:3320' broken
TIME        Thu Mar 03 12:39:14 2011
RELEASE     720
COMPONENT   NI (network interface)
VERSION     40
RC          -6
MODULE      nixxi.cpp
LINE        5087
DETAIL      NiIRead: P=10.1.9.126:3320; L=0.0.0.0:2225
SYSTEM CALL recv
ERRNO       10054
ERRNO TEXT  WSAECONNRESET: Connection reset by peer
COUNTER     6
   at com.sap.bi.et.analyzer.api.BExApplication.Process(BExParameter iParameter)
   at com.sap.bi.et.analyzer.addin.BExExcelApplication.Process(BExParameter iParameter)
CPIC-CALL: 'CMRCV : rc=20
LOCATION    CPIC (TCP/IP) on local host
ERROR       connection to partner '10.1.9.126:3320' broken
TIME        Thu Mar 03 12:39:14 2011
RELEASE     720
COMPONENT   NI (network interface)
VERSION     40
RC          -6
MODULE      nixxi.cpp
LINE        5087
DETAIL      NiIRead: P=10.1.9.126:3320; L=0.0.0.0:2225
SYSTEM CALL recv
ERRNO       10054
ERRNO TEXT  WSAECONNRESET: Connection reset by peer
COUNTER     6
   at com.sap.bi.et.analyzer.api.BExApplication.Process(BExParameter iParameter)
   at com.sap.bi.et.analyzer.addin.BExExcelApplication.Process(BExParameter iParameter)
Brgds,
Olivier

Hello Suman,
Check the table rszglobv for this variable - ZCONLEH.
If it is available there then see which infoobject it belongs to and then look for that in the query designer. May be resaving the query solves the issue.
If the variable is not available in the table, then it seems that the variable is lost and you might have to recreate it for keeping the semantics of the query the same as it was before the upgrade.
Regards,
Shweta

Similar Messages

  • 'Structure Changed' Error when running a query

    Hi,
    I created a query with 2 structures. One structure for the time periods and one with Key figures (Calc and Restricted).
    The query ran fine and subsequently I put this into a workbook which had other queries and made a workbook type report.
    I modified the structure with the key figures recently and when I run the query now a popup box appears saying "warning; structure changed" and lists down the query elements that I changed, and subsequently the query does not run (no data is displayed).
    But if I open the same query in design mode and do nothing and run the query again (with the same input parameters), it runs ok.
    Please advise on how I can sort this out.
    Any help would be greatly appreciated.
    Thanks,
    Dominic

    Hi,
    If you want, you can remove the query with 'Remove Query' option in the BEx toolbar and then re-insert the query and then save the changes to the workbook. The next time, you refresh the workbook you won't get any such messages.
    Thanks

  • Error when running a query against Multiprovider using 0FIGL_VC1

    Hi SAP Gurus,
    I'm creating a MultiProvider for FI-GL.It has 2 Cubes.one is 0FIGL_VC1 (Virtual Cube) and other one is Customised Cube.When I run Query against this MultiProvider with  the combination of basic cubes key figures,I'm getting an error
    'Abort system error in Program SAPLRSDRC and Form RSDRC/Form DISPATCHER/RECEIV '
    then system gets disconnected from the Server .
    Please give me the solution to fix it & I'll assign the points .
    Thanks & Regards
    Raja

    Hello Suman,
    Check the table rszglobv for this variable - ZCONLEH.
    If it is available there then see which infoobject it belongs to and then look for that in the query designer. May be resaving the query solves the issue.
    If the variable is not available in the table, then it seems that the variable is lost and you might have to recreate it for keeping the semantics of the query the same as it was before the upgrade.
    Regards,
    Shweta

  • BEx error when deleting a query in BWD

    Hi All,
    I am getting error "BEx Transport request ‘BWD903385’ is not available or not suitable" when trying to delete a query in BEx in BWD. Does any body knows the solution to this. Thanks in advance and I will assign points.

    Hi Toja,
    It means that this query has been transported to other systems and so you need an open transport request to capture this delete and send it to other systems. Please create a new request and assign it to the Dev Package that this query is assigned to (RSA1 > Transport connection > Bex Truck icon). Then log back into Bex and try to delete the query.
    Hope this helps...

  • Error when running a query in BI 7.0

    Hi All,
    We have recently upgraded our BI system to BI 7.0. It is a technical Upgrade. The Bex version is also upgraded from Bex 3.5 to Bex 7.0. We are trying to execute a query which we have been using earlier on 3.5 system. We get an error message "Error cannot use variable ZCONLEH in structure elements".
    Can anyone let me know what could be the issue and how I can solve this?
    Suman

    Hello Suman,
    Check the table rszglobv for this variable - ZCONLEH.
    If it is available there then see which infoobject it belongs to and then look for that in the query designer. May be resaving the query solves the issue.
    If the variable is not available in the table, then it seems that the variable is lost and you might have to recreate it for keeping the semantics of the query the same as it was before the upgrade.
    Regards,
    Shweta

  • Error When Run ABAP Query in Different Client

    Hi ABAPers,
    Currently I develop ABAP Query using SQ01 / SQ02 / SQ03.
    Everything goes well, and I have already test that the query work well. The query can be execute and show the result correctly.
    My peer in same SAP system, but different client, run the same query. As I know that query is same with ABAP program which is client independent, can be execute across client. But then the runtime error show up.
    The error said that
        Exception condition "NO_POSITION_FOUND" raised.
    Can anybody told me what's happened here, and how can I resolve this problem?
    Thank you in advance
    Regards
    Hadi

    Hi,
    Since you are testing it in other client,i think due to data inconsistency you are getting that error.
    Try to  check the corresponding tables in both clients and can verify.
    Cheers,
    KK.

  • Axis timeout error when running long query

    Hi all,
    we've encountered a timeout problem trying to call webservice that responses in long delay. Error we got comes from axis library:
    java.net.SocketTimeoutException: Read timed out
    As I know, default timeout value for axis is 60 s. Is there any way to change it in XMLP?

    Hi Tim,
    Thanks for the follow-up!
    Is there any way we can tweak this manually for now for the version 5.6.2 of XML Publisher? I don't feel like its time now for us to go forward to BI Publisher 10.1.3 since we are late in our delivery but we will certainly evaluate the possibility of upgrading it to 10.1.3 for the next delivery. I just got a SR soft closed saying:
    "If they are putting it into 10.1.3.4 then they do not have a fix yet and you are asking for a backport 4 versions back which is unlikely.
    But you should ask in the thread."
    So thats what I'm doing now, hoping its possible! Up to now, we haven't found any workaround for this issue.
    Thanks for your help!

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • ODBC error when running query on WEBI XI R2

    Hi all,
    I have a newly installed XIR2 on Win 2003 (32-bit), I created a simple Universe pointing to MSSQL 2005. I encountered the error below when running a query from WEBI:
    Database Error: [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified. Error: WIS 10901
    Any ideas? Thanks!
    Cheers,
    Arms

    Hi Armstrong,
    If you are using an ODBC connection, make sure the connection is defined exactly the same on the server as it defined on your computer... With SQL you can try to create an OLE DB connection, then when you export the universe, the connection will still work... ODBC connections need to be created on all machines if you plan to use the desktop tools.
    Hope this helps
    Jacques

  • Critical error when running BEX

    Hi,
    My students are getting a critical error when running BEX analyser (excel shuts down).  I understand there is a patch for BEX .... where can I find it?
    Thanks, Ed

    Dear Ed,
    The reason for the Critical Error could be the usage of older Patch.
    The Latest BEx Client can be found in the SMP at following location :
    service.sap.com/swdc
    ->SAP Software Distribution Center
    ->Download
      ->Support Packages and Patches
       ->Entry by Application Group
       ->SAP Frontend Components
        ->BI ADDON FOR SAP GUI
         ->BI 7.0 ADDON FOR SAP GUI 7.10
    Hope this helps you.
    Rgds,
    Mura

  • Error message "Error when scheduling the query(JOB_CLOSE)".

    Hi all,
    While using query extractor (rscrm_bapi) I am getting error message "Error when scheduling the query(JOB_CLOSE)".
    Could you please find what this error is?
    Thanks,
    Uday.

    Hi Uday,
    This problem can occur if you changed the query definition.
    In this case the query definition would be inconsistent with the existing extract structure.
    Certain Meta information is maintained with each extract defined using the RSCRM_BAPI. If the definition of the query is changed and you need to use the same extract table then you need to delete the extract using the report RSCRMBW_DEL_ALL_EXTRACTS selecting the extract you want
    to delete.
    After this you could use the same table name for any further extract that you need to create.
    One caution is that the extract table should not be deleted through any other transaction before you run the report.
    Rgds,
    Colum

  • Getting Error while running this query

    Hi,
    SELECT SUM(BATCHWISE_COUNT) TOTALBATCHCOUNT,
         TO_CHAR(SUM(BATCHWISEAMOUNT),'9,99,99,99,99,99,99,99,990.99') TOTALAMOUNT ,
         SUM(SLIP_RECORDS) TOTALSLIPCOUNT,
         SUM(CHEQUEONLY_RECORD) TOTALCHEQUECOUNT
    from (SELECT COUNT(TI.FLDITEMINITIALID) BATCHWISE_COUNT from TBLITEMINITIAL TI),
    (select SUM(IT.FLDAMOUNT)/100 BATCHWISEAMOUNT from TBLITEMINFOTRANS IT ),
    (SELECT COUNT(FLDITEMINITIALID) FROM TBLITEMINITIAL TI WHERE FLDBATCHNUMBER NOT IN (select FLDBATCHNUMBER from TBLITEMINITIAL_DEL where TI.FLDCAPTURINGDATE=FLDCAPTURINGDATE) AND TI.FLDITEMTYPE = 'P' AND TI.FLDCAPTURINGMODE = 'CP') SLIP_RECORDS,
    (SELECT COUNT(FLDITEMINITIALID) FROM TBLITEMINITIAL TI WHERE FLDBATCHNUMBER NOT IN (select FLDBATCHNUMBER from TBLITEMINITIAL_DEL where TI.FLDCAPTURINGDATE=FLDCAPTURINGDATE) AND FLDITEMTYPE = 'C' AND FLDCAPTURINGMODE = 'CO') CHEQUEONLY_RECORD
    from TBLITEMINITIAL TI,
                   TBLITEMINFO II,
                   TBLITEMINFOTRANS IT
              WHERE     II.FLDITEMINITIALID                    = TI.FLDITEMINITIALID
              AND     II.FLDITEMID                         = IT.FLDITEMID
              GROUP BY TRUNC(TI.FLDCAPTURINGDATE),TI.FLDBATCHNUMBER,TI.FLDCAPTURINGBRANCH,TI.FLDSCANNERID)
    Im geeting error
    ORA-00933: SQL command not properly ended
    when running this query
    I don't know what mistake i have done in this query , Kindly help for solving this issue
    Thanks
    Bala,
    Edited by: 965937 on Feb 11, 2013 9:25 PM

    Dear Friend
    Try with the query below,
    <<
    SELECT SUM(BATCHWISE_COUNT) TOTALBATCHCOUNT,
    TO_CHAR(SUM(BATCHWISEAMOUNT),'9,99,99,99,99,99,99,99,990.99') TOTALAMOUNT ,
    SUM(SLIP_RECORDS) TOTALSLIPCOUNT,
    SUM(CHEQUEONLY_RECORD) TOTALCHEQUECOUNT
    from (SELECT COUNT(TI.FLDITEMINITIALID) BATCHWISE_COUNT from TBLITEMINITIAL TI),
    (select SUM(IT.FLDAMOUNT)/100 BATCHWISEAMOUNT from TBLITEMINFOTRANS IT ),
    (SELECT COUNT(FLDITEMINITIALID) FROM TBLITEMINITIAL TI WHERE FLDBATCHNUMBER NOT IN (select FLDBATCHNUMBER from TBLITEMINITIAL_DEL where TI.FLDCAPTURINGDATE=FLDCAPTURINGDATE) AND TI.FLDITEMTYPE = 'P' AND TI.FLDCAPTURINGMODE = 'CP') SLIP_RECORDS,
    (SELECT COUNT(FLDITEMINITIALID) FROM TBLITEMINITIAL TI WHERE FLDBATCHNUMBER NOT IN (select FLDBATCHNUMBER from TBLITEMINITIAL_DEL where TI.FLDCAPTURINGDATE=FLDCAPTURINGDATE) AND FLDITEMTYPE = 'C' AND FLDCAPTURINGMODE = 'CO') CHEQUEONLY_RECORD
    from TBLITEMINITIAL TI,
    TBLITEMINFO II,
    TBLITEMINFOTRANS IT
    WHERE II.FLDITEMINITIALID = TI.FLDITEMINITIALID
    AND II.FLDITEMID = IT.FLDITEMID
    GROUP BY TRUNC(TI.FLDCAPTURINGDATE),TI.FLDBATCHNUMBER,TI.FLDCAPTURINGBRANCH,TI.FLDSCANNERID;
    Regards
    Ahamed Rafeeque Cherkala
    Edited by: Ahamed Rafeeque on Feb 12, 2013 3:20 AM

  • Getting an Error When Running Server 2012 R2 adprep /forest prep on a 2012 DC

    I am getting an error when running adprep /forest prep on a Server 2012 domain controller. The main parts of my domain are as follows:
    2 - Domain Controllers running Server 2012
    1 - Exchange Server 2013 running on Server 2012
    I am trying to either do an in-place upgrade to my domain controllers to Server 2012 R2 or even introduce a Server 2012 R2 domain controller into the domain. The error I am getting is as follows:
    [Status/Consequence]
    The operation GUID already exists so Adprep did not attempt to rerun this operation but is continuing.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_search_s(). The base entry to start the search is cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_search_s() finished, return code is 0x20
    [2014/04/05:09:12:38.873]
    Adprep verified the state of operation cn=38618886-98ee-4e42-8cf1-d9a2cd9edf8b,cn=Operations,cn=ForestUpdates,CN=Configuration,DC=DOMAIN,DC=local.
    [Status/Consequence]
    The operation has not run or is not currently running. It will be run next.
    [2014/04/05:09:12:38.873]
    Adprep was about to call the following LDAP API. ldap_modify_s(). The entry to modify is CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [2014/04/05:09:12:38.873]
    LDAP API ldap_modify_s() finished, return code is 0x13
    [2014/04/05:09:12:38.905]
    Adprep was unable to modify some attributes on object CN=ad://ext/AuthenticationSilo,CN=Claim Types,CN=Claims Configuration,CN=Services,CN=Configuration,DC=DOMAIN,DC=local.
    [User Action]
    Check the log file ADPrep.log in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    [2014/04/05:09:12:38.936]
    Adprep encountered an LDAP error.
    Error code: 0x13. Server extended error code: 0x20b1, Server error message: 000020B1: AtrErr: DSID-030F112A, #1:
     0: 000020B1: DSID-030F112A, problem 1005 (CONSTRAINT_ATT_TYPE), data 0, Att 9086f (msDS-ClaimIsValueSpaceRestricted)
    DSID Info:
    DSID: 0x181112dd
    ldap error = 0x13
    NT BUILD: 9600
    NT BUILD: 16384
    [2014/04/05:09:12:38.967]
    Adprep was unable to update forest information.
    [Status/Consequence]
    Adprep requires access to existing forest-wide information from the schema master in order to complete this operation.
    [User Action]
    Check the log file, ADPrep.log, in the C:\Windows\debug\adprep\logs\20140405091235 directory for more information.
    Any Help would be appreciated. Thanks!

    Hi,
    did you check which servers has FSMO roles?
    You can do that via command prompt: netdom query fsmo
    For forestprep you must do that on DC which have Schema Operations marter role.
    Command
    Domain controller
    Number of times to run the command
    adprep /forestprep
    Must be run on the schema operations master for the forest.
    Once for the entire forest
    adprep /domainprep
    Must be run on the infrastructure operations master for the domain.
    Once in each domain where you plan to install an additional domain controller that runs a later version of Windows Server than the latest version that is running in the domain.
    Note
    Domains where you will not add a new domain controller will be affected by adprep /forestprep, but they do not require you to run adprep /domainprep.
    http://technet.microsoft.com/en-us/library/dd464018(v=ws.10).aspx

  • Corba error when running rich clients in 3-tier mode.

    Hello
    I am dealing with an Error when running Rich Clients (WebI and DeskI) with 3-tier ODBC connection to the server.
    The client does come up and I'm able to create the query but when the data in refreshed I do get the error:
    A database error occured. The database error text is: (CS) "CORBA Initialization failed". (WIS 10901).
    I have a test server which I'm able to do this kind of connection without a problem but when I try to connect to the Prod server in 3-tier data connection mode throught the server I get this error.
    My setup is:
    BO XI R 3.1 FP. 2.1
    Clients are also updated with FP 2.1
    The data sources are Oracle and Teradata.
    Best regards,
    Hjortur.

    Hi Guys,
    I am facing same error when I run the report from CMC. Error is like u201CThe database error text is: (CORBA) "Error on Executeu201D. (WIS 10901)u201DEven I have re-started the connection server but bad luck.
    I would like to appreciate if someone help me out for the same.
    Thanks in advance..!!
    Thanks & Regards,
    Keyur Modi | Functional Consultant Enterprise Solutions
    TATA Technologies, Pune
    m: +91-9769855899
    website: www.tatatechnologies.com

  • Error when save the query

    Hi All,
    We have migrated from 3.x to 7.0 (QA). In BEx analyzer when we save the new query the following error message getting.
    1. Program GP77SAI0MJZN9QMLKWR6SIGCYYA does not exist
    2.  An exception with the type CX_SY_PROGRAM_NOT_FOUND occurred, but was neither handled locally, nor declared in a RAISING clause
    3. Program error in class SAPMSSY1 method: UNCAUGHT_EXCEPTION
    Please help me from this error.
    Thanks in Advance
    Ravi

    Hi,
    Check following thread and underlying note..
    error when saving a query "CX_SY_PROGRAM_NOT_FOUND"
    Abhijeet
    Reward pts if useful..

Maybe you are looking for

  • Warning found on port https (443/tcp)  using Nessus 2.0.0

    We are doing some security checking on our servers and found out that our secure website which runnning on iPlanet-WebServer-Enterprise/4.1SP9 gives us the following information. Warning found on port https (443/tcp) The SSLv2 server offers 4 strong

  • 52" samsung lcd

    My 1year old tv just developed a 1/8"  white circle in the lower right hand corner with spider like webs with multi colored lines.  whats this all about?  I do have Black Tie Protection, is this a tv defect and is it common.  This is my first lcd tv.

  • Can't use photo booth and Skype and the same time anymore?

    So I used to be able to use skype video chat and photo booth at the same time but now photo booth says that there isn't a camera connected when I try opening it while I'm skyping. Anyone have any idea how to fix this?

  • Can I finish iMovie 06 project in iMovie 08?

    I started a major imovie project with my daughter's macbook, but she is off in college and my new macbook that I got last christmas has imovie 08 and I want to finish it. It is about 90 minutes long and I don't want to start over. What are my options

  • Itunes can't locate purchased songs

    I'm trying to sync my library to my phone and I get an error message saying that it can not locate songs, including ones I purchased from Itunes.  I found the songs in my account, but I can't figure out a way to download them again. The account think