- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Ftp problem
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 01:52 PM
07-11-2005 01:52 PM
Ftp problem
%TCPIP-E-FTP_DATACONF, cannot establish data connection with remote host. SYSTEM-F-CONNECFAIL, connect to network object timed-out or failed 425 Can't open data connection. 221 %DCL-W-SKPDAT, image data (records not beginning with "$") ignored
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 03:09 PM
07-11-2005 03:09 PM
Re: Ftp problem
welcome to the ITRC OpenVMS forum.
You didn't tell us, which version of OpenVMS and TCPIP you are using. There was a problem, which resulted in an error messages like this fixed in OpenVMS VAX TCPIP V5.1 ECO 4.
It's also possible, that there is some firewall issue between your FTP client and the Windows 2000 system.
Which FTP command is actually failing ?
Can you try passive mode ? FTP> passive ON
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-11-2005 10:53 PM
07-11-2005 10:53 PM
Re: Ftp problem
First, AFAIK, there is no FTP server running - by default - on Windows 2000, when IIS is not installed. If so, it needs to be enabled first.
Second: Just for a check: If FTP server is enabled on your VMS box, try to start FTP from the Windows side and retrieve the file from VMS to that machine.
Third: At what point does the error occur?
Try to stepwise FTP on the VMS machine, or, since you seem to use a DCL command file, put $ SET VERIFY on top and save the output (and post it here)
$ FTP ! No name or address!
FTP> Open
If this fails, the problem may lay in the network (firewall, for instance) or in the non-existance of a FTP service on the Windows box.
If it doesn't fail, the Windows machine ought to reply with lolgin sequence (username + password), and you should be able to PUT files to that machine. If that fails, it may be a file protection problem on the Windows side. The user you use for login, should have write access tho the location (end, if the file already exists, tyhe ability to overwrite it!) I'm not sure what it will do in the case there is such a violation; it might be that Windows drops the connection without warning.
OpenVMS Developer & System Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-12-2005 02:31 AM
07-12-2005 02:31 AM
Re: Ftp problem
welcome to vms forum :-)
Last error (DCL-W_SKPDAT) suggests me you are using a DCL command procedure like
$ FTP
... ftp command list
BYE
$ ... other vms command
When FTP fails, command interpreter read next line that's a ftp command without dollar sign and displays the error message.
First error is indeed the trouble. May be your win2k ha not ftp service enabled. Open Panel control, administrator tool, service and look at ftp server service.
Antonio Vigliotti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2005 06:09 AM
10-02-2005 06:09 AM
Re: Ftp problem
At the dos prompt you can simply enter
ftp alphaaddress.