I went to the directory in question: E:\DataMart\SSIS_LOGS and identified file Data_Listener_Updates.logs to be monitored. So I right clicked on the
directory E:\DataMart\SSIS_LOGS and went to Security and added an AD user which I use for WMI normally. I gave it read, read/execute and list folder
contents permissions. In configuring the component I entered into the File Path \\${IP}\e$\DataMart\SSIS_LOGS\Data_Listener_Updates.log. And I gave
the Credentials for Monitor of the monitoring user ID mentioned earlier. When I test I get the output below. Any assistance appreciated.
Testing on node RUNDMC.PC.LOCA: failed with 'Unknown' status
| Access to the path '\\10.10.10.186\e$\DataMart\SSIS_LOGS' is denied. |
System.UnauthorizedAccessException: Access to the path '\\10.10.10.186\e$\DataMart\SSIS_LOGS' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.Directory.InternalGetFileDirectoryNames(String path, String userPathOriginal, String searchPattern, Boolean includeFiles, Boolean includeDirs, SearchOption searchOption) at System.IO.Directory.GetFiles(String path, String searchPattern, SearchOption searchOption) at SolarWinds.APM.Probes.FileExistenceProbe.CheckFile(String path) at SolarWinds.APM.Probes.FileExistenceProbe.FileProbeInternal(String path, UserNamePasswordCredential cred, PortMonitorResult result) at SolarWinds.APM.Probes.FileExistenceProbe.FileProbe(String path, UserNamePasswordCredential cred, ProbeResultBase result) at SolarWinds.APM.Probes.FileProbeBase`1.Probe(ProbeInformation probeInfo, ProbeResultBase result) |