Federated Tables

When working with federated tables through a gateway there are a number of additional error codes that might be returned. These codes might be returned by almost any command, so they are described once here, and not mentioned further in the individual command descriptions. All of these codes start with the prefix: SVR_ERR_ which is omitted from the listing below.

NODE_CONFLICT: Two or more nodes reported two or more different errors. If all nodes report the same error that error is returned. If two or more different errors are reported then this error code is generated and the individual errors are returned as a list in the error item.
NODE_DOWN: One or more nodes could not be reached. The TIBCO Patterns server process might be down, the host machine might be down, or communications might be down or blocked.
NODE_DATA_SYNC: This object is not properly synchronized on the nodes. This usually means the referenced object (table, thesaurus or character map) exists on some nodes, but not others.
OTHER_NODE: Operation was aborted due to an error on another node. This is an internal error code that should never be returned by the gateway.