向 DLO 管理控制台添加 Dedupe 服务器时报错 "无法对用户进行身份验证"

book

Article ID: 100049784

calendar_today

Updated On:

Description

Error Message

Cause

当前登录的用户未列在 Dedupe 数据库的"User_Info"表中

Resolution

  • 使用DLO 服务帐户登录 DLO 管理服务器,然后添加或管理 Dedupe 服务器。

  • 手动将当前登录的域用户账号添加到 Dedupe 数据库的"User_Info"表中。
    在 DLO 管理服务器上,以管理员身份打开命令行窗口(CMD),执行以下命令:

sqlcmd.exe -E -S .\INSTANCENAME -d dedupedb -Q "insert into user_info values (5, 'DOMAINNAME\USERNAME' ,NULL, 1)"

注:使用到适当的名称替换 INSTANCENAMEDOMAINNAME\USERNAME  

然后尝试再次配置Dedupe服务器。

 

 

Related article:

https://www.veritas.com/support/en_US/article.100009185

 

Issue/Introduction

向 DLO 管理控制台添加或管理现有的 Dedupe 服务器时报错 "无法对用户进行身份验证"