James
Make sure the C module/program is complied with TERASPACE support, RPG is
done automatically so it may be writing the data to a teraspace location?
Chris...
______________________________________________________
Please consider the environment before printing this email.
This message, including any attached documents, is intended for the
addressees only. It may contain information that is confidential, privileged
and/or exempt from disclosure. No rights to privilege or confidentiality
have been waived. Any unauthorized use or disclosure is prohibited. If you
have received this message in error, please reply to the sender by e-mail
and delete or destroy all copies of this message.
______________________________________________________
Avant d'imprimer ce courriel, pensez à l'environnement.
Ce message, incluant tous les documents joints, est à l'intention des
destinataires visés seulement. Il peut contenir des renseignements
confidentiels, protégés et/ou ne pouvant pas être divulgués. Aucune
renonciation n'est faite quant à sa nature confidentielle et privilégiée.
Par conséquent, toute diffusion ou utilisation non autorisée est strictement
interdite. Si vous avez reçu ce message par erreur, veuillez en aviser
immédiatement l'expéditeur par retour de courriel et en détruire toutes les
copies existantes.
-----Original Message-----
From: c400-l-bounces+chrish=shieldadvanced.ca@xxxxxxxxxxxx
[mailto:c400-l-bounces+chrish=shieldadvanced.ca@xxxxxxxxxxxx] On Behalf Of
Monnier, Gary
Sent: September-26-11 1:55 PM
To: C programming iSeries / AS400
Subject: Re: [C400-L] Weird error on a memcpy() that's been working,
unaltered, for years
Hi James,
Did the client change their security level?
Gary
-----Original Message-----
From: c400-l-bounces+gary.monnier=terex.com@xxxxxxxxxxxx
[mailto:c400-l-bounces+gary.monnier=terex.com@xxxxxxxxxxxx] On Behalf Of
James Lampert
Sent: Monday, September 26, 2011 10:48 AM
To: C programming iSeries / AS400
Subject: [C400-L] Weird error on a memcpy() that's been working,
unaltered,for years
We have the following statement, in a C main program, in a procedure that
moves fields around between where an RPG module puts them, and where a
client program expects them in the reply to a request.
memcpy(uncompBuffer, buffytemplate.commndnkey+3, uncompLen);
It has been working perfectly, without alteration, for over six years.
But now, at one (and only one) installation (one where other weirdness has
happened), suddenly, over the weekend, with no known updates of any of our
stuff, it has suddenly stopped working, throwing:
Message . . . . : Space offset X'0002E11A' or X'0000000000000000' is
outside current limit for object WTCPCHILD WINTOUCH 180310.
Cause . . . . . : A program tried to set a space pointer, tried to use
storage outside a space, or tried to use an unallocated page in
teraspace.
The space class is X'03'. . . .
Can anybody think of anything that could have been done, external to our
code, to make it do this?
--
This is the C programming iSeries / AS400 (C400-L) mailing list To post a
message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit:
http://lists.midrange.com/mailman/listinfo/c400-l
or email: C400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/c400-l.
--
This is the C programming iSeries / AS400 (C400-L) mailing list To post a
message email: C400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list
options,
visit:
http://lists.midrange.com/mailman/listinfo/c400-l
or email: C400-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives at
http://archive.midrange.com/c400-l.
As an Amazon Associate we earn from qualifying purchases.