天天看點

O/S-Error: (OS 1326) 登入失敗: 未知的使用者名或錯誤密碼。

兩台機器 windows 下使用sfu 安裝nfs伺服器.設定好了共享,讀寫正常.

從一台資料庫執行

rman target=/

backup as compressed backupset current controlfile tag="control_archive" format '\\192.168.100.39\test\%d_%T_%s_control' ;

備份集中包括目前控制檔案

通道 ORA_DISK_1: 正在啟動段 1 于 2009-03-24 09:25:23

通道上, 在 03/24/2009 09:25:48 上) 失敗

ORA-19504: 無法建立檔案"\\192.168.100.39\TEST\ORCL_20090324_139_CONTROL"

ORA-27040: 檔案建立錯誤, 無法建立檔案

OSD-04002: 無法打開檔案

O/S-Error: (OS 1326) 登入失敗: 未知的使用者名或錯誤密碼。

我單獨執行

D:\>mount \\192.168.100.39\test x:

x: is now successfully connected to \\192.168.100.39\test

The command completed successfully.

D:\>mount

mount

Local    Remote                                 Properties

-------------------------------------------------------------------------------

x:       \\192.168.100.39\test   UID=500, GID=501

                                                rsize=32768, wsize=32768

                                                mount=hard, timeout=1.6

                                                retry=1, locking=yes

                                                fileaccess=777, lang=GB2312-80

                                                casesensitive=no

讀寫測試都是正常的.為什麼會出現

提示呢?

我google發現相似的連結:

<a href="http://www.itpub.net/thread-478329-1-1.html" target="_blank">http://www.itpub.net/thread-478329-1-1.html</a>

我也試着執行

mount -u:administrator \\192.168.100.39\test x:

Password:

Network Error - 1326

Type 'NET HELPMSG 1326' for more information.

試了許多密碼,都不行,是否要做什麼映射.

執行

NET HELPMSG 1326

提示:

登入失敗: 未知的使用者名或錯誤密碼。

問題到底在哪來,該如何解決呢?