Product Documentation

Replication Manager

Previous Topic

Next Topic

Error Codes

 
RCES_SUCCESS = 0

Replication Manager API returned OK.

 
RCES_EOF = 1

Cursor is at the end of the file (EOF).

 
RCES_DUPKEY = 2

Key value already exists.

 
RCES_NOTFOUND = 100

Record not found.

 
RCES_DISCONNECTED = 129

Disconnected server.

 
RCES_SERVERNOTFOUND = 133

Not able to connect to server.

 
RCES_SHUTDOWN_ERR = 150

Shutdown error.

 
RCES_TIMEOUT_ERR = 156

Timeout error.

 
RCES_BATFINISHED = 428

No more info; batch canceled.

 
RCES_NOTSUP_ERR = 454

Feature not yet supported.

 
RCES_WARNING = 9000

RCES warning error code.

 
RCES_CONFIG_ERR = 9001

Couldn't initialize the configuration object.

 
RCES_LOGGER_ERR = 9002

Couldn't initialize the logger object.

 
RCES_NOTIF_ERR = 9003

Couldn't initialize the notification object.

 
RCES_FILESYSTEM_ERR = 9004

Couldn't initialize the filesystem object.

 
RCES_PROVIDER_ERR = 9005

Couldn't initialize the data provider object.

 
RCES_INVARG_ERR = 9006

Invalid argument count.

 
RCES_INVARGVAL_ERR = 9007

Invalid argument value. This can occur if an element is missing from a connection string, such as a missing or invalid user name or password when connecting to the sever.

 
RCES_MISARG_ERR = 9008

Missing required argument.

 
RCES_HASHFULL_ERR = 9009

Hash table exceeded the maximum size.

 
RCES_MEM_ERR = 9010

Memory allocation error.

 
RCES_QUEUEFULL_ERR = 9011

Queue exceeded the maximum size.

 
RCES_INVACTION_ERR = 9012

Invalid notification action.

 
RCES_QUEUE_ERR = 9013

Queue is not initialized.

 
RCES_MUTEX_ERR = 9014

Mutex is not initialized.

 
RCES_PROCTHRD_ERR = 9015

Mutex has not started the process thread.

 
RCES_ACTION_ERR = 9016

Invalid action.

 
RCES_DB_TYPE_ERR = 9017

Mismatch provider DB type.

 
RCES_LOCALCT_ERR = 9018

Couldn't load local c-tree library.

 
RCES_SESSION_ERR = 9019

Couldn't allocate c-tree session.

 
RCES_INVFLD_ERR = 9020

Invalid field number.

 
RCES_SCHEMATHRD_ERR = 9021

Couldn't start schema update thread.

 
RCES_INTERN_ERR = 9022

Internal error in <FC_PROD_RPL_MGR> API.

 
RCES_REPL_ERR = 9023

Couldn't initialize the replication object.

 
RCES_INVREPLOBJ_ERR = 9024

Invalid replication object.

 
RCES_STARTED_ERR = 9025

Already started error.

 
RCES_CONSUMER_ERR = 9026

Consumer not found.

 
RCES_ALREADYEX_ERR = 9027

Already exists error.

 
RCES_INVFILTYP_ERR = 9028

Invalid file type.

 
RCES_INVFILVOL_ERR = 9029

Invalid file volume.

 
RCES_REPLNDEP_ERR = 9030

Replication Plan is not deployed.

 
RCES_MISAUTH_ERR = 9031

Missing authentication information.

 
RCES_FTRNSFR_ERR = 9032

File transfer not initialized.

 
RCES_REPLACT_ERR = 9033

Replication Plan is not stopped.

 
RCES_REPLNFOUND_ERR = 9034

Replication Plan is not found.

 
RCES_INUSE_ERR = 9035

Entity is in use.

 
RCES_MISREPL_ERR = 9036

Missing Replication Plan error.

 
RCES_MISDB_ERR = 9037

Missing database in subscription.

 
RCES_MISVOL_ERR = 9038

Missing volume information.

 
RCES_FNOTFOUND_ERR = 9039

File not found error.

 
RCES_INVSUBS_ERR = 9040

Invalid subscription.

 
RCES_INVPATH_ERR = 9041

Invalid file path.

 
RCES_INVFUNC_ERR = 9042

Invalid function.

 
RCES_INVOS_ERR = 9043

Invalid operating system (opSystem).

 
RCES_NOTRUN_ERR = 9044

Thread is not running.

 
RCES_NACTIVE_ERR = 9045

Replication Plan is not started.

 
RCES_MISLPOS_ERR = 9046

Replication Plan is missing log position.

 
RCES_NCONN_ERR = 9047

Agent is not connected.

 
RCES_INVTOK_ERR = 9048

Invalid token. It could be the wrong token or an expired token.

 
RCES_DBINUSE_ERR = 9049

DB Engine is in use.

 
RCES_REPLAGENT_ERR = 9050

Replication Agent error.

 
RCES_MASTERNOTRDY_ERR = 9051

Master server is not ready yet.

 
RCES_MISSUBS_ERR = 9052

Replication doesn't have any Subscription.

 
RCES_TARFIL_ERR = 9053

Target file already exists.

 
RCES_REPLDISC_ERR = 9054

Replication Agent is disconnected.

 
RCES_RESYNC_ERR = 9055

Replication resync failed.

 
RCES_INRESYNC_ERR = 9056

Replication is in a resync operation now.

 
RCES_EREPLFILE_ERR = 9057

Replication doesn't have any file.

 
RCES_CANCELLED_ERR = 9058

Operation has been canceled.

 
RCES_RESTORE_ERR = 9059

File dump restore error.

 
RCES_SQLPORT_ERR = 9060

SQL Port mismatch.

 
RCES_REPLEXIST_ERR = 9061

Replication Plan information already exists.

 
RCES_NINACTIVE_ERR = 9062

Replication Plan is not inactive.

 
RCES_NARCHIVED_ERR = 9063

Replication Plan is not archived.

 
RCES_MISPROV_ERR = 9064

Missing data provider.

 
RCES_MEMUNMG_ERR = 9065

Not possible to mark the main Replication Manager server as unmanaged.

 
RCES_FTINSUP_ERR = 9066

FTI is not supported.

 
RCES_DELEXCEP_ERR = 9067

Not able to clean Replication Exceptions.

TOCIndex