Blog
SQL Server Error Code – 3815 local login mapped to linked login ?%.*l
In this blog post, you’ll learn more about the SQL Server Error Code 3815 and the error message description that is shown SQL Server Error Code 3815 SQL Server Error Description for the Code :3815 Local login mapped to linked login ?%.*ls? on server ?%.*ls? is invalid. Drop and recreate the linked login before upgrade.
SQL Server Error Code – 1033 the order by clause is invalid in views,
In this blog post, you’ll learn more about the SQL Server Error Code 1033 and the error message description that is shown SQL Server Error Code 1033 SQL Server Error Description for the Code :1033 The ORDER BY clause is invalid in views, inline functions, derived tables, subqueries, and common table expressions, unless TOP, OFFSET or FOR XML is also specified.
InterSystems IRIS TSQL Code 8152 String or binary data would be truncated
In this post, you’ll learn about the SQL error code 8152 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 8152 Reason for the Error code 8152 in InterSystems IRIS DBMS String or binary data would be truncated.
InterSystems IRIS TSQL Code 7395 Unable to start a nested transaction for
In this post, you’ll learn about the SQL error code 7395 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 7395 Reason for the Error code 7395 in InterSystems IRIS DBMS Unable to start a nested transaction for OLE DB provider ‘%ls’. A nested transaction was required because the XACT_ABORT option…
Windows System Error Code 220 – ERROR_FILE_CHECKED_OUT (0xDC)]
In this post, you’ll learn about the Windows System Error ERROR_FILE_CHECKED_OUT (0xDC)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 220 ERROR_FILE_CHECKED_OUT (0xDC)] Why do you receive the System Error Error Code 220 ERROR_FILE_CHECKED_OUT (0xDC)] in Windows? This file is checked out or locked for editing by another user.
using IN clause to provide a list of values for Search Criteria
In SQL Server , you can use the IN clause to providing the list of values for a search criteria. For example , you want to display the employee records who’s job title is one of the following : ‘Design Engineer’,’Tool Designer’. The above query uses the IN clause to filter the employee records using the arbitrary list of values. Alternatively , you can also…
Microsoft Band and Android(Java) – Add Permission Tags in the Manifest file
When working with the Microsoft Band using Java for an android app , it is necessary add the following permissions under the uses-permission tag of the AndroidManifest.xml. android.permission.BLUETOOTH com.microsoft.band.service.access.BIND_BAND_SERVICE How to add Permission Tags in the Manifest file to use Band SDK in Java ? The reason for adding this to the manifest file is that the app will be using the capabilities of the…
InterSystems Cache & Ensemble Error 2052 – Failed to start mirror manager daemon %1
In this blog post, let’s learn about the error message “2052 Failed to start mirror manager daemon %1” in InterSystems Cache & Ensemble and the description of the error message. Error Message 2052 – Failed to start mirror manager daemon %1 Error Details Failed to start mirror manager daemon %1
InterSystems Cache & Ensemble Error 150 – The data block has a syntax error
In this blog post, let’s learn about the error message “150 The data block has a syntax error” in InterSystems Cache & Ensemble and the description of the error message. Error Message 150 – The data block has a syntax error Error Details The data block has a syntax error
Ingress DB Error -30110 Column not known or not in table
In this blog post, let’s learn about the error message “-30110 Column not known or not in table” in Ingress DB and the description of the error message. Error Message -30110 – Column not known or not in table Error Details A column referenced in a statement is not found.
Win32 COM Error – SEC_E_WRONG_PRINCIPAL – 0x80090322
In this post, you’ll learn more about the Error SEC_E_WRONG_PRINCIPAL – 0x80090322 that is returned when working with the COM-based APIs in Win32 Win32 COM Error SEC_E_WRONG_PRINCIPAL – 0x80090322 Win32 COM Error Error Description The target principal name is incorrect.