During a 360Plus backup task, the job fails with the following error:
REPO0032: Error updating backup folder: repo003Waiting for repository updateThis error appears in the 360Plus backup task logs.
Product: 360Plus
SAP BI Platform: BusinessObjects 4.2 or 4.3
Operating System: Windows
Database: All supported databases
The error is triggered when 360Plus cannot verify that the Disaster Recovery repository is configured correctly. This validation is performed through specific registry keys and a database flag.
Follow the steps below to correct the configuration.
Open Registry Editor (regedit).
Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Prefs\com\g\360\preferences\generic\<bobj_version>
Where <bobj_version> stands for your SAP BI version:
424 for BI 4.2
430 for BI 4.3
In this folder, ensure the following String values exist:
RepoConfiguredForDR
univ.repo.configured
If they do not exist, create them:
Right-click in the right pane → New > String Value
Name the key accordingly
Double-click the key and set Value data to:
true
Open a SQL client connected to the 360Suite database and run the appropriate command.
Oracle:
UPDATE plusversconfigentity SET lockrepo = 0;
Other databases (SQL Server, PostgreSQL, etc.):
UPDATE plusversconfigentity SET lockrepo = FALSE;
Restart the backup task in 360Plus.
The repository status will be recognized correctly, and the backup will proceed.
Ensure that no other 360Suite / 360Plus instance is using the same repository schema when performing these changes.