- Release notes
- Before you begin
- Getting started
- Integrations
- Working with process apps
- Working with dashboards and charts
- Working with process graphs
- Working with Discover process models and Import BPMN models
- Showing or hiding the menu
- Context information
- Export
- Filters
- Sending automation ideas to UiPath® Automation Hub
- Tags
- Due dates
- Compare
- Conformance checking
- Root cause analysis
- Simulating automation potential
- Starting a Task Mining project from Process Mining
- Triggering an automation from a process app
- Viewing Process data
- Creating apps
- Loading data
- Customizing process apps
- Publishing process apps
- App templates
- Additional resources
Running the extraction script
extract_theobald.ps1
file.
The time taken for this task will depend highly on the data volumes loaded.
The output is uploaded to the blob storage which triggers the data transformations.
Follow this step to start the data run.
- Run the
extract_theobald.ps1
file to start the data run.
extract_theobald.ps1
file is an unsigned script. If you cannot run the script because of UnauthorizedAccess
, signing the script may solve the issue. See the official Microsoft documentation on Signing scripts for more information on how to sign the script to comply with the PowerShell execution policies.
extraction.log
contains the logs of the last data run. For each extraction that failed, a return code is displayed. See the official Theobald
Software documentation Call via Commandline for more information. When something with the setup is incorrect, this is mentioned in the error message.
Instead of running the file manually, you can use Windows Task Scheduler to schedule a task that runs the batch script for automated data refreshes.
The output is uploaded to the blob storage which triggers the data transformations.
When the extraction is successful, data ingestion may fails because of some faulty data being extracted. You can filter out this data should using Theobald Xtract Universal using the WHERE clause. Refer to the official Theobald documentation for more information on the WHERE Clause.
If you have a WHERE clause that uses variables (for example the extraction date) you cannot filter via the UI.