Blog

InterSystems IRIS General Error Code – 5948

In this post, you’ll learn about the General error code 5948 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 5948 Reason for the Error code 5948 in InterSystems IRIS DBMS Duplicate definition of object ‘%1’ on line %2.

Windows System Error Code 134 – ERROR_IS_JOINED (0x86)]

In this post, you’ll learn about the Windows System Error ERROR_IS_JOINED (0x86)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 134 ERROR_IS_JOINED (0x86)] Why do you receive the System Error Error Code 134 ERROR_IS_JOINED (0x86)] in Windows? An attempt was made to use a JOIN or SUBST command on a drive that has…

Rectangle and MatrixTransform example in Silverlight and XAML

Below is a sample code snippet demonstrating how to use the MatrixTransform with the Rectangle control in Silverlight and XAML. Rectangle and MatrixTransform example in Silverlight and XAML <Canvas x:Name=”ACCanvas” xmlns=”http://schemas.microsoft.com/client/2007″ xmlns:x=”http://schemas.microsoft.com/winfx/2006/xaml” Width=”400″ Height=”300″ > <Canvas.Background> <SolidColorBrush Color=”Yellow”/> </Canvas.Background> <Rectangle Width=”190″ Height=”160″ Fill=”Red” Stroke=”Green” Canvas.Left=”0″ Canvas.Top=”50″ RenderTransformOrigin=”0,0″ > <Rectangle.RenderTransform> <MatrixTransform> <MatrixTransform.Matrix> <Matrix M11=”0.5″ M12=”0.5″ OffsetX=”1 ” M21=”0″ M22=”1″ OffsetY=”0″ /> </MatrixTransform.Matrix> </MatrixTransform> </Rectangle.RenderTransform> </Rectangle> </Canvas>

InterSystems Cache & Ensemble Error 2038 – Mirror member name cannot contain the ‘:’ character

In this blog post, let’s learn about the error message “2038 Mirror member name cannot contain the ‘:’ character” in InterSystems Cache & Ensemble and the description of the error message. Error Message 2038 – Mirror member name cannot contain the ‘:’ character Error Details Mirror member name cannot contain the ‘:’ character

InterSystems Cache & Ensemble Error 1416 – User ‘%1’ has invalid mobile phone service provider ‘%2’

In this blog post, let’s learn about the error message “1416 User ‘%1’ has invalid mobile phone service provider ‘%2′” in InterSystems Cache & Ensemble and the description of the error message. Error Message 1416 – User ‘%1’ has invalid mobile phone service provider ‘%2’ Error Details User ‘%1’ has invalid mobile phone service provider ‘%2’

Raima RDM Error -15153 eSQL_NOTDETERMINISTIC

In this blog post, let’s learn about the error message “-15153 eSQL_NOTDETERMINISTIC” in Raima RDM and the description of the error message. Error Message -15153 – eSQL_NOTDETERMINISTIC Error Details Simple CASE expression cannot call a non-deterministic function

Win32 COM Error – SCARD_W_SECURITY_VIOLATION – 0x8010006A

In this post, you’ll learn more about the Error SCARD_W_SECURITY_VIOLATION – 0x8010006A that is returned when working with the COM-based APIs in Win32 Win32 COM Error SCARD_W_SECURITY_VIOLATION – 0x8010006A Win32 COM Error Error Description Access was denied because of a security violation.

Win32 Windows Media Format 11 SDK Error 0xC00D272AL – NS_E_DRM_ACTION_NOT_QUERIED

In this post, you’ll learn more about the Error Code 0xC00D272AL – NS_E_DRM_ACTION_NOT_QUERIED that is returned when working with the Win32 Windows Media Format 11 SDK Win32 Windows Media Format 11 SDK Error 0xC00D272AL – NS_E_DRM_ACTION_NOT_QUERIED Win32 Windows Media Format 11 SDK Description The application cannot perform this action. Contact product support for this application.

How to fix the Oracle error TNS-01154: SID detected in old format that is no longer supported?

In this post, you’ll learn more about the Oracle ErrorTNS-01154: SID detected in old format that is no longer supported with the details on why you receive this error and the possible solution to fix it. Oracle Error Description TNS-01154: SID detected in old format that is no longer supported Reason for the Error TNS-01154: SID detected in old format that is no longer supported…