Archives

InterSystems IRIS General Error Code – 6295

In this post, you’ll learn about the General error code 6295 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6295 Reason for the Error code 6295 in InterSystems IRIS DBMS Internal error in XML Schema Wizard: %1

InterSystems IRIS General Error Code – 6019

In this post, you’ll learn about the General error code 6019 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6019 Reason for the Error code 6019 in InterSystems IRIS DBMS Attempt to find location failed

InterSystems IRIS General Error Code – 1608

In this post, you’ll learn about the General error code 1608 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 1608 Reason for the Error code 1608 in InterSystems IRIS DBMS Cannot copy from an ECP database

InterSystems IRIS General Error Code – 951

In this post, you’ll learn about the General error code 951 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 951 Reason for the Error code 951 in InterSystems IRIS DBMS Unauthenticated access for service %1 is disabled

How to Calculate MD5 checksum for a file in C# ?

There are times when you want to calculate MD5 checksum for a file in C# and you can easily do that using System.Security.Cryptography.MD5 You can use the ComputeHash method of the MD5 instance by passing the stream. You can later it to Hex using the BitConverter so that you can represent it as string for conversion. How to Calculate MD5 checksum for a file in…

Developing Windows Phone 8 app using Web technologies like HTML5, CSS3 and JavaScript

Most of the time, the developers would want to use their existing skills and develop more apps targeting different and multiple platforms. For example, the Web developers might want to develop Windows phone apps using HTML, CSS, Java Script and other Web technologies that they know. Can the Windows Phone 8 app be developed using Web technologies like HTML5, CSS3 and JavaScript? Yes, the Web…

Win32 COM Error – ERROR_VID_INVALID_PROCESSOR_STATE – 0xC037001D

In this post, you’ll learn more about the Error ERROR_VID_INVALID_PROCESSOR_STATE – 0xC037001D that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_VID_INVALID_PROCESSOR_STATE – 0xC037001D Win32 COM Error Error Description Invalid state for the virtual processor. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the physical computer.

How to fix the Oracle error DRG-11511: specified table does not contain a LONG RAW column?

In this post, you’ll learn more about the Oracle ErrorDRG-11511: specified table does not contain a LONG RAW column with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-11511: specified table does not contain a LONG RAW column Reason for the Error DRG-11511: specified table does not contain a LONG RAW column Cause: text must…

How to fix the Oracle error KUP-03013: OCI error getting database column scale.?

In this post, you’ll learn more about the Oracle ErrorKUP-03013: OCI error getting database column scale. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description KUP-03013: OCI error getting database column scale. Reason for the Error KUP-03013: OCI error getting database column scale. An error occurred while trying to obtain database column scale. How to…

How to fix the Oracle error ORA-33278: (DBERR09) Analytic workspace string cannot be attached in RW or EXCLUSIVE mode until...

In this post, you’ll learn more about the Oracle ErrorORA-33278: (DBERR09) Analytic workspace string cannot be attached in RW or EXCLUSIVE mode until the changes made and updated in MULTI mode are committed or rolled back. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-33278: (DBERR09) Analytic workspace string cannot be attached in RW…

How to fix the Oracle error ORA-30767: OID type mismatch?

In this post, you’ll learn more about the Oracle ErrorORA-30767: OID type mismatch with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-30767: OID type mismatch Reason for the Error ORA-30767: OID type mismatch An attempt was made to modify the scope for a REF column to a table whose object identifier’s type is different…

How to fix the Oracle error ORA-16731: error executing DBMS_LOGSTDBY.UNSKIP_TXN procedure?

In this post, you’ll learn more about the Oracle ErrorORA-16731: error executing DBMS_LOGSTDBY.UNSKIP_TXN procedure with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-16731: error executing DBMS_LOGSTDBY.UNSKIP_TXN procedure Reason for the Error ORA-16731: error executing DBMS_LOGSTDBY.UNSKIP_TXN procedure Logical standby database package may not be installed. How to fix the Error ORA-16731: error executing DBMS_LOGSTDBY.UNSKIP_TXN procedure…

SQL Server Error Code – 9641 a cryptographic operation failed. this e

In this blog post, you’ll learn more about the SQL Server Error Code 9641 and the error message description that is shown SQL Server Error Code 9641 SQL Server Error Description for the Code :9641 A cryptographic operation failed. This error indicates a serious problem with SQL Server. Check the SQL Server error log and the operating system error log for further information.

InterSystems IRIS TSQL Code 4435 Partitioned view ‘%.*ls’ is not updatabl

In this post, you’ll learn about the SQL error code 4435 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 4435 Reason for the Error code 4435 in InterSystems IRIS DBMS Partitioned view ‘%.*ls’ is not updatable because a value was not specified for partitioning column ‘%.*ls’.