Table B-4 WANDEST Server Exceptions
Heading
|
Content/Required Action
|
Message
|
UNKNOWN_TABLE
|
Severity
|
LOG_ERR
|
Format
|
Unknown or unsupported Table [%s] is found in the request.
|
Explanation
|
The requested table is not supported by the WANDEST server. A user or client programming error exists.
Requests for getFullUpload() and getUpdates() support CWM tables except for dbrk_temp, all tables with <_data> suffix, and all Informix internal tables.
Requests for waitForRowInsertion() support only the asi_port, ausm_port, frp and line tables. These tables are port-related.
|
Required Info
|
Table name.
|
Recommended Action
|
Ensure that the CWM database schema uses either the WanDest::Admin.getSchema() method or the Informix dbaccess or dbschema utilities. If using the dbaccess utility to determine Informix utility, exclude:
• dbkr_temp
• All tables with the <_data> suffix
• All Informix system tables
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNKNOWN_COLUMN
|
Severity
|
LOG_ERR
|
Format
|
Unknown Column [%s] is found in the request.
|
Explanation
|
The column specified in the request is not a column of the specified table. A user or client programming error exists.
|
Required Info
|
Column name.
|
Recommended Action
|
Get the requested table schema using either the WanDest::Admin.getSchema() method or the Informix dbaccess or dbschema utilities.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNKNOWN_KEYS
|
Severity
|
LOG_ERR
|
Format
|
Unknown Keys [%s] are found in the request.
|
Explanation
|
The primary keys for the requested table are not valid. A user or client programming error exists.
|
Required Info
|
Keys column names.
|
Recommended Action
|
Get the requested table schema using either the WanDest::Admin.getSchema() method or the Informix dbaccess or dbschema utilities.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNSUPPORTED_PROCEDURE
|
Severity
|
LOG_ERR
|
Format
|
Unknown or unsupported stored procedure [%s] is found in the request.
|
Explanation
|
WANDEST does not support the requested stored procedure. WANDEST supports only the GetEndParam() stored procedure.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to use the supported procedure.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
CWM_COLDSTARTING
|
Severity
|
LOG_ERR
|
Format
|
CWM is being cold started.
|
Explanation
|
CWM is still cold starting, and a WANDEST request during a CWM cold start is not allowed.
|
Required Info
|
—
|
Recommended Action
|
Wait until CWM has completed cold start, and repeat the request.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
NO_SUCH_SERVER
|
Severity
|
LOG_ERR
|
Format
|
No server with [%s] name is found.
|
Explanation
|
The specified CORBA server marker name is not known. This problem is caused by a client program deregistering a server that has been deregistered.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
FULLUPLOAD_REQUIRED
|
Severity
|
LOG_ERR
|
Format
|
Table [%s] requires a full upload.
|
Explanation
|
The request is not allowed before a full upload. An incremental update or revert sync time might be occurring before a full upload, or the time elapsed since the last incremental update has exceeded the maximum allowed by the server.
|
Required Info
|
—
|
Recommended Action
|
Do a full upload.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
SYNCH_EXPIRED
|
Severity
|
LOG_ERR
|
Format
|
The table [%s] has not been synched for more than [%d] seconds. FullUpload Required.
|
Explanation
|
The table has not been synched for more than the SYNC_EXPIRATION_TIME server configuration parameter (set in the server configuration file) and must be fully uploaded again.
|
Required Info
|
—
|
Recommended Action
|
Do a full upload or adjust the SYNC_EXPIRATION_TIME parameter in the server configuration file (by default, it is wdserver.cf file).
Note When increasing the parameter, the tracking tables in the WANDEST database grow larger before they can be cleaned up.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
EMPTY_TABLE_LIST
|
Severity
|
LOG_ERR
|
Format
|
The request contains no tables.
|
Explanation
|
The client did not specify any tables in the request.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to include tables in the request.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
EMPTY_KEY_VALUES
|
Severity
|
LOG_ERR
|
Format
|
The request contains no keys for the row.
|
Explanation
|
The call to waitForRowInsertion must provide the keys to the row.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to include keys.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
EMPTY_PARAMETER_LIST
|
Severity
|
LOG_ERR
|
Format
|
The request did not contain any parameters for the stored procedure.
|
Explanation
|
The call to invokeStoredProc needs to provide parameters.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to include the parameters.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNKNOWN_PARAMETER_TYPE
|
Severity
|
LOG_CRIT
|
Format
|
The request contains an unknown parameter type [%d].
|
Explanation
|
Server program does not process the data type specified in the IDL.
|
Required Info
|
—
|
Recommended Action
|
Server program must be corrected to handle the type.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
INVALID_TYPE
|
Severity
|
LOG_ERR
|
Format
|
An invalid type [%s] for table [%s] column [%s] is received in the request. Type [%s] is expected.
|
Explanation
|
The specified column type is not valid.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to specify the proper column type.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
INVALID_TYPE
|
Severity
|
LOG_ERR
|
Format
|
An invalid length [%d] for table [%s] column [%s] is received in the request. Length [%d] is expected.
|
Explanation
|
The specified column length is not the same as the length defined in the server.
|
Required Info
|
—
|
Recommended Action
|
Correct the client program to specify the proper column length.
|
DDTS Component
|
CSC.wanbu.sv
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
NO_MORE_THREADS
|
Severity
|
LOG_ERR
|
Format
|
The maximum number of threads allowed in [%s] is currently exceeded.
|
Explanation
|
The server sets a limit on the maximum total number of threads that can be active. The limit is currently exceeded, indicating that the server is busy.
|
Required Info
|
—
|
Recommended Action
|
The limit is placed to control the server load. This limit is set in the server configuration file by the MAX_THREADS parameter (default is 50). Depending on the host configuration, this number may be increased. However, if this exception continues to occur, too many clients might exist for that server, or the clients are make too many concurrent requests.
To resolve these issues, either move some of the clients to another WANDEST server, or reduce the number of concurrent requests the clients make.
|
DDTS Component
|
CSC.wanbu.sv
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
DISKSPACE_LOW
|
Severity
|
LOG_ALERT
|
Format
|
The available space in [%s] directory falls below the limit [%d].
|
Explanation
|
The disk space in the server, where the server creates temporary files, has fallen below the low disk space threshold. This low disk space may cause future requests to fail.
|
Required Info
|
—
|
Recommended Action
|
Remove any unnecessary large files. The size of files the WANDEST server unloads depends on the size of the database. These files are reused in all requests for that client, so they should not accumulate. If the WANDEST log files go to the same file system, usage might be impacted. When no unnecessary files exist, WANDEST might have to be reinstalled on a larger disk.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNLOAD_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The Full Upload dbaccess process failed to unload table [%s] with exit value [%d].
|
Explanation
|
The Informix dbaccess process, used to unload the full upload data, has failed.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The unload process might fail due to a system Informix related problem. The query that the unload process executes is logged in the server log file. Execute this query manually using the dbaccess program. If a manual unload also fails, the problem is outside the WANDEST server. If the manual unload succeeds, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative, and provide the error information.
|
DDTS Component
|
CSC wanbu.wandest.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
NEW_UNLOAD_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The incremental updates dbaccess process failed to unload new or updated records from table [%s] with exit value [%d].
|
Explanation
|
The Informix dbaccess process, used to unload the new or updated records for incremental updates, has failed.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The unload process might fail because of a system or Informix related problem. The query that the unload process executes is logged in the server log file. Execute this query manually using the dbaccess program. If a manual unload also fails, the problem is outside the WANDEST server. If the manual unload succeeds, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative, and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
DEL_UNLOAD_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The incremental updates dbaccess process failed to unload deleted records from table [%s] with exit value [%d].
|
Explanation
|
The Informix dbaccess process, used to unload the deleted records for incremental updates, has failed.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The unload process might fail because of a system or Informix related problem. The query that the unload process executes is logged in the server log file. Execute this query manually using the dbaccess program. If a manual unload also fails, the problem is outside the WANDEST server. If the manual unload succeeds, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative, and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
COMPRESS_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The compress process failed to compress table [%s] with exit value [%d].
|
Explanation
|
The compress program, used to compress the data file, has failed.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
WANDEST server uses the compress program to compress the unload file. The files the WANDEST server attempted to compress are stored in the WANDEST data directory specified by the OUT_DIR parameter in the WANDEST server configuration file. The compress process might fail for many reasons. Invoke compress on the file. If the manual compress also fails, the problem is outside the WANDEST server. If a manual compress succeeds, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
FTPLOGIN_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The wdftp process failed to login to host [%s] user [%s] password [%s].
|
Explanation
|
The wdftp process, used to send the data files to the client, has failed to log in to the client-specified host with the provided user name and password.
|
Required Info
|
—
|
Recommended Action
|
Log in to the client host from the server host using FTP. Correct the client program so that the program specifies the correct information. If a manual FTP succeeds, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
FTP_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The wdftp process failed to FTP table [%s] unload file with exit value [%d].
|
Explanation
|
The wdftp process, used to send the data files to the client, has failed to send the files to the client host.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The WANDEST server uses the wdftp program (not the FTP program provided by the host). The wdftp process can fail to send the data because of a local problem in the WANDEST server host or a network problem or by a remote client host. FTP the file manually. Run wdftp, as follows:
ftp > open <client host> <login> <password> <return>
If the wdftp program exits at this point, a login error has occurred that should trigger the FTPLOGIN_FAILED exception. If the wdftp succeeds, continue sending the file, using the following command:
ftp > put <local file name> <remote file name> <return>
If a manual FTP fails, check the network or the remote host. If manual FTP succeeds, retry the full upload or incremental update. If the manual FTP consistently succeeds and the WANDEST request consistently fails, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
TAR_FAILED
|
Severity
|
LOG_ALERT
|
Format
|
The tar command [%s] failed with exit value [%d].
|
Explanation
|
The tar command is used to combine all the requested data files into a single file before sending it to the client. Entering tar is one option in the request; the second option is to have the server send individual unload files to the client.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
Copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
SYSTEM_ERROR
|
Severity
|
LOG_ALERT
|
Format
|
UNIX system call error [%s].
|
Explanation
|
A UNIX system call or library call has returned an error.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
System call errors might be caused by various system problems, ranging from a directory permission problem to a disabled system. Call errors might also be caused by a WANDEST server process passing incorrect information or being in a corrupt state, for example a memory leak.
In most cases, the error provides clues as to what failed. If the error is related to a file system or permissions, check the installation. If the problem cannot be corrected based on the error message, copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
DATABASE_ERROR
|
Severity
|
LOG_ALERT
|
Format
|
Database error [%s].
|
Explanation
|
The Informix library has returned an error.
|
Required Info
|
WANDEST and Informix log files.
|
Recommended Action
|
This problem is an Informix error. Refer to the Informix documentation.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNSUPPORTED_TYPE
|
Severity
|
LOG_CRIT
|
Format
|
Function [%s] encountered unsupported data type [%d].
|
Explanation
|
An unsupported Informix data type was found.
|
Required Info
|
Type number.
|
Recommended Action
|
Install a WANDEST software upgrade. Copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
UNKNOWN_EXCEPTION
|
Severity
|
LOG_CRIT
|
Format
|
Program Error. Unknown Exception was caught in [%s].
|
Explanation
|
An unexpected exception was caught by the program.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
This problem is a programming error. Copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
INVALID_FILE_DESCRIPTOR
|
Severity
|
LOG_CRIT
|
Format
|
Program or System Error. Function [%s] encounters bad file descriptor [%d].
|
Explanation
|
An invalid file descriptor was found while processing the Orbix connection.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The error applies only to a file descriptor created by Orbix for the connection between the client and the server. This error indicates that Orbix has passed a file descriptor that is less than 0 or greater than 1024.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
SUBSYSTEM_EXCEPTION
|
Severity
|
LOG_CRIT
|
Format
|
Program Error. Subsystem exception [%s] caught in [%s].
|
Explanation
|
A WANDEST subsystem (other than the database) has thrown the specified exception.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
The exception should indicate which subsystem has thrown the error. The string inside the [%s] should be in the standard error message format. Additionally, the explanation for the subsystem error should be described in the subsystem error description document. Copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support Representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
INTERNAL_ERROR
|
Severity
|
LOG_CRIT
|
Format
|
Program or System Error. Function [%s] reports: [%s].
|
Explanation
|
An unexpected condition was found in the program. This may have been caused by a programming error or system problem.
|
Required Info
|
WANDEST log files.
|
Recommended Action
|
This problem indicates an unexpected error condition has been detected in the WANDEST server program. It can either be caused by a programming error or a corrupted process emanating from a bug in the program. Copy the error message exactly as it appears on the console or in the system log. Call a Cisco Technical Support representative and provide the error information.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
CONNECTION_LOST
|
Severity
|
LOG_WARNING
|
Format
|
Connection from host [%s] application [%s] lost during request.
|
Explanation
|
This error is not thrown across the CORBA interface. The error is logged when the connection to the client is broken while the server processes client requests.
|
Required Info
|
WANDEST log files and client program logs.
|
Recommended Action
|
This problem is not a server exception. An error indicates that the server has detected a disconnection from the client during request processing. This error might be caused by client termination or a communication error. Check the client program.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|
| |
Message
|
TABLE_LOCKED
|
Severity
|
LOG_ERR
|
Format
|
A request is pending on table [%s].
|
Explanation
|
Only one request per client can be pending on a table.
|
Required Info
|
—
|
Recommended Action
|
Retry the request after the current request completes.
|
DDTS Component
|
CSC.wanbu.sv.
|
TAC Details
|
Report to Engineering. Use Topic to search for a similar DDTS. If a similar DDTS does not exist, log a new DDTS for this problem.
|