SQL Replication Problems

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default SQL Replication Problems

    I am trying to update a DB on a SQL merge replication subscriber. I get an
    error: Invalid object ctsv_A58DF... I know that this is some kind of SQL
    replication table but how do I tell ColdFusion to ignore these? I am
    connecting to SQL via an ODBC System DSN.

    BCPower001 Guest

  2. Similar Questions and Discussions

    1. Replication
      Hi, Check the last couple of checkpoints on the primary and secondary servers - they should be within seconds of each other (assuming the clocks...
    2. File Replication
      Hi There I have content on a windows 2003 server (server1) that I need to replication to another windows 2003 server (server2). I would like...
    3. DB2 V7 replication
      Hi, How many ways are there to replicate data with DB2 V7 from Windows to linux? Thanks in advance, Ming
    4. One way replication
      Help We want to have a DB2 server that expose to the internet for read only. And one internal server for Read & write. Is there a way to...
    5. Licence for replication
      in article c8dL9.4001$jM5.11318@newsfeeds.bigpond.com, Howard J. Rogers at howardjr2000@yahoo.com.au wrote on 12/15/02 9:12 PM: Hmm - actually,...
  3. #2

    Default Re: SQL Replication Problems

    Possibly


    [url]http://groups.google.com/group/microsoft.public.sqlserver.replication/browse_thr[/url]
    ead/thread/e8fb8df34a24f8af/d28ccff4f5c43afc?lnk=st&q=update+merge+replication +i
    nvalid+object+error&rnum=2&hl=en#d28ccff4f5c43afc

    which is not something to ignore.

    philh Guest

  4. #3

    Default Re: SQL Replication Problems

    That may be it. I did notice that my subscriber has a lot less SQL Views than
    the publisher and a missing view is was threw the error. Are Views supposed to
    replicate?

    Also, Do I totally reconfigure replication and then generate a script? Is
    that what that means? I don't know how to configure replication without using
    EM.

    Thanks.

    BCPower001 Guest

  5. #4

    Default Re: SQL Replication Problems

    The publication dictates what's replicated.

    Go into EM, expand your publications, and right-click on one. See the
    handy-dandy "Generate SQL Script..." option?

    Durn near everything in SQL is scriptable. The distribution agents don't have
    that option but I bet there's a way around it.

    philh Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139