Subject | message length error (encountered 0, expected 24) ? |
---|---|
Author | Martijn Tonies |
Post date | 2005-03-22T07:45:32Z |
Hello,
When running the following script in the Script Editor of Database
Workbench:
execute procedure ABSENCE_RANGE (26,'10.01.2005','20.01.2005');
execute procedure ABSENCE_RANGE2 (26,'10.01.2005','20.01.2005');
execute procedure ABSENCE_RANGE_holjury (26,'10.01.2005','20.01.2005');
execute procedure allowtime_RANGE (11,'10.01.2005','20.01.2005');
execute procedure best_matcost (9,1.3);
execute procedure best_matcost (10,10.3);
I get this error:
ISC ERROR CODE:335544358
ISC ERROR MESSAGE:
message length error (encountered 0, expected 24)
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com
When running the following script in the Script Editor of Database
Workbench:
execute procedure ABSENCE_RANGE (26,'10.01.2005','20.01.2005');
execute procedure ABSENCE_RANGE2 (26,'10.01.2005','20.01.2005');
execute procedure ABSENCE_RANGE_holjury (26,'10.01.2005','20.01.2005');
execute procedure allowtime_RANGE (11,'10.01.2005','20.01.2005');
execute procedure best_matcost (9,1.3);
execute procedure best_matcost (10,10.3);
I get this error:
> execute procedure best_matcost (10,10.3)< ERROR:
ISC ERROR CODE:335544358
ISC ERROR MESSAGE:
message length error (encountered 0, expected 24)
> script processed in 13.375 secI have no idea what it means - can someone enlighten me?
With regards,
Martijn Tonies
Database Workbench - developer tool for InterBase, Firebird, MySQL & MS SQL
Server
Upscene Productions
http://www.upscene.com