IPX/SPX activated after startup

  • Thread starter Thread starter volker
  • Start date Start date
V

volker

Hi there,

I need IPX/SPX for our application. So I added "IPX/SPX
transfer stack" component to the image but it isn't active
after startup.

Any idea?
 
There are three ways to rectify this:

1) In TD, add a FBA Generic Command under the resources of the root
component
with the following parameters: (Leave the other parameters set to
their default)
Arguments: -v -l %%17%%\netnwlnk.inf -c p -I MS_NWIPX

FilePath: %%11%%\snetcfg.exe

Phase: 5600

or

2) At a command prompt on your runtime, you can run the
command:

snetcfg -v -l %%windir\inf\netnwlnk.inf -c p -I MS_NWIPX

or

3) Manually adding NWLink IPX/SPX/NetBios Compatible Transport
Protocol to your Local Area Connection Properties, under Network Properties
in your runtime.

After doing any of these, the service will startup on all bootups.

Andy
 
Back
Top