Search code examples
databasecollationmountintersystems-cache

Mount Intersystem cache database


I have intersystem cache database file (cache.dat around 160MB). From management portal, I created a new database which point to my file.

But when i go for mounting the file into database, it gives me an error -

ERROR #86: the database default collation is not available

Please help me on this.

For your information i am using intersystem cache version 2011.1.2


Solution

  • That means that you either trying to mount Unicode database on 8 bit system (or vice versa) or you are trying to mount a database with collation that is not installed to your cache system. In the last case you will need to install a locale file with required collation. You can look into cconsole.log file in mgr directory to see if there is a better error description there.