Discussion:
使用DTS備份資料庫時出現的錯誤訊息
(时间太久无法回复)
VICKEY
2007-04-16 17:16:00 UTC
Permalink
Dear all:想請教各位大大~
備份是用DTS排程JOB自動備份,可是執行完後是顯示FAIL,看HISTORY會有錯誤訊息,去磁碟看是否有備份成功,有看到備份的檔案。提供資訊如下:
os:win server2000(英文版) sql:sql server 2000
備份步驟:
1、先刪除前次備份檔,使用delete語法
2、call store procedure做完整備份
3、下truncate_only,把log檔縮小
錯誤訊息:
Error = -2147217900 (80040E14)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error Detail Records: Error: -2147217900 (80040E14);
Provider Error: 4035 (FC3)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error: -2147217900 (80040E14); Provider Error: 4035 (FC3)
Error string: Processed 144 pages for database 'IESC', file 'IESC_Data' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
請問為什麼備份有成功但一直出現錯誤訊息?? 謝謝大家
RM
2007-04-17 13:50:02 UTC
Permalink
Why use dts? You can run those as sql job directly.
Post by VICKEY
Dear all:想請教各位大大~
備份是用DTS排程JOB自動備份,可是執行完後是顯示FAIL,看HISTORY會有錯誤訊息,去磁碟看是否有備份成功,有看到備份的檔案。提供資訊如下:
os:win server2000(英文版) sql:sql server 2000
備份步驟:
1、先刪除前次備份檔,使用delete語法
2、call store procedure做完整備份
3、下truncate_only,把log檔縮小
錯誤訊息:
Error = -2147217900 (80040E14)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error Detail Records: Error: -2147217900 (80040E14);
Provider Error: 4035 (FC3)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error: -2147217900 (80040E14); Provider Error: 4035 (FC3)
Error string: Processed 144 pages for database 'IESC', file 'IESC_Data' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
請問為什麼備份有成功但一直出現錯誤訊息?? 謝謝大家
VICKEY
2007-04-17 14:20:04 UTC
Permalink
我是使用JOB來做自動備份,是JOB執行完後才會出現下面的錯誤訊息~

"RM" 來函:
Post by RM
Why use dts? You can run those as sql job directly.
Post by VICKEY
Dear all:想請教各位大大~
備份是用DTS排程JOB自動備份,可是執行完後是顯示FAIL,看HISTORY會有錯誤訊息,去磁碟看是否有備份成功,有看到備份的檔案。提供資訊如下:
os:win server2000(英文版) sql:sql server 2000
備份步驟:
1、先刪除前次備份檔,使用delete語法
2、call store procedure做完整備份
3、下truncate_only,把log檔縮小
錯誤訊息:
Error = -2147217900 (80040E14)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error Detail Records: Error: -2147217900 (80040E14);
Provider Error: 4035 (FC3)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error: -2147217900 (80040E14); Provider Error: 4035 (FC3)
Error string: Processed 144 pages for database 'IESC', file 'IESC_Data' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
請問為什麼備份有成功但一直出現錯誤訊息?? 謝謝大家
RM
2007-04-18 15:22:02 UTC
Permalink
But you run dts package in job, correct? Why?
Post by VICKEY
我是使用JOB來做自動備份,是JOB執行完後才會出現下面的錯誤訊息~
"RM" 來函:
Post by RM
Why use dts? You can run those as sql job directly.
Post by VICKEY
Dear all:想請教各位大大~
備份是用DTS排程JOB自動備份,可是執行完後是顯示FAIL,看HISTORY會有錯誤訊息,去磁碟看是否有備份成功,有看到備份的檔案。提供資訊如下:
os:win server2000(英文版) sql:sql server 2000
備份步驟:
1、先刪除前次備份檔,使用delete語法
2、call store procedure做完整備份
3、下truncate_only,把log檔縮小
錯誤訊息:
Error = -2147217900 (80040E14)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error Detail Records: Error: -2147217900 (80040E14);
Provider Error: 4035 (FC3)
Error string: Processed 1 pages for database 'IESC', file 'IESC_Log' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
Help file: Help context: 0
Error: -2147217900 (80040E14); Provider Error: 4035 (FC3)
Error string: Processed 144 pages for database 'IESC', file 'IESC_Data' on
file 1.
Error source: Microsoft OLE DB Provider for SQL Server
請問為什麼備份有成功但一直出現錯誤訊息?? 謝謝大家
Loading...