ASE备份提示管道正在被关闭

 

applicable FAR provisions, for example, FAR 52.227-19.

Sybase, Inc. One Sybase Drive, Dublin, CA 94568, USA

Logging Backup Server messages in file ‘D:\sybase\ASE-12_5\install\DB1backup.log’

Apr 28 15:31:14 2015: Backup Server: 1.70.1.1: Configuring the maximum shared memory usage to 48 MB.

Apr 28 15:31:14 2015: Backup Server: 1.69.1.2: Configuring the number of service threads to 48.

Apr 28 15:31:14 2015: Backup Server: 1.70.1.3: Configuring the shared memory per stripe to 1048576 bytes.

Apr 28 15:31:21 2015: Backup Server: 4.41.1.1: Creating new disk file E:\DB_DB1.dat.

Apr 28 15:31:21 2015: Backup Server: 4.141.2.67: [0] The ‘ReadFile’ call failed for device ‘E:\DB_DB1.dat’ with error number 109 (管道已结束?. Refer to your operating system documentation for further details.

Apr 28 15:31:21 2015: Backup Server Internal Error: 4.62.3.4: Multibuffering subprocesses died, archive E:\DB_DB1.dat.

Apr 28 15:31:21 2015: Backup Server Internal Error: 4.62.3.4: Multibuffering subprocesses died, archive E:\DB_DB1.dat.

Apr 28 15:31:21 2015: Backup Server: 4.128.2.1: Failed to start multibuffering subprocesses for archive device ‘E:\DB_DB1.dat’. Look at the Backup Server error log or standard error for more information.

Apr 28 15:31:21 2015: Backup Server: 4.141.2.66: [0] The ‘WriteFile’ call failed for device ‘E:\DB_DB1.dat’ with error number 232 (管道正在被关闭?. Refer to your operating system documentation for further details.

Apr 28 15:31:21 2015: Backup Server Internal Error: 4.62.3.8: Multibuffering subprocesses died, archive E:\DB_DB1.dat

Apr 28 15:31:27 2015: Backup Server: 4.41.1.1: Creating new disk file E:\DB_DB1.dat.

解决方案:

方案一:

1、sp_configure “allow updates to system tables”,1

2、update sysservers set srvid=1 where srvname=”SYB_BACKUP”

然后重启备份服务测试备份是否好用,如果不好用继续第二方案

方案二:

1、停服务,找个相同版本好用的替换下面两个文件。

D:\sybase\ASE-12_5\bin\bcksrvr.exe

D:\sybase\ASE-12_5\bin\sybmbuf.exe