cancel
Showing results for 
Search instead for 
Did you mean: 

Backup error on DB13

Former Member
0 Kudos

Hi,

When iam taking backup through Transaction code : DB13 on maxdb database,iam getting error as below.

Name and Server : LBI - lgsbi

DBMRFC Function : DBM_EXECUTE

Command : medium_put "comp_bkp" "/extra_64/LBI_BKP" FILE DATA 0

Error : DBM Error

Return Code : -24984

Error Message : ERR_MENOVALID: Invalid medium definition

-24751,ERR_LOCISDIR: The device or file /extra_64/LBI_BKP is a directory

Thanku

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> -24751,ERR_LOCISDIR: The device or file /extra_64/LBI_BKP is a directory

You have to give a filename like

/extra_64/LBI_BKP/backup

Markus

Former Member
0 Kudos

First you have to check destination of defined templet.

Check proper set of backup file or device.

Thanks,

Rahul S.

Former Member
0 Kudos

Hi,

Thaks for replys,I Created one directory : LBI_BKP in /extra_64 in os level.

I Defined new back up template in Transaction code : DB13 .Here I gave the details as below :

Name : LBIBACKUP

Volume : /extra_64/LBI_BKP

Type : File

Backup type : Complete (Data)

then we are getting error :

Name and Server : LBI - lgsbi

DBMRFC Function : DBM_EXECUTE

Command : medium_put "LBIBACKUP" "/extra_64/LBI_BKP" FILE DATA 0

Error : DBM Error

Return Code : -24984

Error Message : ERR_MENOVALID: Invalid medium definition

-24751,ERR_LOCISDIR: The device or file /extra_64/LBI_BKP is a directory

Thanku

markus_doehr2
Active Contributor
0 Kudos

> Name : LBIBACKUP

> Volume : /extra_64/LBI_BKP

> Type : File

> Backup type : Complete (Data)

>

>

> then we are getting error :

>

> -24751,ERR_LOCISDIR: The device or file /extra_64/LBI_BKP is a directory

>

>

> Thanku

Again - as I said before, you have to give a FILENAME, not a DIRECTORY NAME (as the error message indicates):

Volume: /extra_64/LBI_BKP/backup

Markus

Former Member
0 Kudos

Hi markus,

Thanks,its working fine.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Iam taking the backup disk through DB13.

Thanku