InfraGuard let you run scripts on your Linux and Window servers. After completion, the output is sent to you on your email address(if done in bulk) or displayed next to the BlackBox on your server page. If the script produces an error - it will also be sent to you via same medium.
Problem
Here is an example of an error that is thrown when the file path doesn't exist. It happens when we put spaces in folder names. Folders will get created but when we try to fetch data from that folder, we will run into following error:
Solution
We can get rid of this error by:
- Avoiding SPACE while naming folders
- Using _ or - in place of space
- Putting quotes around the file name if space exist in the folder name
Hope this helps. Feel free to create a ticket if this solution doesn't solve your error.