Archives
InterSystems Cache & Ensemble Error 2069 – Names in SSL Server Configuration ‘%1’ and Client Configurat
In this blog post, let’s learn about the error message “2069 Names in SSL Server Configuration ‘%1’ and Client Configurat” in InterSystems Cache & Ensemble and the description of the error message. Error Message 2069 – Names in SSL Server Configuration ‘%1’ and Client Configurat Error Details Names in SSL Server Configuration ‘%1’ and Client Configuration ‘%2’ are different
InterSystems Cache & Ensemble Error 6042 – Routine %1 object code not found
In this blog post, let’s learn about the error message “6042 Routine %1 object code not found” in InterSystems Cache & Ensemble and the description of the error message. Error Message 6042 – Routine %1 object code not found Error Details Routine %1 object code not found
Finding Factorial of a Number using Function Delegates in C#
Below is a sample code snippet demonstrating the use of function delegates in C# to find the factorial of the number. How to find the factorial of a Number using Function Delegates in C# ?
InterSystems IRIS TSQL Code 2572 DBCC cannot free DLL ‘%.*ls’. The DLL is
In this post, you’ll learn about the SQL error code 2572 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 2572 Reason for the Error code 2572 in InterSystems IRIS DBMS DBCC cannot free DLL ‘%.*ls’. The DLL is in use.
SQL Server Error Code – 652 the index ?%.*ls? for table ?%.*ls? (row
In this blog post, you’ll learn more about the SQL Server Error Code 652 and the error message description that is shown SQL Server Error Code 652 SQL Server Error Description for the Code :652 The index ?%.*ls? for table ?%.*ls? (RowsetId %I64d) resides on a read-only filegroup (?%.*ls?), which cannot be modified.
SQL Server Error Code – 2522 unable to process index %.*ls of table %
In this blog post, you’ll learn more about the SQL Server Error Code 2522 and the error message description that is shown SQL Server Error Code 2522 SQL Server Error Description for the Code :2522 Unable to process index %.*ls of table %.*ls because filegroup %.*ls is invalid.
SQL Server Error Code – 14827 unable to access remote data archive: er
In this blog post, you’ll learn more about the SQL Server Error Code 14827 and the error message description that is shown SQL Server Error Code 14827 SQL Server Error Description for the Code :14827 Unable to access remote data archive: Error: %d, Severity: %d, State: %d, Line: %d ‘%s’
SQL Server Error Code – 15380 failed to configure user instance on sta
In this blog post, you’ll learn more about the SQL Server Error Code 15380 and the error message description that is shown SQL Server Error Code 15380 SQL Server Error Description for the Code :15380 Failed to configure user instance on startup. Error configuring system database paths in MASTER DB.
SQL Server Error Code – 21860 table ‘%s’ in database ‘%s’ is subscribi
In this blog post, you’ll learn more about the SQL Server Error Code 21860 and the error message description that is shown SQL Server Error Code 21860 SQL Server Error Description for the Code :21860 Table ‘%s’ in database ‘%s’ is subscribing to transactional queued publication and published for merge for uploading changes, this may cause non-convergence between transactional publisher and subscriber.
How to fix the Oracle error ORA-06141: NETTCP: no privilege for user?
In this post, you’ll learn more about the Oracle ErrorORA-06141: NETTCP: no privilege for user with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-06141: NETTCP: no privilege for user Reason for the Error ORA-06141: NETTCP: no privilege for user A proxy login connect attempt failed because the SQL*Net TCP/IP server had insufficient privileges to…