OneWorld Errors

sally

Active Member
HI Jdelist,
We seem to be coming accross some error messages during
applications , I know the only fix for update to cache F42U11 failed is to
have update 3
service pack 16.1 , Open for Table 1 Failed error messages is a
definite jde problem .
Can anyone explain Null Pointer and file can not be accessed
. I know this is something to do with line's of code , not quite sure the
reason behind it , I would like to know whether there is a fix for these
errors or is it something we have to live with ,until someone finds a reason
why and a good solution . If
someone could clarify what we need it would be much appreciated.

Regards

Sally

OneWorld Xe B7333 SP 14
Citrix XP 1.0 Citrix/FAT
Win95 / NT / Win2K on Citrix
.

Sally Owen - IT Department
Racal Instruments Ltd
480 Bath Rd
Slough
Berks
SL1 6BE

Tel No: 01628 604455 ext 3791 or ERP 3562
Mobile : 07789 652487
Mailto : [email protected]
 
Sally :

'Null pointer' is a typical C and C++ coding error.
It happens when a process try to access a pointer that isn't initialized.
C treats files as pointers, thus any file pointer that hasn't had a proper
initialization will end with 'Null pointer' error.
Most of these errors are fixed by JDE Service Packs, but some of them are
also fixed applying ESUs that correct C BSFNs.
By the way, your SP level is quite old, you should be installing a newer one
such as SP 17.x or SP 18.x
What's your database? MDAC level?

Regards from Argentina, Sebastian

----------------------------------------------------------------------------
Strictly Personal and Confidential.
This email may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.Thanks.
.
Este mensaje es confidencial.
Puede contener informacion amparada por el secreto profesional. Si usted ha
recibido este e-mail por error, por favor comuniquenoslo inmediatamente via
e-mail y tenga la amabilidad de eliminarlo de su sistema; no debera copiar
el mensaje ni divulgar su contenido a ninguna persona. Muchas gracias.
----------------------------------------------------------------------------
 
I would debug OW ER to find out which business function is failing. Set up the C++ debug for that business function. (There is a doc for this in the KG under knowledge browser.) Debug the BSFN to find out which file it can't access and why there is a null pointer.
 
Re: RE: OneWorld Errors

Thanks for the information , that is just what I wanted to here ,we should be on a higher SP level absolutely ! All our problems happen every week .

Our database is SQL 7.0 and MDAC is 2

Thanks

Sally
 
Back
Top