DranSCADA documentation / Troubleshooting

Troubleshooting

This page lists some tools and advice to help troubleshoot common DranSCADA issues.

Troubleshoot with logs

If you encounter an error or problem, then you can check the DranSCADA server log. Usually located at /var/log/dranscada/dranscada.log on Unix systems or in <dranscada_install_dir>/data/log on other platforms and manual installations.

You can enable more logging by changing log level in the DranSCADA configuration file.

Troubleshoot transformations

Order of transformations matters. If the final data output from multiple transformations looks wrong, try changing the transformation order. Each transformation transforms data returned by the previous transformation, not the original raw data.

For more information, refer to Debug transformations.