|
On Thu, 01 Oct 2015 11:25:19 -0600 CRPence wrote:
On 01-Oct-2015 10:24 -0600, Vicki Wilson wrote:Upper or lower case does not seem to matter.
<<SNIP>> when the data was part of an xml document on the IFS I
successfully used get_xml_file. But now when the xml is part of a
file the get_xml_file fails.
get_xml_file('mylibrary/CBX_XML(CBX_XML)')
The documentation says that get_xml_file should be able to retrieve
from a file "For a source physical file, the string must be in the
form 'library/file(member)'"
I've played with the syntax a bit - but nothing seems to work.
From the given example, consider that the IBM i object names are
upper-case, unless delimited by double-quotes. <<SNIP>>
I also created a variable and put the file name and I still get the
error.
I'm getting a CPF428A error. In fact the job log is kind of weird
because I get the error twice.
Here's the full error listing:
Open of member CBX_XML file CBX_XML in ZZVICKIW failed.
Open of member CBX_XML file CBX_XML in ZZVICKIW failed.
User-defined function error on member QSQPTABL.
User-defined function error on member QSQPTABL.
Trigger program or external routine detected an error.
The full CPF error is:
Message: Open of member CBX_XML file CBX_XML in ZZVICKIW failed.
Cause: Member CBX_XML file CBX_XML in library ZZVICKIW was not opened
because of error code 1. The error codes and their meanings are: 1 --
The format for file CBX_XML contains one or more large object fields
and the open request did not indicate that large object fields could
be processed by the user of the open.
I'm running out of ideas for what to try next.
I'm using PRTRPTBRM, dumping to an outfile, then sorting, to identify my
largest and longest objects during a save.
I'm seeing two entries for every library saved, the second one being from
my auto dup immediately following the save.
I reran PRTRPTBRM, changing the end date/time hoping to NOT include the
auto dup.
SBMJOB CMD(PRTRPTBRM PERIOD((180000 092915) (201600 092915))
OUTPUT(*OUTFILE) OUTFILE(QGPL/PRTRPTBRM) OUTMBR(*FIRST *REPLACE))
I'm still seeing two entries.
The entry from the auto dup, 204132, is still appearing, even though it
was after the end/date time, 201600.
Any thoughts from the group?
10/01/15 15:16:23
Pencor06 Save Summary
Library Size in Total Volume
Number Number Start End Control
Name Millions bytes Save Time Used
Objects Objects time stamp time stamp Group
Minutes
Saved Not Saved CYYMMDDHHMMSS CYYMMDDHHMMSS
ICOMRSTGEN 117,013 10 001045
18,031 0 1150929181532 1150929182550 SAVCHOB
ICOMRSTGEN 117,013 10 001158
18,031 0 1150929203118 1150929204132 SAVCHOB
ICOM827GEN 116,084 7 001045
18,538 0 1150929182915 1150929183712 SAVCHOB
ICOM827GEN 116,084 10 001158
18,538 0 1150929204147 1150929205236 SAVCHOB
PTDGEN3 19,464 1 001045
8,842 0 1150929183846 1150929184015 SAVCHOB
PTDGEN3 19,464 1 001158
8,842 0 1150929205252 1150929205451 SAVCHOB
Thank You
_____
Paul Steinmetz
IBM i Systems Administrator
Pencor Services, Inc.
462 Delaware Ave
Palmerton Pa 18071
610-826-9117 work
610-826-9188 fax
610-349-0913 cell
610-377-6012 home
psteinmetz@xxxxxxxxxx<mailto:psteinmetz@xxxxxxxxxx>
http://www.pencor.com/
--
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.
Well actually it's probably more like IBM proprietary :-)--
Happy CPY-ing !!
Regards,
Richard Schoen | Director of Document Management Technologies,
HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems
richard.schoen@xxxxxxxxxxxxxxx www.rjssoftware.com Visit me on:
Twitter | LinkedIn
------------------------------
message: 5
date: Thu, 1 Oct 2015 19:18:11 +0000
from: Winchester Terry <terry.winchester@xxxxxxxxxxxxxxx>
subject: RE: QNTC and Windows Server 2012
We had a meeting earlier this week and I made a few remarks using the
phrase "MS-proprietary" ;-)
So one of the PC Admins set up WS4U and after a bunch of twiddling
with security we were able to succesfully use a MOUNT, CPY and UNMOUNT
command to move some data.
Now I need to do a little research on the viability of doing MOUNT's
within QSTRUP and/or doing them dynamically for each application.
Thanks ALL for the help!
Terry
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of
Vernon Hamberg
Sent: Friday, September 25, 2015 3:35 PM
To: Midrange Systems Technical Discussion
Subject: Re: QNTC and Windows Server 2012
LOL - just call it WS4U and tell them it's from Microsoft.
On 9/25/2015 2:11 PM, Winchester Terry wrote:
Vern...that is true! I think the aversion is the word "Unix" ;-)to it.
It was my understanding that managing security around NFS services
required a bit more work too...but maybe that's not true.
TGIF
Terry
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
Of Vernon Hamberg
Sent: Friday, September 25, 2015 12:19 PM
To: Midrange Systems Technical Discussion
Subject: Re: QNTC and Windows Server 2012
Terry
Windows Services for Unix IS from Microsoft, so they should not
averse
shares.
HTH
Vern
On 9/25/2015 9:14 AM, Winchester Terry wrote:
Of the two remaining preferences, it's probably easier to use NFS
but these are "windows" guys and they seem to have an aversion to
non-MS solutions so proposing that they run "services for NFS" is
not going to be my first recommendation.
We have a meeting slated for sometime next week. I am leaning
towards using standard FTP but that means they will have to run FTP
services on each of their file servers.
This will probably be the lessor of two evils in their eyes ;-)
I really wish that IBM support had various versions of SMBCLIENT
available for download based on the level of the O/S. I find it
hard to believe that, with all of their available talent, IBM can't
have an FTP site available with pre-compiled binaries for stuff like this...
Terry
-----Original Message-----
From: MIDRANGE-L [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf
Of Richard Schoen
Sent: Friday, September 25, 2015 10:01 AM
To: midrange-l@xxxxxxxxxxxx
Subject: RE: QNTC and Windows Server 2012
Have them install Windows services for Unix and open up appropriate
NFS
(R2)?
Then you simply mount the servers from IBMi.
Regards,
Richard Schoen | Director of Document Management Technologies,
HelpSystems
T: + 1 952-486-6802
RJS Software Systems | A Division of HelpSystems
richard.schoen@xxxxxxxxxxxxxxx www.rjssoftware.com Visit me on:
Twitter | LinkedIn
------------------------------
message: 6
date: Fri, 25 Sep 2015 12:55:07 +0000
from: Winchester Terry <terry.winchester@xxxxxxxxxxxxxxx>
subject: QNTC and Windows Server 2012
Is it possible to use QNTC with the new version of Windows Server
2012
years, but the Windows folks are doing some server upgrades to the new
We're currently running SMBCLIENT 2.2.8 and it has served us well
for
2012 version and our Samba client is no longer working.
there doesn't appear to be any binaries available for our platform (at
Based on a little research, it appears that only Samba versions
later than
3.6 will work with MS Server 2012. Since I am *not* a C-programmer
and
V6R1) it seems that our only options are (1) Use QNTC, (2) Convince
the MS-Admins that they need to run the NFS server utilities on each
of their servers so that we can mount their drives or (3) Convince the
MS-Admins that we must use FTP to push files to each server.
guess we're stuck with options (2) and (3)...
I would prefer to use option (1) but it doesn't seem to work. So I
attachments) contains information that may be confidential, protected
BTW, upgrading to a V7Rx is not likely to happen since we're slated
to move off the platform in the next 18-24 months (to outsourced
*NIX servers running
SAP)
Any thoughts?
Thanks,
Terry
Confidentiality Notice: The preceding e-mail message (including any
by applicable legal privileges, or constitute non-public information.
It is intended to be conveyed only to the designated recipient(s). If
you are not an intended recipient of this message, please notify the
sender by replying to this message and then delete it from your
system. Use, dissemination, distribution or reproduction of this
message by unintended recipients is not authorized and may be unlawful.
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
attachments) contains information that may be confidential, protected
Confidentiality Notice: The preceding e-mail message (including any
by applicable legal privileges, or constitute non-public information.
It is intended to be conveyed only to the designated recipient(s). If
you are not an intended recipient of this message, please notify the
sender by replying to this message and then delete it from your
system. Use, dissemination, distribution or reproduction of this
message by unintended recipients is not authorized and may be unlawful.
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
attachments) contains information that may be confidential, protected
Confidentiality Notice: The preceding e-mail message (including any
by applicable legal privileges, or constitute non-public information.
It is intended to be conveyed only to the designated recipient(s). If
you are not an intended recipient of this message, please notify the
sender by replying to this message and then delete it from your
system. Use, dissemination, distribution or reproduction of this
message by unintended recipients is not authorized and may be unlawful.
--
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.
Confidentiality Notice: The preceding e-mail message (including any
attachments) contains information that may be confidential, protected
by applicable legal privileges, or constitute non-public information.
It is intended to be conveyed only to the designated recipient(s). If
you are not an intended recipient of this message, please notify the
sender by replying to this message and then delete it from your
system. Use, dissemination, distribution or reproduction of this
message by unintended recipients is not authorized and may be unlawful.
------------------------------
Subject: Digest Footer
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) digest
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.
------------------------------
End of MIDRANGE-L Digest, Vol 14, Issue 1402
********************************************
--
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-2025 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.