Blog

InterSystems IRIS TSQL Code 8971 Forwarded row mismatch: Object ID %d, pa

In this post, you’ll learn about the SQL error code 8971 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 8971 Reason for the Error code 8971 in InterSystems IRIS DBMS Forwarded row mismatch: Object ID %d, page %S_PGID, slot %d points to forwarded row page %S_PGID, slot %d; the forwarded…

How to Perform Inner Join using LINQ in C# ?

Are you looking for the syntax on how to perform inner join using LINQ in C# ? . Below is a sample code snippet that demonstrates how to do it. How to Perform Inner Join using LINQ in C# ? Assume that the 2 objects that needs to be joined are Employee and EmployeeLeave as shown below. The employees and the leaves list contains the…

InterBase DB Error -804 – 335544583L

In this blog post, let’s learn about the error message “-804 335544583L” in Interbase DB and the description of the error message. Error Message -804 – 335544583L Error Details SQLDA missing or incorrect version, or incorrect number/type of variables.

Win32 COM Error – SEC_E_KDC_CERT_REVOKED – 0x8009035B

In this post, you’ll learn more about the Error SEC_E_KDC_CERT_REVOKED – 0x8009035B that is returned when working with the COM-based APIs in Win32 Win32 COM Error SEC_E_KDC_CERT_REVOKED – 0x8009035B Win32 COM Error Error Description The domain controller certificate used for smartcard logon has been revoked. Please contact your system administrator with the contents of your system event log.

How to fix the Oracle error INS-41502: Insufficient number of voting disk locations provided for normal redundancy configuration.?

In this post, you’ll learn more about the Oracle ErrorINS-41502: Insufficient number of voting disk locations provided for normal redundancy configuration. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-41502: Insufficient number of voting disk locations provided for normal redundancy configuration. Reason for the Error INS-41502: Insufficient number of voting disk locations provided for…

How to fix the Oracle error INS-40901: The cluster node information table is unfilled.?

In this post, you’ll learn more about the Oracle ErrorINS-40901: The cluster node information table is unfilled. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-40901: The cluster node information table is unfilled. Reason for the Error INS-40901: The cluster node information table is unfilled. Cause: Values in the cluster node information table are…

How to fix the Oracle error DRG-12802: invalid type column: string?

In this post, you’ll learn more about the Oracle ErrorDRG-12802: invalid type column: string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-12802: invalid type column: string Reason for the Error DRG-12802: invalid type column: string Cause: column specified does not exist in the type table How to fix the Error DRG-12802: invalid type…