diff options
| author | Nathan Kinder <nkinder@redhat.com> | 2009-03-23 20:13:06 +0000 |
|---|---|---|
| committer | Nathan Kinder <nkinder@redhat.com> | 2009-03-23 20:13:06 +0000 |
| commit | 12568dfd5b4c9920d41827d5bd7d62b339fdd179 (patch) | |
| tree | 3b46f1cf192cf376dad3dd38eaba20f34c9d8717 /ldap/admin/src/scripts/migrate-ds.res | |
| parent | 0e8dbf40b28d0e4ece97bfdf95cefae418cb609c (diff) | |
Resolves: 445602Directory_Server_8_1_Candidate_20090324
Summary: Fixup replicated schema during migration.
Diffstat (limited to 'ldap/admin/src/scripts/migrate-ds.res')
| -rw-r--r-- | ldap/admin/src/scripts/migrate-ds.res | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ldap/admin/src/scripts/migrate-ds.res b/ldap/admin/src/scripts/migrate-ds.res index b9a95bd6..3d01f0f3 100644 --- a/ldap/admin/src/scripts/migrate-ds.res +++ b/ldap/admin/src/scripts/migrate-ds.res @@ -7,6 +7,9 @@ error_updating_merge_entry = Could not %s the migrated entry '%s' in the target error_importing_migrated_db = Could not import the LDIF file '%s' for the migrated database. Error: %s. Output: %s\n error_reading_olddbconfig = Could not read the old database configuration information. Error: %s\n error_migrating_schema = Could not copy old schema file '%s'. Error: %s\n +error_opening_schema = Could not open new schema file '%s'. Error: %s\n +error_schema_permissions = Could not reset permissions on schema file '%s'. Error: %s\n +error_renaming_schema = Could not rename schema file '%s' tp '%s'. Error: %s\n error_copying_dbdir = Could not copy database directory '%s' to '%s'. Error: %s\n error_copying_dbfile = Could not copy database file '%s' to '%s'. Error: %s\n error_dbsrcdir_not_exist = Could not copy from the database source directory '%s' because it does not exist. Please check your configuration.\n |
