From 3d499b357c00f1af4181d92b6c68c5abf8d3370e Mon Sep 17 00:00:00 2001 From: Rich Megginson Date: Fri, 26 Oct 2007 22:00:32 +0000 Subject: Resolves: Bug 345711 Description: migration : ignore idl switch value in 6.21 and earlier Fix Description: Fix the error message --- ldap/admin/src/scripts/migrate-ds.res | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldap/admin/src/scripts') diff --git a/ldap/admin/src/scripts/migrate-ds.res b/ldap/admin/src/scripts/migrate-ds.res index 4051ce76..b9a95bd6 100644 --- a/ldap/admin/src/scripts/migrate-ds.res +++ b/ldap/admin/src/scripts/migrate-ds.res @@ -26,7 +26,7 @@ fixing_integer_attr_index = The index for the attribute '%s' in the database dir error_removing_index_file = Could not remove the index file '%s'. Error: %s\n\n error_recreating_index_file = Could not re-create the index file '%s'. Error: %s\n\n error_reading_dbversion = Could not read the old database version information from '%s'. Error: %s\n\n -error_database_too_old = The database at '%s' is version '%s/%s'.\ +error_database_too_old = The database at '%s' is too old to be migrated as a binary copy. You must export to LDIF.\n\n This version cannot be migrated using the database binaries. You must\ first convert the databases to LDIF format and use the cross platform\ migration procedure. This procedure is documented in the migration\ -- cgit