Consultor Eletrônico



Kbase P101763: Error running Fathom Backup Configuration job
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   03/03/2005
Status: Unverified

FACT(s) (Environment):

Fathom Management

SYMPTOM(s):

Error running Fathom Backup Configuration job

No .xml file is created

Error. Fathom configuration database is locked.

Fathom is up and running

CAUSE:

If Fathom webserver is running on a port other than the default port of 9090, you must specify -httpport. Otherwise, the job assumes an offline dump.

FIX:

Edit the following line in the fmbackup.pl script in the <fathominstalldir>/perl/scripts directory:
$rc = system("$CMD -dump \"$BACKUPDIRNAME\"/fathom.xml "); if ($rc != 0) {
to look like:
$rc = system("$CMD -httpport $FM_HTTPPORT -dump \"$BACKUPDIRNAME\"/fathom.xml "); if ($rc != 0) {
Save the changes and re-run the job.