Blog

InterSystems IRIS TSQL Code 3023 Backup and file manipulation operations

In this post, you’ll learn about the SQL error code 3023 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 3023 Reason for the Error code 3023 in InterSystems IRIS DBMS Backup and file manipulation operations (such as ALTER DATABASE ADD FILE) on a database must be serialized. Reissue the statement…

InterSystems IRIS General Error Code – 5136

In this post, you’ll learn about the General error code 5136 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5136 Reason for the Error code 5136 in InterSystems IRIS DBMS You can not have an MV enabled class with a property ‘%1’ list/array collection of objects that includes classname.

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…