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 connect isql after dataserver utility

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-16-07, 08:33
niranjan555 niranjan555 is offline
Registered User
 
Join Date: Aug 2007
Posts: 54
How to connect isql after dataserver utility

Hi
I have created new master device on linux using dataserver utility.
The device is created. and it does not show any error while using this utility.
Model database is also created.
But now i dont know how to connect isql / how to start the new server.
While connecting to it using isql , it gives the ct_library error.

Is there any process is missing ? or my way of creating is wrong.

Pl help me regarding this.


Thanks and Regards
Reply With Quote
  #2 (permalink)  
Old 11-17-07, 13:57
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
Quote:
Originally Posted by niranjan555
Hi
I have created new master device on linux using dataserver utility.
The device is created. and it does not show any error while using this utility.
Model database is also created.
But now i dont know how to connect isql / how to start the new server.
While connecting to it using isql , it gives the ct_library error.

Is there any process is missing ? or my way of creating is wrong.

Pl help me regarding this.


Thanks and Regards

You need to build the server using either the srvbuild (gui based) or srvbuildres (command line using a resource file). Did you do that?

If you have done that, then you will see RUN_SERVER files under the install directory.

You can start the server using startserver -f RUN_SERVER file.

Once you have done that. You can connect thro

isql -Usa -P -S SERVER_NAME

After a server build, sa password is null.

I think you need to read up the Installation document in http://sybooks.sybase.com
Reply With Quote
  #3 (permalink)  
Old 11-19-07, 01:38
niranjan555 niranjan555 is offline
Registered User
 
Join Date: Aug 2007
Posts: 54
no i didnt used srvbuild (gui based) or srvbuildres
because i first installed the ASE server
and now trying to install another ASE on same machine using dataserver.
but not able to connect new server.
Reply With Quote
  #4 (permalink)  
Old 11-19-07, 06:31
trvishi trvishi is offline
Registered User
 
Join Date: Sep 2003
Location: Switzerland
Posts: 371
For every time you build a new instance, you need to run srvbuild/srvbuildres.

The order is the following:

1) Extract from CD / download
2) For every instance run srvbuild/srvbuildres. So, if you need 2 ASE instance on a single host, you have to run it twice.
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