king1980
9th September 2010, 08:47
Hi,

I have one customized session where i am attaching the 2 reports to this session.

In program script i am exporting array variable and those array variable i am importing in the report script in after receive data section.

This importing working properly in first report, but second report it's not working it's giving fatal error while executing import with null pointer exception.

Please guide me to resolve this issue.

Regards
king1980

Marnix Klooster
9th September 2010, 11:14
More details please... Code fragments, exact copy of the error messages, that kind of thing. Thanks.

mark_h
9th September 2010, 15:40
Why are you importing into the report script and not just passing them as input fields? How big are these arrays? Other than that make sure arrays declared correctly and they are exported correctly from the session script. Other than that as mentioned post the code. That fatal error with null pointer exception seems to point to something wrong with the array.

Hitesh Shah
9th September 2010, 18:28
Null pointer issue comes due some wrong array size mismtch or due difference in array declaration . If u check the same in 2nd report , this may not come.