cancel
Showing results for 
Search instead for 
Did you mean: 

After brrestore: Couldn't open verify PSE file /oracle/<sid>/LASVerify.pse

Ganimede-Dignan
Contributor
0 Kudos

After a brrestore on same server and <SID> each time that we run cleanup logs from DB13 we see:

BR0801I BRCONNECT 7.00 (32)

BR1301W Error message from likeywlib: likey_init: Couldn't open verify PSE file ("/oracle/<sid>/LASVerify.pse") for writing, errno = 13 (Permission denied).

BR1302W Initialization of license key library likeywlib failed, return code 1

BR1304W Checking SAP license failed at location BrLicCheck-104

BR0602W No valid SAP license found - please contact SAP

BR0805I Start of BRCONNECT processing: cdzkodpr.cln 2008-12-06 22.46.27

BR0484I BRCONNECT log file: /oracle/<sid>/sapcheck/cdzkodpr.cln

It is on a Linux SuSE X64 - Oracle 10.2.0.4 box

Regards.

Ganimede Dignan.

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

Was sending too fast (by accident)

Did you execute ./saproot.sh <SID> in the kernel directory to set the correct permissions for the BR*tools?

Markus

Ganimede-Dignan
Contributor
0 Kudos

THX, you are right.

Bye.

Answers (1)

Answers (1)

markus_doehr2
Active Contributor
0 Kudos

> After a brrestore on same server and <SID> each time that we run cleanup logs from DB13 we see:

>

> BR0801I BRCONNECT 7.00 (32)

> BR1301W Error message from likeywlib: likey_init: Couldn't open verify PSE file ("/oracle/<sid>/LASVerify.pse") for writing, errno = 13 (Permission denied).

you <SID>adm user has no permissions to write this file.

Markus