Blog

SQL Server Error Code – 35217 the thread pool for always on availabili

In this blog post, you’ll learn more about the SQL Server Error Code 35217 and the error message description that is shown SQL Server Error Code 35217 SQL Server Error Description for the Code :35217 The thread pool for Always On Availability Groups was unable to start a new worker thread because there are not enough available worker threads.  This may degrade Always On Availability…

InterSystems IRIS TSQL Code 21355 Warning: only Subscribers running SQL Se

In this post, you’ll learn about the SQL error code 21355 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 21355 Reason for the Error code 21355 in InterSystems IRIS DBMS Warning: only Subscribers running SQL Server 7.0 Service Pack 2 or later can synchronize with publication ‘%s’ because merge metadata…

InterSystems IRIS General Error Code – 8002

In this post, you’ll learn about the General error code 8002 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 8002 Reason for the Error code 8002 in InterSystems IRIS DBMS Global name ‘%1’ is reserved

Windows System Error Code 6820 – ERROR_ENLISTMENT_NOT_SUPERIOR (0x1AA4)]

In this post, you’ll learn about the Windows System Error ERROR_ENLISTMENT_NOT_SUPERIOR (0x1AA4)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 6820 ERROR_ENLISTMENT_NOT_SUPERIOR (0x1AA4)] Why do you receive the System Error Error Code 6820 ERROR_ENLISTMENT_NOT_SUPERIOR (0x1AA4)] in Windows? The request was rejected because the enlistment in question is not a superior enlistment.

How to return Http Status Code from ASP.NET Web API Controller ?

There are times when you might want to return the Http Status code from an action method of a ASP.NET Web Api Controller. One of the simplest way of doing this is using the CreateResponse method of the HttpRequestMessage as shown below. The sample below demonstrates how to return the status code 304 and 200 based on the last modified date of the employee record….