0x1 | 正連線到 \"%1\" |
Connecting to \"%1\" |
0x2 | 無法建立連線 |
The connection cannot be established |
0x3 | 使用簡單繫結登入為 \"%1\" |
Logging in as \"%1\" using simple bind |
0x4 | 簡單繫結已傳回 '%1' |
Simple bind returned '%1' |
0x5 | 使用 SSPI 登入為 \"%1\" (在網域 \"%2\" 上) |
Logging in as \"%1\" in domain \"%2\" using SSPI |
0x6 | SSPI \"與提供認證繫結\" 已傳回 '%1' |
SSPI \"bind with supplied creds\" returned '%1' |
0x7 | 使用 SSPI 登入為目前使用者 |
Logging in as current user using SSPI |
0x8 | SSPI \"繫結為目前使用者\" 已傳回 '%1' |
SSPI \"bind as current user\" returned '%1' |
0x9 | 已順利完成命令 |
The command has completed successfully |
0xA | 程式發生記憶體錯誤 |
A memory error has occurred in the program |
0xB | 不正確的參數: 錯誤的引數 '%1' |
Invalid Parameter: Bad argument '%1' |
0xC | 不正確的參數: 檔案名稱必須接在 -f 後面 |
Invalid Parameter: filename must follow -f |
0xD | 不正確的參數: 伺服器名稱必須接在 -s 後面 |
Invalid Parameter: server name must follow -s |
0xE | 不正確的參數: szRootDN 必須接在 -d 後面 |
Invalid Parameter: szRootDN must follow -d |
0xF | 不正確的參數: szFilter 必須接在 -r 後面 |
Invalid Parameter: szFilter must follow -r |
0x10 | 不正確的參數: 領域必須接在 -p 後面 |
Invalid Parameter: scope must follow -p |
0x11 | 不正確的參數: 無效的領域 |
Invalid Parameter: Invalid Scope |
0x12 | 不正確的參數: 需要 'From DN' 和 'To DN' |
Invalid Parameter: Requires 'From DN' and 'To DN' |
0x13 | 不正確的參數: 屬性必須接在 -l 後面 |
Invalid Parameter: attributes must follow -l |
0x14 | 不正確的參數: 重複認證定義 |
Invalid Parameter: Duplicate Credentials Definition |
0x15 | 不正確的參數: 需要使用者名稱和密碼 |
Invalid Parameter: Requires username and password |
0x16 | 不正確的參數: 需要使用者名稱、網域名稱和密碼 |
Invalid Parameter: Requires username, domainname and password |
0x17 | 程式已發生錯誤 |
An error has occurred in the program |
0x18 | 不正確的參數: 需要輸入檔案名稱 |
Invalid Parameter: Input file name required |
0x19 | 不正確的參數: 需要伺服器名稱 |
Invalid Parameter: Server name required |
0x1A | 不正確的參數: 並不需要 RootDn 來進行匯入 |
Invalid Parameter: RootDn not required for import |
0x1B | 不正確的參數: 並不需要篩選器來進行匯入 |
Invalid Parameter: Filter not required for import |
0x1C | 不正確的參數: 並不需要領域來進行匯入 |
Invalid Parameter: Scope not required for import |
0x1D | 不正確的參數: 屬性必須接在 -o 後面 |
Invalid Parameter: attributes must follow -o |
0x1E | 不正確的參數: SAM 邏輯無法被啟用以進行匯出 |
Invalid Parameter: SAM Logic cannot be turned on for import |
0x1F | 不正確的參數: 並不需要省略清單來進行匯入 |
Invalid Parameter: Omit List not required for import |
0x20 | 不正確的參數: 並不需要屬性清單來進行匯入 |
Invalid Parameter: Attribute List not required for import |
0x21 | 不正確的參數: [忽略的二進位設定值] 不適用於匯入 |
Invalid Parameters: Ignore binary setting not applicable for import |
0x22 | 不正確的參數: [跨越多行] 不適用於匯入 |
Invalid Parameters: Span Multiple Lines not applicable for import |
0x23 | 不正確的參數: 需要 RootDn 來進行匯出 |
Invalid Parameters: RootDn required for export |
0x24 | 不正確的參數: 需要篩選器來進行匯出 |
Invalid Parameters: Filter required for export |
0x25 | 不正確的參數: [跳過現有的設定值] 不適用於匯出 |
Invalid Parameters: Skip Exist setting not applicable for export |
0x26 | CSV 目錄交換一般參數========-i 開啟匯入模式 (預設值為匯出)-f filename 輸入或輸出檔案名稱-s servername 要繫結的伺服器 (預設值為電腦網域的 DC)-v 開啟詳細資訊模式-c FromDN ToDN 將 FromDN 取代為 ToDN-j path 記錄檔位置-t port 連接埠號碼 (預設值 = 389)-u 使用 Unicode 格式-h 啟用 SASL 層簽署與加密-? 說明僅適用於匯出============-d RootDN LDAP 搜尋的根目錄 (預設值為命名內容)-r Filter LDAP 搜尋篩選 (預設值為 \"(objectClass=*)\")-p SearchScope 搜尋領域 (Base/OneLevel/Subtree)-l list LDAP 搜尋所要尋找的屬性清單 (逗點分隔)-o list 輸入所要省略的屬性清單 (逗點分隔)-g 停用頁數搜尋。-m 匯出時,啟用 SAM 邏輯。-n 不匯出二進位值匯入====-k 匯入將繼續並忽略「限制違規」和「物件已存在」的錯誤認證建立========注意: 如果沒有指定任何的認證,CSVDE 將會使用 SSPI 來繫結做為目前登入的使用者。-a UserDN [Password | *] 簡單驗證-b UserName Domain [Password | *] SSPI 繫結方法範例: 目前網域的簡單匯入 csvde -i -f INPUT.CSV範例: 目前網域的簡單匯出 csvde -f OUTPUT.CSV範例: 指定網域的匯出(包含認證) csvde -m -f OUTPUT.CSV -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\" |
CSV 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)-v Turn on Verbose Mode-c FromDN ToDN Replace occurences of FromDN to ToDN-j path Log File Location-t port Port Number (default = 389)-u Use Unicode format-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 valuesImport ======-k The import will go on ignoring 'Constraint Violation' and 'Object Already Exists' errorsCredentials Establishment=========================Note that if no credentials is specified, CSVDE 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 csvde -i -f INPUT.CSV Example: Simple export of current domain csvde -f OUTPUT.CSV Example: Export of specific domain with credentials csvde -m -f OUTPUT.CSV -b USERNAME DOMAINNAME * -s SERVERNAME -d \"cn=users,DC=DOMAINNAME,DC=Microsoft,DC=Com\" -r \"(objectClass=user)\" |
0x27 | 無法開啟錯誤檔。 |
Unable to open error file. |
0x28 | 正將目錄匯出到檔案 %1 |
Exporting directory to file %1 |
0x29 | 正在搜尋項目... |
Searching for entries... |
0x2A | 建立暫存檔時,發生錯誤 |
Error creating temporary file |
0x2B | 開啟暫存檔時,發生錯誤 |
Error opening temporary file |
0x2C | 搜尋失敗 |
Search Failed |
0x2D | 正在寫出項目 |
Writing out entries |
0x2E | ldap_search_s 錯誤: '%1' |
ldap_search_s error: '%1' |
0x2F | 讀取暫存檔時,發生錯誤 |
Error reading temporary file |
0x30 | 完成匯出。後續處理正在執行中... |
Export Completed. Post-processing in progress... |
0x31 | 已匯出 %1!d! 個項目 |
%1!d! entries exported |
0x32 | 寫入輸出檔時發生錯誤。這可能是因為磁碟空間不足所造成。 |
Error writing to output file. This can be caused by insufficientdisk space. |
0x33 | 檔案格式不正確。取得項目的 DN 時,發生錯誤 |
Invalid file format. Error getting DN of entry |
0x34 | 寫入檔案時,發生錯誤。將含有 Unicode 值的項目寫入非 Unicode 檔案時,通常會造成無法寫入的錯誤。 |
Error writing to file. This error happens when the entry cannot be written, itcan be caused by writing a Unicode value to a non-unicode file. |
0x35 | 正在匯出項目: %1 |
Exporting entry: %1 |
0x36 | 開啟輸出檔時,發生錯誤。 |
Error opening output file. |
0x37 | 正在組織輸出檔%0 |
Organizing Output file%0 |
0x39 | 寫入檔案時,發生錯誤UNPRINTABLE BINARY(%1!d!)%0 |
Error writing to fileUNPRINTABLE BINARY(%1!d!)%0 |
0x3A | 輸入檔的語法錯誤。 |
Syntax error in input file. |
0x3B | 輸入檔的屬性號碼不正確。 |
Invalid number of attributes in input file. |
0x3C | 正從檔案 \"%1\" 匯入目錄 |
Importing directory from file \"%1\" |
0x3D | 項目已存在,這個項目將被跳過。 |
Entry already exists, entry skipped. |
0x3E | 屬性或數值已存在,這個項目將被跳過。 |
Attribute or value exists, entry skipped. |
0x3F | 限制違規,這個項目將被跳過。 |
Constraint Violoation, entry skipped. |
0x40 | 不明的選項 |
Unknown Option |
0x41 | 新增操作在下列行數發生錯誤 %1!d!: %2 |
Add error on line %1!d!: %2 |
0x42 | 項目修改成功。 |
Entry modified successfully. |
0x43 | 無法修改成員屬性。 |
Member attribute cannot be modified. |
0x44 | 已順利修改 %1!d! 個項目。 |
%1!d! entries modified successfully. |
0x45 | 已順利修改 1 個項目。 |
1 entry modified successfully. |
0x46 | 找不到項目 |
No Entries found |
0x47 | 讀取屬性清單時,發生錯誤 |
Error reading attribute list |
0x48 | 檔案格式不正確。DN 屬性尚未定義 |
Invalid file format. DN Attribute not defined |
0x49 | objectClass 屬性尚未定義 |
objectClass Attribute not defined |
0x4A | 不正確的十六進位字串 |
Invalid HEX String |
0x4B | 開啟附加檔案時,發生錯誤 |
Error opening append file |
0x4C | 分析處理錯誤: 欄位 %1!d! 的數值不一致。最後一個讀入的字元是 %2!d! |
Parsing error: Inconsistent values at column %1!d!. Last read character is %2!d! |
0x4D | 開啟輸入檔時,發生錯誤 |
Error opening input file |
0x4E | 正在載入項目%0 |
Loading entries%0 |
0x4F | 行數連鎖尾端緊接非 null 的字元 |
Line Concatenation trailed by non null characters |
0x50 | 無法開啟記錄檔 |
Unable to open log file |
0x51 | 無法開啟錯誤檔 |
Unable to open error file |
0x52 | 不正確的參數: 連接埠號碼必須接在 -t 後面 |
Invalid Parameter: Port number must follow -t |
0x53 | 參數已被重複定義。 |
A parameter has been defined more than once |
0x54 | 不正確的參數: 記錄檔位置必須接在 -j 後面 |
Invalid Parameter: Log File Location must follow -j |
0x55 | 不正確的參數: 沒有可用的 Active Directory 網域控制站 |
Invalid Parameter: No Active Directory Domain Controller available |
0x56 | 不正確的參數: 不可使用 -g 參數進行匯入 |
Invalid Parameter: -g option not available under import |
0x57 | 屬於伺服器的錯誤是 \"%1\" |
The server side error is \"%1\" |
0x58 | 伺服器不提供分頁支援,分頁功能將被停用。 |
Paging support not available from the server, paging will be disabled. |
0x59 | 請輸入 %1 的密碼:%0 |
Type the password for %1:%0 |
0x5A | 輸入的密碼太長; 最大密碼長度為 256 個英數字元。 |
The input password is too long; the maximum password length is 256. |
0x5B | 找不到預設的命名內容。請使用 NULL 做為搜尋的基礎。 |
The default naming context cannot be found. Using NULL as the search base. |
0x5C | 無法啟用指定伺服器的 SAM 邏輯匯出,將執行一般的匯出。 |
Export with SAM logic cannot be enabled for the specified server, a normal export will be performed. |
0x5D | 第 %1!d! 行語法錯誤 |
Syntax error on line %1!d! |
0x5E | 分析處理錯誤: 在欄位 %1!d! 之後應該有逗號。最後一個讀入的字元是 %2!d! |
Parsing error: expect comma after column %1!d!. Last read character is %2!d! |
0x5F | 分析處理錯誤: 在欄位 %1!d! 中應該有數值。最後一個讀入的字元是 %2!d! |
Parsing error: expecting value at column %1!d!. Last read character is %2!d! |
0x60 | 分析處理錯誤。最後一個讀入的字元是 %1!d! |
Parsing error. Last read character is %1!d! |
0x61 | 未寫入記錄檔。要產生記錄檔,請以 -j 選項指定記錄檔的路徑。 |
No log files were written. In order to generate a log file, pleasespecify the log file path via the -j option. |
0x62 | 無法啟用 SASL 層加密: %1。 |
Unable to enable SASL layer encryption: %1. |
0x63 | 無法啟用 SASL 層簽署: %1。 |
Unable to enable SASL layer signing: %1. |