HP Device Manager 4.5 - Database Schema Guide
7
dm_repo_protocols
This is the repository protocols table.
1. Table columns
Column Name
Type Name
Column Size
Nullable
Primary Key
Description
repo_id
Int
10
NO
√
Repository ID
protocol_type
Int
10
NO
√
Repository protocol type:
-1: current FTP like protocol
(FTP/FTPS/SFTP)
20: SMB
password
Nvarchar
100
YES
The encrypted password
repo_path
Nvarchar
50
NO
Repository root path
port
Int
10
NO
Port:
-1: default port for this type of protocol
Other value: customized port value
username
Nvarchar
70
YES
Username
2. Relevant UI