BEx Explorer

when you open Business Explorer from Windows. you can go to analyzer, then enable the macros then SAP gives the message
" Please install Excel as a Viewer"
How to solve this problem ?

hi khan,
BEx Web Application Designer
The portal is an application that runs on the Web browser. The BEx Web Application Designer is a Windows application. It is technically possible to start Windows applications in the Web browser but this is not recommended for security reasons. Instead, you call the Windows application BEx Web Application Designer from the Windows start menu.
You can generate the BEx Web Application Designer in the Portal Content Studio as URL iView. The most important property is the URL that contains the value file://C:/Program%20Files/SAP/FrontEnd/Bw/wdbpwpub.exe
BEx Web Application Designer
Use
The BEx Web Application Designer is a desktop application for creating Web applications with BI-specific content. Using the BEx Web Application Designer, you can create an HTML page containing BI-specific content such as various tables, charts, or maps. This HTML page (Web application) forms the basis of Web applications with complex interaction, as well as Web cockpits and iViews.
The command wizard (see Commands) and pattern wizard are integral parts of the Web Application Designer. Using the command wizard, you can easily generate commands from the Web Design API and include them in your Web template. Using the pattern wizard, you can configure BI patterns to a certain extent and tailor them to meet your needs.
Features
The initial view of the BEx Web Application Designer has four different screen areas in addition to the menu and toolbars.
●      Web Items Screen Area
●      Web Template Screen Area
●      Properties Screen Area
●      Errors and Warnings Screen Area
For more information about creating Web applications, see Creating Web Applications with the BEx Web Application Designer. For more information about creating Web applications, see Creating Web Applications.
You can adjust the appearance of the Web Application Designer to meet your requirements. The object on which you are working, namely the Web template, is handled differently from the tools and help windows with which you are working.
●      You can show and hide the individual screen areas and toolbars using the View menu option.
●      You can reposition the three toolbars and the Web Items and Properties windows as required. Depending on where you position the object, it is either anchored or appears freely as a toolbox.
●      Since the Web Application Designer is a Multiple Document Interface Application (MDI Application), you can open and manage different windows with Web templates simultaneously. You can use the Window menu option to arrange the windows differently: cascading (overlapping), vertical, or horizontal.
BI Patterns
Use
BI patterns are Web applications that are tailored to the requirements of particular user groups and that are used to provide a uniform display of BI content. For the user, this means that the same function is always located in the same place with the same name.
The patterns can be configured to a certain extent using the pattern wizard of the Web Application Designer. The concept of patterns helps reduce the total cost of ownership because the actual logic to display and interact with BI applications is stored centrally for each pattern in one Web template. If changes need to be made, they only need to made to this central Web template.
For example, in the Information Consumer Pattern, a button for exporting data to Microsoft Excel is configured in the central Web template of the pattern. When you configure the Information Consumer Pattern, you can decide whether you want this button to be displayed.
Features
You can choose from the following patterns:
Pattern
Description
Information Consumer Pattern
Easy-to-use BEx Web application for users without specific BI knowledge.
For more information, see Information Consumer Pattern.
Analysis Pattern
BEx Web application for complex data analysis.
In the portal, the analysis pattern is called the BEx Web Analyzer.
For more information, see BEx Web Analyzer.
Creating Web Applications with the BEx Web Application Designer
Use
Using the BEx Web Application Designer, you can create a BEx Web application (an HTML page with BI-specific content) easily.
Procedure
       1.      Creating a Web Template
The Web template is the starting point for creating a Web application. The Web template is an XHTML document that is used to define the structure of a Web application. It contains placeholders for Web items, data providers, and commands. A Web template becomes a Web application when the data is displayed in the Web browser.
During the design process, you change the Web template by embedding placeholders for Web items and data providers. You can keep track of these changes in the XHTML view.
To create a new Web template, you have the following options:
○       In the menu of the Web Application Designer, choose Web Template ® New. A dialog box appears. Choose Blank Web Template.
○       Choose Create New Blank Web Template in the upper area to the right in the initial Web Application Designer view.
○       In the Web Application Designer tool bar, choose  with the quick info text New.
       2.      Setting the data binding/selection of the data provider
