Home Forums SQL Server 7,2000 Replication The process could not enumerate changes at the Publisher RE: The process could not enumerate changes at the Publisher

  • Hi Chrisitian,

    as I know in 99% the 'General network error' is really a network error.

    So I guess you have to check your underlying network configuration.

    However I noticed that if the server is under heavy load (too many replications at once,

    or bad configured indexes causing table scans) this error also occurs.

    Try checking the network config and if erverything is alright. Check the indexes of the tables.

    You should have a clustered index on the rowguid-column.

    If you are filtering the tables you have to have the clustered index on the filtered column.

    Hope this is of any help,

    Thorsten