MSDN version to access Biztalk server development/test?

In what MSDN version is access to BizTalk dev./test server included? and is there any difference if its a cloud install or not?
Ultimate?
Premium?
Pro?
Std.?
Thank you!

For BizTalk Server, you need minimum of "Visual Studio Premium with MSDN" (Or also unofficially termed as MSDN Premium).
Development for MABS (Microsoft Azure BizTalk Services) can happen using on-premise Visual studio, but to deploy and used them on cloud, you need to pay for the Azure storage and usage credit. With "Visual Studio Premium with MSDN" license you
will get $100 monthly credit and with Visual Studio Ultimate with MSDN license you will get $150 monthly credit. This credit is something like "use it or lose it" type. i.e. monthly you have been given with the money credit, if you don't use it you
lose that month's Azure credit. Next month you will get new credit, last month's credit will not be carried forward.
To know more about the license, check the following page (click Compare benefits link)
http://www.visualstudio.com/en-us/products/msdn-subscriptions-vs#AdditionalPageSections_1
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • BizTalk Server Developer 2013 Vs BizTalk 2013 R2

    I would like to know that if user production environment is BizTalk 2013R2.
    Can I use "BizTalk Server Developer 2013" for my development? Does they compatiable?

    Yes it’s possible.
    BizTalk 2013 R2 support both .NET Framework 4.5 and .NET Framework 4.5.1 not just 4.5.1.
    Artifacts from BizTalk 2013 are .NET 4.5 and they are compatible with BizTalk 2013 R2 environment and hence they can be deployed in BizTalk 2013 R2 – Technically it’s possible.
    Refer the platform supported section in this MSDN article.
    https://msdn.microsoft.com/en-us/library/jj248703.aspx
    Then the question comes, would I do this? I will not. But if you don’t have an option, you got to use BizTalk 2013 in BizTalk 2013 R2, then I can. And for future development I would use BizTalk 2013 R2 environments for BizTalk 2013 R2 deployment.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Biztalk Server Developer Edition Image in Azure

    Hi,
    All of my Biztalk 2013R2 machines (based on the Developer Edition image) has stopped working. SQL Server Evaluation period expired. What can I do to fix this? Apart from buying SQL Server.. ;)
    This also occurs on a fresh virtual machine created today.

    Hi There,
    I was wondering if there has been update to this. Its been over a week and I can't find any solutions to this?
    Also I realised as an msdn ultimate customer I still can't actually raise an Azure Technical support call and have to rely on the forums unless I pay more for Azure support.  Very frustrating.  3 people in my organisation are impacted by this on
    a brand new Azure based project and it is a little concerning.
    The gallery image seemed the best thing since as I understand it, msdn ultimate covers our licensing of the Developer editions.  Had I known the SQL would have expired even though I can legally license it with my msdn subscription I would never had
    gone down this route and would have started with the base OS image and installed the software on top of this.
    Any advice here would be very much appreciated.
    Cheers
    Stephen

  • Biztalk Server Config Error

    Hi,
    I am getting the below error whenever I am restarting or refreshing the application or Biztalk group. So can anyone help me out.
    "Error
    1
    Schema referenced by Map '*********' has been deleted. The local, cached version of the BizTalk Server group configuration is out of date. You must refresh the BizTalk Server group configuration before
    making further changes.(Microsoft.Biztalk.Administration.SnapIn)"

    Detailed discussion about this error..
    MSDN-KnowledgeBase article: FIX: Error message when you try to expand the Applications folder in the BizTalk Server Administration Console: "The local, cached version of the BizTalk
    Server group configuration is out of date"
     Error: Schema referenced by Map has been deleted. The local, cached version of the BizTalk Server group configuration is out of date.
    The solution in short: Install Cumulative update for your environment. If you don't want to install now but to solve this issue, above reference gives the workaround to solve this issue..
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Server 2012 R2 SMB - The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    We are having issues with Server 2012 R2 SMB shares.
    We try to write some changes to a file, but we first create a temporary backup in case the write fails. After the backup is created we write the changes to the file and then we get an error:
    The process cannot access the file '\\server\share\test.txt' because it is being used by another process.
    It looks like the backup process keeps the original file in use.
    The problem doesn't always occur the first time, but almost everytime after 2 or 3 changes. I have provided some code below to reproduce the problem, you can run this in a loop to reproduce.
    The problem is that once the error arises, the file remains 'in use' for a while, so you cannot retry but have to wait at least several minutes. 
    I've already used Process Explorer to analyze, but there are no open file handles. 
    To reproduce the problem: create two Server 2012 R2 machines and run the below code from one server accessing an SMB share on the other server.
    Below is the code I use for testing, if you reproduce the scenario, I'm sure you get the same error.
    We are not looking for an alternative way to solve this, but wonder if this is a bug that needs to be reported?
    Anybody seen this behavior before or know what's causing it?
    The code:
    string file =
    @"\\server\share\test.txt";
    if (File.Exists(file))
    File.Copy(file, file +
    ".bak", true);
    File.WriteAllText(file,
    "Testje",
    Encoding.UTF8);
    The error:
     System.IO.IOException: The process cannot access the file '\\server\share\test.txt' because it is being used by another process.

    Hi,
    There is someone else having the same issue with yours. You could try code in the article below:
    “The process cannot access the file because it is being used by another process”
    http://blogs.msdn.com/b/shawncao/archive/2010/06/04/the-process-cannot-access-the-file-because-it-is-being-used-by-another-process.aspx
    If you wonder the root cause of the issue, the .NET Framework Class Libraries forum can help.
    Best Regards,
    Mandy 
    If you have any feedback on our support, please click
    here .
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Transfer of business object from development server to testing server

    if i want to transfer business object from development server to testing server how can i do that?
    what is the system landscape?
    what is business object?

    Hi Rizwan,
    U can get details of Business Objects in tcode - SWO1.
    Business objects are real world entities modeled as objects in an information system.
    Business objects encapsulate both data structures and the functions applied to the data, but hide their full complexity from other objects. This encapsulation of data and functions makes it easier to modify program components, because you can program with the relevant entities without having to know all the implementation details. You can also reuse existing functions.
    Client programs access business objects by reading their attributes, or by calling the methods that make up the objectu2019s interface:
    Attributes
    Attributes describe the data stored in an object through a set of properties. They provide direct read access to the data structures of objects, but client programs cannot change them from outside.
    Methods
    Methods provide a way to encapsulate the data structures of business objects, and to process them. When accessing an object, the client program calls a method with parameters and gets back return parameters.
    Interface
    The interface is the set of methods associated with a business object, and determines how an object interacts with the outside world.
    The client program defines the object types to be used and, at runtime, creates object instances of those object types.

  • Connect BizTalk Server Configuration with Sql Azure - version 2013 R2

    Hi,
    My data resides on Sql Azure. I need to create BizTalkRuleEngineDb on Sql Azure using Microsoft BizTalk Server Configuration wizard. Subsequently manage rules from Business Rule Composer.
    I am unable to connect to Sql Azure from BizTalk Server Configuration application. Without this i could not create BizTalkRuleEngineDb on Sql Azure. I gave the following details:
    Database server name: <servername>.database.windows.net,1433
    User name: <username>
    Password: <pwd>
    When i click configure button, a message pops "The database server you specified cannot be reached...."
    All i need from BizTalk is to create Business Rules Engine DB on Sql Azure. Then I would like to manage rules using Business
    Rule Composer connecting to Sql Azure BizTalkRuleEngineDb.<o:p></o:p>
    My business logic will programmatically access BizTalkRuleEngineDb db and execute rules using Microsoft.RuleEngine.dll<o:p></o:p>
    Is this a feasible solution? I would like to see your inputs.
    Any help is appreciated.
    Thanks,
    Tushar

    First I would suggest you to perform sanity check to confirm if SQL server connectivity is perfect.
    1) Verify the MSDTC Settings on both the servers:- It should resemble as below.
    2) UDL Test:- Create a new "Text Document"(new notepad file) rename it to ABC.udl, double click and give the SQL server details and Test connection. If this fails it means BizTalk is not at all able to connect with SQL and in this
    case BizTalk Application is just a victim of Network connectivity issue.
    You can also refer the below article-
    Resolving the issues you may face during BizTalk Runtime Configuration
    Thanks,
    Prashant
    Please mark this post accordingly if it answers your query or is helpful.

  • BizTalk Server Deployment versioning

    If there is an issue in BizTalk in the production environment(version 1.0) and lower environments executable already have other fixes(version 1.5), how would we test and promote the production defect to production

    It would depend on where the defect was and how you change the dll versioning depending on the fix.
    For MAPS, the associated ports need to be stopped, the MAP removed from the port configuration, the MAP related resource undeployed, the DLL un-gac'ed and deleted. The reverse needs to be done then for the revision.
    For schemas, it is a bit more complicated since the associated orchestrations have to be stopped/un-enlisted (something not possible for long running/dehydrated processes), maps removed before one can even start working on redeploying the schemas.
    The pipeline components, the route is the same as the MAPs.
    For orchestrations, well for a version change, you can un-enlist the existing one, remove the receive port binding (to ensure no new instances are created) deploy the new one with the bindings and you;d be good to go.
    In case any of the orchestrations are published as web services or schemas then you;d need to re-publish them for the changes to be affected.
    In case of BAM activity changes, BACKUP the existing BAMPrimaryImport, remove any TPE bindings, remove OR Update (possible only if definitons have been added), and re-apply.
    In some cases, you may have to remove (Control Pannel) and then re-install the package.
    Regards.

  • What is the best solution for Internet patter access inside of domain BizTalk server?

    Hi guys,
    Our BizTalk server put the company domain network, it can't access to the internet, just external DMZ can be access from internet.
    senario:
    Internet partner <=> Extenal DMZ server <=> intenal DMZ server <=> BizTalk Server
    1.Internet partner and external DMZ Server can access each other 
    2.external and internal DMZ Server can access each other
    3.internal DMZ Server and BizTalk server can access each other
    What is the best solution from your idears? I am look forward your wonderful sharing.
    Phile

    #3 is the most common scenario, but to BizTalk and your app, it doesn't matter.
    What you need to find out first from you security team is whether or not they will allow a connection to be made directly to the BizTalk computer or require proxying.

  • Question about doing application development against older versions of Access

    I'll be working on a MS Access 2007 application written by someone else, whose no longer here. I've no experience writing MS Access applications, however I've used MS Access several times through the years as a desktop database. Therefore I know it's possible
    to open an older Access database, say Access 2007, with a newer version of Access. You can bring up tables, query definitions, etc. and do normal database things in newer versions of Access against older .mdb's or .accdb's.
    What I don't know is if it is possible to also do development against older versions of Access. Can I have MS Access 2013 on my development PC, but open a MS Access 2007 database with the Access application in it, and do development? Or will Access 2013
    insist that I upgrade the older database file to Access 2013?
    Rod

    One can definitely open and use it with Access 2013 (note - we haven't gotten to 'develop' it yet.....)
    Generally an app written with the 2007 edition is going to be a .accdb file - but it is possible it is the older .mdb file format. 
    In development is your issue; the latest edition has newer features that the older edition can't possibly know about.  Nothing unique about Access on this point.  It just is.  So if you invoke any of those - then you'll lose your backward
    ability as a 2007 user won't be able to open it.
    I definitely have tried to open an app in 07 only to receive a 'not recognized' type error message - and moved that app over to my 13 machine where it opened fine....and was never able to find which feature unique to 13 was the culprit....
    So if you tread cautiously you can be okay - and while I think I know the features that differentiate the products, I still prefer to play it safe and do all development in the edition that is used.

  • Biztalk Server 2010 installation in production environment

    Hi All,
    Our client is undergoing an envirorment upgrade.
    here i have to migrate biztalk server 2010 from production old envirorment to production new environment.
    can anyone please suggest the links how to instal the biztalk server in production envirorment as visual studio is not present.
    And what all the requirements to be considered before installation.
    And if posiible please suggest in steps..
    Thanks

    The BizTalk Server documentation download (http://www.microsoft.com/en-in/download/details.aspx?id=11503) and specifically the Installing BizTalk 2010 and BAM in a multi-computer
    environment document should get you up and running.
    After that refer to the BizTalk 2010 Performance Optimization guide for the various SQL and OS related settings that should be configured. Examples being the registry key to address TCP/IP Port exhaustion, etc. (refer
    http://www.microsoft.com/en-in/download/details.aspx?id=10855)
    The BizTalk Server 2010 Operations guide is an excellent document for various Hot To's such as clustering the Master Secret, configuring the BizTalk Log Shipping, DR preparedness, etc. (refer
    http://msdn.microsoft.com/en-us/library/gg634499.aspx)
    Visual Studio on Production servers is not recommended. If gacutil is what you want then, you may choose to install ONLY the Visual Studio Developer Tools which would get you the required utilities.
    You have not mentioned the version you're migrating from? As part of the BizTalk documentation there are migration documents such as for TPM Database, Parties, etc. which you might require.
    For the applications (BizTalk), they would need to be migrated to .Net 4.0, recompiled and deployed.
    Ideally you should setup a migration environment T & D where you'd examine and explore these various options including the suitability/applicability of the 3rd Party adapters/components that you currently use.
    Regards.

  • BizTalk 2013R2 Developer Edition from Gallery - SQL Expired!!

    I an a MSDN ultimate subscription holder and I have created a virtual machines within Azure from the Gallery.  I have select the BizTalk 2013R2 Developer Edition from the gallery which has initially been great and save me a lot of time with
    the setup.  Unfortunately after only a couple of weeks my SQL license has expired. 
    As I did not select any form of evaluation edition I would not expect software licenses to expire when they are provisioned from the gallery whenever.  As I understand it as an MSDN ultimate customer I am covered to license BizTalk Developer Edition
    and indeed SQL which come as part of the gallery VM. 
    I've seen a number of posts online around this with no solution and I was wondering if you have a view on this. 
    Have I picked up the wrong understanding or is their a defect with the BizTalk 2013R2 Developer edition gallery image.  A colleague recently reported the same thing happened with BizTalk 2013R2 standard edition image.
    Any help and advice would be appreciate as I am stuck if SQL has expired.  I don't see the point in provisioning a new gallery image if the same problem will happen.
    It is very convenient provisioning from the gallery but if the licenses expire then they become less useful and very annoying.  I could understand if I provisioned an evaluation copy but this was not the case here.
    Cheers
    Stephen

    I have had no timely response from Microsoft on this yet, despite trying my best to seek assistance from them to help fix their defect. 
    Anyway I did a fresh search online and came accross this which has worked for me
    https://www.phidiax.com/blog/post/Azure-Gallery-Image-for-BizTalk-Server-SQL-Server-evaluation-period-has-expired
     If you have access to a valid copy of SQL Server 2014 Developer Edition then you can perform an Edition Upgrade and go from SQL 2014 Enterprise Evaluation Edition to SQL 2014 Developer Edition.  Once I did this and restarted SQL Services I was
    back up and running. 
    I suspect Microsoft will need to do this with the base gallery image and then re-load it whenever they can be bothered getting around to it OR whenever a customer with an Azure technical support contract raises it!  No pay, no technical support outside
    this forum.  
    I have not tried again to fire up a new 2013R2 Developer Edition image from the gallery to see if this is fixed yet. 
    Hopefully this helps anyone in the same boat as me.  If you do not have access to SQL Server 2014 Developer Edition (via say msdn subscription) to perform this upgrade then I'm afraid you will still have difficulty resolving this.

  • BAM Activity and view issue on BizTalk server 2013 R2 machine.

    Hello all,
    I am trying to make BAM portal work since couple of days but no luck yet...
    I ma using BizTalk server 2013 R2.
    I am trying to deploy the activity and view from my Development server to Test server ( it's working fine on Developemnt).
    I have gone through one post and found this and followed steps here is the output for that :
    First confirm that you can see the name of the activity in the list of deployed activity by executing this command:
    bm.exe get-activities
    --> I can see the activity name in  there so I belive that activity is got created.
    While creating the BAM activity you must have created/deployed a view get the name of the view by using this command:
    bm.exe get-views -Activity:<activity name>
    --> I can see the view name in  there so I belive that view is exist.
    You need to provide permission to the account you are using to access the BAM portal on this view by using this command.
    bm.exe add-account -AccountName:”<AccountName>” -View:<viewname>
    --> while executing this command is got error as :
    Using 'BAMPrimaryImport' BAM Primary Import database on server 'TESTSERVER'...
    ERROR: Security management of the BAM view failed.
    The SQL role for the specified view is missing.
    Note : My BAMAlert service is running and running using
    GROUP\~biztalkservice account I am logged on Test Server using "NitinUser" account with administrator rights.
    What does this mean - if this mean that I needs to give rights to my user (NitinUser) on SQL Database please tell me how to do that ? with command....
    Thanks and Regards, Nitin.

    Hi Nitin,
    Can you try the solution as suggested by Thiago Almeida.
    http://connectedthoughts.wordpress.com/2008/06/16/bam-deployment-gotchas/
    His solution for this problem is to remove the view and re-add it, which worked for him. Obviously I didn't encounter this error, so have to suggest the solution from community.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.
    Hello Ashwin,
    As per that post the author was having issue that view was not created ...
    also have noticed one thing that by executing following command in sql management studio.
    use
    BamPrimaryImport
    SELECT
    SUSER_SNAME(owner_sid),nameFROMsys.DATABASES
    on my development box it's showing my user GROUP\nitinUser and Name = CustomBizTalkDB
    but when I execute this on TEST server, entry for GROUP\nitinUser is not in database
    Thanks and Regards, Nitin.

  • BAM Portal configuration error in BizTalk Server 2013 R2

    I have tried 2 attempts to build out a BizTalk Server 2013 R2, I have followed the MSDN Install instructions, and I keep on getting an error when configuring BAM Portal. I have the logfile available, I need to know what the experts need to see in order to
    give me an answer. Understand that we have been using BizTalk Server 2013 for the last two years, and a new developer wants the R2 version and BAM Portal configured. As an administrator I have fought this to no end, and now I have enough evidence to go back
    to our project manager and explain why you do not install every feature on a server. Prove me wrong EXPERTS!

    " I need to know what the experts need to see in order to give me an answer."
    Experts needs:
    1) Little background of the issue you are facing.
    2) The log file generated.
    3) The configuration of your server.
    "now I have enough evidence to go back to our project manager and explain why you do not install every
    feature on a server."
    Disagree, It is indeed possible to install all the components and feature on a server. Somewhere someone would have installed BizTalk 2013 R2 and all its components in exactly same server configuration successfully in which you are trying to achieve, the
    only difference could be a missing Package, Patch, Cumulative Update, Service or any configuration miss at your end.
    Pls read more about BizTalk 2013R2 installation on Installation Overview for BizTalk Server 2013 and 2013 R2.
    Review the Hardware
    and Software Requirements for BizTalk Server 2013 and 2013 R2.
    Understand the Considerations
    Before Installing BizTalk Server 2013 and 2013 R2.
    Prepare Your Computer for Installation.
    Specifically for BAM Portal. Microsoft has documented Prerequisites, Permissions and Considerations.
    Planning for the BAM Portal
    I would advice you to refer this post by Sandro . BAM Portal configuration error
    Rachit

  • W2008R2: still access my server with ssl2 after I have disabled ssl2 for client/server and enable ssl3

    I have a W2008 R2 server detected by Nessus vulnerability scan as using ssl2.
    After I edit my registry as below and reboot.  I try using Internet Explorer, and tick only SSL2 (uncheck all SSL3 and TLS)
    I can still access my server port 443 with SSL2.  That port is used by customer's custom web application.
    Can the web application still using ssl2 as its secure connection after we have disabled it in OS level?
    current registry setting as below:  I have tested http://www.petenetlive.com/KB/Article/0000280.htm
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL]
    "EventLogging"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\AES 128/128]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\AES 256/256]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\DES 56/56]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\NULL]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC2 128/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC2 40/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC2 56/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 128/128]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 40/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 56/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\RC4 64/128]
    "Enabled"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Ciphers\Triple DES 168/168]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\CipherSuites]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\MD5]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Hashes\SHA]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\Diffie-Hellman]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\KeyExchangeAlgorithms\PKCS]
    "Enabled"=dword:ffffffff
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\Multi-Protocol Unified Hello\Server]
    "Enabled"=dword:00000000
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\PCT 1.0\Server]
    "Enabled"=dword:00000000
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Client]
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 2.0\Server]
    "Enabled"=dword:00000000
    "DisabledByDefault"=dword:00000001
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\SSL 3.0\Server]
    "Enabled"=dword:ffffffff
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.0\Server]
    "Enabled"=dword:ffffffff
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.1\Server]
    "Enabled"=dword:ffffffff
    "DisabledByDefault"=dword:00000000
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2]
    [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SecurityProviders\SCHANNEL\Protocols\TLS 1.2\Server]
    "Enabled"=dword:ffffffff
    "DisabledByDefault"=dword:00000000

    Hi,
    I noticed that the guidance is for SBS. You can recover the registry key if you have a backup. I suppose you should have a backup.
    Then you give the following method a try.
    How to disable SSL 2.0 on Windows Server 2008 R2
    http://blogs.msdn.com/b/httpcontext/archive/2012/02/17/how-to-disable-ssl-2-0-on-windows-server-2008-r2.aspx
    Hope this helps.

Maybe you are looking for