473,324 Members | 2,548 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

Invalid column name 'RowTimestamp'. In Snapshot Replication(SQL Server2008)

I am implementing Snapshot Replication.I have two server ServerA(SQLServer2008) and ServerB(SQLServer2008).ServerA is Configured as Distributor as well as Publisher and ServerB is Subscriber.
Snapshot with all articles generated successfully.But when i view synchronization status. Message detail are as:

Invalid column name 'RowTimestamp'.

I also tried to set Convert TIMESTAMP to BINARY=true of all articles property.But same issue.
Actually RowTimestamp is a column of my tables with timestamp datatype.
Help???
Apr 27 '12 #1
5 3638
ck9663
2,878 Expert 2GB
The error seems to be not related to the column data type, but the column itself. Try dropping the snapshot and recreate it.

Good Luck!!!


~~ CK
Apr 27 '12 #2
I think that there is a mistake in spelling of your column name or probably the size of the field is to small to store your data
Apr 29 '12 #3
Thanks Mr Roshan and Mr ck for your reply.
One thing I find in replication That when I select only Tables of Server A and Generate Snapshot Then Sync going ok to Subscriber(ServerB).But when I select Tables,Procedure,Views then Snapshot with all articles generated successfully.But when i view synchronization status. Message detail are as:

Invalid column name 'StatSerializedItemSummary'

Actually StatSerializedItemSummary is a column of my table.
I already tried dropping the snapshot and recreating the same.But same issue.
Help??
May 3 '12 #4
ck9663
2,878 Expert 2GB
Could be one of your view is not updated. A view should be referring to an existing column in an existing table.

Good Luck!!!


~~ CK
May 4 '12 #5
I also think so.But What is the solution of this issue.
Is replication only used in scenario of Data Sync From One Server To Another Server.
Because in case of Views,Procedures it creates error.
May 4 '12 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Shino | last post by:
Hi, Can anyone help with this error: "ORA-00904: invalid column name"? Thanks! SQL> create view PPFa as 2 SELECT L.UserID AS LecID, U.Name, U.Email, I.IntakeID, S.UserID AS StudID 3 FROM...
3
by: Steven de Vries | last post by:
Hi, I'am trying a very simple sql statement but it does not work. I use the SQL version 8.0 I use the "Northwind" sample database and the Table "Employees". The sql statement is: SELECT * ...
1
by: wiredog | last post by:
When I try to add the line . . . CPM * MOU AS COST, after all the CASE lines I get the response in SQL Query Analyser, Server: Msg 207, Level 16, State 3, Line 1 Invalid column name 'CPM'....
3
by: graphicsxp | last post by:
Hi, I have a SQL stored procedure which looks like that: SELECT @QuerySQL = 'SELECT as LookupField, G.GroupDesc + ' + '" : "' + ' + as DescField FROM ' + 'JOIN ItemGrouping IG on IG.CatID...
1
by: sarah21 | last post by:
Hi, I am having trouble creating the data files. I received the error that there is an invalid column name 'Name' when using the BCP to create the files. How can I find out where this error is...
3
by: josna | last post by:
I am trying to execute following query but i am getting a sql exception i do not understand where i went wrong. it is saying invalid column name but i have given all fields and table names...
5
by: Anne | last post by:
Hello! Here is the statement in question: --STATEMENT A SELECT * FROM dbo.myTable WHERE colX in (SELECT colX FROM dbo.sourceTable) The problem with Statement A is that 'colX' does not exist...
3
by: kayclink | last post by:
hi, i am trying to generate a report through a record in a combo box but i get this error "invalid column name "DFG55FS" Please note "DFG55FS" is a record name in my combobox. please help i am...
1
by: lakshmisudha | last post by:
"Invalid column name 'ExecStopDT'.". Possible failure reasons: Problems with the query, "ResultSet" property not set correctly, parameters not set correctly, or connection not established correctly.
1
by: Luis Mata | last post by:
I have a database. Im trying to change a column from MovieID to ArtistID. When i do that it gives me an error(Invalid column name 'MovieID'.) any suggestions to what can possibly be wrong?
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.