HP Device Manager 4.6 - Database Schema Guide

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.
6