Start and stop an adapter
- Last UpdatedAug 25, 2025
- 1 minute read
Complete the procedure appropriate for your operating system to start or stop an adapter service:
Windows
1. Open Windows services.
2. Select AVEVA Adapter for Structured Data Files.
3. Depending on whether your adapter is running or not, select either Start or Stop.
Linux
1. Open command line.
2. Depending on whether your adapter is running or not, type one of the following commands:
Example:
Start AVEVA Adapter for Structured Data Files
sudo systemctl start aveva.adapter.<adapterType>.service
Example:
Stop AVEVA Adapter for Structured Data Files
sudo systemctl stop aveva.adapter.<adapterType>.service
3. Select Enter.