home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / ibmtcpl / 3231 < prev    next >
Encoding:
Text File  |  1993-01-25  |  5.5 KB  |  141 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!CC2.KULEUVEN.AC.BE!S0CO014
  3. Organization: K.U.Leuven (Belgium)
  4. Message-ID: <IBMTCP-L%93012504071561@PUCC.PRINCETON.EDU>
  5. Newsgroups: bit.listserv.ibmtcp-l
  6. Date:         Mon, 25 Jan 1993 10:06:19 UTC+0100
  7. Sender:       IBM TCP/IP List <IBMTCP-L@PUCC.BITNET>
  8. From:         Jean Pernet <S0CO014@CC2.KULEUVEN.AC.BE>
  9. Subject:      FTP time out
  10. Lines: 129
  11.  
  12. Hi list,
  13.  
  14. Has anyone encountered this problem?
  15.  
  16. When FTP-ing to MVS, with filetype=jes, sometimes the connection
  17. closes after the period specified in the FTPSERVE-procedure (thru
  18. INACTIVE ...) when doing a DIR command.
  19.  
  20. I was able to trace the problem. This was the situation:
  21. - I FTP from our VM/XA system (FTP V2R1) to MVS/ESA 3.1.3, (TCPIP and
  22. FTP V2R2M1. On MVS/ESA there are 2 jobs (S0CO014A) both with more than
  23. 200 held datasets.
  24. MVS runs as a V=R guest on VM/XA. TCPIP's are connected over VTAM's
  25. virtual CTC's.
  26.  
  27. Here follows the VM/XA log:
  28. --------------------------
  29. ftp cc2
  30. VM TCP/IP FTP V2R1
  31. Connecting to CC2 134.58.11.2, port 21
  32. 220-FTPSERVE IBM MVS V2R2 at CC2.KULEUVEN.AC.BE, 09:11:58 on 01/25/93
  33. 220 Connection will close if idle for more than 10 minutes.
  34. USER (identify yourself to the host):
  35. s0co014
  36. >>>USER s0co014
  37. 331 Send password please.
  38. Password:
  39. >>>PASS ********
  40. 230 S0CO014 is logged on.
  41. Command:
  42. site filetype=jes
  43. >>>SITE filetype=jes
  44. 200 Site command was accepted
  45. Command:
  46. dir
  47. >>>PORT 134,58,11,1,4,141
  48. 200 Port request OK.
  49. >>>LIST
  50. 125 List started OK.
  51. *** Control connection with CC2 dies: Foreign host aborted the connection
  52. *** No data transferred
  53. Command:
  54. quit
  55. Ready;
  56.  
  57. Here follows the trace from FTPSERVE on MVS.
  58. --------------------------------------------
  59.  FTSSUB008I ConnInfo Array located at 0491F0C4
  60.  FTSUTL024I OpenConnection(00000000,21,00000000,65535,2147483647,FALSE
  61.  FTSUTL013I AdvertizeService gets connection #0
  62.  FTSRVP022I Got note Connection state changed for #0, Trying to open
  63.  FTSUTL024I OpenConnection(00000000,21,00000000,65535,2147483647,FALSE
  64.  FTSUTL013I AdvertizeService gets connection #1
  65.  FTSRVP022I Got note Connection state changed for #0, Open
  66.  FTSEVN502I Allocating buffer of 8192 bytes
  67.  FTSEVN503I Allocating RdFromDiskBuf of 16384 bytes
  68.  FTSUTL026I ReinitContConn(0)
  69.  FTSUTL050I Send reply '220-FTPSERVE IBM MVS V2R2 at
  70.  CC2.KULEUVEN.AC.BE, 09:11:58 on 01/25/93'
  71.  FTSUTL050I Send reply '220 Connection will close if idle
  72.  for more than 10 minutes.'
  73.  FTSUTL020I GetData(0)
  74.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  75.  FTSRVP022I Got note Data delivered for #0, 14 bytes
  76.  FTSEVN560I 14 bytes arrived on conn #0
  77.  FTSUTL050I Send reply '331 Send password please.'
  78.  FTSUTL020I GetData(0)
  79.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  80.  FTSRVP022I Got note Data delivered for #0, 15 bytes
  81.  FTSEVN560I 15 bytes arrived on conn #0
  82.  FTSUTL050I Send reply '230 S0CO014 is logged on.'
  83.  FTSUTL020I GetData(0)
  84.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  85.  FTSRVP022I Got note Data delivered for #0, 19 bytes
  86.  FTSEVN560I 19 bytes arrived on conn #0
  87.  FTSUTL050I Send reply '200 Site command was accepted'
  88.  FTSUTL020I GetData(0)
  89.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  90.  FTSRVP022I Got note Data delivered for #0, 24 bytes
  91.  FTSEVN560I 24 bytes arrived on conn #0
  92.  FTSUTL050I Send reply '200 Port request OK.'
  93.  FTSUTL020I GetData(0)
  94.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  95.  FTSRVP022I Got note Data delivered for #0, 6 bytes
  96.  FTSEVN560I 6 bytes arrived on conn #0
  97.  FTSSUB507I Dolist Args=""
  98.  FTSSUB506I DoList '*'
  99.  FTSUTL020I GetData(0)
  100.  FTSUTL022I In GetData, TcpFReceive: Where = 1
  101.  FTSRVP022I Got note User-defined notification for #0
  102.  FTSUTL024I OpenConnection(863A0B02,20,863A0B01,1165,30,TRUE
  103.  FTSUTL050I Send reply '125 List started OK.'
  104.  FTSSUB061I DoList2: Setting CmdInProgress to LIST on conn #2, was USER
  105.  FTSUTL052I ReinitDataConn(2)
  106.  FTSUTL053I FtpFormat: A FtpMode: S FtpOptFormat: 0
  107.  FTSUTL054I RecordFormat: V RecordLength: 65535
  108.  FTSRVP022I Got note Connection state changed for #2, Nonexistent
  109.  FTSRVP024I Foreign host rejected the open attempt
  110.  FTSEVN511I CloseCompleted on #2: Foreign host rejected the open attempt
  111.  FTSEVN512I Error completion on #2: Foreign host rejected the
  112.  open attempt
  113.  FTSSUB009I TidyFile: Connection #2, Untidy=FALSE
  114.  FTSUTL050I Send reply '426 Data transfer aborted.'
  115.  FTSUTL056I DataReply: Setting CmdInProgress to CUNKNOWN on conn #2,
  116.  was LIST
  117.  FTSRVP022I Got note Timer expired for #-48, Datum = 0
  118.  FTSEVN514I TimerExpiredEvent for connection #0
  119.  FTSEVN517I About to EXTERMINATE connection #0
  120.  FTSUTL010I Aborting connection #0
  121.  FTSRVP022I Got note FReceive error for #0, ReceiveTurnCode = 255
  122.  FTSRVP022I Got note Connection state changed for #0, Nonexistent
  123.  FTSRVP024I You aborted the connection
  124.  FTSEVN511I CloseCompleted on #0: You aborted the connection
  125.  FTSRVP022I Got note Other external interrupt received for #-48,
  126.  RuptCode = 64
  127.  FTSUTL010I Aborting connection #1
  128.  FTSRVP022I Got note Connection state changed for #1, Nonexistent
  129.  FTSRVP024I You aborted the connection
  130.  FTSEVN511I CloseCompleted on #1: You aborted the connection
  131.  
  132. Any help will be appreciated as I'm not at all a TCPIP specialist.
  133.  
  134.  
  135.  ----------------------------------------------------------------------
  136.  |Jean Pernet                  |Bitnet: <S0CO014@BLEKUL21.BITNET>     |
  137.  |MVS system programmer        |Internet: <S0CO014@CC2.KULEUVEN.AC.BE>|
  138.  |K.U.Leuven Computer Center   |Tel: (+32) (16) 28 66 11              |
  139.  |Systems group                |Fax: (+32) (16) 20 71 68              |
  140.  ----------------------------------------------------------------------
  141.