Xmedius Fax Error Code 700 Apr 2026
Unlike a busy signal (Code 023) or a handshake failure (Code 034), Code 700 means the fax was successfully sent . The remote machine received the TIFF/PDF data. The problem occurred after the call ended, when the XMedius server tried to deliver the received fax to its final destination (e.g., an email inbox, a network folder, a printer, or an ECM system like SharePoint or Documentum).
The router thread may wake up 50ms before the FaxReceive thread has fully flushed the TIFF file from memory to disk. The router tries to read a file that is still locked. The result: Code 700. xmedius fax error code 700
SELECT RouteID, DestType, DestAddress, IsActive FROM tblRouteTable WHERE DestType IN ('EMAIL','FOLDER','PRINTER'); If DestAddress contains a trailing space or a non-ASCII character (e.g., a "smart quote" from copy-paste), the router will fail silently with Code 700. The Race Condition: On high-volume servers (2000+ faxes/day), Code 700 can appear intermittently for one specific sender. This is often a timing issue between the FaxReceive thread and the Router thread. Unlike a busy signal (Code 023) or a
This content is structured for an IT administrator or a system integrator who needs to move beyond a surface-level understanding. 1. The Abstract Definition Error Code 700 in XMedius FAX (formerly Omtool, now part of OpenText) is a Post-Transmission Routing Failure . The router thread may wake up 50ms before