bizen99
16th December 2002, 18:46
Hi,

when I try to comunicate completed order in tisfc0202m000 thought a boi, show this message 'Error while reading the Container', why?

thanks

arunprasath
17th December 2002, 06:23
Hi,
This error generally occurs due to the mismatch in the data object that you are sending from java and the one that receives at baan through containers. Both are supposed to be same.

either 1)when you edit the BOI dll and
added new columns or removed one or more columns in the container.
or 2)you would have changed the idl file and generated the java files.

check it and revert back
regards
s.arun prasath

bizen99
17th December 2002, 10:42
Hi,

I have test *.idl and ccsfcsfc0202 and are the same I think, but when I generate the boi show this message: 'Posible cut of in _get_sval()', the session is tisfc0202m000

Renegade
17th December 2002, 11:13
if u r geting error while generation of BOI, then the problem is most likely because of either 2 field descriptions having same nomenclature or names having spaces in between.. check them thoroughly.

ur idl files are also based on what u input/edit in ccboi0102m000

arunprasath
18th December 2002, 05:22
when there is a BOI dll and the java files present, and at this moment when we recreate the BOI dll using ccboi0102m000, with some changes in the fields, but still using the old Java files, this would give this error message.

I wont say this will be the problem. you can check this.

if not try, to get the latest idl file again and recreate java class files and then try.

Jeyaseelan
19th December 2002, 07:14
The idl file name should be same as the BOI name. This is the reason why u are getting this problem.

"'Posible cut of in _get_sval()', the session is tisfc0202m000"

Please read BOI manual for detail.