If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Sybase > AseConnection issues

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 01-18-11, 05:40
nishanth83 nishanth83 is offline
Registered User
 
Join Date: Jan 2011
Posts: 2
AseConnection issues

Hi There,

I use AseConnection class in the namespace Sybase.Data.AseClient to connect to a sybase database. The db is part of a server that has about 8 databases. Whenever one of the databases in the server is being loaded, I am not able to connect to any of the other databases in the server.
Is there way to get around this?

Thanks
Reply With Quote
  #2 (permalink)  
Old 01-19-11, 02:32
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 1,268
Can you connect via isql?
My guess is your I/O system can't keep up
You probably read a lot of data after connect and it takes more time due to the concurrent load?
Reply With Quote
  #3 (permalink)  
Old 01-19-11, 05:15
nishanth83 nishanth83 is offline
Registered User
 
Join Date: Jan 2011
Posts: 2
Yeah the connection via isql is fine. I have a feeling this is an actual issue with the driver itself. It seems to try to access all the databases in the server. The error message I get on the app is the same one I get if I were to try to the access the db being loaded via isql.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On