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
InterSystems IRIS TSQL Code 9009 Cannot shrink log file %d (%s) because o
In this post, you’ll learn about the SQL error code 9009 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 9009 Reason for the Error code 9009 in InterSystems IRIS DBMS Cannot shrink log file %d (%s) because of minimum log space required.
SQL Server Error Code – 1207 can?t allocate %u locks on startup, reve
In this blog post, you’ll learn more about the SQL Server Error Code 1207 and the error message description that is shown SQL Server Error Code 1207 SQL Server Error Description for the Code :1207 Can?t allocate %u locks on startup, reverting to %u and turning on dynamic lock allocation.? Maximum allowed memory usage at startup is %I64u KB.
SQL Server Error Code – 2267 %sexpected end tag ?%ls?
In this blog post, you’ll learn more about the SQL Server Error Code 2267 and the error message description that is shown SQL Server Error Code 2267 SQL Server Error Description for the Code :2267 %sExpected end tag ?%ls?
SQL Server Error Code – 6943 invalid type definition for type ‘%s’, t
In this blog post, you’ll learn more about the SQL Server Error Code 6943 and the error message description that is shown SQL Server Error Code 6943 SQL Server Error Description for the Code :6943 Invalid type definition for type ‘%s’, the derivation was illegal because ‘final’ attribute was specified on the base type
SQL Server Error Code – 20090 could not get version information correc
In this blog post, you’ll learn more about the SQL Server Error Code 20090 and the error message description that is shown SQL Server Error Code 20090 SQL Server Error Description for the Code :20090 Could not get version information correctly.
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…