FUNL0200 Getmain failure attempting to append to long string at line (n); Fast/Unload cancelled.: Difference between revisions

From m204wiki
Jump to navigation Jump to search
No edit summary
 
(Automatically generated page update)
 
(One intermediate revision by one other user not shown)
Line 4: Line 4:




[[Category:Fast/Unload Messages]]
[[Category:Fast/Unload messages]]

Latest revision as of 13:42, 19 April 2013

The most likely cause of this error is a very large number of %variables being assigned strings longer than 255, or a very large number of CHANGE, or especially, ADD, statements for BLOB or CLOB fields. While it is possible that increasing the region size available to Fast/Unload will correct the program, you should first examine your FUEL program logic.

The error occurred while executing line n of the FUEL program, although if there is an error in your logic, it may be at a different line which updates a %variable or BLOB or CLOB field.