1827561 Members
2621 Online
109965 Solutions
New Discussion

Arcmain failing

 
Pankaj Agrawal
Occasional Advisor

Arcmain failing

I am using the arcmain utility to take a backup of the journal
databases, using the following asf2 script.

CHECKPOINT (#p1) ALL,
USE ACCESS LOCK,
WITH SAVE,
NAMED #chkname;

The arcmain utility is failing . The arcmain log is as follows.

12/29/2004 15:09:56 CHECKPOINT (journal_dbs) ALL,
12/29/2004 15:09:56 USE ACCESS LOCK,
12/29/2004 15:09:56 WITH SAVE,
12/29/2004 15:09:56 NAMED chk_041229_150955;
12/29/2004 15:09:56 UTILITY EVENT NUMBER - 17625
12/29/2004 15:09:56 CHECKPOINT JOURNAL - "JOURNAL_DBS"
12/29/2004 15:28:51 SIGNAL 2 RECEIVED. TERMINATING SCRIPT .....
12/29/2004 15:28:52 LOGGED OFF 0 SESSIONS
12/29/2004 15:28:52 *********************************************
12/29/2004 15:28:52 ASF SCRIPT HAS FINISHED EXECUTION
12/29/2004 15:28:52 ARCMAIN TERMINATED WITH SEVERITY 15

Kindly suggest.