INF: Using Alternate Socket Number with NIK for NetWare

Last reviewed: April 28, 1997
Article ID: Q96871

The information in this article applies to:

  - Microsoft SQL Server version 4.2 for OS/2

SUMMARY

An alternate socket number is required when running more than one instance of the Network Integration Kit (NIK) for NetWare on the same computer. For example, if you need to connect to both a SQL Server and an Open Data Services gateway on the same computer, you will need to start two instances of the NIK, and one of them has to use an alternate socket number. However, if the socket number is not specified in certain format, the NIK will not work.

MORE INFORMATION

By default, NIK for NetWare uses socket number 843E (hexadecimal). You can specify an alternate socket number using the -s option in the NIK command line. However, the socket number has to be specified in hexadecimal format using the "0x" prefix. For example, to start NIK using socket number 843F, you will need to specify it in the following format:

   netmgr -Nssmsspxp -Syour_nik -s0x843F -Lnik.log

If you omit the "0x" prefix, the NIK will start without error, but will fail to register itself in the NetWare file server's bindery. As a result, clients will not connect to this instance of NIK successfully.


Additional query words:
Keywords : kb3rdparty kbhw SSrvServer
Platform : OS/2


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: April 28, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.