The data for your Web items is provided by data providers that you create in the Web Application Designer. You can assign a data provider to multiple Web items. The data provider concept makes it possible to change the data source of a Web item easily. If a particular data provider is assigned to more than one Web item, any changes made affect all the assigned Web items. By means of navigation (by changing the drilldown), the Web item always displays the current drilldown data.
A data provider is a dynamic object that returns current data for one or more Web items at runtime. You define the start view of the data provider by selecting a query or a query view. For more information about data providers, see Working with Data Providers.
There are several ways to create data providers:
                            a.      Using the Data Provider pushbutton in the Web Items screen area
                                                  i.       Select whether you want to create a data provider of type Filter or type Query View, and drag the corresponding line into the lower data provider section of the Web template screen area. The New Data Provider dialog box appears.
                                                ii.       Assign a name to the data provider and make the remaining settings. 
In the dropdown box beneath the name field, you can also select or change the data provider type.
                            b.      Using the New Data Provider icon in the lower data provider section of the Web Template screen area
                                                  i.       Double-click to choose New Data Provider. The New Data Provider dialog box appears.
                                                ii.       Proceed as described under a. ii.
                            c.      Using the General tab page in the Properties screen area
You can only use this option if you have already inserted a Web item into your Web template.
                                                  i.       In the header of the properties screen area, select the Web item for which you want to create a data provider.
                                                ii.       On the General tab page, choose New Data Provider. The New Data Provider dialog box appears. Proceed as described under a. ii.
The data provider is assigned to the selected Web item. You can also create more than one data provider, as described under c. The data providers are listed in the dropdown box under Assigning Data Providers. This enables you to assign a different data provider to the selected Web item.
The New Data Provider dialog box appears under data provider . You can modify or change the settings for the data provider here.
When you have created a data provider, it is assigned to the inserted Web item. Assigning depends on the order of the data providers in the inner structure of the Web template. See also 4.a.
       3.      Adding a Web item
The Web items in the Web Items screen area are used as templates. By dragging a Web item into your Web template, you create an actual version of the Web item; this is called an object. The Web item has a name and certain other default parameters that you can change as required (see also 4.).
You see the changes in the XHTML view. A Web item tag for the Web item and a data provider tag for the data provider (assuming you have created a data provider) were integrated into the XHTML as placeholders. Change the name of the Web item and assign a data provider to it. In the XHTML view, you can see that your settings have been written to the Web item tag. The layout you choose is also applied in the XHTML.
                            a.      Drag a Web item from one of the Web item groupings Standard, Advanced, or Miscellaneous in the Web Items screen area to the Web template by using drag and drop. The Web item appears in the Web template.
Underneath the selection area for Web items and data provider maintenance, you see the help area, which provides explanations for the Web items and data providers. To display the texts for a Web item, select the Web item by double-clicking with the secondary mouse button. To hide the texts, proceed in the same way. When you hide the display of texts and select a Web item by clicking it, a quick info is displayed for the Web item.
                            b.      If you want to rename the inserted Web item, proceed as follows:
In the Settings area of the screen, choose the Rename Web Item button to the right of the dropdown box in which the added Web items are listed. Name the Web item by overwriting the predefined text for Name in the Properties screen area next to the dropdown box where the added Web items are listed.
       4.      Specifying the properties of the Web item
                            a.      In the Properties screen area, choose the General tab page to make or change the assignment of a data provider for the corresponding Web item. See also 2.
                            b.      Choose the Web Item Parameters tab page to set the parameters for the selected Web item.
You can also set the parameters for the Chart Web item using the Edit Chart dialog box. Choose Edit in the context menu of the Chart Web item or Edit Chart in the Internal Display parameter grouping of the Chart Web item. For more information, see Editing Charts.
       5.      Adding additional Web items
To insert additional Web items, repeat steps 3 and 4.
●        When you insert additional Web items using Insert ® Web Item, pay attention to where you position the cursor in your Web template. The cursor position determines where the new Web item is inserted. See also Designing the Layout of Web Templates. When you insert Web items using drag and drop, the position of the cursor is irrelevant.
●        Make sure that you set the data binding and any Web-item-specific parameter settings for the correct Web item. To make settings for a Web item, select the Web item in the layout view. In the header of the Properties window, the system displays the Web item for which you can change the settings. As an alternative to selecting the individual Web items, you can use the dropdown box to toggle between the attributes of individual Web items.
       6.      Designing a Web template layout
In the Web Application Designer, you create your Web template in the same way you do in various XHTML editors. See also Designing the Layout of Web Templates.
       7.      Changing the Web template properties
                            a.      To change the default properties of the Web template, select the Web template from the dropdown box in the Properties screen area.
                            b.      Choose the Web Template Parameters tab page, where you can change the parameter settings for the Web template.
For more information, see Web Template Properties.
       8.      Saving and executing the Web template
You execute the Web template in the Web browser (portal). The Web template becomes a Web application, which means the template is saved on the Application Server for ABAP and a URL is generated for this Web application.
At runtime (triggered by calling the URL), the BI tags are replaced by corresponding HTML with the information determined by the Web item and data provider settings. When this is done, the Web template on the Application Server for ABAP is accessed. Therefore, you must save your Web template before you execute it.
                            a.      To save your Web template, in the menu bar of the Web Application Designer, choose Web Template ® Save.
                            b.      Choose Web Template ® Execute to view your Web application in the browser (portal).
You must save the Web template before executing it in the Web browser. Therefore, when you execute the template, you are asked to save it if you have not already done so.
●        To assign a Web template to a role, choose Web Template ® Publish ® In Role. See also Role Maintenance.
●        To copy the URL of a Web template to the clipboard, choose Web Template ® Publish ® Copy URL to Clipboard. The Web template, however, must already be saved.
●        To broadcast a Web template, choose Web Template ® Publish ® BEx Broadcaster.  For more information, see Precalculating and Broadcasting Queries, Query Views, Web Templates, and Reports.
Result
Your Web application is started and displayed in the portal, which in turn runs in a Web browser.
regards
karthik
reward me points if helpfull

