<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: The system cannot find the path specified. in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58712#M11561</link>
    <description>&lt;P&gt;I checked the splunkd.log, the only thing I could find a couple times is this. Must be from the time a were able to add such a monitoring link:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TailingProcessor - Insufficient permissions to read file='\\VBOXSVR\Documents\Logauswertung\Logs\14.SystemOut.log' (hint: Incorrect function.).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I also tried your oneshot in cmd, this is the message I got:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\Splunk\bin&amp;gt;splunkd.exe add oneshot E:\Logauswertung\Logs\SystemOut
Couldn't open log file configuration "\etc\log.cfg": The operation completed successfully.
Error loading logging config file
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this help us?&lt;/P&gt;</description>
    <pubDate>Tue, 16 Aug 2011 13:27:21 GMT</pubDate>
    <dc:creator>Katsche</dc:creator>
    <dc:date>2011-08-16T13:27:21Z</dc:date>
    <item>
      <title>The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58708#M11557</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;

&lt;P&gt;I am running Splunk 4.2.3 on WinXP 32Bit in VirtualBox. Everytime I try to add some files to my database I get this error: &lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Encountered the following error while trying to save: In handler 'oneshotinput': unable to open file: path='E:\Logauswertung\Logs\SystemOut\' error='The system cannot find the path specified.'
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I just can't figure out, what I am doing wrong. Even when I am just trying to add some files from "C:\" (of the guest system in VirtualBox) I get the error, not to ask about directories from the host system...&lt;/P&gt;

&lt;P&gt;Can anyone please help a newbie... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;Kind regards&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 11:14:13 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58708#M11557</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-16T11:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58709#M11558</link>
      <description>&lt;P&gt;Interesting to add: When I choose to "Upload and index" a file instead of "Continuously index data from a file or directory this Splunk instance can access" or "Index a file once from this Splunk server" it works from every path.&lt;/P&gt;

&lt;P&gt;Using "Continuously index data from a file or directory this Splunk instance can access" gives a slightly different error:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;Encountered the following error while trying to save: In handler 'monitor': Parameter name: Path does not exist.
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Anyone there to help?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 12:48:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58709#M11558</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-16T12:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58710#M11559</link>
      <description>&lt;P&gt;Hi Katsche&lt;/P&gt;

&lt;P&gt;check for any stanzas in any inputs.conf referring to E:\Logauswertung\Logs\SystemOut\ and remove them. did you check splunkd.log, any errors there? try to add a &lt;EM&gt;oneshot&lt;/EM&gt; with the cmd like this:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;%SPLUNK_HOME%/bin/splunkd.exe add oneshot &amp;lt;PathToYourLogFiles&amp;gt;
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;hope this helps, if not &lt;A href="http://docs.splunk.com/Documentation"&gt;docs&lt;/A&gt; is always ein guter Platz um etwas nachzulesen &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:01:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58710#M11559</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2011-08-16T13:01:24Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58711#M11560</link>
      <description>&lt;P&gt;check your %SPLUNK_HOME%/var/log/splunk/splunkd.log for errors - splunkd.log is your friend &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:03:57 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58711#M11560</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2011-08-16T13:03:57Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58712#M11561</link>
      <description>&lt;P&gt;I checked the splunkd.log, the only thing I could find a couple times is this. Must be from the time a were able to add such a monitoring link:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;TailingProcessor - Insufficient permissions to read file='\\VBOXSVR\Documents\Logauswertung\Logs\14.SystemOut.log' (hint: Incorrect function.).
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;I also tried your oneshot in cmd, this is the message I got:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;C:\Program Files\Splunk\bin&amp;gt;splunkd.exe add oneshot E:\Logauswertung\Logs\SystemOut
Couldn't open log file configuration "\etc\log.cfg": The operation completed successfully.
Error loading logging config file
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Does this help us?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:27:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58712#M11561</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-16T13:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58713#M11562</link>
      <description>&lt;P&gt;I tried some other things (one-by-one and all of them together):&lt;/P&gt;

&lt;OL&gt;
&lt;LI&gt;Removing the "read only" from all folders and files in the Splunk directory (there were some restrictions)&lt;/LI&gt;
&lt;LI&gt;Turning off the WinXP-Firewall&lt;/LI&gt;
&lt;LI&gt;Disable avast Antivirus&lt;/LI&gt;
&lt;/OL&gt;

&lt;P&gt;Still no change.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Aug 2011 13:51:05 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58713#M11562</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-16T13:51:05Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58714#M11563</link>
      <description>&lt;P&gt;Good morning everyone. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;I should be able to access files and directories no matter if I installed Splunk as a local user or in a domain, right? My Splunk is set up as local user.&lt;/P&gt;

