|
From: Jerry Adams <Jerry@xxxxxxxxxxxxxxx>
Subject: RE: Strange FTP problem
To: "Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
Date: Wednesday, April 8, 2009, 7:57 PM
I wasn't able to follow up yesterday before I left work
for a dental appointment (I'm feeling much better today,
thanks).
This morning I looked at and tested variations of overrides
in the process (CL program) that we use daily for FTP
between systems. I was, indeed, as you and Chuck pointed
out, in error. Oh, there is an override to QSYSPRT, but it
is for another part of the process, not the FTP log. When
the FTP process is run interactively without any overrides
wants to terminal session (screen), but when I run it in
batch, it printed to QPRINT. Using an override to QPRINT,
using either an OVRPRTF or OVRDBF command, seemed to have no
effect; i.e., the FTP log still went to the terminal
session. But, as you and Chuck both said, when the OVRDBF
was for STDOUT, the FTP log did go to the file that I
created. The steps in the CL that I used are:
DLTF FILE(QTEMP/FTPLOG)
MONMSG MSGID(CPF2105)
CRTPF FILE(QTEMP/FTPLOG) RCDLEN(80)
OVRDBF FILE(STDOUT) TOFILE(QTEMP/FTPLOG)
Sorry for the erroneous reply yesterday.
Jerry C. Adams
IBM System i Programmer/Analyst
--
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Wayne
McAlpine
Sent: Tuesday, April 07, 2009 6:56 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Strange FTP problem
I would suspect then that there is a conflicting override
to QPRINT.
Why don't you simply override STDOUT to a database file
instead of a
print file?
jim t wrote:
I checked of of my other systems & it does useQPRINT.
changed to
On the machine that I am having a problem with I
SAVE(*YES)
CRTPRTF FILE(QTEMP/FTPTEST) HOLD(*YES)
OVRPRTF FILE(QSYSPRT) TOFILE(FTPTEST)that uses QSYSPRT that I could see?
Still no luck. Jerry, do you have a working sample
<Jerry@xxxxxxxxxxxxxxx> wrote:
Thanks
Jim
--- On Wed, 4/8/09, Jerry Adams
Discussion" <midrange-l@xxxxxxxxxxxx>
From: Jerry Adams <Jerry@xxxxxxxxxxxxxxx>
Subject: RE: Strange FTP problem
To: "Midrange Systems Technical
always useDate: Wednesday, April 8, 2009, 12:50 AM
I don't think it does either, Michael. I
OfQSYSPRT.
Jerry C. Adams
IBM System i Programmer/Analyst
--
B&W Wholesale
office: 615-995-7024
email: jerry@xxxxxxxxxxxxxxx
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
output.Michael Ryan
Sent: Tuesday, April 07, 2009 11:50 AM
To: Midrange Systems Technical Discussion
Subject: Re: Strange FTP problem
I didn't know that FTP generated QPRINT
HOLD(*YES)
On Tue, Apr 7, 2009 at 12:29 PM, jim t
<jim_t_59@xxxxxxxxx> wrote:
This is what was working in the program:
CRTPRTF FILE(QTEMP/FTPTEST)
TOFILE(FTPTEST)SAVE(*YES)
OVRPRTF FILE(QPRINT)
RCDLEN(198)
I would see the log in the spool file.
I have just added:
CRTPF FILE(QTEMP/FTPTST)
know thatOVRDBF FILE(OUTPUT)TOFILE(QTEMP/FTPTST) MBR(FTPTST)
CPYF FROMFILE(QTEMP/FTPTST)TOFILE(*PRINT) +
FROMMBR(FTPTST)OUTFMT(*CHAR)
I can now see the info in a spool file, so I
CRTPRTFthe log information
does exist, but it doesn't explain why the
HOLD(*YES)FILE(QTEMP/FTPTEST)
HOLD(*YES) SAVE(*YES) no longer works.
When not using FTP the following still works:
CRTPRTF FILE(QTEMP/FTPTEST)
TOFILE(FTPTEST)SAVE(*YES)
OVRPRTF FILE(QPRINT)
<michaelrtr@xxxxxxxxx><michaelrtr@xxxxxxxxx> wrote:
Jim
--- On Tue, 4/7/09, Michael Ryan
From: Michael Ryan
wouldn'tDiscussion" <midrange-l@xxxxxxxxxxxx>Subject: Re: Strange FTP problem
To: "Midrange Systems Technical
Date: Tuesday, April 7, 2009, 10:31 PM
That FTPA option being changed
What's thechange logging,
but it does indicate
that something changed stuff.
Where is this log being generated?
the MQfile
understand why MQname?
On Tue, Apr 7, 2009 at 11:55 AM, jim t
<jim_t_59@xxxxxxxxx> wrote:
Nothing else was done. I can't
installed. I didwould do it either, it
just happened at the same time MQ was
notice that FTPA
option ALWSSL was set to *YES after
PMinstall
<nhdennis@xxxxxxxxxxx>completed. I changed it
back to *NO and still no logs.<nhdennis@xxxxxxxxxxx> wrote:
Jim
--- On Tue, 4/7/09, Norm Dennis
From: Norm Dennis
TechnicalSubject: RE: Strange FTP problem
To: "'Midrange Systems
<midrange-l@xxxxxxxxxxxx>Discussion'"
Date: Tuesday, April 7, 2009, 8:28
implemented atWas there anything else
etc.?the same
time of the
MQ install?
Application changes, PTF's,
a
Did the MQ install add an entry to
wouldn'tlibrary list
or the
user profile?
Certainly sounds odd, I
something.expect MQ to
be the
issue but the install
process may have affected
midrange-l-bounces@xxxxxxxxxxxx
Norm Dennis
-----Original Message-----
From:
PM[mailto:midrange-l-bounces@xxxxxxxxxxxx] On
Behalf Of jim t
Sent: Tuesday, 7 April 2009 9:46
&DiscussionTo: Midrange Systems Technical
Subject: RE: Strange FTP problem
Same thing happens for both batch
wrote:interactive.
Jim
--- On Tue, 4/7/09, Norm Dennis
<nhdennis@xxxxxxxxxxx>
problem<nhdennis@xxxxxxxxxxx>
From: Norm Dennis
Subject: RE: Strange FTP
SystemsTo: "'Midrange
8:05Technical
<midrange-l@xxxxxxxxxxxx>Discussion'"
Date: Tuesday, April 7, 2009,
interactivePM
path/librarySounds like you have changed a
list
somewhere,
somehow.
Is the FTP a batch or
9:21process?
midrange-l-bounces@xxxxxxxxxxxx
Norm Dennis
-----Original Message-----
From:
[mailto:midrange-l-bounces@xxxxxxxxxxxx] On
Behalf Of
jim t
Sent: Tuesday, 7 April 2009
runningPM
DiscussionTo: Midrange Systems Technical
occured afterSubject: Strange FTP problem
I have a strange problem that
installing
MQ
Client on one of
our AS/400's that is
seeV5R4.
Prior to installing MQ I would
overridethe
system. Theoutput log
I.E.
OS/400 is the remote operating
"0".TCP/IP
version
is "V5R4M0".
250 Now using naming format
session.Enter an FTP subcommand.
QUIT221 QUIT subcommand received.
Press ENTER to end terminal
Input read from specified
MQfile.
......
......
......
After I installed & tested
effectI no
longer see the
above
information. I
wouldn't think MQ would
http://lists.midrange.com/mailman/listinfo/midrange-lFTP but I
Technicaldon't
know
where else to look. Any
ideas?
Thanks
Jim
--
This is the Midrange Systems
change listDiscussion
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
To subscribe, unsubscribe, or
options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-lMIDRANGE-L-request@xxxxxxxxxxxxor email:
moment toBefore posting, please take a
http://archive.midrange.com/midrange-l.review the
archives
at
Technical
--
This is the Midrange Systems
change listDiscussion
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
To subscribe, unsubscribe, or
options,
visit:
TechnicalMIDRANGE-L-request@xxxxxxxxxxxxor email:
moment toBefore posting, please take a
http://archive.midrange.com/midrange-l.review the
archives
at
--
This is the Midrange Systems
changeDiscussion
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
To subscribe, unsubscribe, or
http://lists.midrange.com/mailman/listinfo/midrange-llist
options,
visit:
moment toMIDRANGE-L-request@xxxxxxxxxxxxor email:
Before posting, please take a
Technicalreview
http://archive.midrange.com/midrange-l.the archives
at
--
This is the Midrange Systems
changeDiscussion
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
To subscribe, unsubscribe, or
http://lists.midrange.com/mailman/listinfo/midrange-llist
options,
visit:
moment toMIDRANGE-L-request@xxxxxxxxxxxxor email:
Before posting, please take a
listreview
http://archive.midrange.com/midrange-l.the archives
at
Discussion
--
This is the Midrange Systems Technical
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
To subscribe, unsubscribe, or change
http://lists.midrange.com/mailman/listinfo/midrange-loptions,
visit:
MIDRANGE-L-request@xxxxxxxxxxxxor email:
toBefore posting, please take a moment
http://archive.midrange.com/midrange-l.review the
archives
at
Discussion--
This is the Midrange Systems Technical
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
http://lists.midrange.com/mailman/listinfo/midrange-loptions,To subscribe, unsubscribe, or change list
visit:
reviewor email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to
Discussionthe archives
at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical
MIDRANGE-L@xxxxxxxxxxxx(MIDRANGE-L) mailing list
To post a message email:
options,To subscribe, unsubscribe, or change list
http://lists.midrange.com/mailman/listinfo/midrange-lvisit:
theor email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review
http://lists.midrange.com/mailman/listinfo/midrange-larchives
at http://archive.midrange.com/midrange-l.--
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
archivesor email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
http://lists.midrange.com/mailman/listinfo/midrange-lat http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
archivesor email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the
--at http://archive.midrange.com/midrange-l.
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
--
This is the Midrange Systems Technical Discussion
(MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.