- 发行说明
- 在开始之前
- 入门指南
- 集成
- 管理访问权限
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- 上传数据
- Retrieving the SQL Server database parameters
- 设置 SQL Server 帐户以使用提取程序上传数据
- 使用 Theobald Xtract Universal 加载数据
- 自定义流程应用程序
- 数据转换
- TemplateOne 应用程序模板
- “购买到付款”应用程序模板
- “订单到现金”应用模板
- 基本故障排除指南
简介
To load data for a Process Mining process app you need the following setup parameters for the SQL Server database.
ServerDatabaseSchemaRole
Retrieving the SQL Server database parameters
请按照以下步骤检索 SQL Server 数据库设置凭据。
-
转到 Process Mining 中的 Process Mining 门户。
-
创建一个新的应用程序,或者如果要上传已发布流程应用程序的数据,则选择“上传数据”,然后在“数据源”步骤中选择“使用提取程序上传数据” 。
-
打开文本编辑器,例如记事本。
-
Copy the SQL Server database parameters from the Upload data using extractor page and paste the parameters in the Notepad file.
(选择
以将参数复制到剪贴板。)
查看新建应用程序向导。
SQL Server 身份验证
使用 SQL Server 身份验证时,还必须提供有权访问 Process Mining 流程应用程序的 SQL Server 用户的 用户名 和 密码 。查看设置 SQL Server 帐户,以使用提取程序上传数据。
Retrieving the API url
要使用提取程序加载数据,您需要获取 API URL。请按照此步骤检索 API URL。
-
复制使用提取程序上传数据页面的 URL。
步骤 操作 1 复制使用提取程序上传数据页面的 URL。
URL 采用以下格式:https:/<server>/<org>/<tenant>/processMining_/apps/<appid>/extractor
如果使用此 URL,则 API URL 将为:https:/<server>/<org>/<tenant>/processMining_/api/v2/apps/<appid>/transform/unauthenticated
示例
当“使用提取程序上传数据”页面的 URL 为: https:/uipath_server.com/default/defaulttenant/processMining_/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/extractor时,应使用的 API URL 为https:/uipath_server.com/default/defaulttenant/processMining_/api/v2/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/transform/unauthenticated