JMI_ITS_TEMP (Agent); Error number: 27160
- From: GC <GC@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Wed, 21 Jun 2006 07:05:02 -0700
Hi,
I have a problem with my replication.
01- First I add all my new column by script
I got this message that might have something to do with my problem
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_B2BDB0B28197433107A0CE875AF642A2_pal'.
The stored procedure will still be created.
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_2E113488D5C4402207A0CE875AF642A2_pal'.
The stored procedure will still be created.
Warning: The table 'temps' has been created but its maximum row size (12148)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'temps' has been created but its maximum row size (12148)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'conflict_JMI_articles_Temps' has been created but its
maximum row size (14135) exceeds the maximum number of bytes per row (8060).
INSERT or UPDATE of a row in this table will fail if the resulting row length
exceeds 8060 bytes.
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_3F9EAC1D6D32403107A0CE875AF642A2_pal'.
The stored procedure will still be created.
Warning: The table 'temps' has been created but its maximum row size (12157)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'temps' has been created but its maximum row size (12157)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'conflict_JMI_articles_Temps' has been created but its
maximum row size (14143) exceeds the maximum number of bytes per row (8060).
INSERT or UPDATE of a row in this table will fail if the resulting row length
exceeds 8060 bytes.
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_3F9EAC1D6D32403107A0CE875AF642A2_pal'.
The stored procedure will still be created.
Warning: The table 'temps' has been created but its maximum row size (12165)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'temps' has been created but its maximum row size (12165)
exceeds the maximum number of bytes per row (8060). INSERT or UPDATE of a row
in this table will fail if the resulting row length exceeds 8060 bytes.
Warning: The table 'conflict_JMI_articles_Temps' has been created but its
maximum row size (14151) exceeds the maximum number of bytes per row (8060).
INSERT or UPDATE of a row in this table will fail if the resulting row length
exceeds 8060 bytes.
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_3F9EAC1D6D32403107A0CE875AF642A2_pal'.
The stored procedure will still be created.
Warning: only Subscribers running SQL Server 2000 can synchronize with
publication 'JMI_articles' because schema replication is performed.
Cannot add rows to sysdepends for the current stored procedure because it
depends on the missing object 'sp_sel_B2BDB0B28197433107A0CE875AF642A2_pal'.
The stored procedure will still be created.
(Here i made a sum of all the caracters by rows in this table and the
maximum caracters that i find is 2020 caracters so i am far from 8060)
By the way what is the sp_sel_,,,,_pal I dont understand that ?
02- After that I create and Add all my new tables
03- After I Add those tables to my snapshot and reinitialise the snapshot
so it can contains my new articles. The sanpshot succeed.
04- Then I launch my pull subscription from the subscriber and I got this
message
in the
The schema script 'exec sp_repladdcolumn '[dbo].[temps]','HeuresRNC',' float
NOT NULL DEFAULT 0 WITH VALUES ', 'JMI_articles', 1' could not be
propagated to the subscriber.
(Source: Merge Replication Provider (Agent); Error number: -2147201001)
---------------------------------------------------------------------------------------------------------------
A column was added to or dropped from the replicated table.
(Source: JMI_ITS_TEMP (Agent); Error number: 27160)
---------------------------------------------------------------------------------------------------------------
Délai d'attente expiré
(Source: ODBC SQL Server Driver (ODBC); Error number: 0)
---------------------------------------------------------------------------------------------------------------
What I dont understand is that I one column was added to the table temps and
the second one could not be added on the subcriber
It is the same type of column the only different is the name of the column
Do you have an idea ?
Thasnks in advance.
.
- Prev by Date: Re: How to Replicate an SQL Server 2000 Database
- Next by Date: Re: How to Replicate an SQL Server 2000 Database
- Previous by thread: Re: How to Replicate an SQL Server 2000 Database
- Next by thread: Re: Replication from SQL Server 2005 to SQL Express using RMO
- Index(es):
Relevant Pages
|
Loading