Query Jump from Bex Analyzer to r/3 transactions: error of web server

Hello,
I have created a query jump in the RSBBS transaction to go in R/3 through a Bex Query. When i choose the jump in the query anayzer I have the error message:
<b>No Web server maintained for the presentation of log. system.</b>
Do you have ever had this message? what is the solution? why do my bex anayzer use a web interface to connect in R/3?
Thanks a lot!
Julien

Hi
this may be possible by using an openDocument URL.
http://help.sap.com/businessobject/product_guides/boexir31/en/xi3-1_url_reporting_opendocument_en.pdf
Still you have to configure the auhtentication connectivity between BOBJ and SAP Backend in the BOBJ CMC console.
And setup the SSO option in the database configuration panel of your CR reports (this has also to be done in the CMC, just go to Folders, navigate to your report and invoke the context menu. You have to scroll to the the bottom of the panel in order to find the SSP option)
Regards,
Stratos

Similar Messages

  • Different in viewing the query in query designer and bex analyzer in BW Prd

    hello...i transported the query from bw dev into bw prod successfully. when i view the query using query designer in prod, the query is the same copy of query in bw dev and QA but when i view the same query under the bex analyzer in prod, the query is not the same.
    the correct query should be able to see 3 mandatory variable input but when i view it under the bex analyzer, only 1 mandatory variable can be seen here. Whereas when i view it under query designer, i can see the 3 mandatory variable being define there. And this query is assigned in one of the role as well.
    any idea on this? thanks!!!

    i checked in rsrt in sap, the personalization of the variable is not in yellow color, i can see the 3 variable in bex analyzer but the other 2 variable which is a mandatory field input for that query appear as optional variable input instead of the mandatory field input...

  • Cell definition in Query Design within Bex Analyzer

    Hello,
    I would like to use special cell definition to visualizing the difference row definition between 2 columns (last year and actual year). With "Cell Definition" function in Query Design within Bex Analyzer there's a option to select a new restricted key figure for a related cell. But as a result I just can see a star (*) against a result number in that field. Do you have an idea, how can I solve this problem?
    Thanks and Regards,
    Nuran

    Hi again Dirk,
    there's not a unit problem. We use 2 different restricted key figure definition for a same row. The first restricted (or can be decribed as calculated key figure) key figure must be used in the first column to represent the value of the last year. And at the same row with usage of same text (for example: cost of goods sold)the second restricted key figure should be used to show the value of actual year (B2:costs in euro). The problem is the key figure definitions are totaly different; they're using different account groups etc. Cause of, I wanted to use cell definition function. In the first value field (B1) should be shown first key figure but I just get star (*) and a wrong value in the formula field of excel (between the toolbars and the result area).
    Thanks for your reply.
    Nuran

  • Bex Query Designer and Bex Analyzer not working

    Hi All,
    While Login to Bex Analyzer, It is giving an error "An error occured while communicating with the BI Server"
    While Login to Bex Query Designer, It is giving an error "Login Aborted".
    Please help me to resolve this issue
    Thanks
    Irshad

    Hello Irshad
    Not sure if it helps but can try suggestion mentioned in this note.
    https://service.sap.com/sap/support/notes/1434630
    If problem persists you can upgrade your SAP GUI Patch level.
    Still facing problem, please contact SAP .
    Regards
    Anindya

  • Run RFC FM from BEx Analyzer

    Hello everybody!
    I have to implement call of function module via RFC from BEx Analyzer.
    I created a VBA macros:
    Set BI_connect = Run("BExAnalyzer.xla!sapBEXgetConnection")
    If BI_connect.IsConnected <> 1 Then
       If BI_connect.Logon(0, False) <> True Then
          MsgBox "Logon failed"
          Exit Sub
       End If
    End If
    It works but it shows logon window twice: first when user open a workbook and second when run this macros. I want the second authorization to be silent.
    But if I set BI_connect.Logon(0, True) then Logon function returns 4 (missing parameter).
    How this problem can be solved?

    Hi,
    normally the function "BExAnalyzer.xla!sapBEXgetConnection" should deliver the existing SAP Connection (as of SAP). You should use the "BI_connect.Logon" only if there is no connection to the SAP Server yet. Are you getting (BI_connect.IsConnected = False)?
    If you want to use "BI_connect.Logon(0, True)" it should be possible in this way:
    Set myConnection = 'Run("BExAnalyzer.xla!sapBEXgetConnection")
    With myConnection
    .client = "600"
    .User = "USERNAME"
    .Password = "PASSWORD"
    .Language = "en"
    .systemnumber = "00"
    .System = "BWDCLNT600"
    .systemid = "BWD"
    .ApplicationServer = "156.158.7.161"
    .SAProuter = ""
    .Logon 0, true
          If .IsConnected = 0 Then
                 .Logon 0, False
    If .IsConnected <> 1 Then
    MsgBox "Automatic logon failed. Please enter your username and password in the next screen ..."
    Exit Function
    End If
    End If
    End With
    You will get another connection in this case, disadvantage is, that you should define the whole connection params in your vba code ...:(
    Regards,
    Kirill

  • Jump from bex Query to cprojects application

    Dear
    I'm facing following problem.
    We would like to jump from a Bex Query to a Cprojects application.
    In our Query the project ID is our infoobject that we want to use as key field in RSBBS but the destination is a Cproject application (Web portal) .
    I've received an URL where the application is stored but it seems that the Cproject application can't be called from BEX.
    Any help is appreciated

    hello,
    have you verified that the source system has its ITS functioning, the RFC and logical systems defined.
    Make sure the source ITS name is maintained in the RSBBS_RSRR_URL or TWPURLSVR table.
    The OSS note 771351 gives details about the details for the configuration.
    Regards,
    Dhanya.

  • Cannot open query in Excel (BEX analyzer)

    Hello Experts,
    Issue: Cannot open the BEX report in Excel but can open the same report on IE.
    1) I am trying to open a BEX report "ReportA" in Excel (BeX Analyzer).
    2) As soon as the report opens it shows me a message "Do you want to open the 3.X workbook for upgrade"
    3) I click on "OK"
    4) then i get a message window listing a lot of warnings liike " Access to project denied"  "creation of items failed"
    5) i click on "OK"
    6) Now, variable entry screen appears
    7) i enter values and click on "OK" the report does not show any data.
    Now, the same report "reportA" when i open it in Internet Explorer, it displays data. What can be reason for this problem in BEX analyzer ?
    Please comment.
    Regards,
    Suraj S Nair
    Edited by: Suraj S Nairon Dec 28, 2009 10:50 AM

    Hi Suraj,
    If you want to execue your query, you can use the bex analyzer.
    If you are opening the query from query designer 3.x query in 7.0 fronend, it will get upgraded and then cannot be reveted.
    In your case this automatic migration might be havng some issues, owing to complexities.
    Please recheck.
    -Vikram

  • Change the layout of a query items in BEx analyzer

    Hi,
    I had developed a query, so when it is viewed in BEx analyzer the items(Char and Keyfigures) that i had used in rows and columns are displayed in analyzer.
    Apart from this in report i can see the items i had used,
    in top corner.
    So i need to change the layout of these items in top corner ie. 1. all charac
               2. all keyfigures
    or combination of both in priority wise, is it possible.
    Pl post.

    Hi,
    You can delete them from Query output and Save it as workBook.Then Open the workbook.You will not see them again whenever you open your workbook.
    Right click on result area of output>properties>interaction tab-->enable 'Refresh Query when opening workbook' and save the work book so that whenever workbook is opened,you will get selection screen.
    Pl dont forget to reward points if it helps.

  • Error when trying to run web report from BEx analyzer

    Hi Gurus,
    I am getting this error "STOP: System error in program SAPLRRS2 and form SELOPT_ASSIGN-01", when I am trying to run the report from the 4th button "Display report on Web" on BEx Analyzer. Can anybody tell me what this and how we can resolve it.
    Thanks and I will assign points.

    I coudn't properly understand solution provided herein:
    "Solution
    Note that you must generate the query again after you have implemented the correction (Transaction RSRT1 > Generate report).
    SAP NetWeaver 2004s BI
               Import Support Package 07 for SAP NetWeaver 2004s BI (BI Patch 07 or SAPKW70007) into your BI system. The Support Package is available when Note 0872279 "SAPBINews BI 7.0 Support Package 07", which describes this Support Package in more detail, is released for customers.
    In urgent cases, you can use the correction instructions.
    To provide advance information, the note mentioned above may be available before the Support Package is released. In this case, the short text of the note still contains the words "Preliminary version"."

  • IP - Issues with Input Query: Works on Bex analyzer but not on Web

    I am doing the following:
    Created a Aggregation level for a multi provider which has only real time infoproviders associated with it
    Created the query using Bex Query Designer availing all the options for planning
    When I execute this query it executes using a web template and does not open up the Key Figure cells for input, I had tried using the Web Application designer with Save button but still the same issue
    I tried the same on Bex analyzer and it works fine
    Please help to resolve the above issue.
    Thanks in advance.

    Hi Ram,
    Cells should be input enabled on the web just running the query. No need to create a Webtemplate, altough you need to have the webtemplate to be able to use the "save data" function.
    Maybe your query is not input ready at all, and you're misinterpreting analyzer layout.
    To test this, please enter some plan data in analyzer, right click and choose "save".
    Please check if data is written to the real time infoprovider.
    Hope this helps you.
    Regards,
    Miguel P.

  • Problem in query jump from one sender and two receivers

    Hello all,
    My requirement is to jump from one query to another two queries. The sender comes from infoCube A and receivers comes from ODS B and ODS C (ODS C is a copy of ODS B). The problem is that when I execute the first jump a pop up appears with a selection date. This issue does not happen when I execute the second jump (and the selection date is needed). Target queries are identical, and I don´t know what is happening.
    Any ideas?
    Thanks in advance.
    Carmen

    Hi Carmen,
    I think you have used the same variable for the day selection for the query on ODS C and ODS B. Hence when you fill it for the first time it does not ask you at the second instance.
    Regards.

  • Open a new session when using go to documents from bex analyzer.

    Dear experts,
    We are using the go to documents functionality in bex analyzer.
    we enter the workbooks with a SS0 link (RRMXP) through the portal ,
    our problem is that when we want to attach a  comment or document (we use go to documents)
    the browser uses a session which is already open.
    When the user enters his comment or document and closes the browser session he terminates the SSO.
    My question is where can I define that when using in bex workbooks right click go to documents it
    will always open a new browser (internet explorer) session and not use an already open session.
    Thanks for your help
    Amir

    TMega,
    The Go> menu commands apply to the current Finder window. It has always been this way, and it always will be. The answer, in this particular case, is to first open a new Finder window. This is easily and quickly done by pressing Command-N. You can add to this the use of Shift-Command-K to quickly open a new window, then move that window to the Network folder.
    So, the answer to your question is "Yes, you can always open a new window when accessing the Network folder," but you can't do it just the way you were thinking.
    Scott

  • Launch of BEx Analyzer via RRMX, other transaction?

    Transaction RRMX has been a common means for us to launch the BEx Analyzer in our BW 3.x system.  After upgrading to NW04s, transaction RRMX continues to call the 3.x BEx Analyzer.  Is there a way to have this call the new NW04s (7.0) BEx Analyzer or perhaps to call it from a different backend transaction?
    Regards,
    Rod

    Hi Bala
    We have upgraded our development box to 2004S including front end ( SP9 and FEP 903). As we are not able to perform old 3.5 functionalities in 2004S with FEP 903 we have decided to go back to 3.x Bex Analyzer.
    As you explained below, can you please shred some light how to configure to launch only 3.x BEx anayzer from START->PROGRAM->BUISNESS EXPLORER. We dont want to see the 2004S BEx analyzer if we navigate from START menu.
    I am able to bring 3.X analyzer through RRMX after making changes in the GLOBAL SETTINGS as you said.
    I am not able to locate Analyzer under BEx in my PC as you mentioned below.
    HKEY_CURRENT_USER\Software\SAP\BEx\Analyzer]
    "LAUNCH_VERSION"="LEGACY
    Can you provide me more details for the sentence "For non NW04s BW system to launch only 3.x BEX, there is a fix that need to be applied to the backend system" as you mentioned previously.
    I appreciate your help.
    Thanks
    Prasad Talluru

  • Switching from MS VM to Sun VM on an IIS web server.

    Good day,
    I can easily switch back and forth from Sun's JRE to MS VM on my browser, no problem there.
    However, what is the procedure to indicate to IIS to use the Sun's VM instead of the MS one ?
    I've search different forums, but couldn't find precise information.
    Could not find anything informative on MS site either.
    Regards.

    Steve,
    To summarize, here are the main lines.
    Let say I have a class, which has few methods in it and I want to use these methods to process some information via an ASP page for instance.
    1) Given the following code as an example :
    // ============================================
    import java.io.*;
      public class javacomp {
      public String Diagnose() {
        return "Diagnose() - javacomp : Class accessed successfully !";
    }2) I compile it, then put the resulting class in the TrustLib sub-directory of the server, normally "%system%\java\trustblib".
    (The compile was done using jsdk v1.4.2_01 with "-target 1.1")
    3) Once the class is in place, and IIS re-cycled if the class was re-compiled between accesses, I then invoke the method(s) via an ASP page using VBScript.
    <%
      Set javaObject = GetObject("java:javacomp")
      strResult = javaObject.Diagnose()
      set javaObject=nothing
      Response.Write strResult & "<br><br>"
    %>On my Win98SE/PWS based computer, this is working just fine. When I tried it on a Win2K Server box, it worked fine as well. I asked my web hosting service technician to put it on their system, they aggreed, however it doesn't work, but the reason is still unknown to me.
    With the actual setup, IIS or PWS are using the default MS VM to run the "servlet", which is the VM installed my MS JAVA SDK v4.0. MS VM supports only Java 1.1 classes, explaining why the methods are working as planned.
    The actual class I want to put in place, is a class with methods allowing to zip/unzip gzip/ungzip files. Version 1.4 introduced the "setModifiedDate()" which I want to use when extracting or decompressing the files from the archive files. The thing is that a server Java VM v1.4 is necessary to run the code, since the "setModifiedDate()" is not available in earlier versions.
    As far as adding packages like JRun or Tomcat, this could induce unnecessary overhead. Also, the Win2K box I'm using for test purposes, is not a computer assigned to host sites, so doing tests with only one site is irrevelant for performance evaluations.
    On the other hand, the box where the "final" site resides on has roughly 460 sites on it, so the addition of any additional element needs to be weighted carefully, not to stay very difficult to justify for 1 user out of 460. Re-cycling the whole box and disabling JRun or Tomcat because of the overhead during the middle of the day would not be an appreciated action either.
    The approach I would suggest to the web hosting service is to install the latest Java VM machine from Sun, and use it as the one by default for the server. Before doing so, I want to do tests on the server for which I have access to as an administrator, preventing chaos at the web hosting place in case something does not go as expected.
    Having a procedure that can somehow automate/minimize the delays when switching between the VM machines would a need be necessary, would be much more appreciated than a "...you can try this, or that..." approach.
    Also, having the web hosting service to install JRun or Tomcat to accomodate my needs is less likely to happen, however updating the server's VM could be something possible, knowing that MS will no longer update their's, which haven't been updated/optimized for a while anyhow.
    Hoping this is clarifying my idea.
    Regards.

  • Bex to Business Objects - Currency Conversion error in Webi

    Hello,
    I am attempting to transfer a Bex 7 key figure currency conversion to a Business Objects filter in a Universe for display in a Webi report.  The version of Business Objects XI 3.1 SP2.  The Bex Conversion Type is based off Calendar Month, and the Target Currency variable is a selection prompt. The filter is passed to the universe and prompts when the report is ran in Webi, but an error occurs if the currency is populated.  For instance, if I populate the filter in Webi with 'USD', the following error occurs:  The MDS query SELECT "....." failed to execute with the error Value 'USD' FOR variable "Currency" is invalid (WIS 10901).
    I'm not sure if the currency conversion information is being properly transferred and translated to Business Objects.  Does anyone have any insight on this issue?
    Thank you,
    Brock

    I was able to modify the dimension for the filter to retrieve the correct object (Ex. USD), but there are multiple incorrect selections for USD and other currency types.  For instance, when I type in USD i get 5 different options, and the one with the description 'American Dollar' is the correct one.  Why is Webi displaying all these different options?  When I display the options for currency in Bex only one 'USD' is shown in the list.   Here is my filter condition for currency type in the Universe:
    <OPTIONAL><FILTER KEY="[SELCUR]"><CONDITION OPERATORCONDITION="Equal"><CONSTANT TECH_NAME="@Prompt('Select Currency','A','Organization\Cur Key',mono,primary_key)"/></CONDITION></FILTER></OPTIONAL>
    Cur Key is my customized hidden dimension
    Thank you

Maybe you are looking for

  • Why, since upgrading to iTunes 11, are my devices not being recognised on my MacBook Pro?

    Since upgrading to iTunes 11, my devices (iPhone and iPad) are not syncing or being recognised when connected to power. Now for wifi syncing, I have to disconnect the devices from power before they are available on my MacBook Pro. Any ideas? This is

  • OS Migration from Solaris 10 to Windows Server 2008 R2 or higher

    Hi experts, We'd like to migrate the OS of our SAP systems to windows from Solaris 10. We're still wondering which version of Windows we'll use. (matter of money) Could you give me some docs, tips or advice to do that ? (requirements, how to do it, p

  • In report,  '#' is displayed in most of fields.

    Hello Experts, I have one report which is generated by query, '#' is displayed in most of fields. I know the # means the value is space. But according to business, the value should not be space. I checked it and found that the datasource is ' 2LIS_11

  • Unlocking portrait mode

    Just purchased an iPhone 4 and it is locked in portrait mode. The lock on the multitasking screen in NOT set and I have restarted it after closing out all apps. Any idea how to fix this? Thanks.

  • Crash while launching Courses

    For a few time, I'm no more able to launch any course on GarageBand. Whenever I start a course the result is a crash (see below). And this is true for the training as well as the artist's lessons. The rest of the application is working well (recordin