Siebel Remote and Replication Manager Administration Guide > Troubleshooting Remote and Replication Manager > Replication Agent >

Replication Agent Failure Due to Special Characters During an Update


You may encounter situations where special characters cause Replication Agent to fail during an update. Use the following procedure to find the transaction IDs involved with this failure.

To find the transaction (TXN_ID) causing this problem

  1. Run the following query on the Server database:
  2. SELECT MIN(TXN_ID), MAX(TXN_ID) FROM S_DOCK_TXN_LOG

  3. From the Siebel Server machine, go to a DOS prompt and type the following:
  4. cd server_root_dir\bin

    siebenv

    txnutl /u SADMIN /p SADMIN /s MIN(TXN_ID) /e MAX(TXN_ID) /d dbo / c <SiebelServerDataSource> /w dx-file > output_file

    where:

  5. Open the output file with any editor and go to the end of the file. You will see something like the following:
  6. Txn Type: S

    Txn Id: 49051

    Src Node: 16

    Created By: 1-2G-162

    DLog Row Id: 16-RHP

    The TXN_ID in this case is 49051.


 Siebel Remote and Replication Manager Administration Guide, Version 7.5, Rev. A 
 Published: 18 April 2003