Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 Error in replication with text/ntext/image

Author  Topic 

victorfierro
Starting Member

1 Post

Posted - 2009-03-05 : 20:26:31
Hello everybody

I received this error:
Server: Msg 20508, Level 16, State 1, Procedure sp_MSreplraiserror, Line 4
Updatable Subscriptions: The text/ntext/image values inserted at Subscriber will be NULL.

I have a transactional replication. When I execute a query (insert rows in on table with text fields) I received the previous message.
I have searched on the web and I have found the explanation about why ocurrs the error, but I can´t find a real solution.

A posible solution could be to change the type of replication ( to merge replication) but at this moment it is not posible.

I hope anyone could help me.

Thanks

Víctor F.
   

- Advertisement -