Thanks so much, we'll do it next week after all the process of end of month
"Mahesh [MSFT]" <maheshrd@hotmail.com> wrote in message
news:eHcz%23wldEHA.644@tk2msftngp13.phx.gbl...
> Yes, you can take that option OFF.
> If you uncheck "Enforce relationship for replication" this means that you
> are making the PKs and FKs as NOT FOR REPLICATION as I had indicated
below.
> You can try the above and let me know if it works.
>
> Hope that helps
> --Mahesh
> p.s. And it will help if you want to backup the master file just in case.
> Make a copy of it so that in the worst case, if something bad happens, you
> can populate it like it was before you did anything.
>
> [ This posting is provided "as is" with no warranties and confers no
> rights. ]
>
> "Jennyfer J Barco" <pdwhitt@nospam.wdsinc.com> wrote in message
> news:u0NqSdldEHA.3632@TK2MSFTNGP11.phx.gbl...
> > Thanks Mahesh, you have been so helpful.
> >
> > I have the option "Enforce relationship for replication" in the
Publisher
> > and subscriber. Should I take it off? I was thinking to eliminate the FK
> in
> > the subscriber not to have this error but I would not like to do it.
> >
> > Now the replication is stopped until we take a desition, we have to make
> > sure that the records in our master file which are very important
because
> > they have the stock in inventory won't be deleted.
> >
> > Thanks
> > jennyfer
> >
> > "Mahesh [MSFT]" <maheshrd@hotmail.com> wrote in message
> > news:eYJADPSdEHA.3260@TK2MSFTNGP09.phx.gbl...
> > > You cannot specify the processing order in SQL Server 2000.
> > > There is a possibility as you say that some changes could go before
the
> > > others that can cause this kind of conflicting behavior.
> > >
> > > However if the PKs and FKs were defined as NOT FOR REPLICATION then
> > probably
> > > you would not have hit this error.
> > > Or had there been merge filters between the articles, probably they
> would
> > > have been enumerated in the proper order too.
> > >
> > > So what is the current state? Has it synched up now?
> > > If you make any inserts to tables at the publisher do you see them
> > > propagated to the subscriber?
> > >
> > > Hope that helps
> > > --Mahesh
> > >
> > > [ This posting is provided "as is" with no warranties and confers no
> > > rights. ]
> > >
> > > "Jennyfer J Barco" <pdwhitt@nospam.wdsinc.com> wrote in message
> > > news:uxUYZaOdEHA.3632@TK2MSFTNGP09.phx.gbl...
> > > > Don't forget this:
> > > >
> > > > One thing that caused this was because the replication stopped wth
no
> > > reason
> > > > in the weekend and then we started again. It looks thar SQL trys to
> > insert
> > > > all the transactions that were not inserted while it was stopped and
> in
> > > this
> > > > there is no order or priority with the tables( maybe he sorts
> > > > alphabeticaly). May I define a priority so always when I start
> > > synchronizing
> > > > the outer reference tables comes first? May I select the order of
the
> > > tables
> > > > in which I want the replication to start?
> > > >
> > > > Thanks so much
> > > >
> > > > "Mahesh [MSFT]" <maheshrd@hotmail.com> wrote in message
> > > > news:%23Yz$O9MdEHA.1692@tk2msftngp13.phx.gbl...
> > > > > Basically you are running into the compensate_for_errors problem.
> > > > > This problem is that if a change from publisher (say) fails to get
> > > applied
> > > > > at the subscriber (for some reason, PK,FK,CHECK,etc constraints)
it
> > > undoes
> > > > > the change at the publisher. So a insert from publisher when fails
> at
> > > the
> > > > > subscriber gets deleted at the publisher too. Similary a delete
from
> > > > > publisher when fails at the subscriber, it gets re-inserted at the
> > > > > publisher.
> > > > >
> > > > > The KB article for that is here:
> > > > >
> > > >
> > >
> >
>
http://support.microsoft.com/default.aspx?scid=kb;en-us;828637&Product=sql2k > > > > >
> > > > > This is fixed in a QFE and please contact PSS for the QFE.
> > > > >
> > > > > Hope that helps
> > > > > --Mahesh
> > > > >
> > > > > [ This posting is provided "as is" with no warranties and confers
no
> > > > > rights. ]
> > > > >
> > > > > "Jennyfer J Barco" <pdwhitt@nospam.wdsinc.com> wrote in message
> > > > > news:u8V6DXMdEHA.3728@TK2MSFTNGP09.phx.gbl...
> > > > > > Thanks so much for the constraint idea (PK, FK...) I have a
> FOREIGN
> > > KEY
> > > > in
> > > > > > the master table that the product register should exists in
> another
> > > > table
> > > > > > wich is beign replicated too. It looks that he tryed to insert
the
> > > > master
> > > > > > register and the other table was not replicated yet so the error
> in
> > > the
> > > > > > confict_Mergename_mastertable table says that the insert in the
> > other
> > > > site
> > > > > > conflicted with the FOREIGN KEY and my records that were deleted
> are
> > > in
> > > > > this
> > > > > > table. The thing is, if there is a problem like this and SQL
can't
> > > > insert
> > > > > > the register in the other site but should not delete the record
in
> > my
> > > > site
> > > > > > where it was originated inserted. Is there any settings where I
> can
> > > say
> > > > > that
> > > > > > if an insert error comes don't delete the original record just
> write
> > > in
> > > > > this
> > > > > > log table that the record was not replicated. Please give me an
> idea
> > > and
> > > > > > thanks so much for you help and tips
> > > > > >
> > > > > > Jennyfer
> > > > > >
> > > > > > "Mahesh [MSFT]" <maheshrd@hotmail.com> wrote in message
> > > > > > news:eClCOeEdEHA.3300@TK2MSFTNGP09.phx.gbl...
> > > > > > > Would it be the case that this insert violates some constraint
> > (PK,
> > > > FK,
> > > > > > > check, etc) at the subscriber?
> > > > > > >
> > > > > > > Hope that helps
> > > > > > > --Mahesh
> > > > > > >
> > > > > > > [ This posting is provided "as is" with no warranties and
> confers
> > no
> > > > > > > rights. ]
> > > > > > >
> > > > > > > "Jennyfer J Barco" <pdwhitt@nospam.wdsinc.com> wrote in
message
> > > > > > > news:urTZBYCdEHA.3728@TK2MSFTNGP09.phx.gbl...
> > > > > > > > I don't have any fiters
> > > > > > > > Thanks
> > > > > > > >
> > > > > > > > "Paul Ibison" <Paul.Ibison@Pygmalion.Com> wrote in message
> > > > > > > > news:%23e$%231fBdEHA.4092@TK2MSFTNGP10.phx.gbl...
> > > > > > > > > Jennyfer ,
> > > > > > > > > do you have filters on the publication?
> > > > > > > > > This scenario could occur if the record doesn't satisfy
the
> > > > filter,
> > > > > so
> > > > > > > an
> > > > > > > > > insert on the subscriber will be uploaded then downloaded
as
> a
> > > > > delete.
> > > > > > > > > HTH,
> > > > > > > > > Paul Ibison
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >