Memory fault

classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Memory fault

latifa

Hi Erman,

The customer have got an error which is following:

Nom fichier de l'état : O895150.out
/exec/applis/P11Z/nce/OA/ncv/current/bin/XXNCV_REP004_01.prog: line 206: 1044: Memory fault

....

ORA-20002: LDR.GET_VST_SET(P) is not able to find VALUE SET:'XXCHD_AFF_ORGANISATION'. Please use Application Developer:Application->Validation->Set form and create the value set, or use FNDLOAD (afffload.lct)..


--> Oracle r12.1.3 : 3 nodes OAS and 3 nodes CM.
Program: FNDLOAD: Programme de chargement générique

Thanks in advance for your advice.

regards,
Latifa




Reply | Threaded
Open this post in threaded view
|

Re: Memory fault

latifa
Hi Erman,

I relinked the FNDLOAD module and asked to submit the request again. let's see.

Regards,
Latifa
Reply | Threaded
Open this post in threaded view
|

Re: Memory fault

ErmanArslansOracleBlog
Administrator
Okay latifa,

lets see..

If the issue persists, check line 206 of your XXNCV_REP004_01.prog. Check what exactly it is trying to do there..
Reply | Threaded
Open this post in threaded view
|

Re: Memory fault

latifa
Hi Erman,

this is what it is trying to do:

206     FNDLOAD $FCP_LOG/$FCP_PASS 0 Y UPLOAD $AFFFLOAD_PATH/afffload.lct \
    207     ${DATAFILE} - CUSTOM_MODE=FORCE
    208
    209     RETFNDLOAD=$?
    210
    211     OA_OUT_PUT=$APPLCSF/$APPLOUT/o${REQUESTID}.out
    212     export OA_OUT_PUT;
Reply | Threaded
Open this post in threaded view
|

Re: Memory fault

ErmanArslansOracleBlog
Administrator
Okay.. It does execute FNDLOAD :)
What's the situation after the relink?