Talk:Invalid Binary Header on Replication

From EHS Help
Revision as of 14:46, 13 October 2012 by Admin (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ideas for Solving

  • Compare IIS versions on live and test servers
  • Compare SQL Server versions on live and test servers
    • Minimum requirement is 2005
  • Compare database schemas for table ILOG_REPL between live and test servers

Coding-Related

  • Attempt to open another datatable (any) to establish channel comms are working okay
    • Write some output to console window for confirmation
  • Attempt to open another datatable from a different service to isolate problems with specific service implementations
    • write datatable output to console for confirmation
  • Call method on server to isolate specific problems with datastreamer
    • output results to console.