I am really scratching my head with this. I have been through the forums and found people have had the same issue but no matter what I try I can't get it working.
It all works as usual on my development machine. I have since uploaded the application to my VPS running Windows Server 2012 and I get an issue when trying to run a report.
System.Runtime.InteropServices.COMException: Logon failed. Details: [Database Vendor Code: 18456 ] Error in File PickListSingle 5656_6172_{2CCAD10E-6633-406A-9E03-67DA63A86214}.rpt: Unable to connect: incorrect log on parameters. Details: [Database Vendor Code: 18456 ]
System.Runtime.InteropServices.COMException (0x8004100F): Logon failed.
Details: [Database Vendor Code: 18456 ]
Error in File PickListSingle 5656_6172_{2CCAD10E-6633-406A-9E03-67DA63A86214}.rpt:
Unable to connect: incorrect log on parameters.
Details: [Database Vendor Code: 18456 ]
at CrystalDecisions.ReportAppServer.Controllers.DatabaseControllerClass.SetTableLocation(ISCRTable CurTable, ISCRTable NewTable)
at CrystalDecisions.CrystalReports.Engine.Table.set_Location(String value)
I have installed Crystal Reports on the server and the reports work on there fine.
I read that a possibile issue could be authorisation on the stored procedure that runs for the report. I am using the user that created it and don't need to grant any permission as it should be able to execute it.
I am running Crystal Reports 2013 and have installed CRforVS_redist_install_32bit_13_0_14 on the server. I also installed the 64 bit version but still no good.
Any advice would be greatly appreciated!
THanks
Lee