Bex analyzer connection problem

hello
i have a problem when i want to connect from excel with the bex add-on to the application server. i geht the following error:
RFC_ERROR_COMMUNICATION
Nachricht
CMALLC : rc=20 > Connect from SAP gateway to RFC server failed
Connect_PM  GWHOST=extgateway.XXX.at, GWSERV=sapgw01, SYSNR=01
LOCATION    SAP-Gateway on host srbsap10 / sapgw01
ERROR       partner 'intgateway.XXX.at:sapgw01' not reached
TIME        Tue Mar 03 13:36:53 200
RELEASE     700
COMPONENT   NI (network interface)
VERSION     38
RC          -10
MODULE      nixxi.cpp
LINE        2823
DETAIL      NiPConnect2
SYSTEM CALL connect
ERRNO       10061
ERRNO TEXT  WSAECONNREFUSED: Connection refused
COUNTER
the connection should be established over the internet.
external computer -> internet -> gateway -> sap application server
the gateway is configured to foreward the ports 3201,3301,3401 and 3601 to the sap server.
when i open excel by using the transaction rrmx then the connection is established correct and i can work without any problems. also sapgui works correct over the internet.
maybe someone can help me.
thanks in advance
Edited by: Joachim Knittl on Mar 3, 2009 4:10 PM

Joachim,
Did a search for your error on the internet-
or error WSAECONNREFUSED (10061)
   1The remote host actively refused the attempt to connect to it.
   2.Verify that the destination server name or IP address is correct
   3.Verify that the connection port number is correct (under Site Settings | Type tab).
   4.The remote server may be temporarily or permanently inaccessible (try again later).
   5.Verify that you have chosen the right protocol (SSH2, SSL, FTP, etc.) and have setup all required options for that protocol.
   6.Verify that the destination IP address and port numbers are correct.
   7.The remote server may be refusing multiple connections from the same client. Try using only one connection thread when connecting to this particular server (Site Settings | Options).
   8.Try pinging the address.
   9.If you are using a router, verify the router is up and running (check by pinging it and then ping an address outside of the router).
  10.Do a traceroute to the destination to verify all routers along the connection path are operational.
  11. Verify that your subnet mask is setup properly.
Looks like a winsock error - check if there is any service to declare on the hosts / services files
Are you using a router string in your GUI ? This may not be the issue - but possible issue could be that the SAP server is treating this as an RFC connection which is not coming through trusted channels.
What is your Frontend SP level - upgrade to the latest available and usually when you start BEx without any BI login also on the same client - there is a dummy window opened by BEx for the SAP GUI to achieve this...
Some pointers - but not sure what could be happening...

