Archives

Rules for using Anonymous Types in C#

The anonymous types (var) in C# is an interesting feature that the C# developers could use within their .NET application . When using the anonymous type , there are certain criteria or rules that needs to be followed . Rules for using Anonymous Types in C# Below are some of the rules that the developers should be following when using the anonymous type. 1. NULL…

Windows System Error Code 1616 – ERROR_INVALID_FIELD (0x650)]

In this post, you’ll learn about the Windows System Error ERROR_INVALID_FIELD (0x650)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1616 ERROR_INVALID_FIELD (0x650)] Why do you receive the System Error Error Code 1616 ERROR_INVALID_FIELD (0x650)] in Windows? Record field does not exist.

SQL Server Error Code – 41066 cannot bring the windows server failover

In this blog post, you’ll learn more about the SQL Server Error Code 41066 and the error message description that is shown SQL Server Error Code 41066 SQL Server Error Description for the Code :41066 Cannot bring the Windows Server Failover Clustering (WSFC) resource (ID ‘%.*ls’) online (Error code %d).  If this is a WSFC availability group, the WSFC service may not be running or…

How to fix the Oracle error ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc.?

In this post, you’ll learn more about the Oracle ErrorORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-02014: cannot select FOR UPDATE from view with DISTINCT, GROUP BY, etc. Reason for the Error ORA-02014: cannot select FOR UPDATE from view with DISTINCT,…

How to fix the Oracle error ORA-12672: Database logon failure?

In this post, you’ll learn more about the Oracle ErrorORA-12672: Database logon failure with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-12672: Database logon failure Reason for the Error ORA-12672: Database logon failure The authentication service adapter in use encountered an error it attempted to validate the logon attempt of a user. How to…