&lt;P&gt;Didn't anybody ever got this issue, I can't figure out any solution on my self...&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 07:50:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58714#M11563</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T07:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58715#M11564</link>
      <description>&lt;P&gt;Hi Katsche&lt;/P&gt;

&lt;P&gt;sorry to say that, but you must be doing something wrong &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; I have multiple VM's running XP SP3 and various Splunk version 4.1.6 - 4.2.3 and they all work just fine. &lt;/P&gt;

&lt;P&gt;do a fresh install and change nothing, take a VM snapshot and start your work in splunk by just adding one thing after the other, like 'oneshot' or over the UI directory monitoring.&lt;/P&gt;

&lt;P&gt;and keep reading the docs, it's all there &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;

&lt;P&gt;cheers,&lt;BR /&gt;
MuS &lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 11:28:07 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58715#M11564</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2011-08-17T11:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58716#M11565</link>
      <description>&lt;P&gt;I reinstalled Splunk and now I'am able to index files, which are in the guest system.&lt;/P&gt;

&lt;P&gt;Unfortunality I still get the error "Encountered the following error while trying to save: In handler 'monitor': Parameter name: Path does not exist." when I am trying to add a network path.&lt;/P&gt;

&lt;P&gt;I am using VirtualBox and its guest additions to access files on the host system. These files are to be found via this links fro the guest system:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;E:\Logauswertungen\Logs\
\\vboxsrv\Documents\Logauswertungen\Logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Everytime I try to add this folders I get the error.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 12:14:38 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58716#M11565</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T12:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58717#M11566</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I rarely remember that there is some problem in Windows with services trying to access network drives. maybe you ran into this. please don't ask for the fix for that, way to long ago &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 12:30:21 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58717#M11566</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2011-08-17T12:30:21Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58718#M11567</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;
will I be able to search on the topic in the old forums? Otherwise i will "contact" google and search for anything concerning services trying to access network drives.&lt;BR /&gt;
Sounds promising.&lt;BR /&gt;
Thank you very much&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 12:33:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58718#M11567</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T12:33:06Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58719#M11568</link>
      <description>&lt;P&gt;It's working for \vboxsrv\Documents\Logauswertungen\Logs now, I must have forgotten to check this option after the reinstall.&lt;/P&gt;

&lt;P&gt;To add some knowledge: Services must not access network drives through drive mappings, they have to use the UNC names. See &lt;A href="http://support.microsoft.com/kb/180362"&gt;INFO: Services and Redirected Drives&lt;/A&gt; for more information.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 12:51:48 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58719#M11568</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T12:51:48Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58720#M11569</link>
      <description>&lt;P&gt;sweet, so have fun then with your splunk setup &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 12:54:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58720#M11569</guid>
      <dc:creator>MuS</dc:creator>
      <dc:date>2011-08-17T12:54:43Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58721#M11570</link>
      <description>&lt;P&gt;Ahh... !&lt;BR /&gt;
Now i got the problem, that the splunk service isn't able to index the files in the network drive link described here &lt;A href="http://splunk-base.splunk.com/answers/1730/windows-mapped-drive-and-light-forwarding"&gt;Windows Mapped Drives and Light Forwarding&lt;/A&gt;. Here is the link given in that Thread: &lt;A href="http://stackoverflow.com/questions/182750/how-to-map-a-network-drive-to-be-used-by-a-service"&gt;How to map a network drive to be used by a service&lt;/A&gt;.&lt;/P&gt;

&lt;P&gt;I will try the solution given there.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 13:02:06 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58721#M11570</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T13:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: The system cannot find the path specified.</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58722#M11571</link>
      <description>&lt;P&gt;Its working for&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt;\\vboxsrv\Documents\Logauswertungen\Logs
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;now, but Splunk isn't indexing the files there. There must be a connection to this:&lt;/P&gt;

&lt;P&gt;&lt;A href="http://stackoverflow.com/questions/182750/how-to-map-a-network-drive-to-be-used-by-a-service"&gt;How to map a network drive to be used by a service&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/124184/en-us"&gt;Service Running as System Account Fails Accessing Network&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;I am still checking the options. Thought this might be important for other guys too, so I post it here.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Aug 2011 15:04:40 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/The-system-cannot-find-the-path-specified/m-p/58722#M11571</guid>
      <dc:creator>Katsche</dc:creator>
      <dc:date>2011-08-17T15:04:40Z</dc:date>
    </item>
  </channel>
</rss>

