The entity backup_agent_config includes all connection preferences for an agent. When a user is created a default agent configuration is assigned to the user. This could be updated by the client or by the server administrator.
| Column Name | Column Datatype | Column Null Option | Column Comment |
| agent_config_id | byte(16) | not null | Unique identifier |
| name | nvarchar(255) | with null | Unique name |
| autotcp_enable | varchar(1) | with null | Connection mode TCP/IP enabled: 0=not enabled 1= enabled |
| autotcp_send_once_per_day | varchar(1) | with null | Send data once per day 0= don't send 1= send |
| autotcp_check_server_on_connect | varchar(1) | with null | Perform check server function when connect 0=don't perform 1=perform |
| autotcp_prompt_before_send | varchar(1) | with null | Prompt before send 0=don't prompt 1= promt |
| autotcp_show_tray_icon | varchar(1) | with null | 0=don't show 1=show |
| tcpip_package_size | integer | with null | Max package size |
| tcpip_host_name | nvarchar(76) | with null | Server name to connect to |
| tcpip_ras_entry_name | nvarchar(255) | with null | Phone book entry |
| tcpip_server_port | integer | with null | Port number |
| tcpip_time_out | integer | with null | Time out in seconds |
| no_connect_after_auto_backup | varchar(1) | with null | Send data automatically to the server 0= don't send 1=send |
| no_connect_after_manual_backup | varchar(1) | with null | Send data automatically to the server 0= don't send 1=send |
| max_connect_retries | integer | with null | Number of time the client attempts to connect to the server |
| response_check_interval | integer | with null | Interval of time in minutes of checking responses from the server |
| default_protocol | varchar(10) | with null | Default protocol |
| connect_type_name | nvarchar(76) | with null | Connection type name |
| 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 |
| type | varchar(1) | with null | Used as default: 0: not default 1: default |
| prompt_before_send | varchar(1) | with null | Display message before sending data to server |
Product Name: BrightStor ARCserve Backup for Laptops and Desktops
Table Type: Table