Year: 2024

SQL Server Error Code – 13585 computed column is defined with a user-d

In this blog post, you’ll learn more about the SQL Server Error Code 13585 and the error message description that is shown SQL Server Error Code 13585 SQL Server Error Description for the Code :13585 Computed column is defined with a user-defined function which is not allowed with system-versioned table ‘%.*ls’ because it performs user or system data access, or is assumed to perform this…

InterSystems IRIS TSQL Code 15607 ‘%ls’ is not a valid index to enforce a

In this post, you’ll learn about the SQL error code 15607 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 15607 Reason for the Error code 15607 in InterSystems IRIS DBMS ‘%ls’ is not a valid index to enforce a full-text search key. You must specify a unique, non-nullable, single-column index.

InterSystems IRIS General Error Code – 614

In this post, you’ll learn about the General error code 614 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 614 Reason for the Error code 614 in InterSystems IRIS DBMS UDP Connection

System Software – SIC/XE Program to Write a subroutine to read a record into a buffer

Problem Statement Write a subroutine for SIC/XE 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. Use immediate addressing and register-to-register instructions to make the process as…