Archives

InterSystems IRIS General Error Code – 6643

In this post, you’ll learn about the General error code 6643 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6643 Reason for the Error code 6643 in InterSystems IRIS DBMS Class %1 is not exportable. It should extend %Compiler.LG.Exportable to be exportable.

Python Program to Check Armstrong Number

In this Python program, you’ll learn how to check if the given number is a Armstrong number or not and display it on the console. How to Check if the Given Number is a Armstrong Number or Not in Python? A number is said to be an Armstrong number of it is a positive number and if abc… = an + bn + cn +…

Win32 COM Error – ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET – 0xC0370020

In this post, you’ll learn more about the Error ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET – 0xC0370020 that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_VID_MB_PROPERTY_ALREADY_SET_RESET – 0xC0370020 Win32 COM Error Error Description Cannot set or reset the memory block property more than once for the virtualization infrastructure driver. Restarting the virtual machine may fix the problem. If the problem persists, try restarting the…

Win32 COM Error – E_OUTOFMEMORY 0x8007000E

In this post, you’ll learn more about the Error E_OUTOFMEMORY 0x8007000E that is returned when working with the COM-based APIs in Win32 Win32 COM Error E_OUTOFMEMORY 0x8007000E Win32 COM Error Error Description Ran out of memory

SQL Server Error Code – 22843 alter table switch statement failed beca

In this blog post, you’ll learn more about the SQL Server Error Code 22843 and the error message description that is shown SQL Server Error Code 22843 SQL Server Error Description for the Code :22843 ALTER TABLE SWITCH statement failed because the partitioned source table is enabled for Change Data Capture and does not have @allow_partition_switch set to 1.

InterSystems IRIS TSQL Code 5009 ALTER DATABASE failed. Some disk names l

In this post, you’ll learn about the SQL error code 5009 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 5009 Reason for the Error code 5009 in InterSystems IRIS DBMS ALTER DATABASE failed. Some disk names listed in the statement were not found. Check that the names exist and are…

InterSystems IRIS General Error Code – 2001

In this post, you’ll learn about the General error code 2001 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 2001 Reason for the Error code 2001 in InterSystems IRIS DBMS Failed to read header of journal file ‘%1’

InterSystems IRIS General Error Code – 1607

In this post, you’ll learn about the General error code 1607 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 1607 Reason for the Error code 1607 in InterSystems IRIS DBMS Source and destination database are the same – %1

InterSystems IRIS General Error Code – 875

In this post, you’ll learn about the General error code 875 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 875 Reason for the Error code 875 in InterSystems IRIS DBMS Match role %1 does not exist.

Windows System Error Code 690 – ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE (0x2B2)]

In this post, you’ll learn about the Windows System Error ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE (0x2B2)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 690 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE (0x2B2)] Why do you receive the System Error Error Code 690 ERROR_DBG_UNABLE_TO_PROVIDE_HANDLE (0x2B2)] in Windows? Debugger cannot provide handle.

How to return the SHA1 hash value of a string in SQL Server ?

SQL Server provides a function HashBytes function that returns the SHA1 , MD2 , MD4 and few other hash value of the specified input. How to return the SHA1 hash value of a string in SQL Server ? Just pass the ‘SHA1’ as the first parameter and the input as second parameter value to the HashBytes function to get the SHA1 hash value.