Archives

InterSystems IRIS General Error Code – 7905

In this post, you’ll learn about the General error code 7905 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 7905 Reason for the Error code 7905 in InterSystems IRIS DBMS Invalid method to call on mobile page ‘%1’

Windows 10 SKU’s

SKU stands for Stock Keeping Unit and below are some of the Windows 10 SKU’s. Windows 10 SKU’s Desktop SKU – This includes the PC , 2 in 1 etc. Mobile SKU –  This includes tablet , phablet and phone. Xbox SKU – This includes Xbox. IoT SKU IoT headless SKU – This includes Rasberry Pi etc. Surface Hub SKU – This includes Surface Hub….

How to fix the Oracle error LSX-00249: invalid date or time “~S”?

In this post, you’ll learn more about the Oracle ErrorLSX-00249: invalid date or time “~S” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description LSX-00249: invalid date or time “~S” Reason for the Error LSX-00249: invalid date or time “~S” Cause: Invalid value for data of “dateTime”, “time”, “gYearMonth”, “gYear”, “gMonthDay”, “gDay”, or “gMonth” type….

How to fix the Oracle error ORA-56704: EXPLICIT consumer group mapping priority must be set to 1?

In this post, you’ll learn more about the Oracle ErrorORA-56704: EXPLICIT consumer group mapping priority must be set to 1 with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-56704: EXPLICIT consumer group mapping priority must be set to 1 Reason for the Error ORA-56704: EXPLICIT consumer group mapping priority must be set to 1…

How to fix the Oracle error ORA-09944: Password entry is corrupt.?

In this post, you’ll learn more about the Oracle ErrorORA-09944: Password entry is corrupt. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-09944: Password entry is corrupt. Reason for the Error ORA-09944: Password entry is corrupt. An entry in an ORACLE password file was not in the format that ORACLE expected. How to fix…

InterSystems IRIS General Error Code – 5655

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

Windows System Error Code 1813 – ERROR_RESOURCE_TYPE_NOT_FOUND (0x715)]

In this post, you’ll learn about the Windows System Error ERROR_RESOURCE_TYPE_NOT_FOUND (0x715)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1813 ERROR_RESOURCE_TYPE_NOT_FOUND (0x715)] Why do you receive the System Error Error Code 1813 ERROR_RESOURCE_TYPE_NOT_FOUND (0x715)] in Windows? The specified resource type cannot be found in the image file.

Delphi – E2005 ‘%s’ is not a type identifier

This error message appears when the compiler expects the name of a type but finds a name that does not exist. The type of the argument in the example is incorrectly identified as the name of the variable rather than the name of the type. Check to see if the offending identifier is a type – it could be misspelt, or another identifier with the…

What is the difference between struct and class in C# ?

Below are some differences between struct and class in C# classes are reference types where as struct are value types. Null value cannot be assigned to the Struct because it is a non-nullable value type . Whereas the object of a class can be assigned a null value. Classes support inheritance but the struct doesn’t. struct cannot have destructor but a class can have. struct…

How to fix the Oracle error JMS-00127: Invalid Destination?

In this post, you’ll learn more about the Oracle ErrorJMS-00127: Invalid Destination with the details on why you receive this error and the possible solution to fix it. Oracle Error Description JMS-00127: Invalid Destination Reason for the Error JMS-00127: Invalid Destination Cause: An invalid destination object was specified How to fix the Error JMS-00127: Invalid Destination ? You can fix this error in Oracle by…