At this point, InstallShield has automatically created the subdirectories and files needed for DirectConnect. Now, you must perform a number of tasks to create a new server and access services.The first step is to create a new server by running the utility AddServer.bat from %SYBASE%\%DC-12_6%\bin using the syntax in the following example:
cd %SYBASE%\DC-12_6\bin AddServer srvname 1234
where:
srvname is the name of the new server.
1234 is the port that it will listen on.
AddServer is the utility that will:
Set the environment
Create the server
Start the server
You must be in the %SYBASE%\%SYBASE_ECON%\bin directory
for this batch file to work properly.