Blog
Windows System Error Code 729 – ERROR_DRIVERS_LEAKING_LOCKED_PAGES (0x2D9)]
In this post, you’ll learn about the Windows System Error ERROR_DRIVERS_LEAKING_LOCKED_PAGES (0x2D9)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 729 ERROR_DRIVERS_LEAKING_LOCKED_PAGES (0x2D9)] Why do you receive the System Error Error Code 729 ERROR_DRIVERS_LEAKING_LOCKED_PAGES (0x2D9)] in Windows? A device driver is leaking locked I/O pages causing system degradation. The system has automatically enabled…
How to remove the non ascii characters from a string in C# ?
Regular expression comes in handy especially if you want to remove the non ascii characters from a string in C#. Here’s a regular expression sample in C# demonstrating how to do it. How to remove the non ascii characters from a string in C# ? The output of the code snippet will be cde in C#
Displaying data in flat list in Windows Phone 8 LongListSelector Control
Below is a sample code snippet demonstrating the display of the flat list in the Windows Phone 8 LongListSelector Control. Displaying data in flat list in Windows Phone 8 LongListSelector Control LongListSelector Declaration <phone:LongListSelector Name=”lstWebsites” HorizontalAlignment=”Left” VerticalAlignment=”Top” LayoutMode=”List” IsGroupingEnabled=”False” Width=”446″> <phone:LongListSelector.ItemTemplate> <DataTemplate> <StackPanel> <TextBlock Text=”{Binding Name}” /> </StackPanel> </DataTemplate> </phone:LongListSelector.ItemTemplate> </phone:LongListSelector> Model public class WebsiteName { public string Name { get; set; } public int…
InterSystems Cache & Ensemble Error 8055 – Invalid object id specified
In this blog post, let’s learn about the error message “8055 Invalid object id specified” in InterSystems Cache & Ensemble and the description of the error message. Error Message 8055 – Invalid object id specified Error Details Invalid object id specified
IBM FlashSystem V9000 Error – 1032 – 072731
In this post, you’ll learn more about the Error 1032 – 072731that is returned when working with the IBM FlashSystem V9000 IBM FlashSystem V9000 Error Code 1032 Error Description Bus adapter failed
Win32 COM Error – ERROR_AUDITING_DISABLED – 0xC0090001
In this post, you’ll learn more about the Error ERROR_AUDITING_DISABLED – 0xC0090001 that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_AUDITING_DISABLED – 0xC0090001 Win32 COM Error Error Description The specified event is currently not being audited.
How to fix the Oracle error IMG-00825: merged area queue pop failed?
In this post, you’ll learn more about the Oracle ErrorIMG-00825: merged area queue pop failed with the details on why you receive this error and the possible solution to fix it. Oracle Error Description IMG-00825: merged area queue pop failed Reason for the Error IMG-00825: merged area queue pop failed Cause: An internal error has occured. How to fix the Error IMG-00825: merged area queue…
How to fix the Oracle error RMAN-06922: External table string.string found in the database?
In this post, you’ll learn more about the Oracle ErrorRMAN-06922: External table string.string found in the database with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-06922: External table string.string found in the database Reason for the Error RMAN-06922: External table string.string found in the database An external table was found in the database. How…
How to fix the Oracle error PRVF-09668: Command “{0}” executed to retrieve CTSS resource status failed on all of the...
In this post, you’ll learn more about the Oracle ErrorPRVF-09668: Command “{0}” executed to retrieve CTSS resource status failed on all of the nodes with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PRVF-09668: Command “{0}” executed to retrieve CTSS resource status failed on all of the nodes Reason for the Error PRVF-09668: Command “{0}”…
How to fix the Oracle error PRVF-04356: Resource hard limit check for “{0}” failed on node “{1}”?
In this post, you’ll learn more about the Oracle ErrorPRVF-04356: Resource hard limit check for “{0}” failed on node “{1}” with the details on why you receive this error and the possible solution to fix it. Oracle Error Description PRVF-04356: Resource hard limit check for “{0}” failed on node “{1}” Reason for the Error PRVF-04356: Resource hard limit check for “{0}” failed on node “{1}”…
How to fix the Oracle error ORA-15101: no action specified?
In this post, you’ll learn more about the Oracle ErrorORA-15101: no action specified with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-15101: no action specified Reason for the Error ORA-15101: no action specified The ALTER DISKGROUP command did not specify any alterations. How to fix the Error ORA-15101: no action specified ? You can…
How to fix the Oracle error ORA-12068: updatable mview log for mview “string”.”string” does not exist?
In this post, you’ll learn more about the Oracle ErrorORA-12068: updatable mview log for mview “string”.”string” does not exist with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-12068: updatable mview log for mview “string”.”string” does not exist Reason for the Error ORA-12068: updatable mview log for mview “string”.”string” does not exist The updatable materialized…