I have a vb 6 project that connects to an oracle stored procedure and prints the crystal 8.0 report to a file. I have it working on 1 NT machine. Now I'm trying to get it working on the other machine and I'm getting error 20536. I can't remember how I fixed it on the 1st machine. I downloaded cror_815.dll. What else do I have to download or do? My dsn is and odbc source using the crystal for oracle driver. I have updated this driver.
Crystal Reports
Last Comment
modulo
8/22/2022 - Mon
Mike McCracken
Which edition of CR do you have?
Is CR installed on the second machine?
mlmcc
EwaldL
which object model are you using (ocx, rdc..)?
make sure the odbc source is a system dsn, not a user dsn.
I'm using Crystal 8 and ocx. I can run the report through Crystal and it works fine. But when I try to run it through VB, I get the error. I had the same problem on the original machine, I just don't remember how I fixed it. I know that I had to update the crystal for oracle driver(cror_815.dll) which I did. I don't know what else I have to download or do. It's using the logonserver method. Yes Crystal is installed on both machines.
Unable To Connect:Incorrect Log On Parameters.This occurs when You have attempted to log on using incomplete or incorrect logon parameters.
So use correct "connect" method of the act-x control with proper dsn parameter if you are using the crystal active-x control(ocx)
check the values..
Martin
rambosh
ASKER
I'm not sure what I have to do here, but I got this working. Oddly enough, in the code, the pdsodbc.dll was in upper case. I changed it to lower case and it worked. I'm not sure how to close out this question.
Is CR installed on the second machine?
mlmcc