I have a program written in VB.net 2005 that executes multiple reports that are created in Crystal Reports 2008 (ver 12.0.0.683). It was working fine until I modified a report. When I execute the modified as a print preview from Crystal Reports Designer it works perfectly. If I add the report to the VB program it crashes with the following message:
Logon Failed.
Details: [Database Vendor Code: 18456]
Database Connector Error: '[Database Vendor Code: 18456]'
Logon failed
Not enough memory for operation.
If I add an old version of the report to the VB program it works. If I open the old report in Crystal Designer make a change and save it then add it to the VB program it will also crash with the above message. I tried the troubleshooting steps in http://scn.sap.com/docs/DOC-21985. but was not able to isolate the problem. I've been working on this issue for over a week and I'm stumped. Can anyone offer a solution?