Jump to content

Replication question


CodingGorilla

Recommended Posts

I have a branch that seems to always want to replicate a couple of change sets, but I'm not sure why, and I'm not sure if this is something to be concerned about.

Here: http://screencast.com/t/4MBL7Mz2vod, you can see that I'm replicating CS 358, but it's also including 317 and 318.

Then here: http://screencast.com/t/BU0ceamz4mJ, I'm replicating CS 360, but again it's including 317 and 318.

This branch almost always includes 317 and 318 when I do a replication (359 actually did not) and we're talking about a max of 15 minutes between replicating 358 and 360.

Should I be worried about this?

Link to comment
Share on other sites

Hi CondingGorilla,

can you please check that the changesets 317 and 318 are in your target repository? To do that please check the changeset data information about changesets 317 and 318 in the origin repository. Get the guids for both changesets. Then in the replicated server open the changesets view and paste the guids in the filter.

Tell me if it's able to find them, make sure you have a date filter big enough.

Link to comment
Share on other sites

Ummmm that´s quite strange.

Can you please issue the following queries from the workspace pointing to the replication source repository?

cm q "select * from changeset where ichangesetid=317" --columnwidth=25

cm q "select * from changeset where ichangesetid=318" --columnwidth=25

Please post me the results.

Link to comment
Share on other sites

Ok,

I want to see if this changesets are comming from a replica, so, please issue this commands:

cm q "select * from object where iobjid=12716" --columnwidth=25

cm q "select * from object where iobjid=12717" --columnwidth=25

This queries are going to show us if they are replicated or not (replicationsource column).

Link to comment
Share on other sites

iobjid itype scomment dtimestamp sname fidacl

fidowner iguidhigh iguidlow fidreplicationlog

12716 15 5/14/2012 5:24:41 PM 0

4263 8431585602682290611 5753948613301907186 12655

iobjid itype scomment dtimestamp sname fidacl

fidowner iguidhigh iguidlow fidreplicationlog

12717 15 5/14/2012 5:40:13 PM 0

4263 -46449005183825442154740441315942195008 12655

This is from the source (my local machine)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...