BO XI 3.1 DeskI report Calculation mismatch

Hi ,
I have an Calculation issue in one report after migrated from BO 5.1.6 to BO XI 3.1.
After refreshing two reports parallelly, BO XI 3.1 report 1st 3 records of two columns are not at all there in BO 5.1.6 report.
in XI 3.1 i am getting 3 more records compare 5.1.6.
And out of that one column recod values is not matching with 5.1.6, but these record values Sum of total is matching.
(Ex:  Here is the report output im getting with mismatches
BO XI 3.1                                BO 5.1.6
Age    Value                        Age       Value
0           5                                6            1
1           5                                0            4
3           5
4           5
5           5
6           5
   Total   5                                Total        5   
I have checked for the filters,hided columns, formulas. Both are looking same.
Cany anyone suggest me for a solution.
Thanks in advance,
Krishna

Im trying to copy the output im getting again, format is getting changed after i submit
BO XI 3.1               BO 5.1.6     
Age     Value          Age      Value
0     5          6     1
3     5          temp     4
4     5               
5     5               
6     5               
temp      5               
Total   5          Total   5

Similar Messages

  • BO XI 3.1 DeskI report Calculation mismatch in record values

    Hi ,
    I have an Calculation issue in one report after migrated from BO 5.1.6 to BO XI 3.1.
    After refreshing two reports parallelly, BO XI 3.1 report 1st 3 records of two columns are not at all there in BO 5.1.6 report.
    in XI 3.1 i am getting 3 more records compare 5.1.6.
    And out of that one column recod values is not matching with 5.1.6, but these record values Sum of total is matching.
    (Ex: Here is the report output im getting with mismatches
    BO XI 3.1         BO 5.1.6
    Age Value
    0        5             
    3        5
    4        5
    5        5
    6        5
    temp   5
    Total   5
    BO 5.1.6
    Age Value
    6         1
    temp   4
    Total   5
    I have checked for the filters,hided columns, formulas. Both are looking same.
    Cany anyone suggest me for a solution.
    Thanks in advance,
    Krishna

    Im trying to copy the output im getting again, format is getting changed after i submit
    BO XI 3.1               BO 5.1.6     
    Age     Value          Age      Value
    0     5          6     1
    3     5          temp     4
    4     5               
    5     5               
    6     5               
    temp      5               
    Total   5          Total   5

  • Formula Issue in Deski Report

    I need to create a formula in deski reports to sum up the column specific records Excluding Negative values.
    i.e., If there are negative values in the column , then they should show in the column but when sum is calculated , negative value should not be included in that....!!
    e.g.,,
    Column1   Column2   Column3
    a                23              13                
    b               -16               3
    c                10               -7
    Total        33               16
            (excludes -16)    (excludes -7)
    I have tried these combinations but in vain.....
    1) = If Sign(column value name) <> -1 Then Sum(column value name)
    2) =If (column value name >= 0) Then Sum(column value name)
    Else Sum(column value name) = Sum(column value name) - (column value name)
    Please help asap.... Thanks in advance

    Hi
    Try below.
    Create two variables\formulas as per requirement
    1. For totals without negative values
    =Sum(if (Column2) >= 0 Then Column2 Else 0)
    2. For totals only with negative values
    =Sum(if (column2) <= 0 Then column2 Else 0)
    Cheers,
    Suresh A

  • Error while scheduling DESKI report in infoview

    I m scheduling a DESKI report to users enterprise inbox from infoview using a server group. This server group has DesktopIntelligence Job server, Destination Job server, Adaptive Job server and Program Job servers and all these servers are running.
    When I schedule the report to boldusers enterprise inboxbold it get failed and shows this error message
    bolddestination DLL disabled. []: [CrystalEnterprise.Smtp] bold
    I m wondering what has to be enabled for scheduling a report to infoview's own inbox.

    Abhilash
    You are correct that it shows all the prompts but only when we run the report either directly from the CR Designer or via View on Demand in Infoview/CMC.
    But if I try to schedule an instance of this report, I am getting a check box in the parameter section which says "Show unused parameters" to see this dyanamic prompt. And When I check that box in Infoview still I am not able to select any value for this prompt as it's greyed out.
    Hope I am able to explain my query to you.
    Also attached a screen shot of the scenario for your reference.

  • Output same Deski report as PDF and XLS

    Hello,
    will it be possible to generate (not schedule) a Deski - Report using Java SDK ?
    desired workflow:
    - generate/refresh the report to hold new data (User specific, Local specific)
    - output this report in Formats PDF and XLS
    - store the output - reports in Users inbox
    The goal is to generate the report only once and output the same twice - as pdf and as xls.
    As far as i saw in scheduling a report, it is only possible to produce one output (pdf or xls), if we need both, we have to schedule twice. And therefor we will have to generate the same report twice.
    I found somthing like
    binaryView = (BinaryView)documentInstance.getView(OutputFormatType.XLS);
    binaryView = (BinaryView)documentInstance.getView(OutputFormatType.PDF);
    in RBean for Webi - reports.
    Looking forward for any idea.
    Thanks in advance.
    Johannes
    Edited by: Johannes Kammerer on Sep 15, 2009 4:55 PM

    If you're on XI 3.x, then you can specify multi-format exports using Publications.
    Otherwise, you'd need to export to a file using REBean SDK, then Enterprise SDK to create a new InfoObject for that artifact.
    Sincerely,
    Ted Ueda

  • Is it possible to use the JAVA Report Engine SDK to modify DESKI reports?

    Post Author: Nadine
    CA Forum: JAVA
    Hi, is it possible to add a complex filter to a DESKI report using the JAVA report engine sdk?
    In the developer tutorials for this API, I've only found references to WEBI in terms of modifying reports, though it seems to be possible to view DESKI reports with this sdk.
    I am a bit confused in terms of the scope of this API and how I would use it in regard to DESKI.
    Many thanks for any suggestions!
    Nadine

    Post Author: Ted Ueda
    CA Forum: JAVA
    Current (XI R2) version of ReportEngine API only supports refreshing/viewing functionality for Desktop Intelligence documents.  Document modification/creation is only supported with Web Intelligence documents.  Queries aren't modifiable for Deski using ReportEngine API - you can only do so using Desktop Intelligence Reporter SDK, which is COM based.Sincerely,Ted Ueda

  • Row Level Restrictions on DeskI Report not working under InfoView

    When running/refreshing DesktopIntelligence XI r3 (Full Client) reports under InfoView, the row-level restrictions applied in the universe are not being included in the SQL (additional filtering is NOT happening). However, if a user creates a report using the same universe in WebIntelligence or if the user runs the same report in DesktopIntelligence, the row-level restrictions are working.
    It strikes me that the problem has to do with security rights granted (or not granted), but I can't figure out which settings would allow the proper running of a DeskI report under InfoView.
    Thanks for any assistance rendered!

    Mike,
    Do people connect to Infoview and Deski using the same authentication method and the same username?
    How does this compare to how your data restrictions are configured?
    Are you using @Variable('BOUSER') restrictions? Have you taken domain into account e.g. "Domain\UserName" vs "UserName"?

  • Red Blue issue with published DeskI Report in InfoView

    Hi everyone,
    i'm expieriencing a strange behaviour with my published DeskI Reports.
    I'm using logos in my report and they work just fine... in my full client. As soon as I publish them to InfoView and open them up in the browser, then somehow the color red and blue interchange. Red becomes blue and vice versa...
    My System consists of:
    BOE R 3.1 SP2
    Win Server 2008
    DeskI and WebI
    Has anyone expirienced the same issues?
    Thanks and kr,
    Nils

    Hi Stratos,
    so far everything is just fine. Hope you are doing great too.
    my IE version is: 7.0.5730.13
    Tomcat version: 5.5.20
    If I click on the logos in InfoView, nothing happens.
    I tested 3 different ways to implement them:
    1) via link; pictures shows up, but again with the red blue issue
    2) as an object; pictures shows up; also w/ the red blue issue
    3) inserted a cell, and pasted the picture in it, pictures shows up; also w/ the red blue issue
    The strange thing is, that this issue only appears in the browser.
    Thanks,
    Nils

  • Not able to save deski report as PDF through infoview

    Hi,
    when I try to save a deski report as PDF through infoview error appears as:
    Your request could not be completed because a failure occurred while the report was being processed. Please contact business administrator.[RCIRAS0546] (Error: INF)
    we are using BOXI 3.1/ SP2.
    Please let me know the possible solution for this.
    Thanks
    DLN

    Are you migrated from earlier version to 3.1.
    YES,
    here you go,
    Have a back door way to fix the problem...
    We were having the same issue with DeskI documents while upgrading from XIR2 to XIR3.
    It's tied to documents that are set to Refresh on open
    If you import the report, set it to "not" refresh then publish it, test it and it should run fine. Once you get it working correctly you can republish the report again and turn the "Refresh on Open" back on.
    It should work fine from that point on.
    Thank You!!
    Sent from iPhone
    Edited by: BOCP-BOE on Oct 19, 2010 12:01 AM

  • How to view deski report in html format ?

    Hi,
    I use BO XI R2. I use jsp.
    I just want to know how to view deski report in a html format.
    thanks a lot.
    hatoug

    Since you're using JSP, please post to the Java support forum:
    Java SDK Application Development
    or
    SAP Crystal Reports, version for Eclipse

  • TimeoutmexpiredState: HYT00 error while refreshing Deski Report

    Hi All,
    I am tryting to refresh a deski report and get the following error:
    Error during SQL execution: (DA0003): Exception DBD, [Microsoft][ODBC SQL Server Driver] Timeoutexpired state: HYT00] The following data providers have not been successfully refreshed: QUERY with CONNECTION. (DMA0007): (Error: INF)
    The report has prompts e.g Regions. When I select Region 1 the report runs fine, but when I select Region 2 this error occurs. I presume this region also has a lot of data and could take a couple of minutes to run.
    I have tried analysing the universe and add index's to the database tables to try and speed up the query process - but no luck.
    Has anyone seen this or been able to resolve this...
    Many thanks
    Jacques

    This is scary... Google just returns 2 results and they are not much use either..
    But anyway, I went all the way... and so I shall post the results.
    Firstly, I tool the SQL from the report and ran it in query analyser to see the query execution plan. Where I could detect high query cost, I created index's on the tables where appropriate.
    Futher, I incorporated the physical tables instead of using views from the database (from my legacy developer)...
    And finally, I recreated the report to iron out the objects/tables that make the report run slow when added.
    A lengthy process - most probably not the best, but at least the report runs and no timeouts occur.

  • Unable to run Store Procedure based deski report in Infoview

    Hi All,
    I have a Deski report which is created using Store Procedure. I am able to run report in Full Client Deski. But I am unable to run / schedule same report thorough infoview.
    More details about report
    - Report uses 3 store procedures. When I ran report in infovew I get error message as "SP2 Dataprovider did not refresh properly".  -- SP2 is Dataprovider name.
    - Same report I am able to run in Dev environment. After migration to Model, report fails to run in model infoview.
    - I am able to Run report only for 1st. When I refresh and run with same parameter report shows error.
    Any input will be great help.
    Thanks,
    NV

    Hi,
    Could you please test the following solutions to resolve the issue.
    Solution1:
    Test the issue by inserting the following parameter in .SBO file.
    <Parameter Name="Force SQLExecute">Always</Parameter> .
    Solution2
    Just put SET NOCOUNT OFF in the end of the stored procedure SQL.
    If the above doesnu2019t works then please try the following solution.
    Solution3
    Make the new connection from the scratch using ODBC connection and test the issue.
    I hope this will help you.
    Regards,
    Sarbhjeet Kaur

  • Large DeskI report in Infoview

    Hi,
    I am getting error u2018No server was available to process the request. Please try again later. (Error RFC 00101) (Error: INF)" while opening a DeskI report in Infoview (BOXIR2 SP4).
    Same error appears while viewing scheduled instances of this report. There are more than 1 million rows in the report. WebI report with same data runs properly. No issue in DeskI full client.
    I applied the workarounds mentioned in the SAP notes 1199258, 1199491, etc. Also tried using dedicated servers for the report; no impact.
    Please advice.
    Regards,
    Hitesh

    Hi Hitesh,
    Following information might help you to resolve the issue.
    Issue might be related to timeouts on the connection server.
                                                                                    Please login into CMC and go Home>servers , locate Input and Output File servers and modify timeout of each to be 60 minutes. Default is 10 mins                                                                               
    This 10min default value can be modified in the registry as well:                                                                  
    HKEY_LOCAL_MACHINE\SOFTWARE\Business Objects\Suit 11.5\File Server\Instances\input.<machine name>                                  
    There is a registry key called u201CServerMaxIdleTimeu201D. Modify it and change the decimal value to 90 (default is 10, max is 90).                                                                               
    After this change is made, please restart CMS and FRS servers and test same again. Please let me know the results.                                                                               
    Regards,                                                                               
    Sarbhjeet Kaur

  • (Error RFC 00101) (Error: INF) Large DeskI reports in Infoview.

    Hi,
    I am getting error u2018No server was available to process the request. Please try again later. (Error RFC 00101) (Error: INF)" while opening a DeskI report in Infoview (BOXIR2 SP4).
    Same error appears while viewing scheduled instances of this report. There are more than 1 million rows in the report. WebI report with same data runs properly. No issue in DeskI full client.
    I applied the workarounds mentioned in the SAP notes 1199258, 1199491, etc. Also tried using dedicated servers for the report; no impact.
    Please advice.
    Regards,
    Hitesh

    Hi Hitestwar,
    Try these notes as well
    1363743 - '(DA0005)... no default driver specified state: IM002' and 'RFC 00101 Error INF' errors when refreshing a deskI report in InfoView
    1202263 - Error: "No server was available to process request. Please try again later. (Error: RFC 00101) (Error: INF)"
    1336210 - when refreshing Desktop Intelligence report in InfoView "No server was available to process request. Please try again later. (Error: RFC 00101) (Error: INF)"
    1423194 - "No Server was available to process the request. Please try again later. (Error: RFC 00101) (Error: INF)" when refreshing a DeskI document in InfoView
    1200315 - No server was available to process the request.Please try again later(Error:RFC 00101)(Error:INF)
    You can do another thing in the "Help & Support" section on the http://service.sap.com/support/ search for "Error RFC 00101" you will get more references to this issue.
    Or try to set logs on the server and check what is happening.
    Thanks,
    Vivek

  • Scheduling deski report to html format fails

    We're running boxi 3.1 SP4 on a Linux redhat machine. When scheduling a deski report to html format to unmanaged disk, the report stays in processing state for 10 minutes and then it goes to failed state with error "Object failed to run due to an error while processing on the Job Server" . Additionally I get the message "The scheduler component failed the object identified by <jobnumber>. The job associated with the object was unresponsive."
    Scheduling to other formats works fine. I have tracing on but there's not any hint in the logfiles. The htm file and it's subdirectories are created on the temporary location /data/procSched/<name>.DesktopIntelligenceJobServer but it's not copied to the configured destination. It is not an issue with permissions, the server has write permissions to the directory.

    Hi Clive,
    since your are in XI R2 you can only try to modify the layout of your report. In XI 3.x a new feauture was introduced, which allows the user to choose between keeping the layout or facilitating further processing in Excel when exporting a document in Excel.
    Regards,
    Stratos

