Cannot see Transaction replication with updatable subscription in new publication wizard-sqlserver 2005 standard edition

Folks,
I am planning to implement transactional replication with updatable subscription between two sql2005 Instance .I am surprised that i cold see this type of replication in the new publication wizard in the source server instead i see peer-to-peer replication.
Could you please help me in understanding how to setup  transactional replication with updatable subscription in sqlserver 2005 standard edition.
Thanks.

Hi soories,
In addition to Ashwin’s post, peer-to-peer replication is available only in SQL Server 2005 Enterprise Edition. Please
execute ‘Select @@version’ in SQL Server to verify the version and edition of your SQL Server instance.
Also if you cannot see the option “Transaction replication with updatable subscription” in New Publication Wizard, you can use T-SQL to achieve this requirement.
How to: Create an Updatable Subscription to a Transactional Publication (Replication Transact-SQL Programming)
https://technet.microsoft.com/en-us/library/ms146922(v=sql.90).aspx
Thanks,
Lydia Zhang
Lydia Zhang
TechNet Community Support

Similar Messages

  • Noncovergence in transactional replication with updatable subscription

    Hello all, 
    I have a Transactional replication with updatable subscription setup having 1 publisher and 3 subscribers. All the servers are SQL 2008 and have conflict resolution
    policy set as subscriber wins. Of late, I have been observing data mismatch for few tables. Some tables have records but their column values doesn't match. Some records are there on one subscriber but missing on publisher and other subscribers. However replication
    is running fine without any issue. I am trying to understand what could have caused this issue and how it could be avoided in future. 
    Do you guys have any idea what might be causing this and how to fix this?
    Let me know if you need any further details. 
    FYI: There is no filter defined for any articles in replication.
    Thanks, 
    Nainesh.

    If these problem rows do not show up as conflicts you will need to create audit tables and triggers to determine why these rows are not being picked up for replication.
    looking for a book on SQL Server 2008 Administration?
    http://www.amazon.com/Microsoft-Server-2008-Management-Administration/dp/067233044X looking for a book on SQL Server 2008 Full-Text Search?
    http://www.amazon.com/Pro-Full-Text-Search-Server-2008/dp/1430215941

  • Setup transactional replication with pull subscription using the option @allow_initialize_from_backup

    I am trying to setup  transactional replication with pull subscription using the option @allow_initialize_from_backup = true and I am a bit confused on steps involved because at teh end of setup it shows ‘uninitialized subscriber’ in replication
    monitor.
    Publisher, distributor and subscriber are three separte SQL server 2008 R2 servers.
    I executed below steps -
    On publisher SQL server executed sp_addpublication with  options @immediate_sync ='true and   @allow_initialize_from_backup = true  
    On publisher SQL server executed  sp_addarticle to add the articles
    On distribution  SQL server disabled distribution cleanup agent and stopped the distribution cleanup job
    On publisher SQL server created full backup of the publication db
    On subscriber SQL server restored above backup with recovery
    On publisher  executed  sp_addsubscription using options  @subscription_type = N'pull', and @sync_type = N'initialize with backup'
    On subscriber  executed  sp_addpullsubscription  using options  @independent_agent = N'True',@subscription_type = N'pull',@description = N'',@update_mode = N'read only',@immediate_sync = 1
    On distribution  SQL server enabled distribution cleanup agent and started the distribution cleanup job
    At the end of these steps it shows ‘uninitialized subscriber’ in replication monitor.  What am I doing wrong ?
     In the above steps what is the difference between sp_addsubscription and sp_addpullsubscription ? 
    When I setup transactional replication with push subscription using the option @allow_initialize_from_backup = true, I only execute sp_addsubscription on publisher.
    Ravi Kumar

    After the step 7 did you create the  "Pull Subscription Agent" by running the below stored procedure?
    EXEC sp_addpullsubscription_agent
    http://msdn.microsoft.com/en-us/library/ms147834.aspx - Step 6
    "(Optional) For a pull subscription, execute sp_addpullsubscription (Transact-SQL) and
    sp_addpullsubscription_agent (Transact-SQL) at the Subscriber on the subscription database. For more information, see
    Create a Pull Subscription."
    Check this article for step by step with example-
    http://www.sqlpassion.at/archive/2012/08/05/initialize-a-transactional-replication-from-a-database-backup/ The only thing in this article is it uses immediate_sync to be false, where as BOL says to keep it true when allow_initilize_from_backup is true.
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • SQL Server 2012 Transactional Replication with updateable subscriptioins

    Hi All,
    It is heard that Transactional Replication with Updateable Subscriptions
    is
    deprecated in SQL 2012 so it is not possible to configure through the wizards but
    we can still configure it by using T-SQL Script. Would you please share that script if possible to configure the same in SQL Server 2012. Thank You.
    Regards,
    Kalyan
    ----Learners Curiosity Never Ends----

    Thanks for the information,
    I understand that you have got the answer yourself and post it, Therefor I mark your answer. If this is still open question please inform us.
    [Personal Site] [Blog] [Facebook]

  • Transactional publication with updatable subscriptions

    Which system table stored the information of Transactional publication with updatable subscriptions? I would like to check if any publication is using. Thanks

    As Hilary Cotter and Prasharith mentioned above the syspublications view
    exposes publication information and ofcourse this view is stored in the distribution database.
    --To obtain information about Publish Database use this
    SELECT
    * FROM sysarticles
    SELECT
    * FROM syspublications
    --To obtain information about Distribution DataBase
    UseDistribution
    GO
    SELECT
    * FROM distribution..mspublications
    --To obtain information about SubscriberDataBase
    USESubscriptionDatabase
    SELECT
    * FROM MSsubscriptions
    SELECT
    * FROM MSsubscriber_info
    The one i have listed below are DMV’s for Replication, you can try whichever works for you to reterive publication information as well
    /*sys.dm_repl_articles-- holds information about each article being published. It returns data from the database being published and returns a row for
    each object being published in each article. */
            select
    * from
    sys.dm_repl_articles
     /*sys.dm_repl_schemas-- has information about each table and column being published. It returns data from the database being published
    and returns one row for each column in each object being published. */
            select
    * from
    sys.dm_repl_schemas
    /*sys.dm_repl_tranhash--holds information about the hashing of transactions. The syntax is as follows:*/
            select
    * from
    sys.dm_repl_tranhash
    /*sys.dm_repl_traninfo-- revels information about each transaction in a transactional replication. */
            select
    * from
    sys.dm_repl_traninfo

  • Cannot see Transaction BP in sap menu path

    Hi gurus,
    Why is that i cannot see Transaction BP in sap menu in SAP CRM system?
    Do i need to configure this or if i am missing any information, please throw some light on this.
    Thanks to all,
    regards,
    Chakri.

    Hi,
    This is normal situation:
    Please read this note:
    Note 1400876 - BP transaction is not supported on SAP CRM
    As you can see in note 1118231,
    The SAPGui transactions are not supported any longer for business applications. So the transaction BP is not supported anymore.
    This means that if you have an error on BP transaction we are not going to give you support, because you should use the new CRM Web UI instead.
    Denis.

  • Sql 2005 standard edition for sql and AS databases with bpc 7.0 sp3 ?

    hello
    Install guide tells that we must use SQL 2005 Enterprise Edition with BPC except for Reporting Services.
    Customer asks wether he could use SQL 2005 Standard Edition for SQL database and Analysis Services ?
    Thanks.

    Hello Sorin. Two more questions, please:
    1) what do you mean by "Also into Application server you need EE because only in this version you have control flow." ?
    Is "control flow"  "business process flow" new functionality ?
    2) On the other hand, I don't think that BPC admin task is able to handle lite or full optimize without an Enterprise Edition Client.
    But customer asks wether it is possible to install on application server
    - SSIS standard edition for SSIS service
    - SSRS standard edition for Reporting Services
    - SQL client Enterprise Edition to let BPC admin task handle lite and full optimize properly.
    Why all this ? Because Enterprise Edition costs ten times more than Standard Edition and in a multi-server configuration, customer has to buy several SQL Server licenses, one per server running at least one SQL server service. (For example, with SQL,SSIS and OLAP on one server, and SSIS and SSRS running on the application server, customer has to buy two SQL servers licenses).
    Thanks. R.

  • Transaction replication DML [update] operation not allowing

    We are configuration the transaction replication from production to DR site, while I am trying to perform the DML [update] operation in publication database, DML [update] operation not allowing.
    Note: How we can perform DML [update]  operation in publication database. 

    Hi MSDN_12345,
    According to your description, after configuring 
    SQL Server transaction replication between  two different Servers successfully. We can execute the update commands on Publisher Server. In theory, after updating the publication database, we also sync the data to the subscription database.
    For more information, see:
    http://msdn.microsoft.com/en-us/library/ms152754.aspx
    So as other post, please post more details for analysis.
    If the update command was not allowed to perform, we need to verify if your account has the related permission on the publication table, such as update permission, select permission and so on. Usually, the members of the sysadmin fixed server
    role, the db_owner and db_datawriter fixed database roles, have update permissions.
    Regards,
     Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Transactional replication with 1 publisher 2 subscribers in SQL 2012 SE

    I have a setup of transaction replication between one publisher and subscriber in the Same server.Now, I need to add a new subscriber to the existing publisher. So publisher database name is DB_A and Subscriber 1 name is DB_B. So the new subscriber will
    be DB_C. 
    Is this kind of setup possible on one server?
    If yes then at the time of reinitialization is it going to apply the snapshot on DB_B as well as DB_C?
    Also let say if due to disk error DB_B gets corrupted then will data be still replicated between DB_A and DB_C? (Assuming publisher, subscriber 1 and 2 are sitting on individual disks)
    Need your valuable thoughts experts.
    Thanks a ton.

    For that you have to setup replication with backups. Assuming you had a failure and the only option now is to reinitialize, then instead you basically drop the subscription, change the publication property to
    allow_initialize_from_backup to true. Now you can follow the article below to create the subscription. Instead of using the backup from publisher you can use the old backup of subscriber. In this case, you need to confirm that
    all the data that is in the publisher (which needs to be replicated) is already there in subscriber.
    http://msdn.microsoft.com/en-us/library/ms147834.aspx
    Regards, Ashwin Menon My Blog - http:\\sqllearnings.com

  • We have 3 computers that have been authorized to home share but we cannot see eachothers library since updated to the latest version.  Is there something I am misssing?

    We have 3 computers that have the latest itunes version and now we cannot see eachothers library anymore.  All of them are authorized. I unauthorized, reauthorized, in both the store and itunes to no avail.  Is this just the way the new version is designed or is there something we are missing? I recently wiped the computer clean of all Itunes songs/files after several years of my son managing his itouch on it, so we are all clean of previous files. What is the deal?

    It most definitely is the browser that is causing most of the problems. I have used Firefox so long, I can't even remember. Maybe since its beginning. But today is a sad day. I gave up on it. I can't accomplish anything and end up spending hours troubleshooting. I see I am not alone. I am so sick of it "not responding." It's simply not worth it to spend so much time trying to make the thing work, so I can actually do something. Installed, removed, reinstalled numerous times, and I can't fix your software on my Win 7 Pro machine. No problems with IE or Chrome. So. as much as I hate Google Update, Chrome has won the test. Sad, sad day for me to lose Firefox, but it just does not work on the Win 7 machine. I don't have the same issues with the XP machine and have exactly all the same add-ons. Keep it up developers and you will have no Win 7 users at all.

  • Standart Portal User cannot see Website created with WPC?!?

    Hi there,
    just a new Question.
    I created a Website with WPC as shown in this Blog:
    https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/5924
    Web Page Composer u2013 how easy it is to create and publish a web page (Part III)
    I created also a User that have rights:
    Groups:
    Everyone
    Authenticated Users
    Roles:
    Testrole  (That one i created for the Website)
    But my user cannot see the Website after Logging in.. In the Menu there is a Menuentry called: Website
    Thats correct. But the Site do not load.
    After i put the User in: Group - Administrators i can see the Website... whats wrong here?
    Regards
    Bjoern

    OK i am a step forward.
    i checked help.sap.com and find a hint to the Security Zones.
    Defining Permissions for Security Zones
           1.      Navigate to Security Zones ® com.sap.nw.wpc ® wpc.
           2.      In the context menu of the following folders, choose Open Permissions and define the permissions specified.
    Permissions for Security Zones
    Folders
    Roles/Groups
    Permissions
    medium_safety
    Site owners, editors, and authors (for example, the wpc_editor_role role)
    Select the End User checkbox.
    You can leave the default entry for the Administrator column as None.
    no_safety
    Visitors (for example, the everyone group)
    Select the End User checkbox.
    You can leave the default entry for the Administrator column as None.
    I changed the no_safety (i added Group - Everyone)
    Now i can see the Page.. but i also see at the top right of the page: EDIT PAGE
    And a Standart EndUser should not see: Edit Page
    What can i do here?
    Regards
    Bjoern

  • WVC80N cannot see the image with VLC when multicasting

    I am using the WVC80N camera and have set the multicast address to 225.0.0.6 and the port to 2006 but when I try to view the image with VLC I cannot see and image. HTTP and rtsp both work but I need to use multicasting, has anyone gotten this to work?

    When you talk about the multicast , may I know if where is it set? Is it set on the route,server or computer? When you talk about VLC, where you referring to the VLC media player? Is also possible if you will show us a complete diagram on how your network has been setup so that we will be able to provide you the right recommendation.  

  • Cannot see files burned with Vista

    I burned some photos to a DVD using Windows Vista, but I cannot see them in Finder. All I see in Finder is a "Recordable DVD" with nothing in it. If I do "Get Info" I see the following:
    General:
    Kind: Folder
    Size: Zero KB on disk (Zero bytes)
    Name & Extension:
    Untitled DVD.fpbf
    Burning:
    Device: HL-DT-ST DVDRW GSA-S10N
    Media capacity: 4.37 GB
    Content size: 1.3 MB (i.e. the photos are there! somewhere ...)
    Now, "Disk Utility" shows the following info:
    Name : HL-DT-ST DVDRW GSA-S10N
    Type : Disk
    Disk Identifier : disk1
    Media Name : HL-DT-ST DVDRW GSA-S10N Media
    Media Type : DVDROM
    Connection Bus : ATA
    Connection Type : Internal
    Connection ID : Device 0
    Device Tree : /PCI0@0/PATA@1F,1/PRID@0/@0:0
    Locked : Yes
    Writable : No
    Ejectable : Yes
    Mac OS 9 Drivers Installed : No
    DVDROM : Yes
    Optical Media Type : DVD+R
    Device Type : CD-ROM, CD-R, CD-RW, DVD-ROM, DVD-R, DVD-RW, DVD+R, DVD+RW
    Location : Internal
    Total Capacity : 4.4 GB (4,700,372,992 Bytes)
    S.M.A.R.T. Status : Not Supported
    Disk Number : 1
    Partition Number : 0
    Any ideas of how to solve this?
    Thanks!

    I have a similar problem with CD's created with Vista, but if the preferences are set correctly in Vista, compatible CD's and DVD's can be created.
    Following is from Microsoft:
    http://windowshelp.microsoft.com/Windows/en-US/Help/2af64e60-60aa-4d79-ab6c-3a5d b5806cbe1033.mspx
    Understanding the difference between the Live File System and Mastered disc formats
    If you have burned CDs using Windows XP, you are already familiar with the Mastered format. The latest version of Windows offers a new format, called Live File System. Discs that use the Live File System format are often more convenient because you can copy selected files immediately and as often as you want, as if the disc were a floppy disc or USB flash drive. On the other hand, Live File System discs can’t be used in all computers and devices. Use this guide to understand the difference between Live File System and Mastered discs:
    Discs formatted with the Live File System option:
    • Work like a USB flash drive or floppy disk, meaning you can copy files to disc immediately without having to burn them.
    • Are convenient if you want to keep a disc in the burn drive and copy files whenever the need arises.
    • Are only compatible with Windows XP and later versions of Windows.
    Discs formatted with the Mastered option:
    • Don’t copy files immediately, meaning you need to select the entire collection of files that you want to copy to the disc, and then burn them all at once.
    • Are convenient if you want to burn a large collection of files, such as a music CD.
    • Are compatible with older computers and devices such as CD players and DVD players
    Why are there different versions of the Live File System format?
    Each version of the Live File System format is compatible with different operating systems. Depending on which computers you plan to use a disc in, you might need to select a different version of Live File System. If you plan to use your disc on the latest version of Windows, however, you will never need to change the version of Live File System you use. If you need to make discs that are compatible with earlier versions of Windows, use the table below to select the right Live File System version for your needs:
    The following table describes Live File System versions and their appropriate uses.
    Live File System version Best for
    1.02
    This format can be read on Windows 98 as well as many Apple computers. You should use this version if you need to format DVD-RAM or MO (Magneto-optical) discs.
    1.5
    This format is compatible with Windows 2000, Windows XP, and Windows Server 2003. It might not be compatible with Windows 98 or Apple computers.
    2.01
    This format is compatible with Windows XP and Windows Server 2003. It might not compatible with Windows 98, Windows 2000, or Apple computers.
    2.5
    This format is designed for the latest version of Windows and might not be compatible with earlier versions of Windows.

  • Cannot Adjust Screen Brightness with Fn Keys on New L540 (8.1 x64)

    Hello everyone. I just purchased a new L540 with Windows 8.1 x64 on it and have run into a problem I'm seeing is apparently common. While my other Fn keys work as intended, I cannot adjust screen brightness with them. Pressing the buttons just does nothing and the laptop is running at full brightness at all times, even when on the battery. I have installed the latest Power Management Driver and from what I can tell, there is no version of the Power Management Software for anything newer than Windows 7. I also have installed the latest Hotkey driver (in fact, I've installed all the latest drivers for this machine.) I read in another thread that this can be caused by the latest HD Graphics driver from Intel but I actually can't even install that driver (says my system is not supported) so I am still using the latest Lenovo provided driver.
    Can anyone please assist with this? I want to be able to quickly adjust screen brightness when on battery but I can't do that at present. Thanks!
    Solved!
    Go to Solution.

    I have the same problem with my L540. It started with the update of the BIOS to version 1.65. Because I didn't find a solution, I went back to BIOS version 1.64, where all the brightness options are there and work properly.
    You can download older versions. When on the page with the new drivers (http://support.lenovo.com/en_US/downloads/detail.page?DocID=DS037285) go to BIOS Driver 1.65, then choose "learn more". At the end of the following page you'll see all the older versions.
    That you can install version 1.64, you have to change the "Secure RollBack Prevention" Option in the BIOS: Restart the Computer. When you see the option "To interrupt normal startup, press Enter", press Enter. Press once again Enter. Press F1 to enter the BIOS Setup Utility. Choose "Security" -> then "UEFI Bios Update Option" -> then "Secure RollBack Prevention". Change this option to "Disabled". Then press F10 to save configuration changes and exit.
    After restarting Windows you can install BIOS 1.64.
    Another possibility is to wait for the next BIOS version ....

  • I cannot see the NI-DAQmx icon in measuremen​t window in Labview 2013 (student Edition)

    Hi All:
    I have installed NI-DAQmx and Labview 2013 (Student Edition). I have connected an NI USB-6008 DAQ and tested it using NI-DAQmx and it is working properly.
    Now I tried to do logging of data from this device using the installed Labview software but as I  open a new project and go to Block Diagram screen and display the measurement menu I cannot see the NI-DAQmx icon in the measurement window (Menu) within Labview 2013 (student Edition).
    Any suggestion?
    I am attaching two screen shots.
    Please help.
    Thanks
    Solved!
    Go to Solution.
    Attachments:
    1.png ‏77 KB
    2.png ‏88 KB

    In which order did you install the software packages?
    You should install LabVIEW first, followed by DeviceDrivers!
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

Maybe you are looking for

  • Remove Flying Insects from camera shot

    Greetings, I have been using FCPX for over a year and have be assigned my first big project. We are producing a 2 hour documentary, which approx. 90 minutes of footage is a talk filmed outside. After looking at the footage, we discovered many bugs fl

  • Getting the tablespace name(its very urgent)

    Hi, Can anyone help me to get the query to find the tablespace used by the users in the database Its Very urgent please Thanks, Murali.V

  • SCCM query not returning the results I want

    I would like to use a query that will query my systems that have a particular piece of software (Flash), but I do not want it to include servers that are in a particular group. Explanation: I have about 20 servers with Flash installed that require it

  • I can't get Mail Services to work...

    I've tried to setup Mail Services but when I test by setting up a client mail, following the "Checking connection to the mail server" test, I receive this; "The IMAP server "mail.brightmarkllc.com" is not responding." Here is the output of a postconf

  • DBConsole : running on port 5500 instead of 1158

    i am upgrading my database from 8i to 10G. everything was fine. i was working with OEM-database controll in 10G on port 1158 as per the documentation. but suddently port 1158 stopped responding and i got PAGE NOT FOUND exceptions in browser, but at t