HP3000-L Archives

April 2005, Week 3

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Larry Simonsen <[log in to unmask]>
Reply To:
Larry Simonsen <[log in to unmask]>
Date:
Wed, 20 Apr 2005 10:45:45 -0600
Content-Type:
text/plain
Parts/Attachments:
text/plain (94 lines)
we had a similar problem that was quite random.  usually failed at the
worst possible time.  it was based of an ftp script.  what i have done is
add a ping to the remote site of 2 pings for every ftp transfer.  since i
have done this none of the ftp transfers have failed.

-------------------------------------------------
Larry Simonsen
Sr. System Analyst
Flowserve Corporation
505 E. Technology Ave.
Bldg. C, Suite 3100
Orem, UT 84097
Phone: 801-437-3737
Fax: 801-491-1750
-------------------------------------------------
All opinions expressed herein are my own and reflect, in no way, those of
my employer.
-------------------------------
NOTICE:  The information contained in this e-mail, and attachment(s)
thereto, is confidential and may contain attorney - client privileged
communications. If you are not the intended recipient, you are hereby
notified that any dissemination, distribution, or copying of this
communication is strictly prohibited. If you have received this
communication in error, please notify the sender immediately and delete
the e-mail from your computer system without retaining any copies. Thank
you.




John Bawden <[log in to unmask]>
Sent by: HP-3000 Systems Discussion <[log in to unmask]>
04/20/2005 10:35 AM
Please respond to
John Bawden <[log in to unmask]>


To
[log in to unmask]
cc

Subject
FTP question






Fellow Listers,

I have a job that runs early on Sunday morning and
frequently it cannot connect to one of our Wintel
servers and aborts, holding up my JMS sequence until I
make my system check later in the day. This doesn't
always happen and the network team hasn't been able to
find any reason why the job couldn't connect and the
connection is okay when I rerun it about 6 hours
later. Changing the start time is not a good option.
I've tried to develop a test of the connection at the
start of the job in a while do loop and have the job
pause 5 minutes and exit the loop when the FTP will
finally connect. Here's my test routine:
!
!setvar ftplasterr 1
!while ftplasterr <> 0 do
!ftp.arpa.sys
 exitonerror
 open qc6nt
 user testuser somepass
!pause 300
!endwhile
!
and it works okay for the first iteration but hits the
endwhile after the pause and keeps on going instead of
looping. I think it might have something to do with
the FTPLASTERR variable but can't see it. Anyone done
anything like this or have a way to get this to work?
TIA

John Bawden
QualChoice

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2