Archives

How to read a connection string from web.config file in ASP.NET ?

Assume that you have a connectionstring configured in the web.config file of your ASP.NET application and you wish to read it using C# within your application. How to read a connection string from web.config file in ASP.NET ? You can easily do that using the ConfigurationManager class defined in the System.Configuration namespace. 1. Ensure that the System.Configuration assembly is referenced in your project. 2. Add…

InterSystems IRIS General Error Code – 9304

In this post, you’ll learn about the General error code 9304 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 9304 Reason for the Error code 9304 in InterSystems IRIS DBMS Invalid transaction state transition: %1 to %2

SQL Server Error Code – 41195 availability group ‘%.*ls’ failed to pro

In this blog post, you’ll learn more about the SQL Server Error Code 41195 and the error message description that is shown SQL Server Error Code 41195 SQL Server Error Description for the Code :41195 Availability group ‘%.*ls’ failed to process the WSFC lease-renewal command. The local availability replica lease is no longer valid to process the lease renewal command. Availability replica lease expired. This…

How to fix the Oracle error ORA-30477: The input select_clause is incorrectly specified?

In this post, you’ll learn more about the Oracle ErrorORA-30477: The input select_clause is incorrectly specified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-30477: The input select_clause is incorrectly specified Reason for the Error ORA-30477: The input select_clause is incorrectly specified The input select-clause parameter to Estimate_Summary_Size is incorrectly specified and cannot be…

How to fix the Oracle error ORA-31503: invalid date supplied for begin_date or end_date?

In this post, you’ll learn more about the Oracle ErrorORA-31503: invalid date supplied for begin_date or end_date with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31503: invalid date supplied for begin_date or end_date Reason for the Error ORA-31503: invalid date supplied for begin_date or end_date The caller supplied an invalid value for begin_date or…

How to fix the Oracle error ORA-31638: cannot attach to job string for user string?

In this post, you’ll learn more about the Oracle ErrorORA-31638: cannot attach to job string for user string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-31638: cannot attach to job string for user string Reason for the Error ORA-31638: cannot attach to job string for user string Unable to attach a job to…