cancel
Showing results for 
Search instead for 
Did you mean: 

DB VERIFY

Former Member
0 Kudos

Hi all,

I have run the DB Verify from OS level by using below command for automatic schedule.

rsh apodev -l tadadm /usr/sap/TAD/SYS/exe/run/brbackup -p initTAD.sap -t offline -w only_dbv -m all -e 0 -l E -U

But i faced the below error,

BR0051I BRBACKUP 7.00 (41)

BR0252E Function fopen() failed for '/oracle/TAD/sapbackup/.user.pas' at location global_set-1

BR0253E errno 2: No such file or directory

BR0056I End of database backup: beboqzpq.log 2009-09-29 21.41.06

BR0280I BRBACKUP time stamp: 2009-09-29 21.41.06

BR0054I BRBACKUP terminated with errors

but i can run the DB Verify by using brtools successfully.

Kindly help me....

Thanks in advance

Regards,

Sundar.c

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

In your command

rsh apodev -l tadadm /usr/sap/TAD/SYS/exe/run/brbackup -p initTAD.sap -t offline -w only_dbv -m all -e 0 -l E -U

Does tadadm have access to the directory '/oracle/TAD/sapbackup ??

Check the permissions for that directory. Usually it is owned by ora<SID> and dba

Make sure tadadm and group sapsys have permissions to the directory

Pravin

anindya_bose
Active Contributor
0 Kudos

Check if there is any problem with the soft link if your OS is unix/linux in accordance with below OSS

https://service.sap.com/sap/support/notes/952080

sunny_pahuja2
Active Contributor
0 Kudos

what is your OS ?

Thanks

Sunny

sunny_pahuja2
Active Contributor
0 Kudos

what is your OS ?

Thanks

Sunny

Former Member
0 Kudos

Hi Sunny,

We are using IBM AIX as OS , Oracle 10g for DB and sap version is ECC 5.0

Regards,

Sundar.C

Former Member
0 Kudos

Hi Sundar,

Please check first that, if different authorizations between SAPadm and SAPServiceSID user?

If, SIDADM and SAPServiceSID are both local users and member of same groups, then authorizations will be same.

Then can you try once with "u" option instead of "U"?

You can also check the notes: 656365 and 12741.

<removed_by_moderator>

Thanks & Regards,

Sujit.

Former Member
0 Kudos

Hi Sujit,

Thanks for your reply....

I run the command successfully after changing the small changes in the commnand, that is i removed the -U from the command

Now i can run successfully, but i want to know one more details as per your suggestion

where i can see the both user and how? ( sidadm and sapserviceSID)

is it in OS level or DB level?

Regards,

Sundar.C