October 9, 2007 at 3:09 pm
In SQL 2000,
ORA-00955: name is already used by an existing object
create table MSrepl7 (pubsrv varchar2 (128), pubdb varchar2 (128), publcn varchar2 (128), indagent number (1, 0),subtype number (10, 0), dstagent varchar2 (100),timecol date,descr varchar2 (255), xactts raw (16), updmode number (3, 0), agentid raw (16), subguid raw (16), subid raw (16), immsync number (1, 0))
I have two publication,
it seems that anytime distribution agents run it create the MSrepl7 table.
any solutions for this? I can't find any answers in Google search. =(
October 12, 2007 at 7:15 am
Hi,
Can you write a bit more about the architecture? It seems that you're replicationg into Oracle. Which version and what kind of replication?
-- Erik
-- Erik http://blog.rollback.hu
October 12, 2007 at 9:28 am
Don't worry!
I figured it out!
Thanks anyways!
February 20, 2008 at 8:48 pm
I have the same problem,
can you tell me how you figured it out?
Thank you!!!
April 24, 2008 at 11:50 am
I'm also having this issue, could you shed some more light on your solution please?
August 12, 2008 at 10:45 am
I fixed the problem by granting sysadm to my datasource ID...It needs it to create the rep table and the package MSC001. Once the replication is up and running , you can change the ID to have cntl access only..also ensure the ID's password does not expire...
August 12, 2008 at 10:51 am
I just wanted to add that I deleted the MSREPL7
table initially ( we already had a table), so it could create the table. It created the table in the system tables..DSNDB04
February 12, 2009 at 4:34 pm
Hello All,
Im running into the same problem but I can't seem to fix the "Drop Table MSREPL7" if anybody can give me a hint on how to configure the permissions on the SQL Server so that it drops the Table and Recreates it automatically, that would be awesome.
thank u in advance
September 1, 2010 at 1:44 pm
Sorry for the delay. What I did last time was I modified the automatic created script under the path you specified (e.g. \MSSQL\ReplData) under Publication Properties --> Snapshot --> Location of snapshot files.
It works for me. I hope this help.
<a href="http://www.intertech.com/courses/course.aspx?CourseID=99339"><img src="http://www.myblog.com/JSF-CMYK.jpg" alt="Complete JSF Trainig using Eclipse" width="126" height="90" border="0" /></a>
Viewing 9 posts - 1 through 8 (of 8 total)
You must be logged in to reply to this topic. Login to reply