Similar Messages

  • When i open up BEX explorer how to know it is off production or development

    SDN Experts,
    when i open up BEX explorer how to know it is off production or development? because i always have development,testing and production screens open. Also do anybody know how to change the background color of SAP AWD screen?
    Thanks!
    York

    Pizzaman,
    I try exactly like you mentioned from Business Explorer menu, it is showing all the information like you said but it is not displaying anywhere on the screen. please help.
    York

  • Link to BEx Explorer 3.5 report from portal

    Hi Experts!
    We are running nw2004s with a 7.0 portal and a lot of 3.5 excel based reports to be migrated into new webtemplates eventually. Until then, the customer would like us to make links in the portal that would open up the 3.5 BEx Explorer and execute a certain report.
    Does anyone know if this is possible - and how it can be done? It would have to work in a way where the user is automatically logged onto the BEx Explorer - only I'm not sure if this is possible at all. Antoher challenge seems to be that I do not want to include any input values for the variant for a particular report, I want the selection screen to pop-up after having opened the link from the portal. If I try Broadcasting via the BEx Broadcaster - I have to put in values for the selection.
    Is the RRMX as an iview working properly - does anyone know? And if you already have another workbook or query open - what will happen then?
    Any input is highly appreciated.
    Kind Regard
    Gitte Kvist Hansen
    Accenture Services, ADU, Denmark

    HI Gitte,
    first thing you need connect your BW system with EP server.
    and configure S.S.O between EP and BW
    for more info on S.S.O configuration open this link
    http://help.sap.com/saphelp_nw04/helpdata/en/1c/ad1640033ae569e10000000a155106/frameset.htm
    after this.
    if you know the info cube name and query name of the report in BW system.
    then you can bring those report into EP as follows.
    create a BW repport iview by selecting SAP BW report ivew template
    provide the ivew name and id, provide the system to connect BW .
    and in the BEx Application query string property
    give the value as follows
    cmd=ldoc&infocube=<infocue name>&query=<query name>
    and see the preview
    rgds
    srinivas

  • How to display Some message in the BEX Explorer

    Hi Experts,
    We have a scenario where we will check for a condition in the User Exit Variable.
    Depending on the condition we need to stop the execution of the query and display some message.
    Can any one please help me in explaining me how to display message in the BEX and stop the Query Execution.
    Thanks in Advance,
    Premkumar

    Somenath,
    I think from what I gathered in the other posts on SDN about exceptions that it can be used only within a function module and not directly ..
    http://help.sap.com//saphelp_470/helpdata/EN/9f/dbaa0635c111d1829f0000e829fbfe/content.htm
    Try creating a Z Function module to display the exception but then the exception would stop only your Z Function module and not the user exit from going further..
    Arun
    P.S some more dope on the same with regard to raising exceptions in programs ( in your case ZXSRU01)
    http://help.sap.com/saphelp_nw04/helpdata/en/55/bff20efe8c11d4b54a006094b9456f/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/83/636d2012fc11d5991e00508b5d5211/content.htm
    Message was edited by:
            Arun Varadarajan

  • Bex Explorer 3.5 vs. 7.0: authorization to display workbooks

    Hello,
    in order to see workbooks created with BEX 3.5, it is sufficiently to have auth. object S_RS_COMP with e.g. given info area, type of reporting component with * and some info cubes. There is no additional authorization for S_USERS_AGR, activity 03 necessary.
    Then, if I open BEX analyzer and press button "roles", I will see all workbooks matching the info area / info cube restrictions.
    Using now workbooks created with Bex 7.0, it seems that I additionaly need access to S_USERS_AGR with the name of the role containing the workbook and activity 03. Am I correct that activity 03 with S_USERS_AGR will be checked even to display workbooks only?
    (For saving workbooks, I know that S_USERS_AGR is to be added.)
    Thanks,
    Stephan

    Yes this has changed.  You now need the S_USER_AGR also.  This will be checked with ACTV 03 even for display,
    I think, that the situation with the Display authority was introduced with the SAP Note 1171537 in SP19 for BW 700. The reason here is that the missing authority check for Roles was considered as a violation of the authorization concept.

  • Totals for Hierarchy in the bex Explorer not coming

    Hi All,
    I have made a query in which i have given G/L hierarchy variable in selection. When the result output comes then the query brings the result row for all other hierarchies except one. I changed the hierrachy attribute of that hier in BI..and made it 'Root/totals item appears above'. Still the reult row wasn't coming for that.
    I also did the following..
    I made the extended for G/l accout characteristic in the query as 'Characteric selection' insted of posted values'. if i do so then when the first time query is executed it gives an error...and on executing it second time it brings the output...in which the result row  for the one hierarchy which was not coming starts coming.
    But in whatever case the result is always coming 0 for all hierrachies.
    please tell me how do i get the reult correctly.
    reply soon..
    Regards,
    Niyati

    I am using Windows OS.
    I right click and and click on the Insert Key Frame. and click on the Button Image.
    I used to get the filter properties. After a while I dont know what I changed.
    That dissaapeared. I see it some feature enabling of that feature.
    As I am getting it for the text I am supposed to get that for the image as well, but I get only the Color option.
    Thanks for your time in looking in to my issue.
    Thanks,
    Mohan

  • Error when trying to open new query from Bex

    Hi guys,
    I m trying to open query designer from Bex explorer and i get the following error: The macro 'sapbex.xla!reponewquery'cannot be found.
    Can anyone please tell me how to rectify this? thanks in advance

    Sunil,
    Go to  Business explorer>Analyzer>Business Explorer-->Installation check and click on Start button.
    You will be able to know if its properly installed or not.
    Also check note 197460;938540
    -Doodle
    Message was edited by: Doodle

  • Business Explorer

    We have just techincally upgraded to BI7.
    We've set the setting in the SPRO so that when we type RRMX, the old version (3.x) of BEx will be opened.
    We've also deployed the new BI7 Logon Pad. Now we've both 3.x and BI7 BEx Explorer from the Start ->Program ->Business Explorer.
    The problem is why the user still allow/can logon to the new BI7 BEx Explorer - i.e. Query Designer/WAD.?
    Isn't it the setting on the SPRO control this already?
    How can we prevent the user to logon from this new BI7 BEx Explorer?
    Please help.

    Hi iynn,
    Definitely it will be good not to install the tools which users are not going to use and that will save the confusion. My earlier response was to illustrate that if you have these tools installed how can you restrict the users from accessing the new query designer.
    Regards,
    Manish

  • WILD Cards usage in BEX

    Hi Experts,
            Can any one suggest me whether WILD CARDS (eg : ' %' or ' ? ' ) will be used in Bex Explorer.
            I have a requirement where my ' Material Short Text ' will be   '<b> SULFATE,ZINC99.0011</b> '  Now user need a Keyin Field where in he can just Click on the Report and once the User entry window popup's, he be typing only 'SULFATE ' in the Short Text characteristic field and it should bring in all the records which has text description that starts with ' SULFATE XXXXXXX, xxxxxxx '(for eg: SULFATE,ZINC00.11  , SULFATE,1112.00,,,,,,,,,,,,. )
         Can any one suggest me how to succeed in this scenario.
    Thanks,
    Sam

    hi,
    check out this thread.
    BW BEx using a wildcard  ("*")???
    hope it helps,
    regards,
    Parth.

  • Bex Queries

    Dear Friends ,
    I would like to learn and Practice the Scnarios ,where we can use  the
    following in detail and with better examples
    Exceptions and Conditions
    formulas and Variables in Bex Explorer.
    I have still sofar practiced with basic examples using Material, customer ,sales rep and the Revenue Keyfigures
    I am sure that I have made use of all the options to create complex queries .
    a good study Material / Real -time documets will do for me .
    email Id : [email protected]
    Regards,
    Ramesh

    hi,
    look here to have more detail and examples on exception and condition..:
    http://help.sap.com/saphelp_nw04/helpdata/en/1e/7875a998bc44409f6002e28552685a/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/1a/615f64816311d38b170000e8284689/frameset.htm
    Exception Colors in Excel
    Anyway,"you can formulate conditions to make data analysis more efficient; in the results area of the query, the data is filtered according to the conditions so that only the part of the results area that you are interested in is displayed ", while "in exception reporting you select and highlight objects that are in some way different or critical; results that fall outside a set of predetermined threshold values (exceptions) are highlighted in color: this enables you to identify immediately any results that deviate from the expected results".
    formula and variable..
    Formula:http://help.sap.com/saphelp_nw04/helpdata/en/d3/8057f830a911d4b2be0050dadfb23f/frameset.htm
    Formula Variable:If you want use variables in the formulas of a form, you need to use formula variables. You can use formula variables only in form reports, and must define them in the form itself. They can be replaced in the same ways as text variables when you execute the report.
    http://help.sap.com/saphelp_nw04/helpdata/en/5c/8db0b1555411d189660000e829fbbd/frameset.htm
    hope it helps..

  • Unknown error when executing MDX when refreshing Crystal Report with BEx

    Hello Experts,
    I have created a Crystal Report (Crystal 2008 SP1) with BEx Query (7.10) and have been able to refresh successfully when the SAP_ALL authorization is included in my user role. I don't want my end users to have SAP_ALL so I created a role and assigned the authorizations recommended in the SAP Integration Kit for BusinessObjects 3.1 Install Guide.
    When I run the report as one of the users assigned to my new role I get the following error in the trace file.
    ERROR: .\crdb_bwmdx_execution.cpp [200]: l_bapiGetStreamInfo failed with return code RFC_RC = 0 Exception:  BAPI Error: BAPI Error #:0
    Unknown error when executing MDX
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    2188     6556     Caught DbError #1 with Message 'BAPI Error #:0
    Unknown error when executing MDX'
    I tried all the Fix Packs (ie 1.1., 1.2 and 1.3) for XI 3.1 Integration Kit to try resolving the error but it didn't work.
    The same query works fine in BEx Web when running as one of the users in the new role I created for Crystal Report users.
    Are there any other Authorizations that I need to include in the role?
    Cheers.
    Paul.

    We have been able to identify what causes the MDX driver to error and I will explain what we are trying to implement with the hierarchies.
    Firstly, we are creating reports of the HR cube Mutliprovider using the SAP MDX Driver which works well when there are no authorization analysis set on the cube. But with the authorization analysis set for on 0ORGUNIT for BEx Explorer Crystal returns the MDX error.
    Each of the Business Unit managers are assigned to an Organization Unit that will be used to restrict the employees that will be reported. To restrict the Managers to only see their Org Unit we have set the 0ORGUNIT object to use authorization ananlysis and a custom authorization variable to return only data for the Org Unit they belong too.
    In Crystal this works well when a manager has an Org Unit that is a head department of other Org Units. This scenario will give Crystal the NodeID and Parent NodeID to create the hierarchies in the report. But when a manager does not have any other Org Units beneath there own department then Crystal doesn't have a Parent NodeID to create the Hierarchies with the NodeID. In the RFC trace I can see an error when Crystal is trying to get the Parent NodeID but the user is not authorized to that Org Unit then it throws the error.
    We have got a temporary workaround which is to create the managers a dummy Org Unit below their own department. The workaround will do for now but shouldn't the MDX driver be able to recognise that it has returned the last level in the Org Unit Hierarchy and not return an error?
    The customer is looking for a product fix as they believe this should be handled by the driver. Is this a bug or a limitation of the product?
    Paul.

  • I get 'SAP BEx web Application designer has stopped workin' when click WAD

    Hi,
    When I click on WAD(Web Application Designer option from Business Explorer menu),
    I get "SAP BEx web Application designer has stopped working".
    I am running VISTA.
    Any hints on how to deal with this problem?
    Thanks

    Hi,
    I uninstalled and installed again the GUI and Bex Explorer
    I installed again SetUpAll.exe and selected:
    --SAP GUI for Windows 7.10 (Compilations3)
    --BW 3.50 Add-On for SAP GUI 7.10
    --Business Explorer
    On completion, I had two options for WAD:
    --Web Application Designer (SAP BW 3.x)
    --Web Application Designer
    When I point my mouse on "Web Application Designer " for selection, there is a message that
    "Business Explorer Web Application Designer  - Can only be used in SAP NetWeaver 7.1"
    and when I go ahead to click on it, I get the error message I reported in my initial post
    If I select Web Application Designer (SAP BW 3.x), it takes me in alright but the view is a bit different, in that in the New template of the Web Application, on the right pane, I do not see the icon for DataProvider which used to be there when I used to work in "Web Application Designer" instead of  "Web Application Designer (SAP BW 3.x)"
    Any hints?
    Thanks

  • Start SAPGUI Failed - BEx

    Hi All,
    I have a user that is attempting to login to BEx Analyzer.  When she types in her username and password, and clicks OK, she gets an error that says:
    "Start SAPGUI failed"
    She can login through tcode RRMX, but not from All Programs, Business Explorer, Analyzer.  It sounds like a RFC problem.
    Any ideas???

    hi all,
    i too encountered this problem.
    but we tried to install sap twice still d same prob.
    actually its caused due to the registry entry in d local system, the file called sapgui.ini .
    jst enable the administrator access on the system and then login to sap.
    also bfor doing that go to c:\SAP\gui\BEx\Bex Explorer.exe . . jst double click it ... it ll b registered in the root directory of the system n get its export files linked with excel....
    friends this is how i did inorder to overcome the problem...
    jst give a try....
    hope this wud b helpful....
    thanks all.....
    pls assign points if u are satisfied with the ans......
    bye....

  • Formatting of Excel worksheet While using Export to Excel

    Hello Experts,
    I have a requirement to format the workbook according to the user needs while the user clicks "Export to Excel" in the webpage of Web template.
    The major problem is with the hierarchy.. when exporting, the hierarchy nodes have triangular symbols.. is there any way to remove them??
    What can i do, so that i can make changes to the default export format of the workbook, while exporting it??
    Any helpful suggession will be appreciated and rewarded.
    Thanks and Best Regards,
    Vikas Bittera.

    Hi Mark,
    Thank you very much for the response.. however this is not the full solution of my problem..
    Now, if i execute the same query in the BEx explorer analyzzer, then even this setting does not work... it shows traingles.. wht oue intention is to use Excel grouping function, so that the user will have better navigation in hierarchy..
    so is there any way to do this? we need to other formatting of the output.. is it possible that we can change the standard query ouput in excel??
    Looking ahead for your response..
    Thanks and Best Regards,
    Vikas Bittera.

  • VC model fails for one user but not another - both have same auths

    We have a VC model that we created and moved to Prod (portal NW04s connecting to BW 3.5 query).  It works fine for user A, but user B gets error:
    #1.5#0003BADBD644002D000000030000053D0004282F58AC16AC#1170083723088#com.sap.port
    al.visualComposer_NWBIKit_logger#sap.com/irj#com.sap.portal.visualComposer_NWBIK
    it_logger#DOBREGON#11523#####SAPEngine_Application_Thread[impl:3]_5##0#0#Error#1
    #/System/Server#Java###Cannot execute BW query::Nested Exception. Failure to exe
    cute native function. Nested Exception. INVALID_VARIABLE_VALUES
    Both user have same authorizations in Portal and BW backend.
    There is no trace info on the BW back end, so it seems like the hangup is occuring on the portal side.

    It turns out it was the backend authorizations.  The user was able to view the BW query via the BEX Explorer.  But when she tried to access it via a VC Flex IView, we got that error.  Initially I wasn't seeing any auth traces in the BW system, but then we expaneded the trace and determined the user was missing an activity.   It's a strange error.  Would be nicer to see a 'user not authorized' or something along those lines to better pinpoint the cause.  But we're good now.

