all groups > sql server replication > march 2004 >
You're in the

sql server replication

group:

Errors upon First Syncronizing



Errors upon First Syncronizing Atley
3/13/2004 11:23:19 PM
sql server replication: I get an error:

Could not bulk insert. Bulk data stream was incorrectly specified as sorted.
(Source: CMTSQL2 (Data source); Error number: 4819)

The BOL tell the exact same story when searched for this error number, how
do I solve for this issue?

Thanks in Advance
Kinda Lost

Re: Errors upon First Syncronizing Hilary Cotter
3/14/2004 8:16:14 AM
Dear Kinda Lost

Check that the collation and sort settings are identical on your Publisher
and Subscriber and the respective database. This is typicaly the reason why
you get this sort of error.

[quoted text, click to view]

Re: Errors upon First Syncronizing Atley
3/15/2004 4:02:19 PM
The collation settings on both tables are the same:

CREATE TABLE [dbo].[COLFIL] (
[col_supplier] [char] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[col_style] [char] (12) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[col_color] [char] (3) COLLATE SQL_Latin1_General_CP1_CI_AS NOT NULL ,
[col_desc] [char] (20) COLLATE SQL_Latin1_General_CP1_CI_AS NULL ,
[A4GLIdentity] [numeric](9, 0) NOT NULL
) ON [PRIMARY]
GO


Where do I find the sort settings?? The only differenc between this table
and the original one is that the publisher table has A4GLIdentity as an
Identity...

I am having a lot of trouble with this replication... what could I be doing
differently to not have this problem?





[quoted text, click to view]

AddThis Social Bookmark Button