Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Runtime error 20599 can't open sequel server?

Status
Not open for further replies.

custsoft

Programmer
Aug 29, 2000
41
I am running Crystal Report 7.0 through a crystal control in a VB program. I have packaged and deployed it to a user. The reports run fine on some of the users machines but when setup on a recently purchased machine the user gets the runtime error 20599 can't open sequel server? It must be a dll problem but I can't seem to get the fix. Any help would be appreciated. I have seen one question like this and the answer was that the program couldn't find the data source but the datasource is there because the same file is used in a datagrid in the same program and it works. Thanks again.
 
Hey CustSoft,

Yup, sounds like a DLL problem. We have the same issue right now actually: VB app to view reports from a sql server, works on some machines, not on others...although our error message is different (Err:physical DB not found).
First question for you: what line in your code is the RTE being caused? It could be a code issue too. Anyway, here's a list of DLL's that we've had to package up with our app.
P2SSQL.DLL
P2LSQL.DLL
CRPage.DLL
CRViewer.DLL
CRAXDRT.DLL
Maybe check to see if any of these are found on that new machine, and if they are make sure that they are registered.

Hope this is helpful somewhat.
:)

Jack
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top