Report works fine iusing 11.0; produces incorrect results using 11.5

I have a report that accepts a .net dataset which has many linked tables. When the report is run using the 11.0 environment it works fine. When the report is run using the 11.5 environment the report is produced, but the results are not being linked appropriately. The report duplicates the data in a cartesian product type manner.

Our Application was initially using CR 11.0.0.895 with MS .NET 1.1. We are in the process of migrating our application to .NET 3.5. We split the app into 2 websites 1 using .NET 1.1 and 2 using .NET 3.5. Since CR XI does not work with .NET 2.0+ we upgraded to CRXIR2. The problem is in at least one of the reports in the .NET 1.1 website (there may be more, but we are only aware of this one issue at this time) is generating erronious results.

Similar Messages

  • Report works fine in VS2010 but simply doesn't show when published

    Problem:
    Crystal Report works fine in VS 2010 but doesn't show when published to web-server, there is no error, it simply doesn't show.
    Background:
    Installed VS2010 on a freshly installed and fully updated (.net 4.0 is included in the updates) windows server 2003 box with production release Crystal Report 2010. Nothing else is on the server.  IIS 6 is running.  My web-server and VS2010 is on the same box.
    I went ahead and created a new asp.net 4.0 web project called webapplication1. Thereafter, i put a few controls (text-boxes, list-boxes and so on)  on the default.aspx page. Then i created a report.aspx page. This page will have the crystal report viewer on it. I went ahead and set the report up without much hassle (got how-to's from the internet).  I successfully tested my web app with the built-in testing server, the beautiful crystal report presented exactly what i asked it to. There was one recurring "Sys.Application is null or not an object" hiccup that occured every time during testing when i navigated from the default.aspx page to the report.aspx page (the page the report is on). Clicking ignore or continue  on the dialogue box that comes up because of the hiccup will allow testing to continue.  Here's a screen-shot of this recurring hiccup.
    http://i440.photobucket.com/albums/qq122/ricom_19/Testing-Error.jpg
    As i've shown, testing went great, except for the hiccup. I now moved to setup a publish profile. Since my web-server and VS2010 is on the same box this seemed relatively straight forward. All the files went over except the report, i.e. crystalreport1.rpt  file. I solved this by  setting the build action to 'Content' in the CrystalReport1.rpt properties. I did a republish. Now i have all my files, see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Application-Home-Directory.jpg], on the web-server.
    I proceeded to try to browse to my app from another computer on my network. This was successful until i tried to navigate to the report.aspx page that the crystal report is on. The the report.aspx page loaded but the crystal report was simply not on it. No errors, not even the hiccup from testing occured. Its as if the crystal report viewer was never on the page to begin with. Only when i right clicked on the page and 'view source'  did i see some remnants of the crystal report viewer.
    Here is the Report.aspx page when tested in VS2010:
    [http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/successful-Test.jpg]
    Here is the Report.aspx page when published to the web-server and browsed to from another computer on the network:
    [http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/Reportviewer-Disappear.jpg]
    Details of adding report to my web app:
    1) Populate my dataset then write the XML schema, reportschema.xml
    2) Added the crystal Report to the project then used the wizard to navigate to the reportschema.xml. Of course i had to create new connection in Database expert. see screen-shot:
    [http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg|http://i440.photobucket.com/albums/qq122/ricom_19/CR-Database-Expert.jpg]
    3) I formatted the report the way i wanted it
    4) Added the Crystal report viewer on the Report.aspx page
    5) In the code-behind of the Report.aspx page i bound the viewer to a report document that is loaded with CrystalReport1.rpt file
    see screenshot: [http://i440.photobucket.com/albums/qq122/ricom_19/Report-Page-Code-behind.jpg]
    That's it.  As mentioned, it tested fine in VS2010 but the viewer doesn't show when i publish to the webserver. I wrote a crystal report in .net about 8 years ago. Things have changed soooo much since then.
    I am wondering if its a license issue? Was also wondering if it had anything to do the testing hiccup, even though research is suggestion the two are unrelated.
    I've described my actions as best as i could (without getting into ridiculous detail) and have included screen-shots of relevant stages of the process. Have a look and tell me your thoughts. Thanks.

    The "Sys.Application is null or not an object" issue is known, submitted for a resolution and documented in KB #1528503. Unfortunately the KB search has been down the last couple of days...
    However, the issue is limited to compile time and does not affect a completed application.
    Re. the viewer missing. Sounds like the viewer directory did not get created or configure correctly. Before I get to that. You mention:
    "I proceeded to try to browse to my app from another computer on my network."
    This bring up the question: If you run the app right on the app server. e.g.; not a client computer, does the viewer and report come up? Is this issue isolated to client computers on the network?
    I suspect that the issue exists irrespective of which computer you try to see the report from - but that is an assumption. If the assumption is correct, see [this|https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a] article on configuring the viewer. The article does not have CR4VS2010 documented, but you should be able to guide your self using the article. I think the pattern will be obvious.
    Ludek

  • Custom code throws error with email subscription. Otherwise, the report works fine.

    I have a SSRS report that parses RTF to TXT and displays it in a report.  The report works fine and everything displays correctly.  The subscription email, however, contains a report with errors: Request for the permission of type
    'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
    The report contains embedded code as well as references to System.Security and System.Windows.Forms.  I've updated .....\Reporting Services\ReportServer\rssrvpolicy.config and ....\Reporting Services\ReportManager\rsmgrpolicy.config to change permissions
    to FullTrust.  Not sure what else I need to do.  Please help.

    Hi Chimuelo,
    According to your description, if the report contains custom code and assemblies, the subscription email contains an error “Request for the permission of type 'System.Security.Permissions.UIPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'
    failed”.
    In your scenario, the issue could cause by that the report can’t access those assemblies. Please modify the policy configuration files to grant additional permissions for those assemblies. For more information, please refer to this article:
    How to grant permissions to a custom assembly that is referenced in a report in Reporting Services.
    Similar thread for your reference:
    Custom assembly throwing #error in reports with subscriptions
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu
    Qiuyun Yu
    TechNet Community Support

  • Hi Dude,     I ve seen all the threads from first to last even am gonna geta iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone

    Hi Dude,
    I ve seen all the threads from first to last even am gonna get a iphone 4s from Thailand. Would like to know which sim will be working fine in chennai as you all are using d phone for past many days???  Is it advisable to buy a phone from abroad.

    Thanks for that. Much more constructive than the last comment. It's only the restriction code I can't recall, not the access passcode. So I can currently access the device, just not age restricted content. Does that's make a difference? I also wondered if anyone knew how many attempts you get to try to get it right. Now tried 21 times and so far nothing bad has happened but I am concerned I'll eventually be completely locked out of the device. That doesn't seem in the spirit of things though. Surely it's foreseeable that a child could repeatedly try to guess the code so I can't see that it would be right to lock the device down completely in that circumstance, particularly if the access code is being typed in correctly every time.
    Thanks

  • Flash Player works fine in IE, but when I am using Firefox, it crashes

    Flash player works fine in IE, but when I am using Firefox it crashes when it has to play an audio signal. Does anyone have any ideas on how to fix this? It is most annoying.

    Hi,
    Please provide more information like which version of Flash Player are you using?
    What is the version of Firefox?

  • Please help. just got my jabra halo, worked fine with my iphone4 but can't use it on my macbook pro. it always prompts " the devise does not have the necessary service

    please help. just got my jabra halo, worked fine with my iphone4 but can't use it on my macbook pro. it always prompts " the devise does not have the necessary service

    Found these instructions here:
    https://discussions.apple.com/message/15388885#15388885
    I found an answer that worked for me. I am using an iMac.
    (1) Sign out of the iTunes store
    (2) Open a NEW account with a new Apple ID
    (3) Go through the sign up process and then go to the ACCOUNT INFORMATION page
    (4) Go to RECOMENDATIONS & PING POSTING
    (5) Turn on Genius there
    Once the Genius updates, you can sign out and then sign in under your original Apple ID or the e-mail address you use for the iTunes store. All my store credit was there and now Genius worked.
    Rather odd but I actually like the Genius at times except when it can't deal with some of my lesser known bands that I listen to.
    Worked for me.

  • I just changed my user name to my e-mail address on my iMac. It works fine there but when I try to use my iPhone it still shows my old user name and will not let me enter??

    I just changed my user name to my e-mail address on my iMac. It works fine there but when I try to use my iPhone it still shows my old user name and will not let me enter??

    There is no user name needed to "enter" or use iPhones...
    Assuming you mean your iTunes Store account ID:
    Settings > Store > tap ID > sign out > sign in with new ID

  • XML publisher report works fine in English environment but NOT in Dutch

    We are using Oracle Reports to generate XML file which will be input for XML Publisher report . Our requirement is to generate report in Dutch (Netherlands) language.
    We developed a report which is working fine in English. Then we copied this RDF file to NL directory also registered concurrent program in dutch language but then it stopped working and gives error.
    Basically it doesn't create any XML output .
    Please help . Its URGENT.
    Thanks in Advance.
    Manoj

    Hi Norman,
    Thanks for the reply, actually my query was failing as it was trying to compare English date format (1-MAY-2007) which was stored in a DFF with Dutch date (1-MIE-2007) database format ,so it was not generating any xml output.
    We have resolved this issue but now we are facing few other issue which are ,
    I have created a template which has a current date field. I inserted current date in Dutch format i,e, (1-juni-2007), but concurrent program output appears with english date format (1-June-2007).
    Same template has the customer name with 'Title' and this also appear in english i.e.Sir , in place of dutch title (Dhr.)
    Is it possible to display .pdf output with
    portrait (first page - Letter to customer)
    and landscape(second page - Invoice data details) styles for multiple customers in one request?
    We can do it for one customer by passing customer id so letter part (portrait output) is out of grouping and only data details (landscape) appear with multiple lines , but when we try to run it for multiple customers in one go , WITHOUT specifying a customer , it FAILS .
    Any help will be highly appreciated.
    Thanks - Manoj, Utrecht

  • Error when I try to run a Journal report, Works fine in previous month

    Hi,
    I am getting an error when I try to run a Journal report in HFM. The report runs fine for October Month but fials in November. does anyone have any ideas what it could be. The error message details are per below
    Error Reference Number: {B6DCF307-AB72-476F-9634-70E35C3E8F2F};User Name: vivek.singha@WorleyParsons
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 391;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvDSCalcStatus.cpp;Line: 7035;Ver: 9.3.1.6.2558;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 696;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: DataSecurity.cpp;Line: 329;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: SecurityInternal.cpp;Line: 1695;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 1249;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournals.cpp;Line: 988;Ver: 9.3.1.0.2042;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1734;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvJournalsACM.cpp;Line: 1648;Ver: 9.3.1.0.1502;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: ReportGenerator_Journal.cpp;Line: 136;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: CHsvReportGeneratorACM.cpp;Line: 575;Ver: 9.3.1.0.2176;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActionsExecution.cpp;Line: 2189;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMActions.cpp;Line: 72;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:24 PM;Svr: AUHODWRLYP9;File: HFMCESAction.cpp;Line: 28;Ver: 9.3.1.0.2385;
    Num: 0x8004023b;Type: 0;DTime: 12/20/2010 7:42:25 PM;Svr: AUHODWRLYP9;File: Actions.cpp;Line: 291;Ver: 9.3.1.0.2385;
    Regards
    Vivek

    Hi All,
    I narrowed it down by running a report excluding working journals and that worked fine.
    This was being caused by an invalid working Journal. I exported all journals from Prod, and tried loading them to test. One of the errors was
    "Line: 7736, Error: Invalid parent.child entity dimension specified"
    Looking at the row the journal did not have an entity specified for one of the lines.
    When a valid entity was specified the journal report then starts working.
    Lesson. Check all journals are valid. To find error, load journals export in a different environment.
    Thanks all for your help.
    Regards
    Vivek

  • Report works fine in local environment but gives problem on server

    Hi,
    I have following condition which works fine when executed in local environment.
    But simply does not work when executed on server.
    <?for-each-group:XYZIC[ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate >= EffStartDate][ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate <= EffEndDate];./Code?>
    EffStartDate and EffEndDate are from XYZIC.
    What could be the reason?
    Thanks.

    Hi,
    try this
    <?for-each-group:XYZIC[ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate >= EffStartDate] and [ListOf_ssFsInvoice/ssFsInvoice/InvoiceDate <= EffEndDate];./Code?>
    or this one
    before using declare namespace specifier
    <?for-each-group:XYZIC[psfn:totext(InvoiceDate,"dd-MMM-yyyy","MM/dd/yyyy" >= psfn:totext(EffStartDate,"dd-MMM-yyyy","MM/dd/yyyy" and psfn:totext(InvoiceDate,"dd-MMM-yyyy","MM/dd/yyyy" <=  psfn:totext(EffEndDate,"dd-MMM-yyyy","MM/dd/yyyy"];./Code?>

  • I bought a retina 15", but it will not make a network connection to my 27" iMac 2 feet away. The wifi is working fine on both units, but prefer to use ethernet cable on 27". The question is, why can I not ewstablish a network connection between the 2? Air

    my desktop iMac 27". The odd this is, the AirDrop works fine, so they can obviously see each other over wifi.
    Sometimes, when I launch network on the 27, I will briefly see my retina notebook attempting to connect, but after a few seconds, the notebook icon disappears until I relaunch. Then we can go thru the same exercise, ad nauseum.
    Any suggestions?

    Thanks, Linc, but  that almost helped:
    Because the retina 15 only has a wifi connection (no ethernet), that's the connection I'm stuck with for the notebook. But on the 27iMac, I did have both ethernet and wifi enabled. When I turned the wifi off on the 27, therer was a brief moment when both computers were showing their counterparts when I tried to make a network connection. BUT, after a few seconds of 'searching', the computer I was trying to connect to disappeared from the Network list.
    So I tried the opposite; the retina can only connect thru wifi, so that's a given. I swithched my ethernet off and then enabed the wifi on the 27 and ....same thing: When I try a network connection, there are a few seconds of 'searching', then the ony option I'm left with is share screen, which doesn't work either.
    I've read the 'dropped' network is a problem with the retina, but the odd thing is that I never lose my internet connection—that continues to work fine, as does Air Drop—but I can't seem to connect, network-wise.
    Any ideas about the dropped network?

  • Does compare aggregates mode produce incorrect results?

    Has anyone encountered a problem with using compare aggregates mode with arrays. 
    For example, if compare aggregates mode is selected in using the "In Range and Coerce.vi" with the inputs (upperLimit, lowerLimit, and x value)  being an array of integers, then compare aggregates doesnot return correct results.  I've also noticed this with the greater than and less than comparison vi's.
    I've attached a sample which further illustrates the incorrect results.
    Attachments:
    compareAggregatesTest.vi ‏9 KB
    compareAggregatesTest1.vi ‏9 KB

    I talked to some people at NI and here's how I understand it:
    Compare aggregates simply does not do what we think it does. It is NOT the same as comparing all elements and then ANDing the results. Instead, it compares the elements in the cluster in order. This is actually identical to ANDing the results when you do an equality comparison, but it's different if you do a less-than or greater-than comparison.
    The LabVIEW help provides the example of a phone book, where "Smith, John" is greater than "Smith, Jane" and where "Smith, Jane" is also greater than "Doe, John" because Doe comes before Smith.
    This helps to explain the results of my example:
    In the first array element, the comparison fails because 10 is the first element in the cluster and it is less than 40.
    In the second array element, 40 and 40 are equal, so the decision is moved to the next element (like having two "Smith"s, and since 40 is greater than 30, the comparison returns true.
    So again, the order is important!
    Try to take over the world!
    Attachments:
    Compare Aggregates.png ‏16 KB

  • Error exporting reports while viewing the exact same report works fine!

    Greetings,
    We are using Visual Studio 2008 and Crystal Reports 2008 (with the service packs etc. installed). When setting the parameter values of a ReportDocument and then passing docuemtn to the viewer everything works 100%, when calling the ExportToDisk method I keep getting the ParameterFieldCurrentValueException being thrown. We are using a bespoke C# application as a reporting tool. All of the reports run off stored procedures. Please can someone help me?
    I have included teh code for setting the database parameters, the parameter values themselves and the calling of the export function.
    Thanks in advance,
    Robert Lancaster
        private void SetReportLoginInfo(ReportDocument _rdReport)
          try
            // Must set the ConnectionInfo for all the tables in the report
            // Get the ConnectionInfo Object.
            TableLogOnInfo tlTableLogOnInfo = new TableLogOnInfo();
            foreach(Table ReportTable in _rdReport.Database.Tables)
              if(ReportTable.Name == IMAGE_TABLE)  // Do not set login info for this table.
                continue;
              tlTableLogOnInfo = ReportTable.LogOnInfo;
              // Set the Connection parameters.
              tlTableLogOnInfo.ConnectionInfo.ServerName = dmDBManager.ServerName;  // Physical server name
              tlTableLogOnInfo.ConnectionInfo.DatabaseName = dmDBManager.DatabaseName;
              tlTableLogOnInfo.ConnectionInfo.UserID = dmDBManager.UserName;
              tlTableLogOnInfo.ConnectionInfo.Password = dmDBManager.Password;
              ReportTable.ApplyLogOnInfo(tlTableLogOnInfo);
              // Set the location for the report to the correct value.
              string[] sTemp = ReportTable.Location.Split('.');
              int iLength = sTemp.Length;
              if(iLength >= 2)
                // Location will usually be in the form: DBName.Owner.Object
                // E.g. FleetData.dbo.crpt_AlarmsRpt;1
                // Change the name of the database to the correct value
                ReportTable.Location = dmDBManager.DatabaseName + "." + sTemp[iLength - 2] +
                  "." + sTemp[iLength - 1];
              //          // DO NOT delete the following line of code!
              //          // For an explanation see:
              //          // http://support.crystaldecisions.com/forums/message.asp?fid=76&mid=94272
              //          ReportTable.Location = ReportTable.Location;
            }  // End foreach that steps through all the tables in the report
            // Must now check to see if there are any subreports in the report.
            // If there are, must change their login info as well.
            for(int iRptObj = 0; iRptObj <= _rdReport.ReportDefinition.ReportObjects.Count - 1; iRptObj++)
              if(_rdReport.ReportDefinition.ReportObjects[iRptObj].Kind  == ReportObjectKind.SubreportObject)
                string sName = (_rdReport.ReportDefinition.ReportObjects[iRptObj] as SubreportObject).SubreportName;
                // Create a new reportdocument from the subreport
                ReportDocument rdSubReport = _rdReport.OpenSubreport(sName);
                // Call function recursively
                SetReportLoginInfo(rdSubReport);
              }  // End if that checks for subreport object
            }  // End for that steps through all the objects in the report
          catch(Exception ex)
            string cError = "[ReportEngine][SetReportLoginInfo] " + ex.Message;
            Debug.WriteLine(cError);
            EventLogWriter.WriteErrorToEventlog(cError);
        }  // End function SetReportLoginInfo
        private void AssignReportParams(ReportDocument _rdReport)
          ParameterFieldDefinitions pfParameterFieldDefinitions = _rdReport.DataDefinition.ParameterFields;
          ParameterFieldDefinition pfParameterFieldDefinition;
          ParameterDiscreteValue pvParameterDiscreteValue;
          ParameterValues pvParameterValues;
          // Assign the values to all the params
          for (int iParam = 0; iParam < rpParams.Length; iParam++)
            // Get the correct element from the array and clear any existing values
            pfParameterFieldDefinition = pfParameterFieldDefinitions[rpParams[iParam].ParamName]; // ,""];
            pvParameterValues = pfParameterFieldDefinition.CurrentValues;
            pvParameterValues.Clear();
            // Create a new value for the parameter and assign it
            pvParameterDiscreteValue = new ParameterDiscreteValue();
            pvParameterDiscreteValue.Value = rpParams[iParam].ParamValue;
            // Add the new value and apply it
            pvParameterValues.Add(pvParameterDiscreteValue);
            pfParameterFieldDefinition.ApplyCurrentValues(pvParameterValues);
        }  // End function AssignReportParams
        private bool ExportReport(ReportDocument _rdReport,
                                  CrystalDecisions.Shared.ExportFormatType _ftType,
                                  out string _sError)
          try
            string sExpName = rpParameters.ReportExpName;
            DiskFileDestinationOptions diskOpts = ExportOptions.CreateDiskFileDestinationOptions();
            diskOpts.DiskFileName = sExpName;
            ExportOptions exportOpts = new ExportOptions();
            exportOpts.ExportFormatType = _ftType;
            exportOpts.ExportDestinationType = ExportDestinationType.DiskFile;
            exportOpts.ExportDestinationOptions = diskOpts;
            _rdReport.Export(exportOpts);
            //_rdReport.ExportToDisk(_ftType, sExpName);
            _sError = "";
            return true;
          catch (ParameterFieldCurrentValueException)
            _sError = ReportRunParam.sERROR_PARAMCURVALUE;  // THIS ALWAYS FIRES ON EXPORT
            return false;

    Hello, Robert;
    The code to logon, set parameters and export appears fine. Can you send me the code that defines the report, calls these functions and passes the report to the viewer? I would like to see the order in which it is happening.
    Does the application have rights to the folder you are exporting to?
    Can you export from the viewer successfully?
    Elaine

  • Error Message when uploading report but report  works fine

    Hello ,
    I am facing a strange issue here, when i try to upload a report in Crystalreports.com using ODC  there is an eeror message shown  - " The Open Data URI does not appear to be valid one or the server is down.Do you want to Continue?"
    When I click 'ok' the report uploads and when its run  it works perfectly fine , it shows the parameters to choose and pulls the
    right data.
    Has anyone faced this ? and any idea why that error message appears although every report uploaded works perfectly fine?
    Thankyou
    dpa

    Hi dpa,
    The crystalreports.com server does some validation of that url to make sure it can be reached and that it returns some info to ensure it is an odc deployment. 
    It sounds like there is something particular about your url or odc deployment that is causing this validation to fail unnecessarily.
    Could you enter a support ticket and supply the url that you are using so that we can test it out to find out what exactly the problem is?
    Thanks
    Steve

  • Live office database errors in Citrix - underlying WebI reports work fine

    Hi,
    We have a live office report with 30 tabs in the excel file i.e. 30 webi report parts in it. It accesses 20 webi reports, each built on a BEX query.
    Please see below the error which users get while running the report in Citrix environment. The underlying WebI report has no database errors, and we were able to run the Live Office reports at the same time on LAN. The Citirx users get these database/auth errors intermittently, on different tabs of the report at different times - the underlying BO reports are error free and users have proper rights to execute them.
    "An error occured while opening the report. The report does not exist; youhave insufficient rights to open the report; or you cannot make a connection to the BusinessObjects Web Service. (LO 02010)
    Failed to get the document information (LO 26315)
    A database error occured. The database error text is: ...."
    Please help.
    Thanks,
    Soumya

    Hi,
    BO Version is BO XI 3.1 SP2 FP2.1
    Datasource - BEX queries BW Relese 701, support pack level 8
    We have made users login to Infoview and checked that they are able to execute the WebI reports. Also, earlier they were able to run all reports, so there is no access problem.
    These errors started occuring when we had to refersh BO Universes after some of the BEX queries changed. We even asked users to stop using the excel files on which they used to get errors, thinking the files may be corrupt. Then we sent them new files which we had successfully refershed at our end. But still they get these errors in their environment.
    Please advise.
    Thanks,
    Soumya

Maybe you are looking for