Verifying sent messages

This section describes how to verify that Replication Server has sent a message to RepConnector.

  1. Enter:

    admin who,sqm
    
  2. Check the output from the admin who, sqm command as follows:

  3. Determine the database ID and the queue type:

    1> admin who,sqm
    2> go
    
  4. Put Replication Server into single-user mode using:

    1> sysadmin hibernate_on
    2> go
    
  5. If hibernate does not work, shut down Replication Server and restart it using the -M command (single-user).

  6. Purge the queue:

    1> sysadmin sqm_purge_queue,106,0
    2> go
    1> admin who,sqm
    2> go
    

    In this example the database ID is 106, and the outbound queue is always 0.

  7. Turn hibernate off:

    1> sysadmin hibernate_off
    2> go