Archives

How to fix the Oracle error RMAN-06053: unable to perform media recovery because of missing log?

In this post, you’ll learn more about the Oracle ErrorRMAN-06053: unable to perform media recovery because of missing log with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-06053: unable to perform media recovery because of missing log Reason for the Error RMAN-06053: unable to perform media recovery because of missing log This message is…

How to force the .NET Winforms Application to run as Administrator in Windows 8?

The Winforms or the Console Application developed in .NET can be made to run in the Administrator mode once the application is installed on client machine. You can do this by setting the requestedExecutionLevel to the requireAdministrator mode in the application manifest file. How to force the .NET Winforms Application to run as Administrator in Windows 8 ? To force the .NET Winforms app to…

C Program to find GCD of two numbers

Problem Write a program in C to find the GCD of two numbers. How to find the GCD of two numbers in C ? GCD of two numbers refers to the largest integer value that can exactly divide both the number where the remainder is zero. Here’s a program in C demonstrating this. Output Abundantcode.com Coding Sample                                              Enter first Number: 24                                                Enter second Number: 18                                              …

Windows System Error Code 1016 – ERROR_REGISTRY_IO_FAILED (0x3F8)]

In this post, you’ll learn about the Windows System Error ERROR_REGISTRY_IO_FAILED (0x3F8)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1016 ERROR_REGISTRY_IO_FAILED (0x3F8)] Why do you receive the System Error Error Code 1016 ERROR_REGISTRY_IO_FAILED (0x3F8)] in Windows? An I/O operation initiated by the registry failed unrecoverably. The registry could not read in or…

Windows System Error Code 1064 – ERROR_EXCEPTION_IN_SERVICE (0x428)]

In this post, you’ll learn about the Windows System Error ERROR_EXCEPTION_IN_SERVICE (0x428)] and the reason why you are receiving the error message How does this Error in Windows Look like? Error Code 1064 ERROR_EXCEPTION_IN_SERVICE (0x428)] Why do you receive the System Error Error Code 1064 ERROR_EXCEPTION_IN_SERVICE (0x428)] in Windows? An exception occurred in the service when handling the control request.

InterSystems IRIS TSQL Code 14592 DTS Category ‘%s’ was found in multiple

In this post, you’ll learn about the SQL error code 14592 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 14592 Reason for the Error code 14592 in InterSystems IRIS DBMS DTS Category ‘%s’ was found in multiple parent categories. You must uniquely specify the category to be dropped.