Results 1 to 3 of 3

Thread: Replication error

  1. #1
    Join Date
    Aug 2004
    Posts
    188

    Replication error

    Hi, we had an issue with our data warehouse where we get the following error.

    exec dbo.sp_table_validation @table = 'tabelname', @expected_rowcount = 1214384, @rowcount_only = 1, @full_or_fast = 2, @shutdown_agent = 0, @owner = 'dbo'
    General network error. Check your network documentation.
    Communication link failure

    We found that this procedure was causing blocking on the DB server which killed replication. Does anyone know how this procedure is called or what calls it? I haven’t found any information on it except what BOL has.

    Thanks for your time.

  2. #2
    Join Date
    Sep 2002
    Posts
    5,938
    You can trace it in profile, enclude user name, app name and host name to trace.

  3. #3
    Join Date
    Aug 2004
    Posts
    188
    Thanks, I will give that a try and hope I catch the issue.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •