Rollback: "Windows Server 2012 and TCP slow start" - iis-8

Can anyone tell me how to rollback on these settings?
https://www.iispeed.com/blog/windows-server-2012-and-tcp-slow-start

Found this (also updated in the like above):
Remove-NetTransportFilter –SettingName InternetCustom

Related

User account pool creation encountered failure while executing the registerRext.exe in SQL server 2016 R services

the cmd execution of registerRExt.exe
I am trying to install RRE(Revolution R Enterprise) v7.5 with RR0 3.2.2(Revolution R Open) on a SQL Server 2016 RC0 default instance. All the steps shown in the https://msdn.microsoft.com/en-us/library/mt590808.aspx have been completed and the error occurs in the Post installation Server configuration scripts. The script has also been replaced by the updated script for RC0 shown on the msdn site but still I get the same error on running the registerRExt.exe file.
The site shows while installing the instance the account name for Server Database engine has to be MSSQLSERVER, however this had also resulted in an error stating wait on database recovery handle failed which was sorted by changing the account name of Database engine to NT AUTHORITY/SYSTEM(I provided this info as it can also be the cause of the problem) . Now I need to sort the user pool failure. Any help would be appreciated..thanks in advance
SQL 2016 RC1 was just released https://blogs.technet.microsoft.com/dataplatforminsider/2016/03/18/sql-server-2016-release-candidate-1-now-available/.
SQL RC1 has a newer version 8.0.1 version of RRE. I suggest your try to install it and reply to this thread again if you hit the same failure. https://msdn.microsoft.com/library/mt590809.aspx has the details on where to find Microsoft R Open 8.0.1 and Revolution R Enterprise 8.0.1.
If the issue persists RevoScaleR\rxLibs\x64\registerrext.log would have more details on the exact failure - do share that.
I was able to sort out the issue..It was because I was installing the SQL server on domain controller and ignored the warning while install, but then changing some rules and demoting it from Server Manager worked and the install was successful.
However I do know there may be some better solution to that as all the other user accounts got reset in the process.

Windows server is restarting by itself each 2 minutes

I am going crazy. My windows server 2008 r2 keep restarting by itself each 2 minutes. I cannot see the view logs.. Pls suggest what can be performed.. I saw the fixing in registry part but for me I am very fresh there .. And our system is life...
Thank you in advance.
Did you try this link?
To Stop automatic restart of server please un-check the marked option
in below snap shot. Also try to boot server in safe mode and check for
the similar kind of issue? Another useful step is go to run and type
msconfig|startup|uncheck startup items which are not required.

Sqldependency error

I want to create a system notification between SQL server Express and Visual studio 2012 (Vb.NET), i looked for this example [Microsoft] (http://msdn.microsoft.com/en-us/library/a52dhwx7%28v=vs.80%29.aspx).
I followed all the instructions, but the result wasn't right, the event handler of the changing doesn't happen !!!!
and i noted that in sql server management studio: in the [databasename] -->service broker--> queues--> System Queues --> dbo.EventNotificationErrorsQueue and dbo.QueryNotificationErrorsQueue.
i don't know how to fix this problem, and why it happened.
My problem was solved, so i want to share the answer to everyone :
the authentication of the database was the problem so I changed the authentication to 'sa' then the handling work perfectly, using :
ALTER AUTHORIZATION ON DATABASE::databasename TO sa;

BPM BonitaSoft Community Edition 6.2.1 with SQL Server 2005 - Installation Issues

We're trying to install community edition of Bonita Soft 6.2.1, and we've created the BONITA and JORNAL databases on MS SQL SERVER 2005. We enabled XA Transaction support like the instructions said and we've tried both JDBC4 and jDTC driver. In the log errors, I see that it tries to create a table with a BOOLEAN data type field. But SQLServer has no boolean datatype, is that right ?
Does anybody has a clue ?
Thanks in Advance
open file setenv.sh on tomcat/bin folder.
Edit this line: DB_OPTS="-Dsysprop.bonita.db.vendor=your db vendor", then restart server and try again.
:)

error in setup sql server 2005

what is meaning this error , when I want to install sql server 2005 ?
> TITLE: Microsoft SQL Server Setup
None of the selected features can be installed or upgraded. Setup cannot proceed since no effective change is being made to the machine. To continue, click Back and then select features to install. To exit SQL Server Setup, click Cancel.
The message is pretty self-descriptive. The installation doesn't believe you're making any changes to the machine. Google/MSDN/Microsoft Help is a much better forum for this question than stackoverflow.
It thinks you are upgrading a systme already installed rather than a new instance. Check installed programs to see if there is a previous version; if you are doing a new instance make sure you specify it as you go through the wizard.