sybperl-l Archive
Up Prev Next
From: s9ulzf <s9ulzf at fanniemae dot com>
Subject: dump db through perl
Date: Jun 5 1998 6:46PM
Hi,
I'm trying to do a dump through sybperl:
$sql = qq[ dump database master to '/tmp/s11bld.testdump' ];
$dbh->dbcmd("$sql");
$dbh->dbsqlexec;
$dbh->dbresults;
The dump works partially with the following error:
Msg 404101, Level 1, State 1
Server 'CSYSADM21DS1_BACKUP', Procedure 'bs_write_header',
Backup Server: 4.41.1.1: Creating new disk file /tmp/s11bld.testdump.
Has anyone else seen this.
ps. this is System11 on Solaris 2.6.
Thanks,
Lin
|