Replication issue

  • Database 'DB_NAME' contains no objects that can be replicated with the selected publication type. Click Back to choose another database or change the publication type

  • Is there a question here?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • yes, i can not create a Publication, when I try to create publication I am getting this error

  • Does the database contain any objects that can be replicated?

    What type of replication have you selected?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • I have a 15 table to replicate, I am using Transactional replication, but I try other repliactiion too.

    How should I know all these tables is ready for replication. even I try to check mark all table but it is not checking them, I am getting read cross circle in frount of each table

  • Do the tables have primary keys? It's required for transactional replication.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Thanks, I got it, but I am using sysadim login but getting a login error

    cannot create the agent job '@job_login' must bea valid Windows login in the from:

    'MACHINE\login' or DOMAIN\Login

  • Is your service running under domain user account or local system?

    -Roy

  • Loal domin

  • Local domain?

    Do you mean Local System? If so run the SQL Service and SQL Agent under domain account.

    -Roy

  • Thanks

  • Super, thanks for tip about PK, Gila. That was my trouble today.

  • Hi,

    Creating publisher for transactional replication firstly insure that the table have primary key or not.

    If the table have primary key you can add the table in the publication else you can't.

Viewing 13 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic. Login to reply