Archives

How to Get the string from AppResources file in Windows Phone 8 ?

If you want to retrieve the value from the AppResources file in Windows Phone 8 , you can use one of the below options. How to Get the string from AppResources file in Windows Phone 8 ? 1. Using the AppResources.<Property> Assume that the string in the AppResources file is ApplicationTitle and the which contains the value “Abundantcode for Windows Phone development” . , you…

How to fix the Oracle error JMS-00134: Name must be specified?

In this post, you’ll learn more about the Oracle ErrorJMS-00134: Name must be specified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description JMS-00134: Name must be specified Reason for the Error JMS-00134: Name must be specified Cause: Queue or Queue table Name specified was null How to fix the Error JMS-00134: Name must be…

How to fix the Oracle error DRG-50700: unknown command (args=queue, command)?

In this post, you’ll learn more about the Oracle ErrorDRG-50700: unknown command (args=queue, command) with the details on why you receive this error and the possible solution to fix it. Oracle Error Description DRG-50700: unknown command (args=queue, command) Reason for the Error DRG-50700: unknown command (args=queue, command) Cause: this is an internal error How to fix the Error DRG-50700: unknown command (args=queue, command) ? You…

How to fix the Oracle error ORA-34901: (PPWKDAYS01) Blank lines are not allowed in the DAYNAMES option.?

In this post, you’ll learn more about the Oracle ErrorORA-34901: (PPWKDAYS01) Blank lines are not allowed in the DAYNAMES option. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-34901: (PPWKDAYS01) Blank lines are not allowed in the DAYNAMES option. Reason for the Error ORA-34901: (PPWKDAYS01) Blank lines are not allowed in the DAYNAMES option….

How to fix the Oracle error ORA-28178: password not provided by proxy?

In this post, you’ll learn more about the Oracle ErrorORA-28178: password not provided by proxy with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-28178: password not provided by proxy Reason for the Error ORA-28178: password not provided by proxy A client user is to be authenticated using a database password but none was provided…

How to fix the Oracle error ORA-16578: failed to read Data Guard configuration file?

In this post, you’ll learn more about the Oracle ErrorORA-16578: failed to read Data Guard configuration file with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-16578: failed to read Data Guard configuration file Reason for the Error ORA-16578: failed to read Data Guard configuration file A failure was encountered while the broker was reading…

How to fix the Oracle error ORA-07514: scgcan: $deq unexpected return while canceling lock?

In this post, you’ll learn more about the Oracle ErrorORA-07514: scgcan: $deq unexpected return while canceling lock with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-07514: scgcan: $deq unexpected return while canceling lock Reason for the Error ORA-07514: scgcan: $deq unexpected return while canceling lock VMS system service $DEQ returned an unexpected value How…

SQL Server Error Code – 21887 the query at the redirected publisher ‘%

In this blog post, you’ll learn more about the SQL Server Error Code 21887 and the error message description that is shown SQL Server Error Code 21887 SQL Server Error Description for the Code :21887 The query at the redirected publisher ‘%s’ to determine whether the publisher database ‘%s’ belonged to an availability group failed with error ‘%d’, error message ‘%s’.

DB2 Error Code 0 – Communication link failure: java.io.IOException

In this post, you’ll learn about the DB2 error 0-Communication link failure: java.io.IOException and the reason why you are receiving the error message and how to fix it How does this Error Message Looks like 0 – Communication link failure: java.io.IOException Reason for the Error & Solution The TCP connection underlying the JDBC Connection has been closed, possibly due to a timeout. If using Kodo’s…

Win32 COM Error – TBS_E_PROVISIONING_INCOMPLETE – 0x80284016

In this post, you’ll learn more about the Error TBS_E_PROVISIONING_INCOMPLETE – 0x80284016 that is returned when working with the COM-based APIs in Win32 Win32 COM Error TBS_E_PROVISIONING_INCOMPLETE – 0x80284016 Win32 COM Error Error Description The TPM provisioning did not complete. For more information on completing the provisioning, call the Win32_Tpm WMI method for provisioning the TPM (‘Provision’) and check the returned Information.

.NET API Socket Error 10101 – Disconnecting

In this post, you’ll learn more about the Error Code 10101 – Disconnecting that is returned when working with the Socket class in .NET .NET API Socket Error 10101 – Disconnecting MessageQueueErrorCode .NET API Error Description A graceful shutdown is in progress.