(CR2011, iSeries database, nothing else)
I have one report for which I set filters. I have two reports that receive parameters.
All three reports are on a network drive and accessed in .Net C# Windows (VS2010) applications. Everything works fine on my development computer (both Crystall Reports 2011 and VS2010 projects are created here). All three reports load up and execute in the CrystalReportViewer(s).
When I run my application on computers other than my development computer, the one report for which I set filters works fine. The two reports that receive parameters get messages in one window:
"Failed to open the connection."
"Failed to open the connection."
"MyReportName {looks like a guid here}.rpt"
(These two reports have subreports, the report that works fine does not.)
If I set up an ODBC connection on the client computer (with the name I used on my development box) then those two reports execute.
Obviously, I can add ODBC connections on everybody's computers. But the one report that gets filters works without that. Is there something I should be doing regarding the reports that receive parameters so that I don't have to set up ODBC connections on every user's computers?
Thank you,
Gary