Transactional replication from SQL Server 2014 to Sybase 12.5

Hi All,
Is it possible to set up replication between SQL Server 2014 and Sybase 12.5 in which SQL server would be the publisher and Sybase as  subscriber.
Regards..
aa

Hi Ashif,
According to this
blog, it is possible to set up transactional replication from SQL Server to Sybase.
To achieve this, you could set up transactional replication via the Sybase OLE DB driver after you set up Sybase as a
linked Server.
 For how to set up transactional replication, please refer to the article:
http://sqlserverscribbles.com/2013/06/26/how-to-create-transactional-replication-in-sql-server/
Regards,
Michelle Li

Similar Messages

  • Can you replicate databases from SQL Server 2014 Enterprise Edition to SQL Server 2014 Standard edition?

    Hello,
    Can you replicate databases from SQL Server 2014 Enterprise Edition to SQL Server 2014 Standard edition? 
    Thanks. 

    Yes, you can replicate from Enterprise edition to Standard edition.  The only caveat is Peer-to-Peer Replication requires all nodes to be Enterprise Edition.
    Brandon Williams (blog |
    linkedin)

  • Sql server replication from SQL SERVER VERSION(7.0) to SQL SERVER 2005

    Hi All,
    We are trying to create a replication between Sql server 7.0 data to SQL server 2005 data . We tried to create a local subscription in Sql server ,when tried to connect to publisher  running in Sql server 7.0 it is showing an error message
    like "This Sql server vresion(7.0) is not supported" .
    Could any one please help us with this issue ?
    Thanks
    Sandy

    Hi CRM_Learner,
    SQL Server version 7.0 Service Pack 4 (SP4) is the earliest version that can participate in a replication topology with SQL Server 2005. We need to verify the version of SQL Server. If you configure transactional replication with updating subscribers,
    for a SQL Server 7.0 Publisher, only SQL Server 7.0 Subscribers are supported. SQL Server 7.0, 2000 was out of support in the SQL Server Forums. I suggest you install SQL Server 2005 or later version to configure the SQL Server replication.
    For more information, there is a detail about using multiple Versions of SQL Server in a replication topology.
    http://technet.microsoft.com/en-us/library/ms143241(v=sql.90).aspx
    Regards,
    Sofiya Li
    If you have any feedback on our support, please click here.
    Sofiya Li
    TechNet Community Support

  • Backup Database From SQL Server 2014 with expired trial period.

    Hi,
    Looking for some advice. I created a database on a SQL Server 2014 Trial Version i downloaded from the Microsoft website. Our company bought a license for SQL Server 2012 instead of 2014, how can i migrate my database to 2012 without the ability to connect
    to my 2014 Server or Management studio (Because the trial period has expired)?
    Thank You.

    Hi,
    Alternatively, you can stop SQL Services and then locate the mdf & ldf file copy these files to new location.
    Now you try to attach above files in new server.
    Sorry little correction
    I dint pay attention to 2014 to 2012, in this case you need to attach these files on SQL Server 2014 then generate script and execute these script on 2012.
    Please refer following article on how to attach database.
    Attach a Database
    Also refer following post with similar issue.
    MS SQL 2008 Evaluation expired...need to get database backup
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    Praveen Dsa | MCITP - Database Administrator 2008 |
    My Blog | My Page

  • Running transactional replication on SQL server 2008R2 but: "The process could not connect to subscriber 'SERVER NAME'"

    I've set up Replication (transactional replication) between two remote servers. On the one of server that I configure Distribution & publication .another server is subscription. The subscription is all set & snapshot agent is started .but the actual
    replication doesn't take place.
    When viewing the Synchronization Status of the subscription, i get an error, saying "The process could not connect to Subscriber ‘Server name'."
    Clicking on start, this is the error message I get:
    The agent could not be started.
    Additional information:
    An exception while executing a Transact-SQL statement or batch.
    SQL Server Agent Error: Request to run job Server1-EDUSRV-Pubs-Server2-14 (from User Server1\Administrator) refused because the job is already running from a request by User sa.
    Change database context to 'EDUSRV'.(Microsoft SQL Server Error:22022)
    What can i do?
    Please help me.Thanks

    The error The process could not connect to Subscriber 'Server name' indicates that the Distribution Agent process account does not have enough permissions to connect to the Subscriber.
    If this is a push subscription, verify the Distribution Agent process account is db_owner in the distribution and subscription databases, is a member of the PAL, and has read permissions on the snapshot share.
    If this is a pull subscription, verify the Distribution Agent process account is db_owner in the subscription database, is a member of the PAL, and has read permissions on the snapshot share.
    The permissions required are covered in
    Replication Agent Security Model.
    If you have anymore questions, please let me know.  I hope this helps.
    Brandon Williams (blog |
    linkedin)

  • How to configure alerts for error in Subscriber in transactional replication in SQL server

    Hi All,
    I am getting the below error in the subscriber which i know how to resolve but i want an alert to be raised whenever there is an error in the Subscriber.I tried using the configure alerts in the warning tab in the Sqlmonitor.exe but it didn't worked.Can
    anybody help me out please.
    Command attempted:
    if @@trancount > 0 rollback tran
    (Transaction sequence number: 0x00000000000000000A9200000000, Command ID: 1)
    Error messages:
    Invalid date format (Source: MSSQLServer, Error number: 20025)
    Get help: http://help/20025
    Invalid date format (Source: MSSQLServer, Error number: 22007)
    Get help: http://help/22007
    Thanks,

    Can add with operator in sql server agent
    SSMS -> Connect to the subscriber -> SQL Server Agent -> Alerts -> Double Click "Replication: agent failure" -> Response -> Add your operator with the alert type(s) you wish. (I recommend security groups instead of individuals).
    Refer below thread
    http://dba.stackexchange.com/questions/11971/how-do-i-set-up-an-alert-that-tells-me-when-a-replication-of-data-failed
    Please click the Mark as answer button and vote as helpful if this reply solves your problem

  • Can I use attunity CDC to propagate changes from sql server to a sybase database

    can i use attunity cdc components in sql server to propagate changes to a sybase destination. I did some experimenting with cdc in ssis 2012 and got it working to send changes to sybase, but I need to do this for approx 5000 tables. so looking for a product
    that can do this for me.
    ny help welcome
    thanks
    Geert Vanhove DCOD ------ http://geertvanhove.wordpress.com/ ----------- Please click the Mark as Answer or Vote As Helpful if a post solves your problem or is helpful!

    Hello,
    It seems that you try to with captures SQL Server data changes and move to Sybase database with Attunity CDC. Since it is a thrid party tool, I suggestion that you post the question in the
    Attunity site for support.
    Reference:Attunity CDC
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • Removing Replication in SQL Server 2008 R2

    Hi,
    I had issues to remove replication. I was trying to remove all articles from replication..it was taking quite long time to complete the process and found blocking while doing it. I stopped the SQL agent and tried but still it was slow..to remove 3 tables
    from replication it took more than 30mi. Is there any other preriquisites to do for this process. I searched a lot in the web but didn't get proper help.
    Thanks.

    Hi Swapana,
    According to your description, you want remove all articles from transactional replication, however, it exists some blocks which make the removing process slowly. Usually, articles can be dropped from a publication at any time.  Replication will stop
    replicating the changes in schema/data from publisher to subscriber once you remove article from replication . However, we need to verify if you want to remove tables from the subscriber database, if yes, you have to do it manually after removing object from
    replication. For more information, see:
    http://blog.extreme-advice.com/2012/11/28/delete-article-from-transactional-replication-in-sql-server-2012/
    In addition, if you just want to drop articles from existing publications. For snapshot or transactional publications, articles can be dropped with no special considerations prior to subscriptions being created. When you drop an article that is related to
    other published articles through foreign key constraints, we recommend that you drop the table at the Subscriber manually.
    If an article is dropped after one or more subscriptions is created, the subscriptions must be dropped, recreated, and synchronized. For more information, see:
    http://msdn.microsoft.com/en-us/library/ms152493.aspx
    Regards,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Error 997. Overlapped I/O operation is in progress during SQL Server 2014 X64 Express

    I am trying to install SQL Management Studio from SQL Server 2014 X64 Express, however during installation, getting multiple identical errors:
    Error 997. Overlapped I/O operation is in progress
    Previously, someone posted similar question http://blogs.msdn.com/b/vsnetsetup/archive/2014/10/27/error-997-overlapped-i-o-operation-is-in-progress-kb2918614-breaks-windows-installer-service.aspx It was suggested to uninstall: KB3000988, KB2918614, I did so,
    but it didn't help. Also, tried to modify registry to add "product code" using ORCA tool. Maybe, I used wrong codes ? Thank you !
    Here is installation log:
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2068053019
      Start time:                    2015-04-02 17:07:19
      End time:                      2015-04-02 17:11:42
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for Adv_SSMS:        Use the following information to resolve the error, and then try the setup process again.
      Next step for SSMS:            Use the following information to resolve the error, and then try the setup process again.
      Next step for ComponentUpdate: Use the following information to resolve the error, and then try the setup process again.
    Machine Properties:
      Machine name:                  POSEIDON
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered  Configured
      SQL Server 2005                                                         
    Tools                                    1033                
    Express Edition      9.4.5000        No         Yes       
      SQL Server 2005                                                         
    ToolsClient                              1033                
    Express Edition      9.4.5000        No         Yes       
      SQL Server 2005                                                         
    ToolsClient\Connectivity                 1033                 Express Edition     
    9.4.5000        No         Yes       
      SQL Server 2008 R2   SQLEXPRESS           MSSQL10_50.SQLEXPRESS          Database Engine Services                
    1033                 Express Edition      10.51.2500.0    No         Yes     
      SQL Server 2008 R2   SQLEXPRESS           MSSQL10_50.SQLEXPRESS          SQL Server Replication                  
    1033                 Express Edition      10.51.2500.0    No         Yes     
      SQL Server 2008 R2                                                      
    Management Tools - Basic                 1033                 Express Edition     
    10.51.2500.0    No         Yes       
    Package properties:
      Description:                   Microsoft SQL Server 2014
      ProductName:                   SQL Server 2014
      Type:                          RTM
      Version:                       12
      SPLevel:                       0
      Installation location:         C:\Users\Alex\Desktop\SQLEXPRADV_x64_ENU(1)\x64\setup\
      Installation edition:          Express
    Product Update Status:
      None discovered.
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 <empty>
      AGTSVCPASSWORD:                <empty>
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    false
      ENU:                           true
      ERRORREPORTING:                false
      FEATURES:                      SSMS, ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    <empty>
      INSTANCENAME:                  <empty>
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 <empty>
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           <empty>
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  false
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  MU
      USEMICROSOFTUPDATE:            false
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150402_170710\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Component name:                Microsoft Visual Studio 2010 Redistributables
      Component error code:          997
      Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150402_170710\VC10Redist_Cpu64_1.log
      Error description:             Error 997.Overlapped I/O operation is in progress.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=vc_red.msi%40ProcessComponents%40997
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Component name:                Microsoft Visual Studio 2010 Redistributables
      Component error code:          997
      Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150402_170710\VC10Redist_Cpu64_1.log
      Error description:             Error 997.Overlapped I/O operation is in progress.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=vc_red.msi%40ProcessComponents%40997
      Feature:                       Setup Support Files
      Status:                        Failed: see logs for details
      Reason for failure:            An error occurred for a dependency of the feature causing the setup process for the feature to fail.
      Next Step:                     Use the following information to resolve the error, and then try the setup process again.
      Component name:                Microsoft Visual Studio 2010 Redistributables
      Component error code:          997
      Component log file:            C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150402_170710\VC10Redist_Cpu64_1.log
      Error description:             Error 997.Overlapped I/O operation is in progress.
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=vc_red.msi%40ProcessComponents%40997
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20150402_170710\SystemConfigurationCheck_Report.htm

    Hi Alexander,
    According to your description, you encounter the error 997 when installing SQL Server 2014 Management Studio. This issue could be due to the account problem or third-party software scanning. Besides paSQuaLe's post, you could also check the following things.
    1. Check the account with which you log on to the server, make sure that it is not an account with temporary profile.
    2. Run SQL Server setup file locally on your computer and make sure that you choose ‘Run as administrator’ to run the setup.
    3. Disable any Anti-virus and reboot your server.
    4. Check for any problems with disk drive where you are installing SQL Server files.
    Regards,
    Michelle Li

  • Why is the PWDCOMPARE function not supported on an Azure SQL Server 2014 database

    I have tried to publish a database from our local SQL Server to Azure but receive an error saying PWDCOMPARE is not supported with no link to a reason why.
    We are using HASHBYTES function to encrypt passwords in our database and
    PWDCOMPARE to validate them and we currently don't have an alternative (see article: http://sqlity.net/en/2460/sql-password-hash/). The PWDCOMPARE function is referenced by a stored procedure,
    which is what won't publish to Azure.
    It would be useful to know if it will be supported or if we should create a VM instead.
    EDIT: Further Clarified question above, but basically the functions listed are documented in MSDN and there is no mention of them being undocumented unsupported features.
    The error occurs when trying to publish a database to Azure from SQL Server 2014 Management Studio

    Hi,
    I am not an expert to answer this but am trying my best to answer this query.
    Hashes a password and compares the hash to the hash of an existing password. PWDCOMPARE can be used to search for blank SQL Server login passwords or common weak passwords.
    Syntax
    PWDCOMPARE ( 'clear_text_password'
       , password_hash
       [ , version ] )
    Note: This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
    I am not sure whether this feature is not available on SQL 2014.
    I think you can solve this issue by using the EXECUTE AS. Add this query into a procedure with EXECUTE AS with the user/login with sufficient permissions on the server.
     Refer to belw link for more details on EXECUTE AS
    http://msdn.microsoft.com/en-us/library/ms188354.aspx
    create
    procedure checkpassword
    @UserName
    SYSNAME
    ,@Password
    VARCHAR(1000)
    WITH
    EXECUTE AS
    '<UserName>'
    as
    select
    pwdcompare(@Password,convert(nvarchar(128),password))
    from master.dbo.syslogins
    (nolock)
     where name=@UserName
    GO
    EXEC checkpassword
    @UserName='test',@Password='12345678'
    Girish Prajwal

  • WCF-Custom Biztalk 2013 - Access to SQL Server 2014 Database

    Hi,
    i don't see nowhere of capability from the Biztalk adapter to access differente version of Sql server.
    I want to send ou receive information with a WCF-Custom from SQL Server 2014, i'm in Biztalk 2013 (not R2 ) it's possible ?
    Do you have a link or a list of version autorized to accessed by the wcf-custom Sql binging ?
    Thanks a lot

    Hi, I can suppose that the main problem for Joao is not if it works in general or not.
    The real problem is that he is not sure if this configuration is officially supported by Microsoft.
    If you are developing an integration project for a client you need to have this guarantee. If not, you can have an unsupported scenario, and if something fails you could have a big problem with your client.
    If I were you, I would talk with the client account manager about this.
    Regards.

  • Script to export data frmo SQL Server 2014 to xls file

    Hi All:
    I want to export data form a table in SQl Server 2014 to an xls file.
    Currently I have a working script for SQL Server 2005 in the below lines, but the same script doesnot work for SQL Server 2014.
    set @outFileName='D:\Folder1\File1.xls'
    SET @QueryString = 'INSERT INTO OPENROWSET( ''Microsoft.Jet.OLEDB.4.0'', ' + @outFileName +                             
     ',''select * ' + 'from [Sheet1$A1:IV65000]'') select * from Table1 ' --order by CreatedDate'                             
    EXEC ( @QueryString )                  .
    I have checked on the web but didnot get a good answer. Please share with me if any one has a working script for SQL Server 2014.
    Thanks... Happy Diwali.. :)

    Ok, I have downloaded the exe from the above link.
    As I have to install this on a production environment, I want to be sure of certain things ...
    Say I have installed the Provider, what would be the syntax for exporting the data from sql server 2014 to xls.
    It would certainly not be the same ... i feel.. please let me know.
    Thanks
    Yes
    provider connection string would be different
    like
    INSERT INTO OPENROWSET("Microsoft.ACE.OLEDB.12.0", "Excel 12.0;Database=<full file name>.xlsx;HDR=YES", "SELECT * FROM [SheetName$]")
    SELECT ..
    FROM table
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • CHange Licencing Mode SQL Server 2014

    Guys...
    I need to know.
    Is possible to change licensing mode from SQL Server 2014/Carl to Sq server 2014/ Core  with out reintall.....
    Thanks
    Richard

    Hi,
    Its best to ask all licensing related question to Licensing expert. This is technical forum and you wont find any licensing expert here. Licensing is complex and for accurate answer you must speak to MS Licensing specialist of your region
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles
    @Shanky: The question is not related to licensing models but rather if it's required to re-install SQL Server when changing the licence model. Please re-read the question.
    As you most probably know, during the installation process there's not a single step related to verify licencing. Also, starting with SQL Server 2005, SQL Server does not track any licence information.
    Therefore, to answer the original (technical) question doesn't require to involve a Licensing expert.
    LMU92 thats always my stand whether I know or not, and this is not forum for licensing question so even if I know a bit I always ask people to get double checked with MS licensing expert.
    Like even if I know oracle I would always ask user to direct his questions to Oracle forum rather than giving him answer this is how forum works where I don't have authority i would refrain from answering and would direct it to correct place.
    Please mark this reply as answer if it solved your issue or vote as helpful if it helped so that other forum members can benefit from it
    My Technet Articles

  • Using SLT for migration (Sybase ASE(15.7) to MS SQL server 2014)

    Hi,
    Is it possible to use SLT for data migration (Active-Active replication) from Sybase ASE (15.7) to MS SQL Server (2014) ?
    I want to use a separate host to do this migration, if possible.
    Viral Dave

    Hi Viral,
    What do you mean the SLT for data migration? Do you want to use Sybase ASE as the source system, and MSSQL as the target system? If yes, I think it is possible.
    Best regards,
    Candy Zhan

  • SQL Server 2014 Replication: Peer-to-peer replication

    SQL Server 2014 Replication wizard: Peer-to-peer replication -> Agent Security Settings setup only Log Reader Agent Security Settings are available.
    After I selected replication type and articles only Log Reader Agent Status was available, the Snapshot Agent Reader Status displays text:
      "A Snapshot Agent job has not been created for this publication."
    Another issue with replication:
      "Peer-to-peer publications only support a '@sync_type' parameter value of 'replication support only', 'initialize with backup' or 'initialize from lsn'.
    The subscription could not be found."
    Search how to resolve issues in SQL Server 2014?

    Please check this similar post ..
    http://blogs.msdn.com/b/sqljourney/archive/2013/10/01/an-interesting-issue-with-peer-to-peer-replication.aspx
    http://social.msdn.microsoft.com/Forums/sqlserver/en-US/15701595-f5b1-4a10-b4aa-c56a94d64785/peertopeer-publications-only-support-a-synctype-parameter-value-of-replication-support-only?forum=sqlreplication
    Raju Rasagounder Sr MSSQL DBA

