Archives

System Software – SIC/XE Program to write a subroutine for SIC that will read a record into a buffer

Problem Statement Write a subroutine for SIC that will read a record into a buffer. The record may be any length from 1 to 100 bytes. The end of record is marked with a “null” character (ASCII code 00). The subroutine should place the length of the record read into a variable named LENGTH. Solution Line Number Code Comments 1 RDREC LDX ZERO   2…

Delphi – E2076 This form of method call only allowed for class methods

You were attempting to call a regular method by simply providing the class type, rather than an actual instance. Normal methods and destructors are not allowed, only class methods and constructors. The example attempts to destroy the type TMyClass, which is illogical and so unlawful. As you can see, we intended to destroy the type’s instance rather than the type itself.

Windows System Error Code 1636 – ERROR_PATCH_PACKAGE_INVALID (0x664)]

In this post, you’ll learn about the Windows System Error ERROR_PATCH_PACKAGE_INVALID (0x664)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1636 ERROR_PATCH_PACKAGE_INVALID (0x664)] Why do you receive the System Error Error Code 1636 ERROR_PATCH_PACKAGE_INVALID (0x664)] in Windows? This update package could not be opened. Contact the application vendor to verify that this is…

InterSystems IRIS General Error Code – 424

In this post, you’ll learn about the General error code 424 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 424 Reason for the Error code 424 in InterSystems IRIS DBMS Device name cannot be the same as the Alias

How to fix the Oracle error ORA-38709: Recovery Area is not enabled.?

In this post, you’ll learn more about the Oracle ErrorORA-38709: Recovery Area is not enabled. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-38709: Recovery Area is not enabled. Reason for the Error ORA-38709: Recovery Area is not enabled. An ALTER DATABASE FLASHBACK ON command failed because the Recovery Area was not enabled. How…

How to fix the Oracle error ORA-54642: PARTITION_TABLE utility: invalid SORT_DIMENSION specified?

In this post, you’ll learn more about the Oracle ErrorORA-54642: PARTITION_TABLE utility: invalid SORT_DIMENSION specified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-54642: PARTITION_TABLE utility: invalid SORT_DIMENSION specified Reason for the Error ORA-54642: PARTITION_TABLE utility: invalid SORT_DIMENSION specified An invalid string was specified for the SORT_DIMENSION. How to fix the Error ORA-54642: PARTITION_TABLE…