×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
Scott:
When I compare the files from yesterday to previous ones, the new ones
have  appended in the front. When viewing with xml editor it doesnt
appear but viewing with a hex editor it does. We did IPL yesterday,
could that have possibly changed something? If I remove that from the
file, it does process.
Steve Jones
Re: XML Into
Scott Klement
to:
RPG programming on the IBM i/System i
12/21/2010 06:48 PM
Sent by:
rpg400-l-bounces@xxxxxxxxxxxx
Please respond to RPG programming on the IBM i / System i
Hello sjones,
According to the Information Center, error code 302 is:
The parser does not support the requested CCSID value or
the first character of the XML document was not '<'.
Have you looked at your file? Which CCSID is it marked with? If you
take the hex value of the first character in the file, does it match the
hex value of the < character in the specified CCSID?
Or, are you overriding to a different CCSID in your program? If so,
does the first character in the file match the hex value of the
overridden-to CCSID?
On 12/21/2010 3:50 PM, sjones@xxxxxxxxxxxxxx wrote:
Today I started getting the following error The XML parser detected
error
code 302
This program has ran for the last week without any issues. Anyone have
some thoughts on what is causing this? The xml file is residing on the
IFS
As an Amazon Associate we earn from qualifying purchases.