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

sql server replication

group:

replication error



replication error shunyen
3/29/2007 4:05:02 PM
sql server replication: we are replicating from SQL 2000 to Oracle via linked server. and are
getting the following error "The process encountered invalid column
data in bcp file", the bcp file is too big to investigate it, any one
has any insight of this?
Re: replication error Hilary Cotter
3/30/2007 12:00:00 AM
Did this ever work? By default SQL Server maps the SQL Server datatypes to
the Oracle datatypes, so it should be able to construct the table on Oracle
and bcp the data there. You might want to try it with a null filter to see
if the problem exists with the schema or the data.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

Re: replication error shunyen
3/30/2007 8:20:21 AM
It worked before, the table got rebuilt and we have to recreate the
replication and this shows up. what do you meen to use a null
filter?



[quoted text, click to view]

Re: replication error Hilary Cotter
3/30/2007 12:11:20 PM
A filter that looks like this

where 1=2

It always evaluates to false.

--
Hilary Cotter

Looking for a SQL Server replication book?
http://www.nwsu.com/0974973602.html

Looking for a FAQ on Indexing Services/SQL FTS
http://www.indexserverfaq.com



[quoted text, click to view]

AddThis Social Bookmark Button