Maybe you are looking for

  • HELP - Guest Log In on File Sharing Suddenly Disabled (Grey Out)?

    Hello all. This is my office MacPro, we have a pool of Macs running graphics and also Avid software. We file share with local network through Apple File Sharing. By default we would be able to turn on our own Mac's file sharing, and other user would

  • Possible to have 2 soundcard

    Ok, so as the topic says is it possible to have 2 soundcards ? I currently have SB X-FI Extremusic and my old Audigy 2 ZS. I'm using my X-FI card atm, but I would need to use my Audigy 2 ZS to play Ravenshield. So is it possible to have both card ins

  • APP-PAY-07900

    Hi All, I am new to Oracle HRMS. Can you please help me t find the answer for this error message. The erroe message id APP-PAY-07900: This position is not valid for the duration of the assignement. This actully coming while assigning the position for

  • Time Capsule (OSStatus error -6602.) Cannot choose backup disk

    I have no idea what to do next. The wireless connection on my 500 GB Time Capsule works fine. However, a few days ago, I noticed that it was no longer backing up. I tried the usual things (resetting Time Capsule, unplugging Time Capsule, changing my

  • How to enable Daily Business Intelligence

    Hello Team. I'm new on this Daily business intelligence, I know this product is part of EBS but can anyone can help me with a document or note of metalink to know how to enable this tool or install? My EBS is release 12.1 Thanks