Database Error Messages

ACFS-00619

This is a string computer, but the file system was created on a string string computer.

Cause

The file system was created on a computer which has a different Endian than the current system. Little Endian machines (such as the intel x86 based systems) store the Least Significant bit in the first byte of an integer value. Big Endian machines (such as Solaris SPARC and AIX Power based systems) store the Most Significant bit in the first byte of an integer value.


Action

Use a system with the same Endian as the system which created the file system.