process-mining
2023.10
false
- 发行说明
- 在开始之前
- 入门指南
- 集成
- 使用流程应用程序
- 创建应用程序
- 正在加载数据
- 上传数据
- Retrieving the SQL Server database parameters
- 设置 SQL Server 帐户以使用提取程序上传数据
- 查看日志
- 优化应用程序
- 计划数据运行
- 自定义流程应用程序
- 应用程序模板
- 其他资源
Retrieving the SQL Server database parameters
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。

Process Mining
上次更新日期 2025年7月24日
请按照以下步骤检索 SQL Server 数据库设置凭据。
- Go to the Process Mining portal in Process Mining.
-
创建一个新应用程序,或者如果要上传已发布流程应用程序的数据,则选择“上传数据”,然后在“ 数据源 ”步骤中选择“ 使用提取 程序上传数据”。
- 打开文本编辑器,例如记事本。
-
从“使用提取程序上传数据”页面复制 SQL Server 数据库参数,并将参数粘贴到记事本文件中。
(选择
以将参数复制到剪贴板。)
Check out Create new app wizard.
SQL Server 身份验证
When using SQL Server Authentication, the username and password of the SQL Server user that has access to the Process Mining process app also must be provided. Check out Setting up a SQL Server account for data upload using an extractor.
要使用提取程序加载数据,您需要获取 API URL。请按照此步骤检索 API URL。
-
Copy the url of the Upload data using extractor page.
步骤
操作
1
Copy the url of the Upload data using extractor page.
URL 采用以下格式:
https:/<server>/<org>/<tenant>/processMining_/apps/<appid>/extractor
如果使用此 URL,则 API URL 将为:
https:/<server>/<org>/<tenant>/processMining_/api/v2/apps/<appid>/transform/unauthenticated
示例
When the url of the of the Upload data using extractor page is:
https:/uipath_server.com/default/defaulttenant/processMining_/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/extractor
the API url that should be used is https:/uipath_server.com/default/defaulttenant/processMining_/api/v2/apps/be6ad2d6-04b5-4dd8-aafb-bb0a1e3a7a45/transform/unauthenticated