I have a Crystal Report 2011 report that uses a Web Service Data Source that points to an SAP MII transaction.
In Visual Studio 2010 the report seems to load fine and the parameters seem to load fine and the parameters seem to load fine as well.
But when I try:
oCrystalReport.PrintToPrinter(1, False, 0, 0)
I get:
Error in File CR476389 {8C1036AC-5B3C-4334-8355-F7EF5A059B36}.rpt:
Failed to load database information.
I substituted a different report that uses an ODBC connection and that report executed fine.
I haven't been able to find any info about any special connection info when using a Web Service.
When I created the report I used:
http://miisandbox:50000/XMII/WSDLGen/CrystalReports/Transactions/T476389?wsdl XacuteWS XacuteWSSoap Xacute as the URL.
Do I have to pass that to the report somehow in VB.
Thanks in advance.