Maybe you are looking for

  • HP LaserJet 1012 - Wireless from Mac to PC

    Hi all, Here's my situation: I have a desktop PC running Vista that my HP Laserjet 1012 is connected to - works fine. Wired connection to Linksys WRT54G. I have a MBP 2.33GHZ C2D connected wirelessly to the WRT54G. I would like to be able to print wi

  • Can't repair permissions in iPhoto 9.6

    Upgraded to iPhoto 9.6.  On opening get message: "The photo library needs to be upgraded to work with this version of iPhoto."  When I click UPGRADE, I am "invited" to repair permissions of this library.  When I select REPAIR, I am informed that "iPh

  • Fire tv connection problem

    For some reason my fire to box has stopped connecting to my hub, have turned it on and off, changed channels and even move the box closer to the hub, it connected at first then disconnected and will

  • Autocomplete field sending id instead of label

    Hi, does anyone know whether it would be possible for the autocomplete field to retrieve 3 fields: id, name, surname 1) visualize as label something like name + " " + surname 2) send the id instead of the label? For 1, I tried using mysql CONCAT but

  • Java Compilation error.

    Trying to compile java file and got following error. Java version I am using is 1.4.2. I tried to comple same with -source 1.3 option also but not luck. Any help would be appriciated. DataBrokerClass.java:963: cannot resolve symbol symbol : method ge