Welcome to the dBforums forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions, articles and access our other FREE features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload your own photos and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact support.

If you prefer not to see double-underlined words and corresponding ads, place your cursor
here for ContentLink opt out.

Go Back  dBforums > Database Server Software > Sybase > how to make multiple connection in dsedit sybase with same server name

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-26-07, 10:17
jaydeep_sadaria jaydeep_sadaria is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
how to make multiple connection in dsedit sybase with same server name

Dear All

I want to make multiple connection in dsedit.exe which had same server name but ip are different.

Kindly guide me.

Thanks in advance.

Jaydeep
Reply With Quote
  #2 (permalink)  
Old 11-26-07, 12:17
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
Why would you want to have 2 sets with different IP?

It will only pick up the first entry.

But if you are talking about redirecting users if SERVER1 is down to SERVER2, then you can have additional query lines along with timeout value.

I dont remember the exact syntax but hope you get the picture.

MYSERVER 3 5
master tcp blah ip1
query tcp blah ip1
query tcp blah ip2


But this is only for the clients.

Oh if you have 2 n/w listeners

# PRODUCTION server with two network listeners
PRODUCTION<tab>3<tab>3<newline>
<tab>master tcp ether SERV_CORPNET 4559
<tab>master tcp ether SERV_ENGNET 5479
<tab>query tcp ether SERV_CORPNET 4559
<tab>query tcp ether SERV_ENGNET 5479
Reply With Quote
  #3 (permalink)  
Old 11-27-07, 00:45
jaydeep_sadaria jaydeep_sadaria is offline
Registered User
 
Join Date: Nov 2007
Posts: 2
i had two server which had same servername but both had diff. ip..
Reply With Quote
  #4 (permalink)  
Old 11-27-07, 02:01
pdreyer pdreyer is offline
Registered User
 
Join Date: May 2005
Location: South Africa
Posts: 830
The Sybase server name on the client doesn't have to be the same as on the host just call them e.g. syb_srv1 and syb_srv2
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

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