UiPath Documentation
process-mining
2024.10
false
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。 新发布内容的本地化可能需要 1-2 周的时间才能完成。
UiPath logo, featuring letters U and I in white

Process Mining 用户指南

上次更新日期 2026年4月23日

设置 SQL Server 帐户以使用提取程序上传数据

简介

为了设置与 SQL Server 数据库的目标连接,以便将数据上传到Process Mining内部部署 (Automation Suite),数据库用户需要拥有流程应用程序的正确访问权限。

身份验证方法

在提取工具中使用 SQL Server 作为目标连接时,可以使用以下身份验证方法。

身份验证方法描述
SQL Server 身份验证目标数据库中的 SQL Server 用户。
Windows 身份验证有权访问 SQL 数据库的 Windows 用户。

身份验证方法

有关身份验证方法的更多信息,请参阅Microsoft 官方文档

SQL Server 身份验证和 Windows 身份验证都是受支持的身份验证方法,以便使用提取程序为Process Mining流程应用程序加载数据。但是,使用 Windows 身份验证需要执行其他操作。请查看Windows 身份验证

Database user

数据库用户需要拥有访问权限才能写入 SQL Server 数据库中相应Process Mining流程应用程序的应用程序架构。创建新的Process Mining流程应用程序时,系统会在“使用提取程序上传数据”步骤中提供应用程序架构。

“使用提取程序上传数据”步骤中的应用程序架构。

可以通过以下方式设置访问权限:

  • 一位有权访问所有流程应用程序架构的用户
  • 一位或多位有权访问特定流程应用程序架构的用户

一位有权访问所有流程应用程序架构的用户

A database user is set up for loading data into the Process Mining SQL Server database. This database user is granted access permissions to access all Process Mining app schemas, and must have permissions to add or delete tables in these app schemas. This way, this user can be used when loading data for all Process Mining process apps. When creating a new process app in Process Mining, no additional access permissions have to be set for this database user.

下表描述了数据库用户对Process Mining AutomationSuite_ProcessMining_Warehouse数据库所需的权限。

权限授予内容
db_datareader数据库中所有表的读取权限。
db_datawriter数据库中所有表的写入权限。
db_ddladmin更新数据库中所有表的访问权限。
备注:

As an alternative, you can choose to add the user to all the app schemas individually if you want to limit the user permissions.

设置 SQL 用户以上传数据

每个使用通过提取程序上传数据选项的流程应用程序都需要专用的 SQL Server 用户,该用户对与流程应用程序相关联的架构拥有特定访问权限。

请执行以下步骤:

步骤

操作

语法

1

创建登录。

备注:

需要在主数据库中创建登录名。

CREATE LOGIN <SQL_login_name> WITH PASSWORD = '<Password>'

2

为登录创建数据库用户。

备注:

需要在 AutomationSuite_ProcessMining_Warehouse 数据库中创建此用户。

CREATE USER <User_name> FOR LOGIN <SQL_login_name>

3

将用户分配给正确的数据库角色。

SP_ADDROLEMEMBER <Role>, <User_name>

4

为已创建的用户设置默认架构。

注意:

只有使用 Theobald Xtract Universal 加载数据时才需要执行此步骤。

ALTER USER <User_name> WITH DEFAULT_SCHEMA = <Schema>

应用程序架构

一位或多位有权访问特定流程应用程序架构的用户

One or more database users are set up for loading data into the Process Mining SQL Server database. Each database user is granted access to write into the specific app schema of a one or more Process Mining process apps. When a new Process Mining process app is created, automatically a database Role is generated in SQL Server for accessing the corresponding app schema. The database user who is allowed to upload data for the new process app, must get assigned the app-specific role, to write in the correct app schema for the process app.

CData Sync 的 Windows 身份验证

使用 Windows 身份验证时,CData Sync 使用已启动 CData Sync 实例的 Windows 用户作为数据库用户。这意味着 CData Sync 实例只能使用一个 Windows 用户帐户。如果需要多个 Windows 用户,则每个 Windows 用户都需要安装自己的 CData,以便与不同的 Windows 用户运行 CData Sync。

此页面有帮助吗?

连接

需要帮助? 支持

想要了解详细内容? UiPath Academy

有问题? UiPath 论坛

保持更新