Similar Messages

  • BEx Analyzer version problem

    Hi all,
    We are having a problem with RRMX and the BEx Analyzer version that it's launching.
    We are running BW 3.5, and all our workstations have both BEx Analyzer 3.5 and BEx Analyzer 7.0 installed. SAPGui version is 6.40 SP26, BEx Analyzer 3.5 has SP12 installed.
    Naturally, we want RRMX to launch v3.5 but it keeps launching v7.0. Is there an easy way to configure RRMX to launch the legacy version?
    Steps I have tried:
    1) Transaction RSZVERSION. This only sets the minimun version of the BEx Analyzer, which does not help us.
    2) Registry key LAUNCH_VERSION=LEGACY, under HKEY_CURRENT_USER/SAP/BEx/Analyzer. This had no effect.
    3) Modifying BExAddin.xml. This one I found out myself, but it's tricky to distribute. The xml-file has a tag called <LaunchLegacyVersion>, when this is set to False, the correct BEx Analyzer version (3.5) is launched from RRMX. As a default, this is set to true.
    Now the tricky part is, that BExAddin.xml seems to be a user-specific file which resides under the current users IsolatedStorage folder (%SystemDrive%\Documents And Settings\%UserName%\Local Settings\Application Data\IsolatedStorage). Under the IsolatedStorage folder, there is a 3 folder deep directory structure, and these directories have names that are randomly generated for each user. This means that I can't possibly know what the BExAddin.xml's path is for every user. Making things worse, the whole IsolatedStorage folder doesn't exist, until a user has started RRMX once.
    So the question is: is there a place that I could distribute the modified BExAddin.xml so that the settings would be made global for each user, or is there another way to do this?
    Best regards,
    Juha Kinnunen

    Hi Leo,
    Yes I tried the personalization but it seems doesn't work, I don't know why.
    I set the personalization in the BEx analyzer according to the help documentation step by step but the variable selection screen still pop up when the workbook is opened.
    If I executed  the query which contained in the workbook seperately there is no variable selection screen pop up.
    And because I don't wanna change the variable, so I didn't uncheck the ready to input.
    Thanks for your infomation!

  • BEx Analyzer issue

    Hello Experts,
    I am facing a problem with the query execution in the BEX analyzer.The problem is like this.
    When the local user is trying to open a report in BW production system  (which is available and seen in his roles) he is directly entering to Excel work book with out getting the selection screen and of course no data is seen in this work book.
    But when the local key user is entering into the system with his own user Id he is able to see the report with a selection screen. That is, the query is working in normal mode.
    Could you please help me to resolve this ssue.
    Regards,

    Hi,
    What message displays in the Workbook results area when the local user tries to access it?
    If a "No applocable data found" message is displayed after no selection screen was made available, you may find that the user made use of variable personalizations, in which case the variable screen will not appear again unless forced by making use of the "Change Query" button and selecting "Change Variable Values"
    If a "You are not authorized...." message appears you will need to compare the roles of the local and key users, as this is then an authoriztion problem.
    Regards
    PS. Hi Chandu...

  • How to translate the context menu of Bex Analyzer?

    Hi.experts:
    In my BW system,I found that the "drill down in row" and "drill down in column" context menu all wrong description.How can I translate the context menu?
    Points are waiting for you...thanks in advance.
    Best regards
    Martin Xie

    Hi Martin.
    Check this note:
    Note 1241284 - Incorrect translation in BEx Analyzer connected to NW 710
    Hope it helps.
    gdmon.-

  • How to use for my own macro the Bex SAP Connection?

    Hello,
    with
    Dim sapConn As Object 'Declare variant
        Set sapConn = CreateObject("SAP.Functions") 'Create ActiveX object
        If sapConn.Connection.Logon(0, False) <> True Then 'Try Logon
           MsgBox "Cannot Log on to SAP"
        End If
        'Define function
        Dim objRfcFunc As Object
        Set objRfcFunc = sapConn.Add("RFC_READ_TABLE")
    you are able to connect to SAP via a VB macro and you can use it e.g. for a RFC call.
    Is it possible to use from my macro the connection that is establised by BEX? If yes - how? I haven't found any method to get the established connection. In the macro edior is BExAnalyzer.xla with all general functions. Test.XLS ist my workbook, but here is no variable with the connection. It seems that Test.XLS only call a sub of BExAnalyzer.xla.
    Best regards,
    Alexander

    [Hello Alexander,|http://chandranonline.blogspot.com]
    Yes its possible,
    SAP Note Number: 492561
    BEx Analyzer: Connection to the BW Server in a VBA macro
    Symptom
    Customer has written VBA macros which automate functions in the BEx Analyzer via the Analyzer's VBA-API. The customer wants to automate the logon as well, i.e. the user should not be forced to process the BEx Analyzer's dialog screen manually.
    Other terms
    Logon, Login, Visual Basic for Applications
    Solution
    The following VBA code sample shows how to create an RFC connection for the BEx Analyzer without bringing up the logon dialog. It assumes that the BEx Analyzer (i.e. the Add-in SAPBEX.XLA) has been loaded already.
    Function logonToBW() As Boolean
         logonToBW = False
        On Error GoTo leave
        Dim myConnection As Object
        Set myConnection = Run("SAPBEX.XLA!SAPBEXgetConnection")
        With myConnection
    '      .client =
    '       .user =
    '      .password =
    '      .Language =
    '       .systemnumber =
    '      .system =
    '      .systemid =
    '        .ApplicationServer =
    '       .SAProuter =
             .logon 0, True
            If .isConnected <> 1 Then
                 .logon 0, False
                If .isConnected <> 1 Then
                     MsgBox "something went wrong ..."
                     Exit Function
                 End If
            End If
        End With
        Run "SAPBEX.XLA!SAPBEXinitConnection"
         logonToBW = True
    leave:
    End Function
    Also see
    [SAP Network Blog: Accessing SAP Functions from Excel using Visual Basic Applications |/people/vikas.sreedharan/blog/2007/12/12/accessing-sap-functions-from-excel-using-visual-basic-applications]
    [Thanks|http://chandranonline.blogspot.com]
    [Chandran|http://chandranonline.blogspot.com]

  • Problem in executing query in browser and bex analyzer

    i am not able to execute query in browser nor bex analyzer...
    problem is that i dont have option to run in bex analyzer in query designer (menu bar seems missing in query designer and how can i get enabled
    and when execute the query in browser using bex query designer ..it prompts me with following error
    URL http://saperpdev.saperpdev.com:8002/sap/bw/BEx call was terminated because the corresponding service is not available
    Note
    ■The termination occurred in system ERD with error code 403 and for the reason Forbidden.
    ■The selected virtual host was 0
    ErrorCode:ICF-NF-http-c:000-u:SAPSYS-l:E-i:SAPERPDEV_ERD_02-v:0-s:403-r:Forbidden
    and i tried to open the query from bex analyzer  level
    it prompts me as follows
    macros are disabled because the security level is set to high and digitally signedtrusted certificate is not attached to the macros,to run the macros change the security level to lower settings
    pls suggest me

    hi suman,
    thanks for your response.. but let me be more clear
    i am using sap gui 7.20 front end and when i execute rrmx i am able to navigate to BEx analyzer but when i tried to open a report which i create i get following error message..
    you do not have sufficient authorization for infoprovider zic_proj
    function module  /SDF/AL_MAP_TRANSID_LOGH doesnt exit
    second thing is that i tried from bex query designer to execute the report ..but i am not able to execute the report...
    i hope some connections seems missing..please let me know what to do ASAP..
    and where can i post this question to get fast reply

  • Problem in BEx analyzer output in BI dev and BI Quality

    Hi All
    I am facing a problem in BEx analyzer output in BI Dev and BI Quality server where the query is make on BI infoset.
    When i am executing the query in BI dev server then it is giving the output result but when i tried to executing the BI query in BI quality server the i got 'No available data found result'.
    I have also checked the same selection input result in infoprovider for infoset and output is getting for the same.
    Please suggest for regarding solution.
    thanks & regards,
    Gourav Sekhri

    Hi,
    check whether you have loaded data in to quality server if no, please load data for all the target involved in info set.  If data loaded check all the target 'request for reporting available 'or not.
    Also check whether data is showing in infoset or not.. if data availble there change your selection critiria accordingly.
    Thanks
    BVR
    Edited by: binu v. rajan on Aug 20, 2011 4:23 PM

  • Problem-taking a long time to open Bex Analyzer

    We upgraded from BW 3.1 to BI 7.0 SP9, Front End SP 9, Patch 3, Revision 370 and have a problem when we try to access Bex Analyzer.  The response time is very poor. It can take as long as 3 minutes (or longer) for Bex Analyzer to open after we click on the Bex Analyzer option.  When we were on BI 7.0, Front End SP 7, the response time was better but since upgrading to FEP 9, the time to open Bex Analyzer from our PCs is very long. Has anyone else experienced this problem? If so, how was it resolved? Thanks

    You might want to trouble shoot with web log from BINW2004s forum topper and Front end Champ Prakash ...
    <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4087">https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/4087</a>
    Hope it Helps
    Chetan
    @CP..

  • Problem of hierarchy in bex analyzer

    Dear all,
    I met a problem when I using Bex analyzer to run a query, there is a characteristic 0CS_PLEVEL (posting level) with a hierarchy. If the characteristic is displayed in the row or column, i can filter with the hierarchy node, everything seems to be fine. But if the 0CS_PLEVEL is set to be a free characteristic in the query, when I filter with hierarchy text node (not leaves), then there will be wrong message about 'No applicable data found', but if I add drill down according to Posting Level in rows, it indeed has data value.
    And I tried filtering value with same hierarchy node with other query which is built based on Multiprovider, everything is fine.
    I wonder if there is any speciall setting for filtering by hierarchy node in the query based on virtualprovider 0BCS_VC11?
    Your reply will be appreciated.

    Hi,
    In the Exception definition,Make sure you have selected following :
    In Display tab    ->    Select Exception affects data cells
    in cell restrictions tab  -> Exception affects everything
    After that,once you execute the query,Exceptions should be shown on all levels.

  • Bex Analyzer not connecting

    Hi
    I'm working on a new implementation. The Bex query designer, WAD and report designer all give me the log on box when trying to connect.
    But the Bex Analyzer does not come up with this options. It just shows the normal Excel screen and when I click on the offnen (open) icon, nothing happens. My security setting in Excel is low.
    Do youhave any idea?

    Strange, it won't let me access the note now on the market place either. I did however save the note at the time we needed it so i'm certain it's the right number. Basically the note only points you to download a windows patch which fixed the issue for us;
    SAP Note 1025122
    Summary
    Symptom
    You start the BEx Analyzer after you have implemented the BI tools.
    When you start the BEX Analyzer, the system displays the Analyzer toolbar, but it does not execute the functions when you choose the pushbuttons.
    Other terms
    Install Microsoft fix 907417 on your affected PCs (can be downloaded from Microsoft Help and Support under http://support.microsoft.com/kb/907417/).

  • Problems with dynamic data slices and BEx Analyzer

    Hello experts,
    we use a data slice to lock released data.
    This data slice contains an exit-variable which selects all plan that are already released out of a ABAP dictionary table.
    The user can release data via planning function. He can start this function with a button in a BEx workbook.
    He use the same workbook for insert planning data.
    the problem is:
    when a user releases data, the value of the exit variable in our data slice changes but the data slice 9999 seems to be NOT generated with the new value. the reuslt is, that the user can still change released data.
    the data slice is just new generated after logout and login again not after refresh the query.
    Is there a possibility to force the system to generate data slice 9999 with the actual value of the exit variable? maybe a function module or method?
    We have this problem just in BEx Analyzer. In Web Reporting everything works fine and the data is locked by the data slice after refresh.
    Thank you
    Johannes

    Hallo Johannes,
    if you want to have this kind of behaviour you need to go for a data slice of type exit. You will find some information about this in the Planning forum.
    The data slice is instantiated once, but when you release the data you need to call a method in your exit data slice which rereads the values. This is a rough idea how this could be done.
    Regards Matthias Nutt
    SAP Consulting Switzerland

  • Problem opening a query in BEx Analyzer 7.10

    Hello,
    we have problems with the BEx Analyzer, an empty screen is
    displayed when we open a query.
    I'm going to explain the steps:
    We open Analyzer, goto open query, logon into BW window appears and then, before the screen to select query from an Infoarea, roles, etc is load, the Analyzer seems to open the SAP Logon and an empty screen from R/3 appears.
    We can not close this R/3 empty window, only when we close the Analyzer this windows is closed.
    The problem happens with the SAP GUI 6.40, so we updated to
    SAP GUI 7.10, installed patches, addons and windows/ office
    patches but the problem persists.
    How can we solve this issue?
    Thanks in advanced.
    Best regards,

    Yes, I have done all the installations that the notes said and the pre-requisites:
    - Microsoft .NET Framework 1.1 + .NET Framework 1.1 SP1 + Hotfixes and windows update + Microsoft Visual J# .NET Framework 1.1.
    - Microsoft .NET Framework 2.0 + .NET Framework 2.0 SP1 + Hotfixes and windows update + Microsoft Visual J# .NET Framework 2.0.
    - Microsoft Officce 2003 patches (KB907417, KB945185) + Office 2003 SP3
    - bi710sp03_300 and bi710sp04_400
    - gui710_6-10002995.exe and kw710_1-10004321.exe
    But the problem persist.
    I have executed BI Frontend installation check tool (sapbexc710.xla) and seems everything is OK.
    Regards,

  • Bex Analyzer Filter 0CALDAY problem

    Hello,
    We having a problem in our BEX Analyzer, when we are filtering the characteristic 0CALDAY with a interval range based in the last days of a month (Example from 21.03.2014 to 25.03.2014), the Analyzer shows the messsage error "For characteristic 0CALDAY, enter value in a permitted format". But if we put the range 01.03.2014 to 20.03.2014, the Query executes without problem.
    The same occurs with other months either.
    Examples:
    Report:
    Filter range 01.03.2014 to 20.03.2014:
    Filter range 21.03.2014 to 25.03.2014 (PROBLEM):
    The same filter, but in single values format:
    Could anyone help me to solve this problem?
    SAPGUI version 7.03 patch 7
    BIAddon (Anlyzer) patche 6
    Thanks in advance.

    Corrected with the notes:
    1935435 BExAnalyzer: Filter with range does not work correctly
    1921770 BExAnalyzer: Filter works incorrectly
    1914698 BExAnalyzer: General Filter Problems
    Thanks

  • BEx Analyzer Problems. Advice on Patches

    Hi.
    We are having some probles with BEx Analyzer.
    For instance.
    1. Run the query in BEx Analyzer and it displays different results in RSRT than in BEx Analyzer.
    2. Dates sometimes have the day and month the wrong way around from what is stored in the cube field.
    3. Changes made to CKF are not changed when the query is saved.
    It appears there are other numerous BEx problems and I need some advice for the best solution to deal with these and other similar problems which will occur.
    BW Version: SAP Netweaver 7.0 Release 700 Level 0013 Highest Support: SAPKW0013
    Query Designer: BI Add on 7.X (Based on 7.10) Support Package 3, Revision 519
    Analyzer: BI Add on 7.X (Based on 7.10) Support Package 3, Revision 949
    Please could somebody explain the best way forward and also explain the procedure and disruption caused by upgrading support packages/notes/support package stacks.
    I have looked at some sap notes and it appears there is a version 17 support package available and also quite a lot of notes on BEx problems.
    The BEx Aanlyzer version above.. Is this an old version?
    Best,
    Steve

    your frontend is indeed "old"... we're on Support Package 8, Patch 1, Revision 1443
    try upgrading the front end first... it might solve a lot of your issues already
    also, the date problem... are you sure that's a BI error and not a "local" setting on some user's pc's (difference between US and European time zones for instance)???

  • Problem with bex analyzer v7

    Hello,
    I have installed SAP GUI 7.10 and everything is working fine, but the bex analyzer. The problem is that I can see the Toolbox but when Im clicking on the icons of the toolbox it does not work at all, it does not execute anything, so i can not open or edit queries and so on. I have tried to install the last patches (bw 11 and 12), but I can not, I got a message  that the patches already exist.
    I would like to know what should I install for making it works..hopefully someone could help because I have tried almost everything and I dont know what is the problem.
    Thanks in advanced,
    Luis

    Hi,
    I do not mean it, i do not need to launch the correct version of the analyzer from the bw system via rrmx transaction. My problem is that wehn i launch the analyzer via windows like this:
    start -> Business explorer -> Analyzer
    I can not use the functionalities of the analyzer, they are inactive. The point is: Is it something related with the SAP GUI installion? Have something to do with excel? Or with the windows service pack??
    I have installed in my computer the following:
    - SAP GUI 7.10
    -Windows service pack 2
    - Microsoft office 2003.
    Thanks and Regards,
    Luis

Maybe you are looking for