"Server not yet opened" 
Author Message
 "Server not yet opened"

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



Tue, 23 Nov 2004 04:15:53 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. Error: "Server not yet opened"

2. "server not yet opened" error

3. "server not yet opened" error

4. "the server is not yet opened"

5. "Server not yet opened" Error when opening report form

6. Please help!! Infamous "Server not yet opened"

7. Crystal 8.5 "Server not yet opened" error

8. Connection not Open + Server has not yet been opened error messages

9. Help on "function not yet implemented"

10. Yet again "Server has not yet been opened"

11. VB6, CRP7, SQL-server "Server has not yet been opened" message.

12. Server has not yet been opened message with VB6, CRP7 and SQL-server

 

 
Powered by phpBB® Forum Software