Problem with changing MVS directories

Need help with FileZilla Client? Something does not work as expected? In this forum you may find an answer.

Moderator: Project members

Post Reply
Message
Author
ManfredU
500 Syntax error
Posts: 15
Joined: 2004-09-02 07:15

Problem with changing MVS directories

#1 Post by ManfredU » 2005-02-16 16:37

Filezilla works quite well with our OS/390 but as soon as I try to switch the remote dataset / library it gets messed up. 'hlq.my.dataset' becomes /'hlq.my.dataset'/ etc.

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#2 Post by botg » 2005-02-16 19:57

I need logs with enabled debug information.

ManfredU
500 Syntax error
Posts: 15
Joined: 2004-09-02 07:15

#3 Post by ManfredU » 2005-02-17 10:31

Today it's working fine. :shock:

ManfredU
500 Syntax error
Posts: 15
Joined: 2004-09-02 07:15

#4 Post by ManfredU » 2005-03-03 12:53

ManfredU wrote:Today it's working fine. :shock:
Now I have the problem again and I'm able to reproduce it:

------------------------------------------
I enter 'myhlq.migrate.source.' in 'Remote Site:':
------------------------------------------

Trace: FtpControlSocket.cpp(947): List(FALSE,0,"'myhlq.migrate.source.'","",1) OpMode=0 OpState=-1 caller=0x00c8e29c
Status: Retrieving directory listing...
Command: CWD 'myhlq.migrate.source.'
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=1 caller=0x00c8e29c
Response: 250 "MYHLQ.MIGRATE.SOURCE." is the working directory name prefix.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=1 caller=0x00c8e29c
Command: PWD
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=2 caller=0x00c8e29c
Response: 257 "'MYHLQ.MIGRATE.SOURCE.'" is working directory.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=2 caller=0x00c8e29c
Command: PORT 143,21,199,155,4,162
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=7 caller=0x00c8e29c
Response: 200 Port request OK.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x00c8e29c
Command: TYPE A
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=8 caller=0x00c8e29c
Response: 200 Representation type is Ascii NonPrint
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x00c8e29c
Trace: TransferSocket.cpp(549): SetActive() caller=0x018281b4
Command: LIST
Trace: TransferSocket.cpp(410): OnAccept(0) caller=0x018281b4
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=9 caller=0x00c8e29c
Response: 125 List started OK
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x00c8e29c
Trace: TransferSocket.cpp(1122): Close() caller=0x018281b4
Trace: FtpControlSocket.cpp(1604): TransferEnd(4) OpMode=4 OpState=10 caller=0x00c8e29c
Trace: FtpControlSocket.cpp(947): List(TRUE,0,"","",0) OpMode=4 OpState=10 caller=0x00c8e29c
Trace: Volume Unit Referred Ext Used Recfm Lrecl BlkSz Dsorg Dsname
Trace: DBAT55 3390 2005/02/28 6 26 FB 80 6160 PO BMS
Trace: DBAT21 3390 2005/03/03 8 143 FB 80 6160 PO COBOL2
Trace: DBAT1F 3390 2005/02/28 8 23 FB 80 6160 PO COPYBOOK
Trace: DBAT37 3390 2005/03/02 1 3 FB 80 6160 PO DB2PCKG
Trace: DBAT47 3390 2005/02/28 1 5 FB 80 6160 PO EASYTREV
Trace: DBAT3E 3390 2005/02/28 2 7 FB 80 6160 PO EDICOPY
Trace: DBAT4D 3390 2005/02/28 2 24 FB 80 6160 PO EDIMAP
Trace: DBAT48 3390 2005/02/28 1 5 FB 80 6160 PO JCL
Trace: DBAT4C 3390 2005/02/28 1 3 FB 80 6160 PO LINK
Trace: DBAT34 3390 2005/02/28 1 168 FB 80 6160 PO PARMLIB
Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x018281b4
Trace: TransferSocket.cpp(1122): Close() caller=0x018281b4
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=10 caller=0x00c8e29c
Response: 250 List completed successfully.

------------------------------------------
Now I double click on COBOL2, which is a PDS, to display its content:
------------------------------------------

Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=10 caller=0x00c8e29c
Status: Directory listing successful
Trace: FtpControlSocket.cpp(3547): ResetOperation(1) OpMode=4 OpState=10 caller=0x00c8e29c
Command: TYPE A
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=0 OpState=-1 caller=0x00c8e29c
Response: 200 Representation type is Ascii NonPrint
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"'MYHLQ.MIGRATE.SOURCE.'","COBOL2",9) OpMode=0 OpState=-1 caller=0x00c8e29c
Status: Retrieving directory listing...
Command: CWD COBOL2
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=3 caller=0x00c8e29c
Response: 250 The working directory "MYHLQ.MIGRATE.SOURCE.COBOL2" is a partitioned data set
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=3 caller=0x00c8e29c
Command: PWD
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=4 caller=0x00c8e29c
Response: 257 "'MYHLQ.MIGRATE.SOURCE.COBOL2'" partitioned data set is working directory.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=4 caller=0x00c8e29c
Command: PORT 143,21,199,155,4,164
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=7 caller=0x00c8e29c
Response: 200 Port request OK.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=7 caller=0x00c8e29c
Command: TYPE A
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=8 caller=0x00c8e29c
Response: 200 Representation type is Ascii NonPrint
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=8 caller=0x00c8e29c
Trace: TransferSocket.cpp(549): SetActive() caller=0x018281b4
Command: LIST
Trace: FtpControlSocket.cpp(670): OnReceive(0) OpMode=4 OpState=9 caller=0x00c8e29c
Response: 550 No members found.
Trace: FtpControlSocket.cpp(947): List(FALSE,0,"","",0) OpMode=4 OpState=9 caller=0x00c8e29c
Status: Directory listing successful
Trace: FtpControlSocket.cpp(3547): ResetOperation(1) OpMode=4 OpState=9 caller=0x00c8e29c
Trace: TransferSocket.cpp(91): ~CTransferSocket() caller=0x018281b4
Trace: TransferSocket.cpp(1122): Close() caller=0x018281b4

------------------------------------------
Now the 'Remote Site:' field displays /'MYHLQ.MIGRATE.SOURCE.COBOL2'/ and I can't get rid of the forward slashes any more. I have to restart FZ Maybe it has something to do with the fact that the COBOL2 pds is empty?

Could be that on the day when it worked COBOL2 was not empty.
------------------------------------------

User avatar
botg
Site Admin
Posts: 35562
Joined: 2004-02-23 20:49
First name: Tim
Last name: Kosse

#5 Post by botg » 2005-03-03 19:15

Thanks for the log and the description, I was able to find the reason. I plan to release the fixed version in a couple of days.

ManfredU
500 Syntax error
Posts: 15
Joined: 2004-09-02 07:15

#6 Post by ManfredU » 2005-03-07 07:08

botg wrote:I was able to find the reason. I plan to release the fixed version in a couple of days.
Thanks! I'm looking forward to the new version. :D

Post Reply