Windows TCP error codes are documented at http://msdn.microsoft.com/en-us/library/windows/desktop/ms740668(v=vs.85).aspx
For socket error 10022: WSAEINVAL - invalid argument - Some invalid argument was supplied (for example, specifying an invalid level to the setsockopt function). In some instances, it also refers to the current state of the socket—for instance, calling accept on a socket that is not listening. My guess would be that you need to use an older version of the .NET framework (maybe 3.5 or even earlier). You should be able to download it from MS. Jon Perryman. >________________________________ > From: John Norgauer <[email protected]> > > >My PC was upgraded to Windows 7 and now when I attempt to get the ISPF >Workstation Agent to run, I have >a problem. The WSA ran fine on Windows XP. The failure has to do with >TCP/IP I think. > >I get the following error: > >No Local Network Support > >Unable to use the local communications software to support the requested >communications protocol. > >TCP/IP SOCKET ERROR=10022 > >When I open the WSA box and select options I see >enable TCP/IP and enable APPC checked > >Anyone out there care to jump in here to give a hand. > > > >Thanks. > > > >John Norgauer >Senior Systems Programmer >Mainframe Technical Support Services >University of California Davis Medical Center >1651 Alhambra Blvd >Suite 200 >Sacramento, Ca 95816 >916-734-0536 > >SYSTEMS PROGRAMMING...... Guilty, until proven innocent !! " JN 2004 >........ >"Hardware eventually breaks - Software eventually works" anon >........ > >---------------------------------------------------------------------- >For IBM-MAIN subscribe / signoff / archive access instructions, >send email to [email protected] with the message: INFO IBM-MAIN > > > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
