Archives

How to fix the Oracle error INS-40947: The specified node vip string could not be resolved using TCP/IP host name...

In this post, you’ll learn more about the Oracle ErrorINS-40947: The specified node vip string could not be resolved using TCP/IP host name lookup. It is recommended that the node vip is resolvable using TCP/IP lookup. This may avoid configuration failures at a later stage. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description INS-40947:…

IBM Workload Automation Error Code – OSUP

In this blog post, let’s learn about the error message “OSUP” in IBM Workload Automation, the reason why it appears and the solution to fix it. Error Message OSUP Error Details A time operation is late, and the SUPPRESSACTION parameter of the JTOPTS initialization statement specified that the operation should be marked as ended-in-error. OSxx The system on which the operation is defined has failed….

InterSystems Cache & Ensemble Error 9209 – Datatype parameter “%1” is not supported for datatype %2.

In this blog post, let’s learn about the error message “9209 Datatype parameter “%1″ is not supported for datatype %2.” in InterSystems Cache & Ensemble and the description of the error message. Error Message 9209 – Datatype parameter “%1” is not supported for datatype %2. Error Details Datatype parameter “%1” is not supported for datatype %2.

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…

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.

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…