Hi All ,
Currently the DBRT backup is including the database backup that I want to disable for Web Infrastructure Platform Data Server 9.4 using Json file
Current config
id: 4
name: Web Infrastructure Platform Data Server 9.4
sasTierId: tier3
included: true
Json file content
{
"name": "Web Infrastructure Platform Data Server 9.4",
"sasTierId": "tier3",
"included": false
}
Executed below command using the Json file. It is not updating the config and showing the below message.
Command Executed
./sas-update-backup-config -profile /app/sas/config/Lev2/Backup/Lev2.properties -sourcetype database -inputdata /app/sas/config/Lev2/Backup/ExcludeWIP.json
sas-update-backup-config
statusCode: 404
errorMessage: User provided configuration already exist for given resource.
remedyMessage: You can update the existing resource with sas-update-backup-config.
The json output is written to the file: /app/sas/sashome/SASPlatformObjectFramework/9.4/tools/admin/sas-update-backup-config.json
Please help me in getting this resolved.
Thanks,
Sampath