BEx query not shown in BO 4.0; BICS

Hi,
I have a sample BEx query designed in Query Designer 7.x; I would like to use this query with Web Intelligence of BO 4.0. However, the query is not being displayed.
In CMC -> Authentication we have entered our SAP BW system and we are getting the roles imported. So the connection seems to work.
In the query I have turned on the option "Allow External Access to this Query" (but I think this isn't necessary for BICS?).
However, the query isn't displayed when creating a new WebI document based on BEx. Do I have to do some more steps?
Thanks!
Edit: I now created a new OLAP connection, our BO server can see the query and cube. But: I don't see this OLAP connection in Web Intelligence Rich Client. I am using the administrator login and have full access.
Edited by: SteveXI on Sep 7, 2011 5:29 PM

Hi,
I have created 2 OLAP connection in CMC with SSO and Predefined. (does not work with prompt).
I can see the list of queries from cube with predefined connection, but all are gredout!!. what could be the reason?
With SSO connection i get following error -
com.google.protobuf.UninitializedMessageException: Message missing required fields: bytesValue
Any input is much appreciated.
Thanks.
Edited by: Rajan Patel on Oct 12, 2011 4:40 PM

Similar Messages

  • Bex Query not passing blank columns to crystal reports

    good morning ladies and gentleman,
    i have created a bex query that shows all employees from the master data table and links to the cats table to show absence hours...
    in bex, all employees are showing and some of the employees have hours showing for sick time. very good...
    i have created a report in crystal with this bex query and it does not show rows from the master data that do not have a link to the cats table. only the rows that have a link to the cats table are showing up.
    the reason i need the master data from the employee table is that the users want to divide the total hours off(sick time) per department by the total employees in that department.
    i have tried to create a formula that will add 1 to the hours sick field, then all the rows should have a amount in it. but, it still does not show the employees who do not have sick time.
    here is the sql query from crystal.
    SELECT {[Measures].[4J8L2TQJ3P517ISQ1R4Y8UZ36], [Measures].[4J9PY3UANRIW2HW15YSOED92A], [Measures].[4J9TLIO0NDQROSA2YONCW6HB6]}
    ON COLUMNS, 
    NON EMPTY
    CROSSJOIN([0EMPLOYEE].[LEVEL01].MEMBERS, [0EMPLOYEE__0COMP_CODE].[LEVEL01].MEMBERS)
    DIMENSION PROPERTIES [0EMPLOYEE].[50COMP_CODE], [0EMPLOYEE].[50MAST_CCTR] ON ROWS
    FROM [ZCATS_MC1/ZZCATS_MC1_Q001C]
    SAP VARIABLES [0I_DAYS] INCLUDING [0CALDAY].[20100502] : [0CALDAY].[20100903]
    this is kind of an emergency and i have been working on this for two days and cannot come to a resolution.
    if anyone can help, i would appreciate it.
    i am guessing that there is a option somewhere that will allow blank records to show.
    please help.
    thanks,
    erik

    miss stated the issue. created new note.

  • Bex Query not passing all rows to Crystal reports

    hello experts,
    i have created a bex query that shows all employees from the master data table and links to the cats table to show absence hours...
    in bex, all employees are showing and some of the employees have hours showing for sick time. this is known as a left outer join.
    i have created a report in crystal with this bex query and it does not show rows from the master data that do not have a link to the cats table. only the rows that have a link to the cats table are showing up. (this is compared to a inner join)
    the reason i need the master data from the employee table is that the users want to divide the total hours off(sick time) per department by the total employees in that department.
    here is the sql query from crystal that was created automatically when i used the bex query to created the crystal report.
    SELECT {Measures.4J8L2TQJ3P517ISQ1R4Y8UZ36, Measures.4J9PY3UANRIW2HW15YSOED92A, Measures.4J9TLIO0NDQROSA2YONCW6HB6}
    ON COLUMNS,
    NON EMPTY
    CROSSJOIN(0EMPLOYEE.LEVEL01.MEMBERS, 0EMPLOYEE__0COMP_CODE.LEVEL01.MEMBERS)
    DIMENSION PROPERTIES 0EMPLOYEE.50COMP_CODE, 0EMPLOYEE.50MAST_CCTR ON ROWS
    FROM ZCATS_MC1/ZZCATS_MC1_Q001C
    SAP VARIABLES 0I_DAYS INCLUDING 0CALDAY.20100502 : 0CALDAY.20100903
    i am using the mdx driver, and the integration kit is 2.8.
    any thoughts?
    thanks,
    erik

    Thanks Ingo for the quick response.
    this sounds like a limitation in the integration between bex and crystal because the query shows the correct data and the crystal reports does not. i have tried to add a calculated key figure to all the rows and put a number in it but it still does not show the rows in crystal.
    my issue is that they(the business users) want to know all the employees in the employee master data along with all the sick / illness data.
    do you have a suggestion for this issue?
    do you think that the mdx driver should be updated to allow master data to flow to crystal?
    thx,
    Erik

  • Date Filter in BEx Query not applied to Webi Document

    Hi
    I have a simple BEx Query on 0MATERIAL - with Article (0MATERIAL) and Created On Date (0CREATEDON) characteristics in the Rows and 1ROWCOUNT key figure in the columns.
    If I restrict the BEx Query on 0MATERIAL to a single value, only that particular record is returned when I run the query in WebI - which shows Article and Created On Date.
    However, if I restrict the BEx Query to a specific 0CREATEDON date, the WebI report ignores this restriction and returns ALL records in the InfoProvider 0MATERIAL.
    If I run the BEx Query in the web, only those records with the particular restricted date are returned, so why does the WebI report ignore the BEx Query date restriction?  Any ideas where I am going wrong?
    Thanks
    Anton

    Hi Victor
    Thanks for the reply.  It turns out even after refreshing the universe structure and exporting I had to shut down Webi and reopen it for the changes (date restriction) to take effect.
    But thanks for the headsup on that bug/SAP note anyway - it is helpful to know.
    Rgds
    Anton

  • Can we restrict changes made in BEx query not to resemble in Universe

    Hello Gurus,
    I have a question. Lets say if there is a universe created based on BEx query and if later on BEx query is changed (newly added Chars, KF's or change in names) can we restrict the changes not to resemble in Universe?
    Please give me any related document or link which will be a big favor for me.
    Thanks a lot for your time.

    Changes in the BEx query are not reflected always automatically in your universe: Eg. if you add an new restriction or a new keyfigure. You have to maunally refresh the structure of your universe and export it again on your BOBJ server.
    Some changes will be automatically available though eg. if you change the code of a customer exit variable which is already used in your BEx query, even if you do not refresh the universe.
    Please keep in mind that some kind of changes in the query (removing existing key figures or characteristics) may cause error messages when you try to run your universe (assuming you did not update it).
    The recommendation here is to refresh your universe when you change the underlying BEx query. If you do not want to do that then your universe may stop working.
    Regards,
    Stratos

  • Changes made in Bex query not refelecting in Webi reports BO 4.0

    Hello Every One,
    We have made changes in BeX query and these changes are not getting reflected in webi reports.
    - We try to edit the connections.
    - Recreated the new connections and point it the webi report.
    We are using BO4.0 patch 2.9.
    DO we have to made any setting in BICS or in CMC or there are any parameter need to tkae care while creating the OLAP connections. we are using SSO.
    Thanks in Advance.

    Hi,
    You shouldn't have to do a "change source" at data provider level, but confirming the object mappings again by repointing webi to the bex query should help.
    As i'm sure you know, we are delivering many corrections in this area, for example:
    If this concerns a Hierarchy change see ADAPT01607814   (P2.11)
    If it concerns change to prompt variables see ADAPT01609491   (P2.12)
    Here's the link to the readme for Patch2.12 (out today) https://websmp101.sap-ag.de/~sapidb/011000358700001362992011E
    Out of interest, what change did you make in the bex query specifically ?
    Regards,
    H
    Edited by: Henry Banks on Feb 17, 2012 10:01 AM

  • BEx query not getting reflected correctly in OLAP workspace

    Hi,
    I have an OLAP workspace based on a BEx query. Everything works fine with BEx query and We can see the BEx report as required. But in OLAP workspace for one of the feilds (profit center), the workspace is coming with the Texts but not keys. Keys says Not Assigned everytime.
    BEx
    OLAP Workspace
    1990909099/Super Center
    #/Super Center
    871812788/Athlon
    #/Athlon
    We refreshed the connection couple of times and created new reports without any better results. Can anyone suggest a solution for this.
    Thanks
    Neo

    Hi,
    Yes,We're using standart template.
    This below  URL generated froum Query Designer.
    http://<hostname>:50100/irj/servlet/prt/portal/prtroot/pcd!3aportal_content!2fcom.sap.pct!2fplatform_add_ons!2fcom.sap.ip.bi!2fiViews!2fcom.sap.ip.bi.bex?QUERY=KSD_M01_Q006
    regards

  • SUMCT , SUMRT & SUMGT functions of Bex Query not supported in Uinverse,

    Hello Experts,
    I performed the following steps:                                               
    1. Created the Bex Query using the Query Designer with the following functions as                                                                               
    SUM CT                                                                               
    SUMGT                                                                               
    SUMAT                                                                               
    and saving the Query.                                                                               
    When creating the universe connection and try to connect to the above query, it is not showing the dimensions or any objects. It is just blank. It throws the error " error getting dimensions for cube".                                                                               
    But the BEx query works fine in the Query Designer.                                                                               
    When using other functions, and the Universe and Universe connection works fine. Please let me know if this is a limitation or if I am doing anything wrong.                                                                               
    Let me know if you need any further information on this.
    Thanks and Regards,                                                                               
    Jothivel

    Hi Ingo/Stratos,
    I enabled the traces for the universe creation in my test environment( basically I enabled the SOFA and MDX logs using the registry key settings) and got the following :
    Thu Dec 31 09:15:09.390: SAPMODULE: SAPConnection: m_pRfcWrapper->Close( m_hRfcConnection ) 0.015
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Authentication model for SAP connectivity is CREDENTIALS
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Authentication model for SAP connectivity is username and password
    Thu Dec 31 09:15:15.609: SAPMODULE: SAPAuthenticationService: Trying to connect to SAP using this URI : occa:sap://;PROVIDER=sapbw_bapi,ASHOST=10.165.81.246,SYSNR=01,R3NAME=T25,AUTHTYPE=CREDENTIALS,USER="badari",LANG=EN,CLIENT=800,CATALOG="Z_BOBJ_M",CUBE="Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO",PASSWD=******
    Thu Dec 31 09:15:17.218: SAPMODULE: SAPAuthenticationService: m_pRfcWrapper->RfcOpenEx() 1.609
    Thu Dec 31 09:15:17.218: SAPMODULE: SAPConnection: Connection to SAP BW server successful
    Thu Dec 31 09:15:17.625: SAPMODULE: CLIENT: MDDataProviderBW.GetCubes 0.407
    Thu Dec 31 09:15:17.625: SAPMODULE: CLIENT: Reserved Structure Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO
    Thu Dec 31 09:15:17.640: SAPMODULE: STRUCTURE: Getting dimensions for cube Z_BOBJ_M ...
    Thu Dec 31 09:15:18.343: SAPMODULE: STRUCTURE: RFC function call MDDataProvderBW.GetDimensions failed.  System error in program CL_RSR_MDX_META_DATA and form CONSTRUCTOR-01- (see long text)
    Thu Dec 31 09:15:18.343: SAPMODULE: : Error getting dimensions for cube Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO (catalog Z_BOBJ_M): See RFC trace file or SAP system log for more details
    Thu Dec 31 09:15:18.343: SAPMODULE: STRUCTURE: MDDataProviderBW.GetDimensions 0.703
    Thu Dec 31 09:15:18.343: SAPMODULE: : Error getting dimensions for cube Z_BOBJ_M/ZZ_IH_OLAP_TEST_RATIO (catalog Z_BOBJ_M): Unknown error
    I have asked the customer the perform the above steps and let me know the logs.
    Please let me know if the above logs help. I don't have access to my test SAP System logs. Hence unable to check the RFC trace file.
    Thanks and Regards,
    Jothivel

  • BEX Query not dispaying results

    Hi All,
    I think this week am hit with number of issues....as mentioned in my earlier posts am new to SAP BW and having issues.
    Issue:
    We have a BEx query and it is not displaying results(in Web report). Error is "could not find any records for the given selection......... "
    I have checked the Infocube for the given selection in Query and I can display the records where as it is not displaying at all in BEx query results.
    I have reactivated the cube to see whether the data flows through but it didn't work.
    I tried executing query using RSRT and it is not displaying any results.
    I have deleted data in the infocube and loaded it again and it didn't work
    Any help would be much appreciated.
    Cheers
    Sandeep

    Hi Akshay,
    No errors while executing query under RSRT.
    Yes we are using time variants and we have included fical variant under characteristic restrictions.
    Cheers
    sandeep

  • BEx Query not able to excecute on SAP Portal using Internet Explorer 9

    Hello,
    What config. do I need to do in the Internet Explorer 9 so that it will excecute the query on SAP portal.
    Error message: Internet Explorer cannot display the webpage
    Thanks
    Arjun

    Hi Arjun
    Please check the SAP portal and BI system version and then check the compatibility for BEx Query in IE9.
    Refer to http://service.sap.com/pam >> Click on SAP Netweaver version, here you can find the PDF files.
    BI (BEX Web) is supported on IE9 with SAP porta version 7.0 SPS24 in vista or windows 7 if you SAP portal version is 7.0
    Best Regards
    Arun Jaiswal

  • *Currency Conversion created in BW BEX query not working in BO report:*

    Hi,
    We have created a key figure with currency conversion and working fine in BEX when I execute that query.
    But when created a BO universe and WEBI report on that query, I am getting following error.
    "MDX query failed to execute with Error".
    Can anyone please help.
    Thanks
    Dhana

    Hi
    Thanks. But new problem.
    When I pulled OCURRENCY to free area now it is working in BO also.
    But now another problem is --> for Currency translation am getting prompt in BO also to select target currency. There , all values (all currency types) are not displayed , only USD is coming. WEBI report is fine for USD conversion.
    But when I want to convert into AUD , its not there in LOVs .
    Some time back this problem exists in Bex also, but when we changed cube level setting as below:
    Infocube : display-> OCURRENCY right click and go to "provider specific properties"..and then
    go to "object specific properties "  and then for "Query Exec Filter Val" selected "M Values in Master data table".
    Now when executing query in Bex for target currency selection values it is taking from master data and displaying all types like USD, AUD, INR ..etc. in drop down list.
    Now created new BO universe and new WEBI report but only USD is coming in selection LOVs not all types.
    Please help us.
    Thanks
    Dhana.

  • Totals in BEx query not matching with actual total

    Hi,
    We have one report in BI, the total for few columns (Given by BI system i.e system generated) for the values of the key figures is not matching with actual total of that values...
    I am confused to see, how sap BI can do the totaling mistake...
    Please suggest and help....
    Thanks,
    Nitika

    Hi
    Please check following things
    1. Check key figure aggregation properties, how it is defined, it might have been defined as Avg, Last,first value or it might using exceptional aggregates.
    2. Double check your process of validation between cube and bex report for totals.
    Thanks
    Raghu.

  • Exception in Query not shown

    Hi All!
    I need you help with the following - which normally works:
    I integrated an exception in my query (3.5) which should show positiv abbrv. in green / negative in red. I mad the following settings:
    I selected the keyfigure, made for "green" the setting 999999 - 0 Alert Level green2 and in the secound folder I only selected all - the same I did for red (0 - -999999). I activated the exception. Normally the values in that column should be shown in red and green but it didn´t work?
    Does anyone know why?
    Mirjam

    Hi,
    Select Validity area of exception as all in the one of two tabs avaiable in the creation of exception and try it will work.
    Hope it will Work..!!
    Please assign points....
    Best Regards,
    SG

  • Bex Query Not Running

    Hello
    I have built BI7 Query and run it. It goes to the portal where I use my user password and it comes back with the following results
    Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    com.sap.ip.bi.base.parameter.ParameterConverter.createFromServletRequest(Ljavax/servlet/ServletRequest;)Lcom/sap/ip/bi/base/parameter/IParameterList;.
    Exception id: 01:49_19/01/08_0045_52644550
    See the details for the exception ID in the log file
    I also cannot save a Web Template neither can I Save a Report using Report Desiner. Both come back with authorisation errror. I think all three could be related or maybe they are differnt.
    Please can you guys help and offer a solution?
    Thanks in advance.
    Steve.

    Hi Lambertus,
    I also face same problem. Please can you elaborate the solution you described or what should I be asking my basis team to do to solve this issue.
    Regards
    Anand

  • Webi report on OLAP Bex query -  Cost element Hierarchy not working Drill down

    Hello,
    We have a BO report on Bex query, Not on universe, we have a Hierarchy for Cost Element Group, and we are expecting the Drill down functionality for that in BO report, but it does not.
    Webi report on OLAP Bex query -  Cost element Hierarchy not working Drill down
    Any pointers how to do it please
    Thanks
    Krishna

    Hi,
    WebI reports on BEx source don't use same Drill feature as other sources, it's replaced by expland/collapse of hierarchy nodes (documented in WebI user guide in § "24.1 Drill defined"). This means you have to create query which selects all hierarchy sub-tree you plan on exploring later in report, otherwise if no data is available under a node there will be no '+/-' sign to visit this part of tree.
    You could try first to select "All members" from hierarchy in QueryPanel and see if behavior in report suits your needs. Then you should restrict hierarchy member selection to what's really needed to avoid performance issues.
    Regards,
    Loic

Maybe you are looking for

  • Payroll Data Extraction - 0HR_PY_1 and BIWMONTH

    Hi, I'm hoping someone can provide some clarification on an issue with a payroll data extractor please. I've searched the forums, and looked at the Business Content documentation, but I'm still not clear on one point. The extractor 0HR_PY_1 (Payroll

  • How to display further information when a drop down menu option has been selected.

    Hi all, Thank you in advance for any replies! I'm building a website which has a drop down menu (HTML for the menu is below). When a TV size is selected i need the pricing information for that specific TV size to appear below the menu. Is there a way

  • Printer Driver for Canon MX310

    Hi everyone, Just made the switch to Mac on the weekend, and everything is running smoothly on my new SR Macbook so far. The only thing I'm having trouble with is getting the right printer driver set up. I got the Canon MX310 with the rebate that cam

  • JDialog woes, has anyone solved these yet?

    I can't seem to find a solution to the following two JDialog problems. They seem to have existed for a few years, but I can't find a solution. 1. Any JDialog windows that I use doesn't take the icon of it's parent frame. Just a cosmetic thing, but I

  • Standard Query (Sq01) for Leave Details

    Hi Experts, I have created a query using SQ01 for Leave Details which includes all infotypes required viz. 2001, 2002 etc. When i use this query for any employee using any subtype/absence type, it works fine, but when i use it for a particular type i