Difference between revisions of "Talk:Invalid Binary Header on Replication"

From EHS Help
Jump to: navigation, search
(// first draft)
 
m
Line 1: Line 1:
== Ideas for Solving ==
+
Discuss potential solutions and methods of narrowing down the problem. Evidence is contradictory at the moment & we need a clearer picture.
 
+
*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.
+

Revision as of 14:48, 13 October 2012

Discuss potential solutions and methods of narrowing down the problem. Evidence is contradictory at the moment & we need a clearer picture.