Archives

SQL Server Error Code – 1701 creating or altering table ?%.*ls? faile

In this blog post, you’ll learn more about the SQL Server Error Code 1701 and the error message description that is shown SQL Server Error Code 1701 SQL Server Error Description for the Code :1701 Creating or altering table ?%.*ls? failed because the minimum row size would be %d, including %d bytes of internal overhead. This exceeds the maximum allowable table row size of %d…

Windows System Error Code 5943 – ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR (0x1737)]

In this post, you’ll learn about the Windows System Error ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR (0x1737)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 5943 ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR (0x1737)] Why do you receive the System Error Error Code 5943 ERROR_CLUSTER_RESOURCE_CONFIGURATION_ERROR (0x1737)] in Windows? The resource has indicated that it cannot come online on any node.

Java – How to document your code ?

Problem Statement You need to document your java classes so that it helps in maintenance. Solution Use Javadoc and place comments before any method , field or class to document. Just enter /** to start writing the comments using javadoc. The subsequent lines needs to begin with * and end the comment section with */ Below is a sample code demonstrating the usage of the…

InterBase DB Error -617 – 335544542L

In this blog post, let’s learn about the error message “-617 335544542L” in Interbase DB and the description of the error message. Error Message -617 – 335544542L Error Details Cannot update trigger used by a CHECK Constraint.

Hydra Error 201 A syntax error has occurred.

In this blog post, let’s learn about the error message “201 A syntax error has occurred.” in Hydra and the description of the error. Error Message 201 A syntax error has occurred. Error Details An SQL identifier exceeded the maximum number of characters. In Informix Dynamic Server 9.2x or 9.3, the maximum length for identifiers in SQL statements is 128 characters. In other Informix database…