Maybe you are looking for

  • Ipod Classic restarts computer. Help!

    I have an 80gb Classic bought last August which has been working fine until today! I plugged it in the USB, the screen goes blank and it restarts the computer in a continuous loop. I tried it in 3 different USB ports and it does exactly the same thin

  • Does the macbook pro power supply draw power if the computer isn't plugged in

    does the macbook pro power supply draw power if the computer isn't plugged in?

  • Multi-value checkbox stored in 1 column

    I have a multi column checkbox that shows the days of the week with a static LOV value set ie. Users check off what days are applicable. The static LOV is: Sun SUN Mon MON Tue TUE When saving, the data is being stored in a single column (DAYS_OF_WEEK

  • $1 charged for Unlimited world trial

    Hi, Last night i subscribed to Unlimited world Trial, for which i used my debit card. As now i checked the account $1 ( INR 62.08 ) has been showing as deducted. Please help.  Below are the bank statement and purchage history. Thanks, [Removed for pr

  • Dbcc shrinkfile log files could not be found.

    After a huge yearly data load and verified, I thought I'd shrink the log files. This is what I did: USE XYZArchive GO sp_helpfile DBCC SHRINKFILE ('XYZArchive_Log') GO I'm getting the following error message: Could not locate file 'XYZArchive_Log' fo