0x1 | Connecting to \"%1\" |
Connecting to \"%1\" |
0x2 | The connection cannot be established |
The connection cannot be established |
0x3 | Logging in as \"%1\" using simple bind |
Logging in as \"%1\" using simple bind |
0x4 | Simple bind returned '%1' |
Simple bind returned '%1' |
0x5 | Logging in as \"%1\" in domain \"%2\" using SSPI |
Logging in as \"%1\" in domain \"%2\" using SSPI |
0x6 | SSPI \"bind with supplied creds\" returned '%1' |
SSPI \"bind with supplied creds\" returned '%1' |
0x7 | Logging in as current user using SSPI |
Logging in as current user using SSPI |
0x8 | SSPI \"bind as current user\" returned '%1' |
SSPI \"bind as current user\" returned '%1' |
0x9 | The command has completed successfully |
The command has completed successfully |
0xA | A memory error has occurred in the program |
A memory error has occurred in the program |
0xB | Invalid Parameter: Bad argument '%1' |
Invalid Parameter: Bad argument '%1' |
0xC | Invalid Parameter: filename must follow -f |
Invalid Parameter: filename must follow -f |
0xD | Invalid Parameter: server name must follow -s |
Invalid Parameter: server name must follow -s |
0xE | Invalid Parameter: szRootDN must follow -d |
Invalid Parameter: szRootDN must follow -d |
0xF | Invalid Parameter: szFilter must follow -r |
Invalid Parameter: szFilter must follow -r |
0x10 | Invalid Parameter: scope must follow -p |
Invalid Parameter: scope must follow -p |
0x11 | Invalid Parameter: Invalid Scope |
Invalid Parameter: Invalid Scope |
0x12 | Invalid Parameter: Requires 'From DN' and 'To DN' |
Invalid Parameter: Requires 'From DN' and 'To DN' |
0x13 | Invalid Parameter: attributes must follow -l |
Invalid Parameter: attributes must follow -l |
0x14 | Invalid Parameter: Duplicate Credentials Definition |
Invalid Parameter: Duplicate Credentials Definition |
0x15 | Invalid Parameter: Requires username and password |
Invalid Parameter: Requires username and password |
0x16 | Invalid Parameter: Requires username, domainname and password |
Invalid Parameter: Requires username, domainname and password |
0x17 | An error has occurred in the program |
An error has occurred in the program |
0x18 | Invalid Parameter: Input file name required |
Invalid Parameter: Input file name required |
0x19 | Invalid Parameter: Server name required |
Invalid Parameter: Server name required |
0x1A | Invalid Parameter: RootDn not required for import |
Invalid Parameter: RootDn not required for import |
0x1B | Invalid Parameter: Filter not required for import |
Invalid Parameter: Filter not required for import |
0x1C | Invalid Parameter: Scope not required for import |
Invalid Parameter: Scope not required for import |
0x1D | Invalid Parameter: attributes must follow -o |
Invalid Parameter: attributes must follow -o |
0x1E | Invalid Parameter: SAM Logic cannot be turned on for import |
Invalid Parameter: SAM Logic cannot be turned on for import |
0x1F | Invalid Parameter: Omit List not required for import |
Invalid Parameter: Omit List not required for import |
0x20 | Invalid Parameter: Attribute List not required for import |
Invalid Parameter: Attribute List not required for import |
0x21 | Invalid Parameters: Ignore binary setting not applicable for import |
Invalid Parameters: Ignore binary setting not applicable for import |
0x22 | Invalid Parameters: Span Multiple Lines not applicable for import |
Invalid Parameters: Span Multiple Lines not applicable for import |
0x23 | Invalid Parameters: RootDn required for export |
Invalid Parameters: RootDn required for export |
0x24 | Invalid Parameters: Filter required for export |
Invalid Parameters: Filter required for export |
0x25 | Invalid Parameters: Skip Exist setting not applicable for export |
Invalid Parameters: Skip Exist setting not applicable for export |
0x26 | LDIF Directory ExchangeGeneral Parameters==================-i Turn on Import Mode (The default is Export)-f filename Input or Output filename-s servername The server to bind to (Default to DC of computer's domain)-c FromDN ToDN Replace occurences of FromDN to ToDN If either FromDN or ToDN ends with #attributeName, the attribute value will be looked up in rootDSE and used to replace #attributeName. See example for \"Macro expansion in DNs\".-v Turn on Verbose Mode-j path Log File Location-t port Port Number (default = 389)-u Use Unicode format-w timeout Terminate execution if the server takes longer than the specified number of seconds to respond to an operation (default = no timeout specified)-h Enable SASL layer signing and encryption-? HelpExport Specific===============-d RootDN The root of the LDAP search (Default to Naming Context)-r Filter LDAP search filter (Default to \"(objectClass=*)\")-p SearchScope Search Scope (Base/OneLevel/Subtree)-l list List of attributes (comma separated) to look for in an LDAP search-o list List of attributes (comma separated) to omit from input.-g Disable Paged Search.-m Enable the SAM logic on export.-n Do not export binary values-x Include deleted objects (tombstones)-1 Retain only the important replPropertyMetadataImport======-k The import will go on ignoring 'Constraint Violation' and 'Object Already Exists' errors-y The import will use lazy commit for better performance (enabled by default)-e The import will not use lazy commit-q threads The import will use the specified number of threads (default is 1) -z Continue importing irrespective of errors.-x Enable tombstone reanimation support (passes deleted objects control with ldap modify requests)Credentials Establishment=========================Note that if no credentials is specified, LDIFDE will bind as the currentlylogged on user, using SSPI.-a UserDN [Password | *] Simple authentication-b UserName Domain [Password | *] SSPI bind methodExample: Simple import of current domain ldifde -i -f INPUT.LDFExample: Simple export of current domain ldifde -f OUTPUT.LDFExample: Export of specific domain with credentials ldifde -m -f OUTPUT.LDF -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\"Example: Macro expansion in DNs ldifde -f export.ldf -c \"#configurationNamingContext\" \"cn=configuration,dc=x\" ldifde -i -f import.ldf -c \"cn=configuration,dc=x\" \"#configurationNamingContext\" |
LDIF Directory ExchangeGeneral Parameters==================-i Turn on Import Mode (The default is Export)-f filename Input or Output filename-s servername The server to bind to (Default to DC of computer's domain)-c FromDN ToDN Replace occurences of FromDN to ToDN If either FromDN or ToDN ends with #attributeName, the attribute value will be looked up in rootDSE and used to replace #attributeName. See example for \"Macro expansion in DNs\".-v Turn on Verbose Mode-j path Log File Location-t port Port Number (default = 389)-u Use Unicode format-w timeout Terminate execution if the server takes longer than the specified number of seconds to respond to an operation (default = no timeout specified)-h Enable SASL layer signing and encryption-? HelpExport Specific===============-d RootDN The root of the LDAP search (Default to Naming Context)-r Filter LDAP search filter (Default to \"(objectClass=*)\")-p SearchScope Search Scope (Base/OneLevel/Subtree)-l list List of attributes (comma separated) to look for in an LDAP search-o list List of attributes (comma separated) to omit from input.-g Disable Paged Search.-m Enable the SAM logic on export.-n Do not export binary values-x Include deleted objects (tombstones)-1 Retain only the important replPropertyMetadataImport======-k The import will go on ignoring 'Constraint Violation' and 'Object Already Exists' errors-y The import will use lazy commit for better performance (enabled by default)-e The import will not use lazy commit-q threads The import will use the specified number of threads (default is 1) -z Continue importing irrespective of errors.-x Enable tombstone reanimation support (passes deleted objects control with ldap modify requests)Credentials Establishment=========================Note that if no credentials is specified, LDIFDE will bind as the currentlylogged on user, using SSPI.-a UserDN [Password | *] Simple authentication-b UserName Domain [Password | *] SSPI bind methodExample: Simple import of current domain ldifde -i -f INPUT.LDFExample: Simple export of current domain ldifde -f OUTPUT.LDFExample: Export of specific domain with credentials ldifde -m -f OUTPUT.LDF -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\"Example: Macro expansion in DNs ldifde -f export.ldf -c \"#configurationNamingContext\" \"cn=configuration,dc=x\" ldifde -i -f import.ldf -c \"cn=configuration,dc=x\" \"#configurationNamingContext\" |
0x27 | Unable to open error file. |
Unable to open error file. |
0x28 | Exporting directory to file %1 |
Exporting directory to file %1 |
0x29 | Searching for entries... |
Searching for entries... |
0x2A | Error creating temporary file |
Error creating temporary file |
0x2B | Error opening temporary file |
Error opening temporary file |
0x2C | Search Failed |
Search Failed |
0x2D | Writing out entries%0 |
Writing out entries%0 |
0x2E | LDAP search error: '%1' |
LDAP search error: '%1' |
0x2F | Error reading temporary file |
Error reading temporary file |
0x30 | Export Completed. Post-processing in progress... |
Export Completed. Post-processing in progress... |
0x31 | %1!d! entries exported |
%1!d! entries exported |
0x32 | Error writing to output file |
Error writing to output file |
0x33 | Error getting DN of entry |
Error getting DN of entry |
0x34 | Error writing to file |
Error writing to file |
0x35 | Exporting entry: %1 |
Exporting entry: %1 |
0x36 | Error opening output file. |
Error opening output file. |
0x37 | Organizing Output file |
Organizing Output file |
0x38 | Attribute %1) %2: |
Attribute %1) %2: |
0x39 | Error writing to fileUNPRINTABLE BINARY(%1) |
Error writing to fileUNPRINTABLE BINARY(%1) |
0x3A | Syntax error in input file. |
Syntax error in input file. |
0x3B | InvaLid number of attributes in input file. |
InvaLid number of attributes in input file. |
0x3C | Importing directory from file \"%1\" |
Importing directory from file \"%1\" |
0x3D | Entry already exists, entry skipped |
Entry already exists, entry skipped |
0x3E | Attribute or value exists, entry skipped. |
Attribute or value exists, entry skipped. |
0x3F | Constraint Violoation, entry skipped |
Constraint Violoation, entry skipped |
0x40 | Unknown Option |
Unknown Option |
0x41 | Add error on entry starting on line %1!d!: %2 |
Add error on entry starting on line %1!d!: %2 |
0x42 | Entry modified successfully. |
Entry modified successfully. |
0x43 | Member attribute cannot be modified. |
Member attribute cannot be modified. |
0x44 | %1!d! entries modified successfully. |
%1!d! entries modified successfully. |
0x45 | 1 entry modified successfully. |
1 entry modified successfully. |
0x46 | No Entries found |
No Entries found |
0x47 | Error reading attribute list |
Error reading attribute list |
0x48 | DN Attribute not defined |
DN Attribute not defined |
0x49 | objectClass Attribute not defined |
objectClass Attribute not defined |
0x4A | Invalid HEX String |
Invalid HEX String |
0x4B | Error opening append file |
Error opening append file |
0x4C | Syntax error in input file. Inconsistent values |
Syntax error in input file. Inconsistent values |
0x4D | Error opening input file |
Error opening input file |
0x4E | Loading entries%0 |
Loading entries%0 |
0x4F | Line Concatenation trailed by non null characters |
Line Concatenation trailed by non null characters |
0x50 | Unable to open log file |
Unable to open log file |
0x51 | Unable to open error file |
Unable to open error file |
0x52 | Invalid Parameter: Port number must follow -t |
Invalid Parameter: Port number must follow -t |
0x53 | Error occured during initialization |
Error occured during initialization |
0x54 | Stream error on output file |
Stream error on output file |
0x55 | Failed to write to tempory file |
Failed to write to tempory file |
0x57 | Failed on line %1!d!. The last token starts with '%2!c!'. |
Failed on line %1!d!. The last token starts with '%2!c!'. |
0x59 | Invalid Parameter: Log File Location must follow -j |
Invalid Parameter: Log File Location must follow -j |
0x5A | Resource free failed |
Resource free failed |
0x5B | Object does not exist, entry skipped |
Object does not exist, entry skipped |
0x5C | Error during loading |
Error during loading |
0x5D | Parsing Failed |
Parsing Failed |
0x5E | An exception has occurred |
An exception has occurred |
0x60 | You have called LL_init again. |
You have called LL_init again. |
0x61 | File operation failure |
File operation failure |
0x62 | You have not called LL_init |
You have not called LL_init |
0x63 | You have reached the end of the input file |
You have reached the end of the input file |
0x64 | There is a syntax error in the input file |
There is a syntax error in the input file |
0x65 | Error accessing URL you provided |
Error accessing URL you provided |
0x66 | Extraneous attribute name in a mod_spec list |
Extraneous attribute name in a mod_spec list |
0x67 | LDAP call failed |
LDAP call failed |
0x68 | Both strings and bervals in multi-values of single attr |
Both strings and bervals in multi-values of single attr |
0x69 | Internal Error |
Internal Error |
0x6A | Program failed during initialization. The SAM option is onlysupported on NT Directories |
Program failed during initialization. The SAM option is onlysupported on NT Directories |
0x6B | Multiple instances of one attribute in -o omit list |
Multiple instances of one attribute in -o omit list |
0x6C | Undefined Error Code |
Undefined Error Code |
0x6D | A parameter has been defined more than once |
A parameter has been defined more than once |
0x6E | Invalid Parameter: No Active Directory Domain Controller Available |
Invalid Parameter: No Active Directory Domain Controller Available |
0x6F | The server side error is: 0x%1!x! %2The extended server error is:%3 |
The server side error is: 0x%1!x! %2The extended server error is:%3 |
0x70 | Invalid Parameter: -g option not available under import |
Invalid Parameter: -g option not available under import |
0x71 | Entry already a member of the local group, entry skipped |
Entry already a member of the local group, entry skipped |
0x73 | The error code is %1 |
The error code is %1 |
0x74 | Failed on token '%1' on line %2!d! |
Failed on token '%1' on line %2!d! |
0x75 | Entry with no attributes, entry skipped |
Entry with no attributes, entry skipped |
0x76 | Paging support not available from the server, paging will be disabled. |
Paging support not available from the server, paging will be disabled. |
0x77 | Type the password for %1:%0 |
Type the password for %1:%0 |
0x78 | The input password is too long; the maximum password length is 256. |
The input password is too long; the maximum password length is 256. |
0x79 | The default naming context cannot be found. Using NULL as the search base. |
The default naming context cannot be found. Using NULL as the search base. |
0x7A | Export with SAM logic cannot be enabled for the specified server, a normal export will be performed. |
Export with SAM logic cannot be enabled for the specified server, a normal export will be performed. |
0x7B | Invalid Parameters: Lazy Commit setting not applicable for export |
Invalid Parameters: Lazy Commit setting not applicable for export |
0x7C | Lazy commit support not available on the server, lazy commit will be disabled. |
Lazy commit support not available on the server, lazy commit will be disabled. |
0x7D | Invalid Parameter: Duplicate or conflicting lazy commit options specified |
Invalid Parameter: Duplicate or conflicting lazy commit options specified |
0x7E | The operation has timed-out. |
The operation has timed-out. |
0x7F | Invalid Parameter: -w must be followed by a positive integer |
Invalid Parameter: -w must be followed by a positive integer |
0x80 | Invalid Parameter: Thread setting not applicable for export |
Invalid Parameter: Thread setting not applicable for export |
0x81 | Invalid Parameter: Number of threads must follow -q. |
Invalid Parameter: Number of threads must follow -q. |
0x82 | Invalid Parameter: Number of threads specified must be no more than %1!d!. |
Invalid Parameter: Number of threads specified must be no more than %1!d!. |
0x83 | Unable to initialize threads for import. |
Unable to initialize threads for import. |
0x84 | Invalid Parameter: Number of threads specified must be greater than 0. |
Invalid Parameter: Number of threads specified must be greater than 0. |
0x85 | One or more threads were unable to connect.Continuing with %1!d! remaining thread(s). |
One or more threads were unable to connect.Continuing with %1!d! remaining thread(s). |
0x86 | Unable to initialize some threads for import.Continuing with %1!d! remaining thread(s). |
Unable to initialize some threads for import.Continuing with %1!d! remaining thread(s). |
0x87 | Unable to read the import file %1. |
Unable to read the import file %1. |
0x88 | The change-modify entry is missing the terminator '-'. |
The change-modify entry is missing the terminator '-'. |
0x89 | Unable to enable SASL layer encryption: %1. |
Unable to enable SASL layer encryption: %1. |
0x8A | No log files were written. In order to generate a log file, pleasespecify the log file path via the -j option. |
No log files were written. In order to generate a log file, pleasespecify the log file path via the -j option. |
0x8B | Unable to set schema upgrade flag: %1. |
Unable to set schema upgrade flag: %1. |
0x8C | Verifying file signature |
Verifying file signature |
0x8D | Failed to verify file signature: error 0x%1!x!. |
Failed to verify file signature: error 0x%1!x!. |
0x8E | Failed to expand the macro '%1' in '%2': rc=%3!d!. |
Failed to expand the macro '%1' in '%2': rc=%3!d!. |
0x8F | Failed to set up DN replacement for schema upgrade: rc=%1!d!. |
Failed to set up DN replacement for schema upgrade: rc=%1!d!. |
0x90 | Member not in alias, delete member skipped |
Member not in alias, delete member skipped |
0x91 | DN link value not in attribute, delete DN skipped |
DN link value not in attribute, delete DN skipped |
0x92 | Unable to enable SASL layer signing: %1. |
Unable to enable SASL layer signing: %1. |