Archives

How to Create Extension Method in C# ?

Extension methods are great way to add a method to an existing type . A typical scenario is when you dont have the access to the sourcecode and want to add a method to the type . How to Create Extension Method in C# ? Below is a sample code snippet that demonstrates how to create an extension method for the integer type to tell…

InterSystems Cache & Ensemble Error 175 – Lower level pointer block %1 has a top pointer block type: %

In this blog post, let’s learn about the error message “175 Lower level pointer block %1 has a top pointer block type: %” in InterSystems Cache & Ensemble and the description of the error message. Error Message 175 – Lower level pointer block %1 has a top pointer block type: % Error Details Lower level pointer block %1 has a top pointer block type: %2

Raima RDM Error -14007 ePSP_NODEST

In this blog post, let’s learn about the error message “-14007 ePSP_NODEST” in Raima RDM and the description of the error message. Error Message -14007 – ePSP_NODEST Error Details Invalid destination

Windows Sockets Error – WSAEMFILE 10024

In this post, you’ll learn more about the Windows Socket Error WSAEMFILE 10024 returned by the WSAGetLastError function in Windows as well a quick description about the error Windows Socket Error Code WSAEMFILE 10024 Windows Socket Error Description Too many open files. Too many open sockets. Each implementation may have a maximum number of socket handles available, either globally, per process, or per thread.

How to fix the Oracle error TNS-01414: “string”, state string, established string, refused string, current string, max string?

In this post, you’ll learn more about the Oracle ErrorTNS-01414: “string”, state string, established string, refused string, current string, max string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description TNS-01414: “string”, state string, established string, refused string, current string, max string Reason for the Error TNS-01414: “string”, state string, established string, refused string, current…

How to fix the Oracle error RMAN-08126: keep attributes for the proxy copy are changed?

In this post, you’ll learn more about the Oracle ErrorRMAN-08126: keep attributes for the proxy copy are changed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-08126: keep attributes for the proxy copy are changed Reason for the Error RMAN-08126: keep attributes for the proxy copy are changed This is an informational message only….

How to fix the Oracle error ORA-48934: invalid input for the file name identifier?

In this post, you’ll learn more about the Oracle ErrorORA-48934: invalid input for the file name identifier with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-48934: invalid input for the file name identifier Reason for the Error ORA-48934: invalid input for the file name identifier An invalid input was given for the file name…

How to fix the Oracle error ORA-48208: Duplicate Field Names [string]?

In this post, you’ll learn more about the Oracle ErrorORA-48208: Duplicate Field Names [string] with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-48208: Duplicate Field Names [string] Reason for the Error ORA-48208: Duplicate Field Names [string] The list of fields specified contains a duplicate field. How to fix the Error ORA-48208: Duplicate Field Names…