cancel
Showing results for 
Search instead for 
Did you mean: 

EOF exception

HariCS23
Contributor
0 Kudos

Hi Gurus

I am setting a session variable by leveraging .irpt using applet.setPropertyValue .

Its working fine for all properties except one . I saw EOF exception in Java console. The value of the property is huge . ( I m setting generated html script form java code ) .

So, Is there any restriction on length of variable ? And I am not sure I m getting this exception while setting or getting .

Any has any idea about limit for variable size or what is the reason for this exception.

Thanks

Hari

Accepted Solutions (1)

Accepted Solutions (1)

former_member192939
Active Participant
0 Kudos

Hari

Check if it is

an improper assignment

may be an encode is required

proper assignment in the BLT

Thanks,

Ajay.

HariCS23
Contributor
0 Kudos

Hi Ajay

Thanks for the reply.

Assignment is good and I dont think my paaram values contanis scripts needs to encode since i m setting similar scripts else where and working fine ( but those were very small in size ) .

Thanks

Hari

former_member192939
Active Participant
0 Kudos

You might be passing these values to the BLT .. I would try hard coding the same value (the one which you are getting the error) in the BLT and see if it executes properly.

Regards,

Ajay.

HariCS23
Contributor
0 Kudos

Ajay

It is exceuting perfecly by hardcoing.

Any way, i found the solution by setting the value by leaveraging HTML property.. opener.document.<elementname>.value .

Thanks

Hari

Answers (1)

Answers (1)

HariCS23
Contributor
0 Kudos

I found the work around but did not find the reason for the initial problem.