Re: Database Connectivity Problems

2001-05-09 Thread ItsMyMind
Thanks for pointing me in the right direction.  The network adapter error came from the way Oracle MTS handle JDBC calls.  Even if you call it by using an IP Address, when it responds back with the connection information it sends a hostname even if the JDBC driver made the original call using an

RE: Database Connectivity Problems

2001-05-03 Thread Claudio Cordova
This message comes from the JDBC Driver NOT from orion... We get that error when there is something wrong with the DB (i.e. down, etc) . Also the JDBC driver your are using should match the Orcale db version you are using. Thanks, Claudio > -Original Message- > From: [EMAIL PROTECTED] >

RE: Database Connectivity Problems

2001-05-03 Thread elephantwalker
sounds like an ipchains problem(if its linux) or a net8 problem. You could have a rule set up on the standby box which prevents getting messages from net8 but allows sending messages to net8. Try running a sql*plus client from the same box that orion runs on, and see if you can connect to the orac

RE: database connectivity

2000-09-01 Thread Holmes, George (TWIi London)
, George (TWIi London) [mailto:[EMAIL PROTECTED]]Sent: Thursday, August 31, 2000 4:50 PMTo: Orion-InterestSubject: RE: database connectivity Derek,   The Sprinta driver connects directly to the SQL Server and does not utilise an ODBC data source.   The url string should

Re: database connectivity

2000-08-31 Thread Derek Akers
Thanks George, I think i am almost there...  It does look like I am getting towards the database, but when trying to "list tables" in the console, I get no output in the console window, but in the DOS window the following error comes up:   java.lang.NullPointerException    at com.evermi

Re: database connectivity

2000-08-31 Thread Shayne Hughes
I think you need to change the url line to add the port number...   url="jdbc:inetdae:localhost:1433?database=dBTest"   Shayne   - Original Message - From: Derek Akers To: Orion-Interest Sent: Thursday, August 31, 2000 7:52 AM Subject: database connectivity I am

RE: database connectivity

2000-08-31 Thread Holmes, George (TWIi London)
Derek,   The Sprinta driver connects directly to the SQL Server and does not utilise an ODBC data source.   The url string should follow this format:       url="jdbc:inetdae:futdb1?database=TheDatabase1&sql7=true"   In this example,       futdb1 is the NetBIOS (you can use an IP address al