Welcome to dbForumz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

PROBKUP error codes?

 
   Database Forums (Home) -> Progress RSS
Next:  Which is Better?  
Author Message
Graeme

External


Since: Mar 22, 2007
Posts: 1



(Msg. 1) Posted: Thu Mar 22, 2007 7:12 am
Post subject: PROBKUP error codes?
Archived from groups: comp>databases>progress (more info?)

Hi all,
does probkup return any error codes? I'm wanting to trigger a warning
e-mail if a scheduled backup doesn't complete correctly.

Regards

Graeme

 >> Stay informed about: PROBKUP error codes? 
Back to top
Login to vote
Nicolas Keller

External


Since: Apr 05, 2007
Posts: 1



(Msg. 2) Posted: Thu Apr 05, 2007 2:28 am
Post subject: Re: PROBKUP error codes? [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

It does. You can do it like this (Linux):

probkup database backupfile

if test $? = 0
then
echo "Backup done." > /dev/null # Uh, this looks professional...
else
echo "Backup failed - Error: ${?}" | mail -s "Warning: probkup
failure" your.TakeThisOut@adress.eg
fi

Regards

Nicolas Keller

Graeme schrieb:

> Hi all,
> does probkup return any error codes? I'm wanting to trigger a warning
> e-mail if a scheduled backup doesn't complete correctly.
>
> Regards
>
> Graeme

 >> Stay informed about: PROBKUP error codes? 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
What is this error ? - Hello, on new server: running SCO Unix OSR 5.06a, P4 xeon dual-core 2 Gb ddram 4 73Gb scsi hdd in raid-5 Progress V8.3C 11 multi-volume database 15 512mb vol + 1 free vol. I made a online probkup of this database from our actual server (bi P3 xeon,..

Error in Linux in ABL 10.1B - Hi all, I installed the openedge 10.1B Evalution version in Redhat Linux, then i try to access the server is prompts the error as" Unable to load the enhlog.dll " Error no. 11077. I never found any enhlog.dll in the server. Can anybody help me ...

Error to connect Progress from Java - Hi All, I am a new in Progress Database. I tried to connect to Progress database from Java. Below is my part of code: public void connect (){ try { Class.forName("com.progress.sql.jdbc.JdbcProgressDriver"); con =....

Crystal Reports Printing Error - Hi all, System Info: Crystal Reports v8.5, Progress v9.1D We currently have a problem with printing Crystal reports from within our application. Below is, basically, the code that is used to print a single report. NOTE: We use XML files to generate....

Error while running a batch File, - I created this DOS batch code "rem @ echo off set ACCESS=ALL SET DLC=V:\dlc PATH=%DLC%\BIN;%DLC%;%PATH% call v:\dlc\bin\prowin32 -U symix -P happyday -b -pf v:\mistest\csmalrun.pf -basekey INI -ininame v:\mistest\symix.ini -p c:\alias.p >> ...
   Database Forums (Home) -> Progress All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]