Error in BEX Analyzer

Hi,
When i try to execute or open a query with characterstics it works fine but when i execute or open the query with keyfigures then gives me the error critical program error closing the program for further information see the trace
when i go to RSRT & execute the query it is showing me the Keyfigure data
we are in Netweaver 2004s with support pach 710
Thanks
Maya

Hello Maya,
  Please record a trace as per the following details and post the results to help you better
You can record a front-end trace as follows:
1.) Start BExAnalyzer
2.) Go To Global Settings
3.) Go to the trace tab
4.) Check "Record Trace"
5.) Close the dialog
6.) Close BExAnalyzer
7.) Reproduce the problem
After the "Critical Program Error" popup appears you find a file
BExAnalyzerTrace.txt in the %temp% folder.
Regards,
Sheik Bilal

Similar Messages

  • Error using BEx Analyzer - tools - 'copy sheet' function

    Hello,
    We are getting an error using BEx Analyzer, when we execute a query or workbook and select the 'copy sheet' function.  The error is:
    An error occurred when communicating with the BI Server
    As a result of this the system has been disconnected from the BI server.
    Exception Condition 'BAD_VALUE_COMBINATION' raised.
    We are using BEx Analyzer 7.10.
    Thanks very much.
    Gayle

    Hi
    Implement this note first
    Note 1086904 - BW 7.0 BEx: Transactions RRMX/RRMXP
    in case if nottting works
    Run the Same query in RSRT  transaction code , see if you get the same error.
    if you get the same error.
    Go to RSRT give the query name and Generate the query (using generate button in RSRT)
    hope this helps
    santosh
    Edited by: Santhosh Nagaraj on Oct 31, 2009 5:44 AM

  • Error in Bex Analyzer including the filter button command in Callback macro

    Hello,
    I have the following problem with the function filter button in the Bex Analyzer included in the callback macro:
    Because of using 2 hierarchies in the filter the setting drill down to level 2 in the query gives no right output in the Bex Analyzer. The drill down level 2 is not shown. SAP recommends the include of a filter button to solve this problem. With a filter button in the sheet the problem was solved.
    But after including the filter button command in the callback macro I get an error in MS Excel.
    The callback macro starts, the filter was set by the user and the data was refreshed. Because of the refreshing of the filter the callback function the callback function starts several times. After setting the filter the first time, the following macro avoids the several starting of the set filter function:
    Sub CallBack(ParamArray varname())
    On Error GoTo err_handler
       Dim lRange As Range
       Set lRange = varname(1)
    'Filter entfernend/delete filter
    Dim ZeichenFilter As Long
    ZeichenFilter = Len(Sheet4.Cells(41, 3).Value)
    Dim Filter1 As String, Filter2 As String
    Filter1 = Left(Sheet4.Cells(28, 3), ZeichenFilter)
    Filter2 = Left(Sheet4.Cells(41, 3).Value, ZeichenFilter)
    If Filter1 <> Filter2 And Filter2 <> "" Then
        onAction = True
        onAction = False
    End If
    'Filter setzen mit einmaligem durchlaufen/set filter and run one time
    If onAction = False Then
        onAction = True
        Call Sheet4.BUTTON_55_Click
        onAction = False
    End If
    exit_handler:
        Exit Sub
    err_handler:
        MsgBox Err.Description, vbOKOnly, "Error in " & " setMusterSub"
        Resume exit_handler
    End Sub
    After the filter was set the callback macro starts the second time. Then the Bex Analyzer erros with the sandglass. The working on VBA is possible, but not the working with Bex Analyer . Values in Excel weren’t shown.
    How can I avoid this error?

    Once I am adding VAR_VALUE_1 to the static parameters, the system generates two messages error:
    Program error in class SAPMSSY1 method : UNCAUGHT_EXCEPTION
    System error in program SAPLRRS2 and form GET_SID-1
    Best Regards,
    Hanit

  • Error in BEx Analyzer during F4 Value help

    Hello Experts,
    We are facing a issue where on pressing F4 in Bex Analyzer in variable selection for cost center hierarchy; the operation hangs. I dont get any short dump but following error messages in the analyzer itself
    RS_EXCEPTION Message Number 101
    Inconsistent Input Parameter (paratmeter: <unknown>, value <unknown>
    RSBOLAP Message Number 000
    Program error in class SAPMSSY1 method: Uncaught Exception
    We are on BI 7.0 SP17. I found a SAP note (1381562) which talks about similar error.
    The confusing part is this particular query works fine in Dev, Quality and Test systems but errors out only in production.
    Please let me know how relevant is this note. Also let me know if I should be looking at something else to correct this error.
    Thanks,
    Gaurav

    Hi,
    Please check your text file contains the exact same characteristics and key figures as defined in your planning funciton for your upload (also the sequence has to be the same)
    Regards,
    Marasa.

  • Error with BEx Analyzer

    I am getting the following errors when launching BEx analyzer. What do I do to solve this"
    Error Group
    RFC_ERROR_PROGRAM
    Message
    SAPLOGON_ID 'BID - Netweaver 7.0 EHP2 BI' not found in saplogon.ini

    check if you are to logon to Query designer for the same system and client. I guess you will not be able to correct.
    Most probably, entry for the system is missing in the ini file. check if you are able to connect to Bex analyzer on some other system. If yes, copy the INI file from that system to your system.
    you should be able to ini file
    C drive > Program Files > SAP > Front End
    Regards,
    Gaurav

  • Error with BEx Analyzer to open

    Hi,
    I am facing with this error message with the BEx Analyzer (Office 2007) when trying to open any query.
    " A critical program error occured. The program has to close. Please refer to the trace for further information".
    The patch level of GUI is 5(SAP GUI Final Release) and patch level of BEx Analyzer Support Package 0, Revision 461.
    I really tried many different options from SAP Notes etc, but did not work. Please let me know if there is anyone faced with this situation or anything that I can do?
    Reward points will be assigned.

    Hi Kumar,
    The critical program error means the frontend installation is not proper.
    You need to check the frontend installation as per note 918394 and ensure that all the dlls are green and the frontend patch is latest.You can use GUI 640 with BI 7.0 frontend.
    Which front-end version you are using.The frontend patch level is found in the BEx Analyser -> BEx Tool-Bar
      -> yellow question mark -> Help -> About => Version <xx> Patch <xx>
    Please goto
    -> service.sap.com/patches
    ->entry by application group
    ->SAP Frontend Components
    ->SAP GUI FOR WINDOWS
    ->SAP GUI FOR WINDOWS 6.40
    ->SAP GUI FOR WINDOWS 6.40
    ->Win32
    ->Apply the latest patch..1600
    This should resolve the issue..ensure .net and other prerequisites are installed as per note 877774.
    Rgds
    Manoj Kumar

  • "Critical program error" in BEx Analyzer due to missing BExCompression

    Hello. I saw several posts with a "Critical program error" message in new BEx Analyzer 7.0 when try to run query ir workbook, but have not seen any answers to them.
    When I look into the trace file BexAnalyzerTrace_<session_id>.txt (attached) in my temp directory, I see following:
    System.IO.FileNotFoundException: File or assembly name BExCompression, or one of its dependencies, was not found.
    File name: "BExCompression"
       at com.sap.bi.et.analyzer.api.BExApplication.DeSerializeApplication(String iString)
       at com.sap.bi.et.analyzer.addin.BExExcelApplication..ctor(String iWorkbookName)
    But I cannot find any further reference to BExCompression.
    Thanks!
    Vitaliy

    Hi prakash,
    we have installed the SAP GUI 7.10 with patch 5 and all the other mandatory components. while working in the query designer for sometime we used to get message " critical program error occured program needs to close" , we still cant figure out what the reason for this. this keep on occuring even if a new session is open.
    please advise us what we need to do and if you have any installation guide for this i appreciate if you can share with us.
    mail to : [email protected]
    thanking you.

  • SAPGUI 7.10 installation, error in BEx Analyzer - Excel interface

    Hi!
    I have installated SAPGUI 710, and when I want to execute a new report in BexAnalyzer I get this error
    "BexAddin
    Workbook format .xlsm is supported only from offices Excel 2007version"
    The mail issue, is that I have maden all updgrades and package from microsoft from 2003 for using 2007 workbook... i dont know what I can do...
    And my coworker, has the similar error, however, she is using offices 2007, and her error is RFC_ERROR_Program, when she wants to execute report... her SO is Vista, in my case is XP.
    Somebody, can help us! please!!!!!!!!
    BR
    Thanks a lot

    Are U opening the workbook in 3.5 Analyser?
    If so then unfortunately Business explorer Analyzer 3.x is not supporting the
    new file-format. Please refer to note 1052761.
    If you would like to use
    new office 2007 file format you need to use Bex Analyzer 7.0.
    When using the SAP Default Workbook please set the flag "Use XLS file format" as defined in note
    1267924.
    The new Excel 2007 file formats require the implementation of
    the latest BW Support Package.
    If you are interested in  workbooks in xlsm format you have to
    use at least SP16 and a recent FEP (e.g. FEP801). But it is
    not correct that it will work also when you implement the notes on a SP
    level which is older then SP15, as then other corrections are missing.
    Please check also note 1055581 ... where you find the info that
    we recommend to use at least SPS15 (which is BW-SP17).

  • Sapbex.xla!toolsEdit error with BEx Analyzer

    I get 'sapbex.xla!toolsEdit' error when i try to run BEx Analyzer.
    Anybody has faced this problem.
    Thanks
    Arun

    Arun,
    possible that your SAP GUI was not properly installed and also that macros are enabled in the system...
    Please give your front end SP levels..
    Arun
    Hope it helps...

  • Error opening  bex analyzer

    Hi experts,
    When i try to log on to the bex analyzer and try opening a simple query it says "Connection to SAP Gateway failed ".Is there some some settings that I have to maintain in the SAP BIW system to be able to open the any quesry in the Bex Analyzer.Please tell me in detail the path/Tcodes and how do i maintain the settings.
    Regards

    Hi Arnab,
    Check is it happening for all users?
    Check the auth object S_RFC, do you have this object in your authorization? check the online doc on authorization, to find which values to set for this object.
    Hopefully, it might solve your issue.
    Regards,
    Nataraj.
    Sr Consultant-SAP BW, Singapore

  • Errors in BeX Analyzer and Query Designer NW2004S

    Hi All, these are the problems -
    1) We have installed the FrontEnd and applied SP 1. But when I am trying to
    use the Analyzer, the Menu Options are not working. Please give us a
    solution to this problem.
    2) In Query Designer, when we do drag and drop, the query designer hangs and we need to close the query designer .
    3) In Query Designer, if we try to make some changes to an existing query and try to save
    we have the following error message -
    'Terminate - The system tried to insert a data record, even though a
    data record with the same primary key already exists.
    Terminate - Program error is class SAPMSSY1 method: UNCAUGHT_EXCEPTION'
    Any help will be appreciated.
    Best Regards,
    Rajib

    Hi
    The Frontend version is 7.1. So far as I know, only SP 1 is available for version 7.1.
    I have got answer for Question 1 - Answer is in SAP Note 1025122.
    Still the other questions are unaswered.
    Thanks, Rajib

  • Error in BEx Analyzer Exception condition "HIERARCHY_NOT_FOUND" raised.

    When i run report 0FIAA_C02_Q1001 with input variable as  "My controlling area" i get this error.
    ERROR:
    Exception condition "HIERARCHY_NOT_FOUND" raised.
    ERROR Analysis:
    A RAISE statement in the program "SAPLRRH1" raised the exception
    condition "HIERARCHY_NOT_FOUND".
    Since the exception was not intercepted by a superior
    program, processing was terminated.
    Please sugggest how to resolve this.
    HOw to see which hierarachy it is talking about?
    Thanks,
    Harika.
    Edited by: harikag on Oct 12, 2011 7:11 AM
    Edited by: harikag on Oct 12, 2011 7:12 AM

    HI
    FOr 0Costcenterinfoobject->attribute tab->no hierarhcies
                                             ->hierarchy tab->i see hierarchy tables are enabled.But when i click on
                                                 "MaintainHierachy" there are no hierrachies in it.
    For 0CO_AREA infoobject->attribute tab->0CCA_HIENM,0PCA_HIENM hierarchies are there.
                                             ->hierarchy tab->nothing is there.
    please help out.I didnt load 0COSTELMNT_0102_HIER master datasource in CO_IO.
    Is that the reason?

  • Error in Bex Analyzer using SO Microsoft Vista

    Hi!
    how do you do, well, my coworker has a similar problem than me, so she is working with Vista, she has SAPGUI7.10, installed for Vista, the error is RFC_ERROR_PROGRAM mensaje ENT
    Somebody can help us!!!! please!!
    Rocio.

    Hi ,
             Hope this link helps you to find out the solution for your problem.
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/b4fa40fe14f623e10000000a155106/content.htm
    Regards,
    Rahul.

  • Unable to access query in Bex Analyzer

    Dear All,
    Could you please help us as we are getting No authorization error in Bex Analyzer when we are trying to view the query. We can access the query in RSRT using USERID for Execute as others. When we try the same query and with same userID in Bex Analyzer we are getting the error No authorization. We are on BI 7.3. Please let me know in case you need more information
    Thanks and Regards,
    Jyoti Arya

    Hi,
    please get required approrvals from client or business team.
    Later seek basis or security team help to get required authorizations.
    Thanks

  • Error when starting Bex analyzer

    Hi All!
    We have a world wide BW-SEM application. In one country they get the following error message when starting Bex analyzer:
    <install error> Missing ActiveX component: Business Explorer Global Services
    Does anyone have a hint on what to do?
    Thanks for your help!
    Best Regards
    Pontus

    hi
    try to check with SAPBEXC.xla
    and take a look oss note 585643
    may need to manual register .dll with regsvr32
    Do an Installation check of the BEx Analyzer as follows:
    In the bex analyzer menu, Business explorer -> Installation Check -> Once the excel sheet opens, press the start button to start the check. Check the entries in red to see any missing/old ocx, dlls.

Maybe you are looking for

  • How to set values to bpel variables from Java

    I have a java class to create files and populate some contents into it. On success it returnes "File Created" I used the following code to achieve it :- WriteFiles objWriteFiles=new WriteFiles(); String para=((oracle.xml.parser.v2.XMLElement)getVaria

  • Different versions of Java webstart and Java Runtime Environment

    Hi I am using a thin application client (swings application) which is downloaded as a jar file using Java Web Start. The earlier version of the application was deployed on the server and client using the version 1.5.0_09. Due to some performance meas

  • Webcenter and ADF

    I am confused. Can webcenter be used for portal? Or it is an ADF environment? What's the benefit of using webcenter?

  • Copying selection to new layer and changing hue/saturation?

    I made a selection around someone's teeth and I copied it to a new layer. 1. On the new layer, using Hue/Saturation, what is the best way to remove some of the yellow in the teeth? I chose yellow from the drop-down, though I am doing something wrong

  • Credit Card Authorization Process

    Hi All, I have a problem here. We implemented the credit card functionality and we also enabled the batch job RV21A010 which will run every day to pick up the expired authorization and also it picks up the orders coming within the horizon. Now we hav