No. 60000 ~ 60999
60001: Internal error occurred at %1$s:%2$d.
Cause An internal error occurred.
Action Contact the technical support team.
60002: Invalid command. Enter HELP or HELP <command>.
Cause Invalid command.
Action Verify the command is correct.
60003: Unterminated string.
Cause The string is not terminated.
Action Check that quotation marks are used correctly.
60004: Integer value is out of range (%1$d..%2$d).
Cause The integer value is out of range.
Action Specify a number within the range.
60005: Column type does not match.
Cause Column type does not match.
Action Check the column type.
60006: No modifications to be saved.
Cause Nothing was modified, so no changes will be saved.
Action Use the command after performing other commands more than once.
60007: Command buffer is empty.
Cause Command buffer is empty.
Action Execute an arbitrary command and then retry.
60008: Identifier is too long.
Cause The identifier length exceeds the maximum allowed.
Action Ensure the identifier contains less than 129 bytes.
60009: Foreign key does not match.
Cause The foreign key or a primary key of the referenced table does not match.
Action Match the constraints between the two tables.
60010: External API error: %1$s.
Cause Failed to execute external library function.
Action Check the error message.
60011: String value is out of range (<= %1$d bytes).
Cause The string value exceeded the maximum length allowed.
Action Specify a string within the range.
60012: Generic I/O error.
Cause An I/O error occurred during communication with other process.
Action Contact the technical support team.
60013: Parameter syntax error: %1$s.
Cause Syntax error occurred.
Action Check the error message.
60014: License error: %1$s.
Cause License check failed.
Action Check the error message.
60015: The manager process already exists.
Cause The manager process already exists.
Action Terminate the manager process or check whether the .proc.mgr file exists.
60016: The manager process already attached.
Cause The manager process already attached.
Action Use DETACH command first.
60017: The mandatory parameter '%1$s' is missing.
Cause A mandatory parameter must be defined.
Action Check the parameter file.
60018: The topology identifier '%1$s' already exists.
Cause The topology identifier is already in use.
Action Use another topology identifier.
60019: Unable to open a connection.
Cause The maximum number of connections are already open.
Action Close the other open connections, or shut down the process, and restart the process.
60020: The process '%1$s' already exists.
Cause The requested process already exists.
Action Terminate the process first.
60100: Invalid option '%1$s'.
Cause Invalid option.
Action Verify the option is correct.
60101: Invalid time value.
Cause Time value is invalid or does not match the format.
Action Check the time value or check that the value matches the TIMEFORMAT parameter.
60102: Invalid time format.
Cause Invalid time format.
Action Refer to the SQL Reference Guide to check that the format is valid.
60103: Unable to handle unexpected incoming message type %1$d.
Cause An unexpected protocol was received.
Action Check that the protocol is from a valid context.
60104: The directory '%1$s' is invalid.
Cause The directory must be an absolute path.
Action Check the directory.
60105: Invalid parameter '%1$s': %2$s.
Cause Invalid parameter.
Action Check the error message.
60106: Wallet is already open.
Cause The wallet is already open.
Action Proceed to the step following the opening of the wallet.
60200: Failed to create the directory '%1$s': %2$s.
Cause Failed to create directory.
Action Check the error message.
60201: Failed to open the file '%1$s': %2$s.
Cause Failed to open file.
Action Check the error message.
60202: Failed to execute shell command: %1$s.
Cause Failed to execute shell command.
Action Check the error message.
60203: Failed to create process: %1$s.
Cause Failed to create process.
Action Check the error message.
60204: Failed to create thread: %1$s.
Cause Failed to create thread.
Action Check the error message.
60205: Failed to create a thread key: %1$s.
Cause Failed to create a thread key.
Action Check the error message.
60206: Failed to create socket: %1$s.
Cause Failed to create socket.
Action Check the error message.
60207: Failed to create pipe: %1$s.
Cause Failed to create pipe.
Action Check the error message.
60208: Failed to allocate TLS structure (errno:%1$d).
Cause Failed to allocate TLS structure.
Action Check the error message.
60209: Failed to connect to the %1$s process.
Cause Failed to connect to the process.
Action Check the connection information or if the process is running.
60300: Not yet implemented.
Cause This function has yet to be implemented.
Action This function will be supported in the next version.
60301: Not connected to the process.
Cause Not connected to the process or connection was lost.
Action Verify there is an active connection to the process.
60302: Environment variable %1$s does not set.
Cause Environment variable %1$s has not been defined.
Action Define the variable.
60303: HELP for '%1$s' does not exist.
Cause There is no HELP for the subject.
Action Try another subject.
60304: The manager process does not exist.
Cause The manager process does not exist.
Action Start the manager process first.
60305: Column '%1$s' does not fit.
Cause The column is too long to fit on the line.
Action Lengthen the line or shorten the column.
60306: Numeric column was not found.
Cause Failed to find numeric column in the given table.
Action Verify the primary key or the entire column.
60307: Primary key was not found.
Cause Failed to find primary key in the given table.
Action Verify the numeric column or the entire column.
60308: Node was not found.
Cause Failed to find given node.
Action Add a node and then execute.
60309: Parameter '%1$s' was not found.
Cause Failed to find the parameter.
Action Verify the parameter exist.
60310: Unable to find the Topology ID.
Cause Unable to fine the Topology ID in the topology map or running processes.
Action Check the Topology ID.
60311: Unable to find the process.
Cause Unable to fine the process that meets the specified condition in the topology map.
Action Check the Topology ID or Process Number.
60312: Unable to find the '%1$s' file.
Cause Unable to find the rule config file.
Action Check config directory.
60313: Wallet is not open.
Cause Wallet is not yet open.
Action Try again after opening the wallet.
60400: Failed to verify: %1$s.
Cause Failed to verify.
Action Check the error message.
60401: Failed to push rows: %1$s.
Cause Failed to push rows.
Action Check the error message.
60402: Failed to encrypt a plaintext.
Cause Failed to encrypt a plaintext.
Action Contact the technical support team.
60403: Failed to decrypt a ciphertext.
Cause Failed to decrypt a ciphertext.
Action Contact the technical support team.
60404: Config parameter %1$s and %2$s are incompatible.
Cause Incompatible options are used in .cfg file
Action Check the config file.
60405: Failed to open wallet.
Cause Failed to open wallet.
Action Check the password, or request the security administrator to create a new wallet.
60406: Failed to cipher init.
Cause Failed to cipher init.
Action Contact the technical support team.
60407: Failed to cipher update.
Cause Failed to cipher update.
Action Contact the technical support team.
60408: All DCR min or max columns must have default value set
Cause All DCR min or max columns must have default value set
Action Set default value for the corresponding DCR column. Check the manual.
60409: read('%2$s') failed -- %1$s.
Cause Failed to read the file.
Action Check if the file can be accessed.
60410: stat('%2$s') failed -- %1$s.
Cause Failed to read stat of the file.
Action Check if the file can be accessed.
60411: Dead process '%1$s' '%2$s' '%3$d' exists. Please shutdown the previous process.
Cause Dead process exists.
Action Check if previous process still exists.
60412: Event initialization failed.
Cause Event initialization failed.
Action Check logs of the process.
60413: Socket listen initialization failed.
Cause Socket listen initialization failed.
Action Check logs of the process.
Last updated