Blog

SQL Server Error Code – 41106 cannot create an availability replica fo

In this blog post, you’ll learn more about the SQL Server Error Code 41106 and the error message description that is shown SQL Server Error Code 41106 SQL Server Error Description for the Code :41106 Cannot create an availability replica for availability group ‘%.*ls’.  An availability replica of the specified availability group already exists on this instance of SQL Server.  Verify that the specified availability…

InterSystems IRIS General Error Code – 276

In this post, you’ll learn about the General error code 276 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 276 Reason for the Error code 276 in InterSystems IRIS DBMS The top pointer block %1 has a right link %2

How to Allow only numeric input in a Textbox in WPF ?

If you are looking at ways to accept only digits and decimal points (numeric input) for a textbox in WPF , you could do it by following the below steps. How to Allow only numeric input in a Textbox in WPF ? Add the Event PreviewTextInput for the Textbox in the XAML. In the Xaml.cs , add the following. The regular expression is used so…

How to fix the Oracle error TNS-01186: Client connection was dropped based on a filtering rule?

In this post, you’ll learn more about the Oracle ErrorTNS-01186: Client connection was dropped based on a filtering rule with the details on why you receive this error and the possible solution to fix it. Oracle Error Description TNS-01186: Client connection was dropped based on a filtering rule Reason for the Error TNS-01186: Client connection was dropped based on a filtering rule Cause: Listener was…

How to fix the Oracle error TNS-00218: Current Bytes/Sec. : number?

In this post, you’ll learn more about the Oracle ErrorTNS-00218: Current Bytes/Sec. : number with the details on why you receive this error and the possible solution to fix it. Oracle Error Description TNS-00218: Current Bytes/Sec. : number Reason for the Error TNS-00218: Current Bytes/Sec. : number Cause: Part of status request for Connection Manager. How to fix the Error TNS-00218: Current Bytes/Sec. : number…