EPM Reports error Incorrect Asymmetric Report

when running a report in Hyperion 11.1.1.3 Workspace that is connected to an Essbase application I get the following error:
5200: Error executing query: essbaseserver/App/PlanType//Error(1001058) Incorrect Asymmetric Report, [100] Records Processed
Where do I begin troubleshooting this issue?

Hi
Is the issue happening to specific FR Reports which using Prompts in FR Reports design ?
Try verify  fiddler trace logs to know what happens in the background. This can be done by installing Fidler from http://www.fiddler2.com/fiddler2/
regards,
Harish.

Similar Messages

  • Incorrect Asymmetric Report

    i'm trying to run a report comparing data from two cubes. i keep getting the error 5200: Error executing query:.... Incorrect Asymmetric Report.
    any ideas? it works singly, but when i put both cubes it crashes.
    thks

    It sounds like the report is using members which differ between the cubes.
    You can set the report to consolidate assymetric columns using the Data Query Optimization Settings, see the Studio User Guide (fr_user) for more details:
    http://download.oracle.com/docs/cd/E12825_01/nav/portal_4.htm
    Regards, Iain

  • Multi-value parameter report - error : Incorrect syntax near ',' with multi-valued parameter in SSRS

    Hey,
    I created a report in Reporting Services  where I added multi-value parameter
    ( Filter).  When I run my report, and try to select more than one parameter, I get an error:  Incorrect syntax near ','
    then i put in parameter expression :  join(Parameters!Filter.Value,",")  
    and add : dbo.ufnSplit  before calling parameter in query :
    >>>  set @valwhere = 'table.field IN (select * from dbo.ufnSplit(' + @Filter + ' , '',''))'
    but i still have errors : incorrect syntax near 'text'  which is the second value of the picklist of the parameter,
    Please Any idea ?
    Thanks !!

    I have sometimes had to collate as default with the SQL query
    currently I've just using
    CompanyName in
    (selectitemfromdbo.fnSplit(@function,','))
    In the SSRS report text box I have Join(Parameters!Company.Value,",")

  • ADD-ON XL Reporter: Error installing XL Reporter in various PCs

    Hi,
    I went to a customer yesterday install XL Reporter and some templates.
    The customer has 3 PCs in a workgroup.
    I install XL on the first PC and works without problems.
    On the others, the PC frozes and i received the following error:
    Error Preparing Metadata Repository:
    DATA:
    LOG:
    DBEXIST:True
    I was connecting to the server DB with sa user and i have the
    administrator rights of all PCs
    I've searched in this group and SAP Forums and not found a issue same
    as this.
    Thanks.
    Danilo

    hi,
    uninstall the XL reporter and install using the following steps
    install dot net framework1.0 or 2.0 in the client system
    then install the addon using following steps
    installation steps of XL-reporter add-on,
    1. goto add-on administration => Register Add-on(click).
    give the XL reporter address. select default group as Manual.
    update.
    2. goto addon manager => pending Add-on tab => select the addon row and install.
    in installation give the user id and pwd of SQL server.
    3.goto addon manager =>installed addons tab, start the XL reporter, once it get connected as status.
    4. go to tools menu in SAP B1, in that you will find XL reporter, click that XL reporter will open.(to view XL reporter)
    follow the above steps you will get the XL repoter add-on running in SAP B1.
    regards
    sandip

  • Report Error When Getting Report Result

    Hi,
    I am running a "SQL Query (PL/SQL function body returning SQL query)" report and one of the items is a LOV which has a long list. I get this error.
    report error:
    ORA-06502: PL/SQL: numeric or value error: character string buffer too small
    The query string to be returned is VARCHAR2(32767) and it seems like the LOV is too long.
    Any advice? Thanks.

    This normally occurs as per the Report category type.
    By default the report category type is set to "RPT0". Therefore, when the application is launched, the reporting category type is also sent as URL parameter to the backend system.
    Please check if you are using customized reporting category type.
    Please check Iview property defined in the portal. Check in the content admin under manager's role > iviews > HCM > LPA reporting > Check here for the scenario that you are using if this is the same.
    Thanks !!!

  • BW Report Error - MSS (Headcount Report)

    Hi,
    We just installed MSS on our ERP 2005 system. When I log into the portal the Headcound report has a short dump. Below find the dump message. Can someone please help me on how to fix this bug.
    Thanks
    Salim
    Error Log:
    An exception occurred while processing a request for :
    iView : pcd:portal_content/com.sap.pct/line_manager/com.sap.pct.erp.mss.bp_folder/com.sap.pct.erp.mss.roles/com.sap.pct.erp.mss.manager_self_service/com.sap.pct.erp.mss.manager/overview/com.sap.pct.erp.mss.team/com.sap.pct.erp.mss.team/com.sap.pct.erp.mss.headcount_overview
    Component Name : com.sap.portal.appintegrator.sap.BWReport
    Exception in SAP Application Integrator occured: Unable to parse template '<System.Access.WAS.protocol>://<System.Access.WAS.hostname>/sap/bw/BEx?sap-client=<System.client>&sap-language=<Request.Language>&accessibility=<User.Accessibility[SAP_BOOL]>&style_sheet=<LAF.StylesheetUrl[url_ENCODE]>&<TrayInformation[IF_true PROCESS_RECURSIVE]>&<Authentication>&<Report>&<DynamicParameter[PROCESS_RECURSIVE]>&<ForwardParameters[QUERYSTRING]>&<ApplicationParameter[PROCESS_RECURSIVE]>'; the problem occured at position 0. Cannot process expression <System.Access.WAS.protocol> because Invalid System Attribute: System: &#39;SAP_BW&#39;, Attribute: &#39;protocol&#39;. .
    Exception id: 08:45_24/01/07_0009_2066950
    See the details for the exception ID in the log file

    Hi Salim, sorry for the delay but I was in transit...
    Check the following <a href="https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/5523">weblog</a>. It has some useful information about the parameters needed for BW integration. The error you are getting is from the portal appintegrator component, not from BW. So you should check the parameters you are setting.
    Cheers,
    Marcelo

  • Query Engine report error with Crystal Report 9 And MS SQL SErver 2000

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...

    Hi,
    Currently I m doing a report with Crystal Report 9 and MS SQL as back End.I used a stored procedure to fetch data from DB.The Stored procedure works properly with query analyzer . But when I take report through application
    "Table Not Found" Error is coming.Later I Found that In stored procedure for certain conditions only this error comes.But I cant resolve it.
    Can any One check any pblm with this query
    ELSE IF ISNULL(@intSourceID,0) = 10 Or ISNULL(@intSourceID,0) = 11 Or ISNULL(@intSourceID,0) = 12 Or ISNULL(@intSourceID,0) = 13 Or ISNULL(@intSourceID,0) = 14  
    BEGIN
    IF ISNULL(@intSchemeID,0) <> 0  
    BEGIN
    Select* From table
    END 
    ELSE IF ISNULL(@intSchemeID,0) = 0  
    BEGIN
    Select 
    END 
    END
    When I comment the above codes , report works fine....
    Can any one help me....plz....I m in such a critical situation...
    Refer the above statement highlighted in BOLD. That statement is WRONG. Select what ???? Try any one of the below statement,
    select ''
    --or
    select 0
    --or
    select null
    Regards, RSingh

  • "Failed to open report" error while running reports using Crystal Report

    We have a web application develeoped in ASP.Net, SQL Server 2005 , Crystal Reports 10.0. Sometimes if a large number of users run reports from their individual nodes they receive an error "Failed to open report ", if we restart the IIS they are able to run the reports. In addition to this the users also sometimes get the error "Maximum Report limit attained". Can any one provide me with a solution other than restarting the IIS.

    Hi,
    Use the close and dispose method for Report object. Its a best practice to code also gc.collect for garbage collection.
    It might help you!!
    Regards,
    Amit

  • XL Reporter Error While Executing Report

    Dear All,
    I am getting error while running xl reports:-
    A Required COM add-in program for XL Reporter has not been loaded and probhitis Microsoft excel from running.
    Thanks & Regards,
    Pankaj Sharma

    Dear Pankaj Sharma,
    You may check this thread:
    Regarding XL Reporter
    Thanks,
    Gordon

  • "Failed to open report" error while running reports

    We have a web application develeoped in ASP.Net, SQL Server 2005 , Crystal Reports 10.0. Sometimes if a large number of users run reports from their individual nodes they receive an error  "Failed to open report ", if we restart the IIS they are able to run the reports. In addition to this the users also sometimes get the error "Maximum Report limit attained". Can any one provide me with a solution other than restarting the IIS.

    Hi Balla
    If you face this issue only while running the reports from a .Net web application, then please post this thread to the sdk development forum.
    You can follow the link below:
    https://www.sdn.sap.com/irj/sdn/businessobjects-sdk-forums
    Thanks

  • Crystal Reports error when saving report in BW

    Hello,
    I have "Error code 120 is sent by server" message when I try to save my report in BW via Crystal Reports v10 !!!
    Thanks for your help
    Burak

    You need to update the "Object Changeability" in BW for Crystal report objects.
    to do this:
    1.  run transaction /nRSA1
    2.  Select the transport connection tab
    3.  click the "Object Changeability" button
    4.  Select the "Crystal Report" line item
    5.  right click and select "Everything changeable"
    6.  Exit transaction

  • AppV 5 Reporting Error while uploading reporting data

    stumbled upon this error yesterday while trying to upload logs to the reporting server from the client
    while browsing to the reporting server itself I can see that "method no allowed" web page means that the iis pool is ok
    log from the ps session is attached.
    and the event viewer shows Event ID: 17006
    and inside the event all I get is: Reporting data cache could not be sent to Reporting Server. (rc = 0x9E900713-0x13).
    any advice would be helpful.
    even how to get more info about that error, how to debug it even more.
    "reporting data cache could not be sent" doesn't help me much, I need to know why so if you know any way let me know
    thanks!

    How have you defined the reporting server on the client? (e.g. if via PowerShell, what's the command you used?)
    If the URL defined on the client correct for your environment?
    Please remember to click "Mark as Answer" or "Vote as Helpful" on the post that answers your question (or click "Unmark as Answer" if a marked post does not actually
    answer your question). This can be beneficial to other community members reading the thread.
    This forum post is my own opinion and does not necessarily reflect the opinion or view of my employer, Microsoft, its employees, or other MVPs.
    Twitter:
    @stealthpuppy | Blog:
    stealthpuppy.com |
    The Definitive Guide to Delivering Microsoft Office with App-V

  • Get Report Error when schedule report run

    No problem I know what it is.

    Issue was related to the Console URL setting in the Grid Control Overview tab, it was set to http://<host>:<port>/em/console and should have been set to http://<host>:<port> instead.

  • Error while scheduling reports

    Hi,
    I am trying to schedule a report and trying to send a mail attachment in pdf format.
    I could schdule to reports to generate in files and it works fine but when i try to schedule a report for mail i get a following error.
    REP-4202: Error occurred while logging on to the Mail subsystem.
    REP-4224: Incorrect user name, password, or service profile name.
    REP-4202: Error occurred while logging on to the Mail subsystem.
    IS this a MAPI client issue? If yes then can somebody tell me how to configure MAPI client.
    IS there any other solution for this problem.
    I have outlook expreess as my defalut mail system. Also i have microsoft outlook installed on my machine.
    Thanks In advance,
    Shailesh

    Morning Simon,
    The source doesn't seem to be showing any error message or explaining anything however the error FWM 02050 might say something. Have you searched the Wiki or Articles about this?
    Personally I have not seen this type of error before however it seems that either the source or the layout of the report gets changed and hence it errors out as it does not match with the source.
    For example, in the report maybe there is a dynamic parameter which gets changed occasionally or any other report object which has a source linked gets changed.
    Does this happen only with one report or all the reports?
    Does anyone change the reports?
    How many dynamic or static params are there in the report?
    How is the report connected (odbc or any other means?)
    Does the server react like this with other reports as well?
    Here is the list for error message from BO you might it find handy
    [help.sap.com/businessobject/product_guides/boexir3/en/xi3_error_message_guide_en.pdf]
    I think we need to investigate first where the problem is generating from and then find out about this error.
    Regards
    Jehanzeb
    Edited by: Jehanzeb Navid on Oct 15, 2008 8:48 AM
    Here what error given above says
    The object with ID , Title "", Kind "" has changed since last query
    (FWM 02050)
    Cause
    The required object has changed since the last query.
    Action
    Query the InfoObject again.
    Maybe the end user is not query the report properly?

  • Multi Value Parameter in SP  error in Crystal Report SAP B1 ?

    Hi Experts ,
    i am Getting an error in Crystal Report
    "Failed to retrieve data from the database.  Details:  42000:[Microsoft][ODBC SQL Server Driver][SQL Server]Line 1: Incorrect syntax near '('. [Database vendor code: 120]" 
    I an executing the SP In Command  , I want to pass multi value parameter in SP
    When Pressing  ok
    than  On Ok Button  Error come
    So I have Some Question
    1> Why All parameter in Commend Are  Automatic getting  Compulsory  and How to Avoid It?
    2> How to Solve  this error ? this error is only coming with multivalued parameter ?
    i have many report in which i have to send the multi value parameter into query it self  so , Plz Help Me
    I am New to Crystal Report so it will be Kind Of you  if explain  with example .
    Thankks in Advance !!!
    Regards,
    Mayank Shah

    Hi Shachar,
    i will explain one because i think some thing is misunderstood
    please the images
    when all parameter record selected and no parameter record selected ... i want all record should display
    this blank report is problem
    Regards,
    Mayank Shah

Maybe you are looking for