These error messages can appear from the Replication Server console. The messages are listed in alphabetical order.
This list includes only the messages that typically involve initial configuration operations requiring additional information for resolving the problem.
Error Messages and Resolutions
Problem
Authentication failed. Reason: Invalid user name/password.
Resolution
Occurs when registering a publication server or subscription server. Verify the user name and password you enter matches the admin user name and password in the Replication Server configuration file on the host you're running the publication server or subscription server. See Replication Server configuration file.
Problem
Cannot register database because it is already registered by a publication service.
Resolution
You can create only one publication database definition for any given database. (Oracle is the exception whereby more than one publication database definition can be created for the same Oracle database if different Oracle user names are specified in each publication database definition.)
Problem
The connection could not be established with the server. Verify that the server is running and accepting connections. Reason: Connection refused to host: *xxx*.\ *xxx*.\ *xx*.\ *xxx*; nested exception is: java.net.ConnectException: Connection refused
Resolution
Occurs whenever a Java RMI connection can't be made to the publication server, the subscription server, or a database server. Can occur when registering a publication or subscription server, adding a publication database or a subscription database, or identifying the publication server for a new subscription. Verify you that have entered the correct host IP address and port number of the server. Verify the server is running (see Starting the publication server or subscription server). If the server is running on Linux, verify that in the /etc/hosts file the host name is mapped to the correct network IP address, which matches the IP address returned by the Linux /sbin/ifconfig command and also matches the IP address you entered in the Host field of the dialog box. Alternatively, instead of modifying the /etc/hosts file, set configuration option java.rmi.server.hostname to the IP address of the publication or subscription server (see Assigning an IP address for remote method invocation Don't use the loopback address 127.\ *x*.\ *x*.\ *x* for this entry.
Problem
Connection refused. Check that the hostname and port are correct and that the postprimary is accepting TCP/IP connections.
Resolution
Occurs when attempting to save a publication database definition. The publication server can't connect to the database server network location given in the Add Database dialog box. Verify that the correct IP address and port for the database server are given. Verify that the database server is running and is accessible from the host running the publication server.
Problem
Could not connect to the database server. Reason: FATAL: number of requested standby connections exceeds max_wal_senders (currently *n*)
Resolution
Occurs when attempting a snapshot replication from a publication database configured with the log-based method of synchronization replication (that is, WAL-based logical replication), and the additional concurrent connection for logical replication exceeds the current setting, n, of the max_wal_senders configuration parameter in the postgresql.conf file. Increase the value of max_wal_senders in the postgresql.conf file of the database server running the publication database. Restart the database server containing the publication database. See Synchronization Replication with the Log-Based Method.
Problem
Currently no publication exists on the publication server. Please create at least one publication on the server and then retry.
Resolution
Occurs when attempting to create a subscription. If there are no publications in the specified publication server, then this error message appears.
Problem
The database cannot be registered because a partial schema already exists. A manual cleanup is required to proceed. For help with manual cleanup please check out our product documentation.
Resolution
The metadata database objects from a prior publication already exist in the schema under which the publication server is attempting to create new metadata database objects. Perform the operation described in Deleting the control schema and control schema objects.
Problem
Database cannot be removed. Reason: Publication database connection cannot be removed as one or more publications are defined against it.
Resolution
Make sure all publications subordinate to the publication database definition are removed. If no publications appear under the Publication Database node in the Replication Server console replication tree and the error persists, there might be a problem with the control schema objects. Perform the operation described in Deleting the control schema and control schema objects.
Problem
Database cannot be removed. Reason: Publication service failed to clean up replication control schema tables.
Resolution
The control schema objects under the Oracle publication database user schema or under the Postgres or SQL Server schemas \_edb_replicator_pub, \_edb_replicator_sub, or \_edb_scheduler can't be deleted by the publication server. The control schema objects or schemas might have already been deleted. The publication database definition can't be removed using the Replication Server console. Perform the operation described in Deleting the control schema and control schema objects.
Problem
Database cannot be removed. Reason: The target publication database is currently set as the Controller database and is being referenced by one or more dependent nodes.
Resolution
Occurs when attempting to remove the publication database currently set as the controller database. Select another publication database to use as the controller database. Use the Set As Controller option in the publication database's context menu to set this database as the controller database. You can then remove the original publication database. See Switching the controller database.
Problem
Database cannot be set as controller. Reason: Connection refused. Check that the hostname and port are correct and that the postprimary is accepting TCP/IP connections.
Resolution
Occurs when attempting to set a publication database as the controller database and the database isn't accessible by the publication server. Verify that the correct IP address and port was defined in the publication database definition. Verify that the database server is running and is accessible from the host running the publication server.
Problem
Database connection cannot be added. Connection refused. Check that the hostname and port are correct and that the postprimary is accepting TCP/IP connections.
Resolution
Occurs when attempting to save a subscription database definition. The subscription server can't connect to the database server network location given in the Add Database dialog box. Verify that the correct IP address and port for the database server are given. Verify that the database server is running and is accessible from the host running the subscription server.
Problem
Database connection cannot be added. FATAL: no pg_hba.conf entry for host "*xxx*.\ *xxx*.\ *xx*.\ *xxx*", user "*user_name*", database "*db_name*", SSL off
Resolution
Occurs when attempting to save a subscription database definition. The subscription server isn't permitted to connect to the database at the network location given in the Add Database dialog box. Verify that the database host IP address, port number, database user name, password, and database identifier are correct. Verify there is an entry in the pg_hba.conf file permitting access to the database by the given user name originating from the IP address where the subscription server is running.
Problem
Database connection cannot be added. Controller database is not initialized yet.
Resolution
Occurs when attempting to add a subscription database. Verify that the Replication Server configuration file on the host running the subscription server contains an entry for a valid controller database. Verify that a publication database was defined under the publication server as the controller database and its connection information is recorded in the Replication Server configuration file. See Replication Server configuration file.
Problem
The database type for the selected database is different than that of the MDN database. Each database should be of the same type in a MMR cluster.
Resolution
All database servers in a multi-master replication system must be of the same type