Search K
Appearance
Appearance
This guide explains how to install, configure, and connect the MinuteView Automations Engine to your MinuteView Server environment.
The MinuteView Automations Engine is responsible for:
You may install:
Each additional automation server increases execution capacity and can act as a microservice worker.
The first automation server installed will:
You may install additional automation servers that:
For interop applications (e.g., MicroStation, Inventor):
This architecture allows automation engines to behave like scalable microservices.
Before installation, ensure:
You will be provided with the Automations installation media by Tentech.
You may install on:
After installation, files will be located at:
C:\Program Files (x86)\Tentech\MinuteView AutomationsAfter installation:
MinuteViewAutomations.exeFirst-Time Configuration
For first-time configuration, run it directly (not as a Windows service).
http://localhost:5000This opens the Automations Setup Wizard.
The setup consists of 3 main steps plus a final review.

This step configures:
During the MinuteView Server installation, you were prompted to export the configuration.
Configuration Export
This prevents manual re-entry and reduces errors. The configuration file was available during Server Installation Step 9.
If you do not have the exported config file:

The Automations Engine requires secure authentication to the MinuteView Server.
The system will:
You may enable fingerprint locking:
Enhanced Security
This enhances security by binding credentials to hardware.

By default, Automations runs on HTTP.
If you require HTTPS:
If HTTPS is not required:

Before completing setup, review and confirm:
Click: Save Configuration

Upon success:
After setup:
http://automation-server:5000)Server Communication
MinuteView Server can now communicate with the Automations Engine and dispatch automation jobs.
After initial configuration, it's recommended to run Automations as a Windows Service.
Open PowerShell as Administrator and run:
sc create "MinuteView Automations" `
binPath= "C:\Program Files (x86)\Tentech\MinuteView Automations\MinuteViewAutomations.exe" `
start= auto `
DisplayName= "MinuteView Automations Engine"services.msc)On the Recovery tab:
net start "MinuteView Automations"Or via Services console: Right-click → Start
To scale your automation capacity:
These servers will:
Hangfire automatically:
Scaling Strategy
For optimal performance:
Depending on your automation workflows, additional software may be required on automation servers:
| Integration | Required Software | Purpose |
|---|---|---|
| Autodesk Vault | Vault Client 2025 | File and metadata operations within Vault |
| DWG Processing | AutoCAD TrueView 2026 | DWG rendering, publishing, and export |
| DGN Processing | MicroStation Connect Edition | Automated DGN conversions and exports |
| Inventor Files | Autodesk Inventor 2020+ | Inventor parameter and model updates |
| PDF Creation | Adobe Acrobat or PDFCreator | Advanced PDF generation |
Installation Order
Install integration software before configuring automations that use them. Ensure all applications run successfully under the service account.
services.msc)Check application logs at:
C:\Program Files (x86)\Tentech\MinuteView Automations\Logs\Look for:
Symptoms: Service fails to start or immediately stops
Solutions:
Symptoms: Automations can't reach MinuteView Server
Solutions:
curl http://your-server/MinuteViewSymptoms: Authentication errors during setup
Solutions:
Symptoms: Cannot connect to SQL Server during setup
Solutions:
Symptoms: Automations created but not executing
Solutions:
The Hangfire dashboard provides real-time monitoring:
Access URL:
http://automation-server:5000/hangfireDashboard Features:
Monitoring
Regularly review the Hangfire dashboard to identify bottlenecks and optimize automation performance.
After successful installation:
For installation assistance:
Regular Maintenance
After setup, the configuration is stored at:
C:\Program Files (x86)\Tentech\MinuteView Automations\appsettings.jsonManual Editing
Only edit this file if instructed by Tentech support. Invalid JSON will prevent service startup.
Available log levels in appsettings.json:
Trace - Most verboseDebug - Debugging informationInformation - General information (recommended)Warning - Warnings onlyError - Errors onlyCritical - Critical errors onlyAdjust worker count for performance tuning:
{
"Hangfire": {
"WorkerCount": 10
}
}Worker Count