[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index] [Date Index] [Thread Index]
[SQR-USERS Info] [SQRUG Home Page]

FW: [sqr-users] 20376 Memory Error




Hi,
This is regarding the Memory Fault Error which I had asked earlier about.The
number 20376 which the error throws is not the error number because this
number changes everytime I run the report.So I suppose that this is the Unix
Id for the job.As for the other solutions suggested for the problem, on line
12 of the file sqr_exec.sh, we have the following
SQRDIR="/brio/portal/ora/bin"
export SQRDIR
NLS_LANG='american_america.UTF8"
export NLS_LANG
if [ -n "$PATH" ]; then
      PATH=$SQRDIR":"$PATH
else
      PATH=$SQRDIR
 so it has got nothing to do with the memory fault.

This is not the problem with the array also because the array is getting
cleared after all the lines for a particular order number are populated.
Can anyone suggest any other cause for the same error.
thanx for the cooperation in advance.
regards,
sudeep.



-----Original Message-----
From: sqr-users-admin@sqrug.org [mailto:sqr-users-admin@sqrug.org]On
Behalf Of edwin.hommes@bluewin.ch
Sent: Tuesday, January 06, 2004 6:24 PM
To: sqr-users@sqrug.org
Subject: [sqr-users] 20376 Memory Error


Sudeep,

Error 20376 is a Null Pointer Deference Error.
Basically means that Unix encounters a NULL value in your Array, where it
should contain either a blank or a zero.
You may want to check your SQL statement that fills your array or work with
a temporary table.

Regards,
Edwin

>Hi,
>
>I'm facing the following error when running a SQR report on Brio Portal.
>Can
>somebody give me a clue as to where to look for the problem..
>
>
>kpir0014 execution failed. kgefec: fatal
>er/brio/portal/BrioPortal/server/JF_gbo314-d/tmp/JF_gbo314-d-3async-58/sqr_
e
>xec.sh[12]: 20376 Memory fault
>
>I'm fetching data from database into an array, and printing it after
>performing certain calculations.
>
>Thanks in Advance,
>
>
>Sudeep

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users

_______________________________________________
sqr-users mailing list
sqr-users@sqrug.org
http://www.sqrug.org/mailman/listinfo/sqr-users