I am trying to create a publication and add an article to the publication. The publication part runs fine however; when adding a the article I get the following error. "Msg 207, Level 16, State 1, Procedure sp_MSrepl_addarticle, Line 2355 Invalid column name 'objid'", I have looked at the table I am trying to replicate and there is not a column named 'objid' so I am assuming it is comming from the sp_MSrepl_addarticle stored proc, but I can't find that sp anywhere.
Can someone please help me with this problem. Here is my script