It seems that alot of people have this same problem, "Server not yet
opened".
I called crystal and they couldn't help me.
I have a vb6 app that uses the Crystal RDC. I am connecting to an
Oracle database. I have about 15 reports. They all connect except
for 3. For the life of me I don't know why these 3 reports are
getting this error. I've even re-created one of the reports and it
still doesn't work. Oh, and by the way, all the reports work on the
dev. machine. This problem only occurs on the customer's machine. I
use the same code to log on to the oracle db for all the reports (in
this case I am connecting to only 2 tables):
Report.Database.Tables(1).SetLogOnInfo "VISR", "VISR", "VISR",
"Oracle"
Report.Database.Tables(1).Name
Report.Database.Tables(1).TestConnectivity
Report.Database.Tables(2).SetLogOnInfo "VISR", "VISR", "VISR",
"Oracle"
Report.Database.Tables(2).Name
Report.Database.Tables(2).TestConnectivity
The connectivity comes back false. However, this comes back false for
reports that work fine.
Anybody have any suggestions?
Thanks in advance,
Jason