We recently moved from an Oracle db to MS SQL Server. I have about 50 crystal reports that were previously using System DSN driver "Oracle in OraClient11g" and are now pointed to an "ODBC Driver 11 for SQL Server".
Approx. half the reports work just fine. The other half throw the following exception when I convert them to PDFs within Visual Studio (C#; ASP.NET) code:
System.Runtime.InteropServices.COMException was caught HResult=-2147467259 The system cannot find the path specified.
All reports run fine when print previewing within Crystal Reports itself. In Visual Studio debug, the report document object looks perfect. I cannot figure out why some run fine and others don't. Any help on this would be greatly appreciated.
Crystal Reports Version 14.0.2.364
Visual Studio 2013 Version 4.5.51209