Blog

SQL Server Error Code – 9518 xquery: the name or one of the parts of

In this blog post, you’ll learn more about the SQL Server Error Code 9518 and the error message description that is shown SQL Server Error Code 9518 SQL Server Error Description for the Code :9518 XQuery: The name or one of the parts of a multi-part name that starts with ‘%.*ls’ supplied to %S_MSG() is not a valid SQL identifier – it contains invalid characters.

SQL Server Error Code – 8996 iam page %s_pgid for object id %d, index

In this blog post, you’ll learn more about the SQL Server Error Code 8996 and the error message description that is shown SQL Server Error Code 8996 SQL Server Error Description for the Code :8996 IAM page %S_PGID for object ID %d, index ID %d, partition ID %I64d, alloc unit ID %I64d (type %.*ls) controls pages in filegroup %d, that should be in filegroup %d.

InterSystems IRIS General Error Code – 645

In this post, you’ll learn about the General error code 645 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 645 Reason for the Error code 645 in InterSystems IRIS DBMS %1 ‘%2’ does not exist.

How to refer to the file in Windows Phone app using ms-appx ?

When using the Speech recognition , you might refer to the Voice Command Definition file within your project . Assuming that the file name is AbundantcodeGrammar.xml . you might refer to the file with the ms-appx as shown below. new Uri(“ms-appx:///AbundantcodeGrammar.xml”,UriKind.RelativeOrAbsolute); When referring to the file at runtime , there are times when you might receive an error 0x80070002 error – The system cannot find…

Hydra Error 142 ISAM error: overflow of tblspace page.

In this blog post, let’s learn about the error message “142 ISAM error: overflow of tblspace page.” in Hydra and the description of the error. Error Message 142 ISAM error: overflow of tblspace page. Error Details A DR secondary server is meant for read-only operations. Any kind of write operation to a nontemporary dbspace is not allowed. For example, you cannot create a table in…