cancel
Showing results for 
Search instead for 
Did you mean: 

BKI0062E: The input file /oracle/SID/sapbackup/.file.lst is not valid.

Former Member
0 Kudos

Hi all,

It has the following platform: SAP ECC6 in AIX 6.1 with Oracle Database

My question is: When I run a online backup from DB13 with util_file I have this error message :

BKI0062E: The input file /oracle/SID/sapbackup/.file.lst is not valid.

Knowing when I launch from the standard profile on Disk initSID.sap it works without problem

When we test manually with oraSID it works but by SIDadm its not work

Then you can mention or in configuration files BACKINT both users oraSID & SIDadm have rights to use

Many Thanks

AT

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi all,

Many thanks for every body

It is this SAP Note 948294 who is helped me

The tool BACKINT could not support CIO

Many Thanks

A.T

Former Member
0 Kudos

One more hint:

Give 755 permissions to your sapbackup directory, initial requirement/recommendation on your oracle home directory permissions also 755.

Regards,

Nick Loy

markus_doehr2
Active Contributor
0 Kudos

Please check if the permissions of the br*tools are correct (did you execute saproot.sh <SID> after the kernel update)?

Markus

Former Member
0 Kudos

Hi Markus

All permissions of the br*tools are correct for orasid & sidadm

This is new machine I've never update kernel

Thanks

markus_doehr2
Active Contributor
0 Kudos

> All permissions of the br*tools are correct for orasid & sidadm

> This is new machine I've never update kernel

...which is usually one of the first tasks to be done after a new installation (see installation guide)

What's the output of

ls -l /sapmnt/exe/br*

Markus

Former Member
0 Kudos

I check Installation guide juste rootpre.sh and root.sh is in the first tasks and is done

  1. ls -l /sapmnt/X21/exe/br*

-rwxrwxr-x 1 oraX21 dba 5002624 Feb 06 2008 /sapmnt/X21/exe/brarchive

-rwsrwxr-x 1 oraX21 dba 5129705 Feb 06 2008 /sapmnt/X21/exe/brbackup

-rwsrwxr-x 1 oraX21 dba 6659409 Feb 06 2008 /sapmnt/X21/exe/brconnect

-rwxrwxr-x 1 oraX21 dba 5594679 Feb 06 2008 /sapmnt/X21/exe/brrecover

-rwxrwxr-x 1 oraX21 dba 2100833 Feb 06 2008 /sapmnt/X21/exe/brrestore

-rwxrwxr-x 1 oraX21 dba 6882272 Feb 06 2008 /sapmnt/X21/exe/brspace

-rwsrwxr-x 1 oraX21 dba 2729734 Feb 06 2008 /sapmnt/X21/exe/brtools

markus_doehr2
Active Contributor
0 Kudos

> # ls -l /sapmnt/X21/exe/br*

> -rwxrwxr-x 1 oraX21 dba 5002624 Feb 06 2008 /sapmnt/X21/exe/brarchive

> -rwsrwxr-x 1 oraX21 dba 5129705 Feb 06 2008 /sapmnt/X21/exe/brbackup

> -rwsrwxr-x 1 oraX21 dba 6659409 Feb 06 2008 /sapmnt/X21/exe/brconnect

> -rwxrwxr-x 1 oraX21 dba 5594679 Feb 06 2008 /sapmnt/X21/exe/brrecover

> -rwxrwxr-x 1 oraX21 dba 2100833 Feb 06 2008 /sapmnt/X21/exe/brrestore

> -rwxrwxr-x 1 oraX21 dba 6882272 Feb 06 2008 /sapmnt/X21/exe/brspace

> -rwsrwxr-x 1 oraX21 dba 2729734 Feb 06 2008 /sapmnt/X21/exe/brtools

As you see - your br*tools are more than two years old, many many errors have been fixed since. I would install the latest tools and try if the error is still there. You can even do that when the system is running.

Markus

Former Member
0 Kudos

Thank you I'll do it and I'll keep you informed

markus_doehr2
Active Contributor
0 Kudos

Yes - let me know if it works!

Markus

Former Member
0 Kudos

Same error

Just a question when I run command manually with user sidadm :

"brbackup -u / -jid ALLOG20100211154939 -c force -t online -m all -p initX21.sap -a -c force -p initX21.sap -cds" it's ok

But with DB13 from sap we have this error :

BKI0062E: The input file /oracle/X21/sapbackup/.becoexdx.lst is not valid.

Many thanks

A.T

Edited by: thomas Andrew on Feb 18, 2010 8:32 PM

peter_dzurov
Contributor
0 Kudos

Please follow note 113747 and set permissions accordingly:

(4)

brarchive, brbackup, and brconnect have permission 4775:

-rwsrwxr-x ora<sid> sapsys ...

These can be started by the ora<sid> or the <sid>adm OS user.

brrestore, brrecover, brspace, brtools, and sapdba have permission 755:

-rwxr-xr-x <sid>adm sapsys ...

These should only be started by the ora<sid> OS user.

I hope it will resolve your problem.