Click to See Complete Forum and Search --> : MSSQL replication - sp_scriptupdproc - error 14156


Kurt Dignef
11-15-2000, 05:44 AM
Hello,

I'm trying to do a replication. Everything went well untill the final step
- testing. I modified some data in the table which had to be replicated.
He couldn't find the system procs sp_msins*, sp_msupd*, sp_msdel*.
I solved this problem by using sp_scriptinsproc [@artid=]=artid, sp_scriptdelproc,
sp_scriptmappedupdproc. The former 3 gave no problems but when I used sp_scriptupdproc
an error message was given: error number 14156 - "Custom procedure was not
specified in article defintion".


Could anybody please help me in solving this problem?

THX,
Kurt Dignef