| T.R | Title | User | Personal Name
 | Date | Lines | 
|---|
| 5204.1 | IPMT case number is : BRO100923 - CFS.48680 | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Fri Feb 07 1997 03:30 | 10 | 
|  |     
    
    The IPMT case number is : BRO100923 - CFS.48680
    
    And I already got an answer that this was solved with UCX V4.1 PAT6 
    (pre ECO5) ... I'll test it next week when the kits will be available
    
    Rgds,
    
             Guy
 | 
| 5204.2 | no go! | CSC32::H_SO | Reboot twice 'n call me in the mornin' | Thu Apr 17 1997 12:24 | 24 | 
|  |     I also have customer who reported this, so I tested PAT7 
    and it didn't fix the problem:
    
    MAIN:: copy/ftp/verbose a.a vhome"h_so newpassword"::test.a
    220 VHOME FTP Server (Version 4.1) Ready
    Connected to VHOME.
    331 Username H_SO requires a Password
    230 user logged in
    550-failed to set default directory to �D
    550 file specification syntax error
    550 file specification syntax error
    550-failed to set default directory to [.TEST.]
    550 error in directory name
    550 error in directory name
    200 TYPE set to IMAGE
    200 PORT command successful
    150 opening data connection for DKA100:[H_SO]TEST.A;
    (10.10.10.202,1033)
    226 transfer complete
    local: JMNATR$DKA100:[H_SO.TEMP]A.A;1  remote: TEST.A
    4934 bytes sent in 00:00:00.03 seconds (155.43 Kbytes/s)
    200 TYPE set to ASCII
    221 goodbye
    
 | 
| 5204.3 | Addendum... | CSC32::H_SO | Reboot twice 'n call me in the mornin' | Thu Apr 17 1997 12:28 | 24 | 
|  |     Let me re-phrase that!
    
    It does create the file in the name specified at least, but 
    not without complaints.
    
    If you try to use copy/ftp with "/dir/file.ext"  it won't work:
    
    MAIN:: copy/ftp/verbose a.a uhome"h_so Newpassword"::"/temp/test.a"
    220 jaysan FTP server (ULTRIX Version 4.1 Wed Jan 12 22:39:23 EST 1994)
    ready.
    Connected to UHOME.
    331 Password required for h_so.
    230 User h_so logged in.
    550 /temp/test.a/: No such file or directory.
    550 /temp/test.a/: No such file or directory.
    550 /temp/test.: No such file or directory.
    550 /temp/test.: No such file or directory.
    550 /temp/: No such file or directory.
    550 /temp/: No such file or directory.
    250 CWD command successful.
    200 PORT command successful.
    553 /temp/test.a: No such file or directory.
    553 /temp/test.a: No such file or directory.
    221 Goodbye.
 | 
| 5204.4 | IPMT case BRO100923 CFS.48680 was updated | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Fri Apr 18 1997 05:15 | 163 | 
|  |     
    
    A IPMT case is open for this problem and was updated with the following
    informations :
    
    ================================================================================
    
       1. From VAX VMS 7.0 UCX V4.1-PAT7 ==> DU V4.0
    
       $ copy/ftp vmsmph.log comosf"roelandt password"::b.b
       550 B.B/: No such file or directory.
       550 B.: No such file or directory.
       $
    
       $ copy/ftp/verbose vmsmph.log comosf"roelandt password"::b.b
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       331 Password required for roelandt.
       230 User roelandt logged in.
       550 B.B/: No such file or directory.
       550 B.B/: No such file or directory.
       550 B.: No such file or directory.
       550 B.: No such file or directory.
       200 PORT command successful.
       150 Opening ASCII mode data connection for b.b (16.201.0.170,1155).
       226 Transfer complete.
       local: SYS$SYSROOT:[SYSMGR]VMSMPH.LOG;19  remote: b.b
       400 bytes sent in 00:00:00.00 seconds (390.62 Kbytes/s)
    
       But the file is created on the Unix system and is complete in both
    cases
    
       2. From VAX VMS 7.0 UCX V4.1-PAT7 ==> DU V4.0
    
       $ copy/ftp/verbose vmsmph.log comosf"roelandt password"::
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       331 Password required for roelandt.
       230 User roelandt logged in.
       250 CWD command successful.
       200 PORT command successful.
       553 vmsmph.log: Permission denied.
       553 vmsmph.log: Permission denied.
       $
    
       The file does not exist, so why don't I have permissions ???
    
       Strange things started at that moment .... look at the following ftp
       connections, tried rigth after previous tests ....
    
       $ ftp comosf
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       FTP> ls
       200 PORT command successful.
       530 Please login with USER and PASS.
       %FTP-E-NOSUCHFILE, No such file (* or directory)
       FTP>disc
       221 Goodbye.
       $ exit
       $ ftp comosf
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       FTP> login
       _Username: roelandt
       331 Password required for ROELANDT.
       Password:
       530 Login incorrect.
       %FTP-E-LOGREJ, Login request rejected
       FTP> quit
       221 Goodbye.
       $ ftp comosf
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       FTP> login
       _Username: "roelandt"
       331 Password required for roelandt.
       Password:
       230 User roelandt logged in.
    
       Then I tried to put the previous files :
    
       FTP>put vmsmph.log
       200 PORT command successful.
       150 Opening ASCII mode data connection for VMSMPH.LOG
    (16.201.0.170,1162).
       226 Transfer complete.
       local: SYS$SYSROOT:[SYSMGR]VMSMPH.LOG;19  remote: VMSMPH.LOG
       400 bytes sent in 00:00:00.00 seconds (390.62 Kbytes/s)
       FTP>
    
       FTP> put vmsmph.log b.b
       200 PORT command successful.
       150 Opening ASCII mode data connection for b.b (16.201.0.170,1163).
       226 Transfer complete.
       local: SYS$SYSROOT:[SYSMGR]VMSMPH.LOG;19  remote: b.b
       400 bytes sent in 00:00:00.00 seconds (390.62 Kbytes/s)
       FTP>
    
    
    ================================================================================
    
       2. From AXP VMS V6.2-1H1 UCX V4.1-PAT7 ==> DU V4.0
    
       $ copy/ftp/verbose t.log comosf"roelandt password"::
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       331 Password required for roelandt.
       230 User roelandt logged in.
       250 CWD command successful.
       200 PORT command successful.
       553 t.log: Permission denied.
       553 t.log: Permission denied.
       221 Goodbye.
       $
    
       $ copy/ftp/verbose t.log comosf"roelandt password"::b.b
       220 comosf.bro.dec.com FTP server (Digital UNIX Version 5.60) ready.
       Connected to comosf.
       331 Password required for roelandt.
       230 User roelandt logged in.
       550 B.B/: No such file or directory.
       550 B.B/: No such file or directory.
       550 B.: No such file or directory.
       550 B.: No such file or directory.
       200 PORT command successful.
       150 Opening ASCII mode data connection for b.b (16.201.0.188,1353).
       226 Transfer complete.
       local: SYS$SYSROOT:[SYSMGR]T.LOG;30  remote: b.b
       1196 bytes sent in 00:00:00.00 seconds (1167.96 Kbytes/s)
       221 Goodbye.
       $
    
    ================================================================================
    
       3. From VAX VMS to AXP VMS V6.2-1H1 UCX V4.1-PAT7
    
       an ftp put fails, a tcpiptrace shows a window size of 0 continuously
       returned by the AXP
    
    
    --------------------------------------------------------------------------------
    
       TCPIPtrace XMT packet 91 at 17-APR-1997 10:28:44.33
    
                            IP Address       Port        Seq #          Ack #
       Source                16.201.0.188      20     13184002     1990657537
       Destination           16.201.0.38     3623
    
                                                    Packet Length       40
       TCP flags            ACK
           window           0
    
                                             Hex    Count   Ascii
       --------   --------   --------   --------    ----   ----------------
       BC00C910   25180680   00003800   28000045    0000   E..(.8.....%....
       0106A776   022CC900   270E1400 | 2600C910    0010   ...&...'..,.v...
                           | 0000B2D5   00001050    0020    P.......
    
    
      16.201.0.188 is the receiving AXP (UCX V4.1-PAT7)
      16.201.0.38  is the sending VAX (UCX V4.1-ECO3)
                                                           
 | 
| 5204.5 |  | LASSIE::GEMIGNANI |  | Tue Apr 22 1997 11:27 | 3 | 
|  |     I believe that the problem is now corrected (I worked it out
    yesterday).  I will have new images tomorrow, which Natasha will
    include in a new PAT kit.
 | 
| 5204.6 | great - I'll test them | BACHUS::ROELANDTS | Wa d'es ma da ve ne stuut | Wed Apr 23 1997 02:10 | 9 | 
|  |     
    
    Great John,
    
    As soon as I can get my hands on it I will test them.
    
    Regards,
    
         Guy
 |