Re: EDC8128I Connection refused.

2005-05-25 Thread Adrian H Auer-Hudson
Thanks Stephen,

The output, slightly modified to protect the guilty is as follows:

.EZA1736I FTP   
.EZA1450I IBM FTP CS V1R4   
.EZA1456I Connect to ?  
.EZA1736I eaid2 
.EZA1554I Connecting to: eaid2.domain.com 10.40.131.46 port: 10. 
.EZA2590E initIPv4Connection error from connect = (1128.769F0442) - EDC8128I Con
.EZA1460I Command:  
.EZA1457I You must first issue the 'OPEN' command   
.EZA1460I Command:  
.EZA1736I password 
.EZA1618I Unknown command: 'password'   
.EZA1619I For a list of the available commands, say HELP
.EZA1460I Command:  
.EZA1736I CD /EAI/STP/data_impact/in/   
.EZA1457I You must first issue the 'OPEN' command   
.EZA1460I Command:  
.EZA1736I PUT 'PPPCGLD.XGLD264.D0105.MONTHLY' ParamMonthlyGL0105.txt
.EZA1457I You must first issue the 'OPEN' command   
.EZA1460I Command:  
.EZA1736I quit  



Webmaster, http://www.losangelesmetro.net.
Supporter of Expo Light Rail - Enabler for the Digital Coast 
http://www.friends4expo.org.


--- Bielskie, Stephen [EMAIL PROTECTED] wrote:

From: Bielskie, Stephen [EMAIL PROTECTED]
Date: Wed, 25 May 2005 19:22:49 +0100
To: '[EMAIL PROTECTED]' [EMAIL PROTECTED]
Subject: RE: EDC8128I Connection refused.

I have seen this scenario before when the programmer has extra characters (past 
column 80) in the SYSIN.  FTP treated it as part of the connection name. 

It would be more helpful to post the output of the job...

Steve


-Original Message-
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED]
Behalf Of Adrian H Auer-Hudson
Sent: Wednesday, May 25, 2005 2:11 PM
To: IBM-MAIN@BAMA.UA.EDU
Subject: EDC8128I Connection refused.


Hi all,

FYI. I am an apps programmer.  We seem to have a lack of ftp knowledge at my 
place of employment.  We are having several ftps fail and the ball seems to 
rest firmly in my court.

This is an example of the ftp commands input to a failing mainframe to network 
batch ftp job.  The only thing I have changed is the password.  I substituted 
the word password:

eaid2  
User eaidm 
password   
CD /EAI/STP/data_impact/in/
PUT 'PPPCGLD.XGLD264.D0105.MONTHLY' ParamMonthlyGL0105.txt 
quit   
* 

The job, and its brethren fail with EDC8128I Connection refused..  HOWEVER, 
if I go to ISPF 6, and type the TSO command 'ftp' then enter the above listed 
ftp command lines in sequence, IT WORKS.

Somebody tell me what is happening, please?

Thanks

Adrian.

==
This message is for the sole use of the intended recipient. If you received 
this message in error please delete it and notify us. If this message was 
misdirected, Credit Suisse, its subsidiaries and affiliates (CS) do not 
waive any confidentiality or privilege. CS retains and monitors electronic 
communications sent through its network. Instructions transmitted over this
system are not binding on CS until they are confirmed by us. Message 
transmission is not guaranteed to be secure. 
==

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: EDC8128I Connection refused.

2005-05-25 Thread David Andrews
On Wed, 2005-05-25 at 11:11 -0700, Adrian H Auer-Hudson wrote:
 This is an example of the ftp commands
 eaid2  
 User eaidm 
 password   
 CD /EAI/STP/data_impact/in/
 PUT 'PPPCGLD.XGLD264.D0105.MONTHLY' ParamMonthlyGL0105.txt 
 quit   
 * 
 
 The job, and its brethren fail with EDC8128I Connection refused.

Here's a shot in the dark: do you have sequence numbers in your FTP job?
The FTP program reads through column 80, so your hostname (eaid2) is
actually a hostname/port combination if you have a sequence number in
columns 73-80.  The bogus port is unlikely to exist, and the other
system will refuse the connection.

UNNUMber your job and see what happens.

-- 
David Andrews
A. Duda and Sons, Inc.
[EMAIL PROTECTED]

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html


Re: EDC8128I Connection refused.

2005-05-25 Thread Bruce Orcutt
.EZA1554I Connecting to: eaid2.domain.com 10.40.131.46 port: 10. 

Note how this says you are connecting to port 10, FTP service is usually on 
port 21.

Bruce Orcutt
ALLTEL-ACI-IT-TSG-Automation
Office: 330-963-1739
Cell: 330-388-7585


**
The information contained in this message, including attachments, may contain 
privileged or confidential information that is intended to be delivered only to 
the 
person identified above. If you are not the intended recipient, or the person 
responsible for delivering this message to the intended recipient, ALLTEL 
requests 
that you immediately notify the sender and asks that you do not read the 
message or its 
attachments, and that you delete them without copying or sending them to anyone 
else. 

--
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html