V6004

Code

V6004

Message

Unable to create variable dump file

The VM could not create the variable dump output file specified by --dump-vars.

Solutions

  1. Verify the output directory exists

  2. Check that you have write permissions for the target directory

  3. Ensure the file path does not contain invalid characters

  4. Confirm the disk has sufficient free space

# Ensure the output directory exists
mkdir -p /path/to/output/

# Check write permissions
ls -ld /path/to/output/

Think IronPLC is wrong about this?

If you believe this diagnostic is incorrect, open an issue on GitHub with a small sample that demonstrates the problem.