Server Run-Time Error Codes

The errors listed here will usually display in the ETL Log unless otherwise noted. Several of these are formal Server error codes. You can see a complete list in Server Messages. Other errors are related to the iWay environment, operating system, or specific data source system being accessed. Additional references from these resources may be necessary.

FOC282 -or EDA282 RESULT OF EXPRESSION IS NOT COMPATIBLE WITH...

This error generally occurs on a transformation string or on a DEFINE in a source synonym. It means that the answer for a calculated field cannot be placed into the column name on the left-hand side of the equal sign. Typically, this is caused by an attempt to move an alpha field directly into a numeric field (or vice versa), or a character string into a column whose format is less than the length of the desired string. For details on this and other errors in this category, see the appropriate FOCUS documentation for your server platform.

FOC14010	-column-name- IS NOT A VALID COLUMN NAME

DataMigrator issued a prepare for the SQL command, and the column name does not match the synonym. The synonym may have changed since the flow was designed. For Server Transfer Files, another possibility is that the Synonym at the Server does not match the synonym at the source. For more information, see Designing a Data Flow. If you have edited the synonym at the source, you may need to create the Synonym with Automatic Passthru turned off.

FOC35804	BAD STATUS CODE (-12) RECEIVED FROM SERVER server
FOC35862	EDA STATUS (-12): ERROR RECEIVING DATA FROM SERVER

These errors indicate that something has gone wrong at the server identified in the message.

One common reason for this error is that the server is running out of disk space. Check the location of the NT or UNIX temporary directory, CMS temporary minidisk, or z/OS temporary data set allocation.

On z/OS, another possibility is that the data sets allocated to EDASYNA and EDASYNM are full. If so, delete unnecessary Master and Access numbers, and compress the data sets.


iWay Software