This entity describes the common user parameter for server user view (vault.cdb) and agent user view (local.cdb). It includes mainly all associations between server, organization, backup configuration etc. It also describes the parameter when a user is highlighted at the administrator GUI. The information pane displays the user's properties, including the name, last login date, assigned configuration, and the amount of storage space taken up by this user on the server. The attributes for backup_user are used from users tree of vault.cdb file. Also the parameter of the user.ini configuration file are included as attributes.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| user_id | byte(16) | not null | Unique identifier |
| user_uuid | byte(16) | not null | Unique identifier of the dis_user object of ITRM schema. |
| link_dis_hw_user_uuid | byte(16) | with null | Unique identifier of the dis_hw_user object of ITRM schema. |
| server_id | byte(16) | not null | Unique identifier of the server object. Could be NULL for users which has not been connected to a server. |
| archive_id | byte varying(16) | not null | Unique identifier of the data archive object. Could be NULL for users which has not been connected to a server. |
| backup_policy_id | byte(16) | not null | Unique identifier of the backup configuration, at least to get the default configuration. |
| agent_config_id | byte(16) | not null | Unique identifier of the client configuration, at least to get the connection parameter for the default backup server. |
| name | nvarchar(76) | with null | User name |
| password | nvarchar(76) | with null | Password for restore |
| protected | varchar(1) | with null | User is able to update his configuration 0= not protected 1= protected |
| active | varchar(1) | with null | User could send backed up files 0 = inactive 1= active |
| version | nvarchar(76) | with null | Client software version and build number |
| storage_area_id | byte varying(4) | not null | Internal user identification to get the archive folder |
| storage_area_size | integer | with null | Size of the user archive in Byte |
| config_file_crc | byte varying(4) | with null | Check sum of the configuration file |
| deployment | varchar(1) | with null | Progress of the BABLD agent installation: 0x01=None 0x02=Complete 0x04=Package send 0x08=Package available for download 0x10=Error during DMSweep - retry 0x20=Installed using DMSweep |
| code_page | integer | with null | Language code page for the user |
| expert_user_installation | varchar(1) | with null | Installation type of the agent software 0= default 1= expert |
| password_for_restore | varchar(1) | with null | 0=no password 1= password |
| use_domain_account | varchar(1) | with null | Uses also domain account password |
| use_pc_name | varchar(1) | with null | Describes that the user name is combined with the system name |
| moved_date | integer | with null | Date moved from on server to another |
| last_server_id | byte(16) | with null | Unique Identifier of the last backup_server, which the user was connected to. |
| last_login_date | integer | with null | Date last connected to the server |
| last_backup_client_date | integer | with null | Date last performed backup on client side |
| last_backup_server_date | integer | with null | |
| last_good_backup_server_date | integer | with null | Date last processed correct backup on server side |
| low_disk_space_errors | integer | with null | Number of low disks space errors |
| low_disk_space_count_date | integer | with null | Date first low disk space error occrures |
| unprocessed_cap_files | integer | with null | Number of unprocessed cap files |
| unompressed_cap_file_count_date | integer | with null | Date first unprocessed cap files occurs |
| creation_user | nvarchar(255) | with null | User who creates the object |
| creation_date | integer | with null | Time object is being created |
| last_update_user | nvarchar(255) | with null | User who updates |
| last_update_date | integer | with null | Time object is being updated |
| version_number | integer | with null | Is used for transaction integrity |
| dis_hw_uuid | byte(16) | with null | Foreign key to entity ca_discovered_hardware |
| network_address | nvarchar(76) | with null | Agent system name |
| exported_from_user_id | byte varying(4) | with null | Only used with import user function to store the previous user id from export |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table