Why does the stored procedure parser fail in the Migration Workbench?
The stored procedure parser can fail if you use hard coded decimal numbers with missing leading or trailing zeros. This is a known problem with the Stored Procedure parser in the Migration Workbench. To prevent it from happening, insert leading or trailing zeros to the numbers in the stored procedure text. You can do this in either in the Informix Dynamic Server database or in the Source Model of the Migration Workbench. Table 2-2 shows examples of decimal numbers: Table 2-2 Incorrect Format Correct Format 0. 0.0 10. 10.0 1024. 1024.0 .32 0.