susilkumar25
4th February 2014, 14:17
HI,

Please help me any body know this error.
I customise one session in this session i change some things it will show the fatal error,cann't delete any records in this session.

Error-- use of Null pointer on
Can not continue session

Thanks
Susil
Mob- +91-81259-43709

vamsi_gujjula
4th February 2014, 15:26
can you post the screen shot?

bdittmar
4th February 2014, 22:07
Hello,

what's in the log file ?

Something like :

509 EBADCURSOR
This indicates that you have a bad memory cursor or that a bad table pointer has been specified.


Regards

susilkumar25
5th February 2014, 08:52
Hi,

I run one session it will be showing some error like" Null pointer on"
How can i resolve this error.Please help me.


Thanks
Susil
Mob- +91-81259-43709

bhushanchanda
5th February 2014, 10:07
Hi,

Do not double post!

Please provide more information about your problem.

A snapshot/log file/ or a proper error description will do.

" Null pointer on" is an incomplete error description.

susilkumar25
5th February 2014, 13:40
Dear Bhusan,

as per your mail i send the details.Please check.
Error.

1:Process 46 - Fatal error : Use of Null popinter on''
2:Process 46 - Fatal error : Can not continue in avhhc8151m000 in DLL: ottstpstandard (<139>)


"avhhc8151m000" is our customisation session.

Thanks
Susil

bhushanchanda
5th February 2014, 13:44
Hi,

Now put your session under debug mode and check at what point the error pops up. Generally, null pointer issue comes due to some wrong array size , mismatch or due to difference in array declaration.

Also explore these threads:-

Thread 1 (http://www.baanboard.com/baanboard/showthread.php?t=62232)
Thread 2 (http://www.baanboard.com/baanboard/showthread.php?t=63033)
Thread 3 (http://www.baanboard.com/baanboard/showthread.php?t=62231)
Thread 4 (http://www.baanboard.com/baanboard/showthread.php?p=154019)