In this blog post, let’s learn about the error message “397” in Hydra and the description of the error.
Error Message
397
Error Details
This query refers to a table named syslog. A row in the systables catalog has syslog in the tabname column, but it is only a convenient place to store the pathname to the transaction-log file.
Under INFORMIX-SE, a table named syslog cannot exist in a database with logging. (In general, you should avoid table names that start with sys-, and syslog is not allowed.)
Leave a Reply