If I need to change the connection port to SYBASE server, what and which
file should I change?
And if I need to change server name, what and which file should I change?
Thanks!
Peter
sql.ini
You can edit it directly.
"FlyBean" <fly...@freecoder.org> ??? news:41b9015a$1@forums-2-dub ???...
You can use the GUI : DSEDIT Utility to do this job.
It's better to restart the ASE after you modify the interface file.
Otherwise the client should not connect to the new service. And you also
should modify the configures of the clients which connects to the ASE.
For AIX and SUN
You could locate "interfaces" file from SYBASE home for
ASE server port configuration file.
Peter Yu wrote:
>
> I can't find sql.ini on Unix platform. Is it *interfaces* file?
> And after modifying that file, should I restart Sybase server?
> Anything else?
>
To change the port, that file is all you need to change, restart
is necessary.
If you want to change the server name,
You will also need to modify the RUN_<SERVERNAME> with the new
server name in the -S parameter of the dataserver command.
You might also want to change the name of the RUN_<SERVERNAME>
file to avoid confusion. If you are using remote servers,
you will need to update the server name in the sysservers
table for all affected servers.
"Bret Halford" <br...@sybase.com> ??? news:41B9AD78...@sybase.com
???...