Hi every one,
I have a script that runs on a scheduled Gateway Event and relies on accessing files located on a local drive of the server where the Ignition Gateway is running.
Now, with Ignition Redundancy enabled, if the system fails over to the backup server, the script can no longer access the local drive of the master server. To address this, I'm considering mapping a shared network drive on both servers so the script can access the files located on the mapped drive.
However, I came across the following documentation highlighting certain considerations when using mapped drives, particularly in the context of Windows services during startup.
Mapping a Network Drive | Ignition User Manual
I have two questions:
- Can Ignition scripts access mapped drives?
- If yes, could switching between the master and backup servers cause issues similar to those experienced during service startup (e.g., loss of mapped drive context)?
Thanks