Products | About Us

Error messages

Getting errors on a queue defined with scripting. Works fine on some files, other files it gives these two errors:
23/10/2008 14:03 Syntax error in line: 114 column: 5
in .\source\actions.cpp at 1715
23/10/2008 14:06 Couldn't open read file in .\source\actions.cpp at 2234

The print file is gone... not a good error recovery process!

Version 4.1.1583

Harvey Kaye
23rd Oct 2008

If you upgrade to version 4.2 the error handling is improved.

Tony Edgecombe
24th Oct 2008

The second error message means the Reprint action couldn't open the print file, this might be an indication that the ado stream hasn't released it immediately.

Line 114 in your script is also trying to read this file but can't, this might be another indication that the ado stream still has a lock on the file.

It might be worth writing out a temporary copy of the print file to perform the database operation on or making the database operation the last part of the script and running the script after your reprint.

Tony Edgecombe
24th Oct 2008

Is there a limit to the size of data a script can handle?

Harvey Kaye
24th Oct 2008

There are no inbuilt limits.

Tony Edgecombe
26th Oct 2008

This thread is closed to new posts.

Feed