Archives

InterSystems Cache & Ensemble Error 411 – File %1 has been edited, cannot modify from the management p

In this blog post, let’s learn about the error message “411 File %1 has been edited, cannot modify from the management p” in InterSystems Cache & Ensemble and the description of the error message. Error Message 411 – File %1 has been edited, cannot modify from the management p Error Details File %1 has been edited, cannot modify from the management portal

How to Create Extension Method in C# ?

Extension methods are great way to add a method to an existing type . A typical scenario is when you dont have the access to the sourcecode and want to add a method to the type . How to Create Extension Method in C# ? Below is a sample code snippet that demonstrates how to create an extension method for the integer type to tell…

SQL Server Error Code – 6331 primary xml index ‘%.*ls’ already exists

In this blog post, you’ll learn more about the SQL Server Error Code 6331 and the error message description that is shown SQL Server Error Code 6331 SQL Server Error Description for the Code :6331 Primary XML Index ‘%.*ls’ already exists on column ‘%.*ls’ on table ‘%.*ls’, and multiple Primary XML Indexes per column are not allowed.