WFW 3.11 RAS: X.25 Script for Sita Group Network Services

Last reviewed: September 9, 1996
Article ID: Q120014
The information in this article applies to:
  • Microsoft Windows for Workgroups version 3.11

SUMMARY

This article provides information on how to allow Remote Access Service (RAS) client that ships with Windows for Workgroups version 3.11 to automatically connect to a Microsoft Windows NT version 3.1 RAS server (equipped with an Eicon card) over the Sita Group Network X.25 service. Sita Group Network is also known as Scitor, Inc.

Due to a problem in Windows for Workgroups version 3.11 with executing PAD.INF scripts, the following post-connect script file has been developed. It needs to be pasted into the SWITCH.INF file that is in the system subdirectory of your Windows directory.

NOTE: The script below may also work with Windows NT and Windows NT Advanced Server version 3.1, however, there is a PAD.INF script available for RAS on those platforms. For information, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q120015
   TITLE     : Windows NT RAS: X.25 Script for Sita Group Network Services

MORE INFORMATION

In the script below (starting with ";-------") the following items that appear in the script

   [Place X.121 address here]
   [Place NUI number here]
   [Place Password here]

need be replaced entirely including the square brackets by the X.121 address of the server, the users Network User Interface (NUI) number which usually has the format "NUI xxxxxxxx" (where the xxxxxxxx needs to be replaced with the eight-digit NUI number and the password).

Edit and paste the following lines into your SWITCH.INF (not PAD.INF) file:

;--------------------------------------------------- [SITA GROUP NETWORK]

COMMAND=...<cr> OK=<match>"SITA NETWORK:"

COMMAND=[Place NUI number here]<cr> OK=<ignore>

COMMAND=[Place password here] <cr> OK=<ignore>

COMMAND=PROF 6<cr> NoResponse

COMMAND= NoResponse

COMMAND=SET 2:1<cr> OK=<ignore>

COMMAND= NoResponse

COMMAND=SET 4:1,6:1,16:0,17:0,18:0,19:0,21:0<cr> OK=<ignore>

COMMAND= NoResponse

COMMAND=SET 118:0,119:0,120:0<cr> OK=<ignore>

COMMAND=PAR?<cr> OK=<ignore>

COMMAND=SET 2:0<cr> NoResponse

COMMAND= NoResponse

COMMAND=[Place X.121 address here]<cr> CONNECT=<ignore>

--------- End of script-------------------------

The third-party products discussed here are manufactured by vendors independent of Microsoft; we make no warranty, implied or otherwise, regarding these products' performance or reliability.


Additional reference words: wfw wfwg 3.11 thirdparty 3rdparty
KBCategory: kbnetwork
KBSubcategory: ntprotocol



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: September 9, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.