Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


omaresp
2015-04-17T13:44:11Z
Good morning,

I'm not sure if anyone has found a workaround for this issue, I tried to look for similar threads but found nothing.
My issue is that I have a File Event Trigger that looks at a UNC path and checks if a file is created, then fires.
However, whenever the server (where the UNC is pointing to) restarts or looses connection temperately, the trigger disables. Then I'm forced to enable it manually.

Any thoughts?
Thanks,
Sponsor
Forum information
Support
2015-04-17T15:48:34Z
This is actually a common question. The reason the File Trigger disables because it gives up retrying to connect to the remote server. Fortunately, the number of times and retry interval can be set in the File Trigger. See image below:

OnErrorReconnect.png
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
omaresp
2015-04-17T15:52:46Z
We have it set up as well, still deactivates even if the server is up and responding.
2015-04-17 11_50_11-Add_Edit event.png
Support
2015-04-17T15:56:46Z
I suggest looking at log_serverDATE.txt. You will see after how long time it gave up.
Henrik
Support
http://www.visualcron.com 
Please like  VisualCron on facebook!
omaresp
2015-04-17T16:20:09Z
I have a huge file on the log, any specifics I should be looking for?

Like whats the event like when the File Trigger can't see the file on the UNC?
omaresp
2015-04-17T16:32:08Z
Well, I found the the issue but does not tell me why the Trigger stays disabled.

4/14/2015 1:08:01 PM Err Error watching directory (0/60), trigger: If TEST file is created/changed in TEST, fire, folder: \\TEST\, filter: TEST.txt, err: System.ComponentModel.Win32Exception (0x80004005): The specified network name is no longer available
4/14/2015 1:08:02 PM Debug Reconnecting in file trigger: , InstanceId: 41, hashcode: 61964805
4/14/2015 1:08:02 PM Debug File trigger event (RemoveHandlers), InstanceId: 41, hashcode: 61964805
4/14/2015 1:08:11 PM Debug Reconnecting in file trigger: If TEST file is created/changed in TEST, fire, InstanceId: 36, hashcode: 47051292
4/14/2015 1:08:11 PM Debug File trigger event (RemoveHandlers), InstanceId: 36, hashcode: 47051292
4/14/2015 1:08:11 PM Debug File trigger event (AddHandlers), InstanceId: 36, hashcode: 47051292
4/14/2015 1:08:11 PM Debug Reconnected file trigger 'If TEST file is created/changed in TEST, fire' . Directory: \\TEST\, filter: TEST.txt that belonged to Job 'Test Job'
ErikC
2015-04-23T06:26:21Z
Hi,

Looks like this error is the 1st of the 60 tries. ( Error watching directory (0/60) )
In your settings it looks every 2 minutes, 60 times (2 hours total). So around 3:08PM you should see a message that the trigger is disabled.
Is that correct?

The log you provided doesn't say the tigger is disabled, it only tells you the UNC path is not found.

Regards,
Erik
Uses Visualcron since 2006.
omaresp
2015-04-24T13:40:22Z
I looked around that time-frame and I can't see anything that says the trigger was disabled.

Anything in specific I should be looking for?
Scroll to Top