Blog

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.

COBOL Runtime Error Code – 199 Operating System error code lies outside

In this post, you’ll learn about the COBOL runtime Error Code 199 and the reason why you are receiving it COBOL Error Code : 199 Reason for this Error in COBOL Operating System error code lies outside expected range (Fatal) -A system call has returned an unexpected error number which is not documented. -Contact Technical Support who will help you to find the specific cause…

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…

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.