What is the reason for the message "User does not have sufficient privileges to delete resource '/services/databases/users'" when performing a Full Server Backup import with the overwrite and verbose flags enabled?

What is the reason for the message "User does not have sufficient privileges to delete resource '/services/databases/users'" when performing a Full Server Backup import with the overwrite and verbose flags enabled?

book

Article ID: KB0071811

calendar_today

Updated On:

Products Versions
TIBCO Data Virtualization All supported versions

Description

When a Full Server Backup (FSB) backup_import is performed on a TIBCO Data Virtualization server with -verbose and -overwrite flags enabled, we see the below message show up as part of the output on the console: 
---------------------------------------------------------------------------------------
User does not have sufficient privileges to delete resource '/services/databases/users'.
----------------------------------------------------------------------------------------

Example for reference: 
C:\Program Files\TIBCO\TDV Server 8.6_9460\bin> backup_import.bat -overwrite -server localhost -port 9460 -user admin -password password -encrypt -encryptionPassword 123456 -pkgfile FSB_9460.car -verbose

User-added image

 

Issue/Introduction

What is the reason for the message "User does not have sufficient privileges to delete resource '/services/databases/users'" when performing a Full Server Backup import with the overwrite and verbose flags enabled?

Resolution

  • The message means that the existing users will be retained (i.e. they will not be over-written by the import process). If there are any new users as part of the import, they will be added to the existing list. 
  • This message would not impact any import process and can be ignored.