专业化管理 > 确保数据安全 > 安全标签和协议 > 配置安全标签 > 安全标签配置步骤 > 步骤 5. 定义下载确认 - 可选
  
步骤 5. 定义下载确认 - 可选
此外,您还可以定义下载确认消息,使其在用户尝试下载的内容中至少应用了一个标准安全标签的交付对象时弹出。目前,仅当用户尝试下载交付对象的内容时才会弹出此消息。不支持其他类型的下载确认。要定义下载确认键和消息文本,请完成以下步骤:
1. 导航至下列源文件:
<Windchill>/src/wt/access/configuration/securityLabelDownloadAckResource.rbInfo
其中 <Windchill> 是您的 Windchill 解决方案的安装位置。如果使用不同的区域设置,则应查找或创建用于该区域设置的相应 RBINFO 文件。
2. securityLabelDownloadAckResource.rbInfo 文件复制到以下位置:
<Windchill>/wtCustom/wt/access/configuration
3. 在文本编辑器中打开复制的 securityLabelDownloadAckResource.rbInfo 文件。
4. 为每条下载确认消息添加以下行:
<KEY>.value=<LOCALIZED_MESSAGE_TEXT>
<KEY>.comment=<COMMENT>
其中:
其中 <KEY> 是在 securityLabelsConfiguration.xml 文件中指定的下载确认键。
<LOCALIZED_MESSAGE_TEXT> 是出现在用户界面上的确认消息。
<COMMENT> 是可选的备注,用于描述消息用途。
例如,对于示例配置,将添加以下行:
LNS_DownloadAck.value=I have read and agree to the terms of the
state export license.
LNS_DownloadAck.comment=State export license user acknowledgement
LNC_DownloadAck.value=I have read and agree to the terms of the
commercial export license.
LNC_DownloadAck.comment=Commercial export license user acknowledgement
PRV_DownloadAck.value=I have read and agree to the company policy
for private content.
PRV_DownloadAck.comment=Private employee user acknowledgement
INT_DownloadAck.value=I have read and agree to the company policy
for internal content.
INT_DownloadAck.comment=Internal employee user acknowledgement
MPRV_DownloadAck.value=I have read and agree to the company policy
for company most private content.
MPRV_DownloadAck.comment=Company most private employee user
acknowledgement
5. 保存并关闭。
6. 在 Windchill shell 中,运行下列命令来构建资源束:
对于 Windows 系统:
ResourceBuild wt.access.configuration
对于 UNIX 系统:
ResourceBuild.sh wt.access.configuration