Archives

InterSystems IRIS TSQL Code 18269 Database file restored: Database: %1, cr

In this post, you’ll learn about the SQL error code 18269 in InterSystems IRIS database the reason why you are receiving the TSQL message when using the InterSystems IRIS data platform Error Code : 18269 Reason for the Error code 18269 in InterSystems IRIS DBMS Database file restored: Database: %1, creation date(time): %2(%3), file list: (%4), number of dump devices: %6!d!, device information: (%7).

Raima RDM Error -10064 eINVARG

In this blog post, let’s learn about the error message “-10064 eINVARG” in Raima RDM and the description of the error message. Error Message -10064 – eINVARG Error Details Invalid argument

Win32 COM Error – ERROR_NDIS_ERROR_READING_FILE – 0x8034001C

In this post, you’ll learn more about the Error ERROR_NDIS_ERROR_READING_FILE – 0x8034001C that is returned when working with the COM-based APIs in Win32 Win32 COM Error ERROR_NDIS_ERROR_READING_FILE – 0x8034001C Win32 COM Error Error Description An error occurred while NDIS tried to map the file.

How to fix the Oracle error RMAN-08587: input is copy of datafile string: string?

In this post, you’ll learn more about the Oracle ErrorRMAN-08587: input is copy of datafile string: string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description RMAN-08587: input is copy of datafile string: string Reason for the Error RMAN-08587: input is copy of datafile string: string This is an informational message only. How to fix…

How to fix the Oracle error OCI-31007: Attempted to delete non-empty container string/string?

In this post, you’ll learn more about the Oracle ErrorOCI-31007: Attempted to delete non-empty container string/string with the details on why you receive this error and the possible solution to fix it. Oracle Error Description OCI-31007: Attempted to delete non-empty container string/string Reason for the Error OCI-31007: Attempted to delete non-empty container string/string An attempt was made to delete a non-empty container in the XDB…

How to fix the Oracle error EXP-00037: Export views not compatible with database version?

In this post, you’ll learn more about the Oracle ErrorEXP-00037: Export views not compatible with database version with the details on why you receive this error and the possible solution to fix it. Oracle Error Description EXP-00037: Export views not compatible with database version Reason for the Error EXP-00037: Export views not compatible with database version The Export utility is at a higher version than…

How to fix the Oracle error ORA-39920: Rollback segment string in tablespace string not allowed in transportable set.?

In this post, you’ll learn more about the Oracle ErrorORA-39920: Rollback segment string in tablespace string not allowed in transportable set. with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-39920: Rollback segment string in tablespace string not allowed in transportable set. Reason for the Error ORA-39920: Rollback segment string in tablespace string not allowed…

How to fix the Oracle error ORA-01865: not a valid era?

In this post, you’ll learn more about the Oracle ErrorORA-01865: not a valid era with the details on why you receive this error and the possible solution to fix it. Oracle Error Description ORA-01865: not a valid era Reason for the Error ORA-01865: not a valid era Era input does not match a known era. How to fix the Error ORA-01865: not a valid era…

SQL Server Error Code – 21330 cannot create a sub-directory under the

In this blog post, you’ll learn more about the SQL Server Error Code 21330 and the error message description that is shown SQL Server Error Code 21330 SQL Server Error Description for the Code :21330 Cannot create a sub-directory under the snapshot folder (%ls). Ensure that there is enough disk space available, and that the account under which the Snapshot Agent runs has permissions to…

InterSystems IRIS General Error Code – 6477

In this post, you’ll learn about the General error code 6477 in InterSystems IRIS database the reason why you are receiving the error message when using the InterSystems IRIS data platform Error Code : 6477 Reason for the Error code 6477 in InterSystems IRIS DBMS URI attribute, %1, for wsp:PolicyReference element does not reference a policy in configuration %2.

C Program to find if the Given year is a Leap Year or Not

Problem Write a program in C to check whether a year entered by the user is a leap year or not. How to find if the given Year is a Leap Year or Not in C ? If the Year is divisible exactly by 4 , then it is a Leap Year. Additionally for the century years that ends with 00 , it is a…