- 論壇徽章:
- 0
|
我在我的本地機(jī)上修改了interfaces,增加了如下:
SYBASE_BS
master tcp ether 132.1.2.10 5001
query tcp ether 132.1.2.10 5001
然后進(jìn)行:
——sp_addserver SYB_BACUP,null,SYBASE_BS
系統(tǒng)提示如下:
Changing physical name of server 'SYB_BACKUP' from 'sybase1192_back' to
'SYBASE_BS'
Changing server class of server 'SYB_BACKUP' from 'local' to 'ASEnterprise'.
(return status = 0)
然后進(jìn)行:
dump tran cmrpii to "logdump" at SYBASE_BS
系統(tǒng)提示如下:
Msg 7205, Level 17, State 2:
Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in the SQL
Server boot directory.
Msg 7205, Level 18, State 3:
Line 1:
Can't open a connection to site 'SYB_BACKUP'. See the error log file in the SQL
Server boot directory.
備份失。。!
注:1、SYBASE_BS是一個win2000下的sybase的備份server
2、logdump是win2000下的sybase的一個備份設(shè)備。
請問:
我錯在哪里???
急盼回復(fù),謝謝!! |
|