Stores rules that define how clients should handle script errors.
Column |
Description |
---|---|
failed_script_id |
INTEGER. Identifies the script to which this rule applies. This value references the script_id in the ml_passthrough_script table. |
error_code |
INTEGER. The error code that this rule handles. |
new_script_id |
INTEGER. The script_id defined in the ml_passthrough_script table, representing the repair script. If the action is R, this value identifies the script with which to replace the failed script. The value refers to the script_id column of the ml_passthrough_script table. If the action is S, P, or H, the value is null. |
action |
CHAR(1). The action to perform on the client when the script fails. This value must be one of the following:
|
You can use the system procedures ml_add_passthrough_repair and ml_delete_passthrough_repair to add, modify, and delete entries in this table.
For DB2 mainframe consolidated database types, this table is called ml_pt_repair. See IBM DB2 mainframe system table name conversions.
PRIMARY KEY( failed_script_id, error_code )
FOREIGN KEY( failed_script_id ) REFERENCES ml_passthrough_script( script_id )
Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |