Blog

SQL Server Error Code – 19412 the alter server configuration set hadr

In this blog post, you’ll learn more about the SQL Server Error Code 19412 and the error message description that is shown SQL Server Error Code 19412 SQL Server Error Description for the Code :19412 The ALTER SERVER CONFIGURATION SET HADR CLUSTER CONTEXT = ‘%.*ls’ command failed. The current Windows Server Failover Clustering (WSFC) cluster context of Always On Availability Groups is already under a…

SQL Server Error Code – 10660 the online index build operation was cho

In this blog post, you’ll learn more about the SQL Server Error Code 10660 and the error message description that is shown SQL Server Error Code 10660 SQL Server Error Description for the Code :10660 The online index build operation was chosen as a deadlock victim over 500 times while attempting to process a single row. Resolve the blocking concurrent operation, and rerun the query.

InterSystems IRIS General Error Code – 6301

In this post, you’ll learn about the General error code 6301 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6301 Reason for the Error code 6301 in InterSystems IRIS DBMS SAX XML Parser Error: %1

InterSystems IRIS General Error Code – 1381

In this post, you’ll learn about the General error code 1381 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 1381 Reason for the Error code 1381 in InterSystems IRIS DBMS Workflow NextPhase is out of range

System Software – SIC/XE Program to multiply two arrays

Problem Statement Assume that ALPHA and BETA are the two arrays of 100 words. Another array of GAMMA elements are obtained by multiplying the corresponding ALPHA element by 4 and adding the corresponding BETA elements. Solution Line Number Code Comments 1 LDS #3   2 LDT #300   3 LDX #0   4 ADDLOOP LDA ALPHA, X   5 MUL #4   6 ADD BETA,…