Hello,
we've installed our SAP Systems distributed on 2 Windows Servers.
Server 1: SAP (SID = P10) - SCS & CI Server 2: Oracle
Server 2 is a standalone oracle server. No components from P10 are installed on this server.
Now I want to implement the backup. I've extracted the brtools from P10 and copied it to server 2. Then I run the brtools from a user sapbackup. The user has all required permissions on DB and env variables are set correctly. All is working but brtools are warning that the license could not be checked.
BR0801I BRCONNECT 7.10 (22) BR1304W Checking SAP license failed at location BrLicCh BR0602W No valid SAP license found - please contact SAP
Then I've created a user p10adm on the standalone db server. I copied the env variables from server 1
to server 2. Then I started the brtools on this user. No error message appears.
I need to run the backup on a other user account than the SAP-SIDADM. The env variables can't point to server 1. I need a completly idependent backup-implementation... the database needs also to backup if server 1 is not available.
How can I fix the license check when the env variables of the user that is running the backup not pointing to the SAP system? Which files do I need to copy to the standalone db server?