<?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: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/530577#M89306</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/106480"&gt;@Cbr1sg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have the same problem. Did you resolve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I tried to search on google but no luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It saves schema in somewhere that not has permission, I can't figure out where it saves schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone else have ideas about this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;regards&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 24 Nov 2020 11:18:28 GMT</pubDate>
    <dc:creator>bknumb</dc:creator>
    <dc:date>2020-11-24T11:18:28Z</dc:date>
    <item>
      <title>DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/508225#M86486</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;When I was trying to setup a new connection in DBConnect 3.2, i got this error message&lt;/P&gt;&lt;PRE&gt;java.sql.SQLException: Error while saving schema to file: java.io.FileNotFoundException&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;anyone knows how to fix it?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jul 2020 03:03:24 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/508225#M86486</guid>
      <dc:creator>Cbr1sg</dc:creator>
      <dc:date>2020-07-09T03:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/530577#M89306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/106480"&gt;@Cbr1sg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I have the same problem. Did you resolve this?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;I tried to search on google but no luck &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;It saves schema in somewhere that not has permission, I can't figure out where it saves schema.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone else have ideas about this issue?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Nov 2020 11:18:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/530577#M89306</guid>
      <dc:creator>bknumb</dc:creator>
      <dc:date>2020-11-24T11:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/531111#M89363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;After asking Unity about this error, they told me I had to add the following parameter on the JDBC URL, as well as adding the authSource&lt;/P&gt;&lt;P&gt;- Windows: c:/temp/mongo.xml&lt;/P&gt;&lt;P&gt;- Linux: /tmp/mong.xml&lt;/P&gt;&lt;P&gt;This is a location on where to save the schema as a XML file. You can change it to whatever you want as well as the name of the file.&lt;/P&gt;&lt;P&gt;They also told me that problem was that the default location for the file was not writeable, although they didn't tell me where was that location.&lt;/P&gt;&lt;P&gt;This is an example that worked for me:&lt;/P&gt;&lt;P&gt;jdbc:mongodb://user:password@host:port/database?&lt;STRONG&gt;schema=/tmp/mongo.xml&lt;/STRONG&gt;&amp;amp;authSource=admin&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jordi.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Nov 2020 08:24:58 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/531111#M89363</guid>
      <dc:creator>instoremedia</dc:creator>
      <dc:date>2020-11-27T08:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559567#M92544</link>
      <description>&lt;P&gt;Correct, I also ask Unity guys about this and they gave same answer to me.&lt;/P&gt;&lt;P&gt;Just additional note, make sure splunk has access to whatever xml file that you're pointing to. In my case, i gave everyone view access to the file. Then problem is solved.&lt;/P&gt;</description>
      <pubDate>Thu, 15 Jul 2021 09:53:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559567#M92544</guid>
      <dc:creator>Cbr1sg</dc:creator>
      <dc:date>2021-07-15T09:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559863#M92573</link>
      <description>&lt;P&gt;Sorry where did you give everyone access to the file, on your OS or somewhere in Splunk config?&lt;BR /&gt;I am stuck on the same problem&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Fri, 16 Jul 2021 18:53:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559863#M92573</guid>
      <dc:creator>IcyPenguin</dc:creator>
      <dc:date>2021-07-16T18:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559952#M92579</link>
      <description>&lt;P&gt;Yes that's on OS level, my Splunk is on linux so I use chmod&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 00:52:33 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/559952#M92579</guid>
      <dc:creator>Cbr1sg</dc:creator>
      <dc:date>2021-07-19T00:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/560043#M92594</link>
      <description>&lt;P&gt;Thanks for the reply,&lt;BR /&gt;Do you remember what folder / file needed the permissions, when I run DB Connect with a manual file location for /tmp/file.xml it works fine, and I can see the file gets created with Splunk:Splunk ownership.&amp;nbsp; I am trying to figure out where DB Connect is trying to create a file that it does not have permissions for&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 12:51:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/560043#M92594</guid>
      <dc:creator>IcyPenguin</dc:creator>
      <dc:date>2021-07-19T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: DBConnect 3.2 error Error while saving schema to file: java.io.FileNotFoundException</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/573729#M101471</link>
      <description>&lt;P&gt;as I mentioned above, the xml file that you're pointing to, need to have at least read permission for splunk.&lt;/P&gt;&lt;P&gt;In my case, I gave read permission to everyone, to be safe.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Nov 2021 02:31:39 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/DBConnect-3-2-error-Error-while-saving-schema-to-file-java-io/m-p/573729#M101471</guid>
      <dc:creator>Cbr1sg</dc:creator>
      <dc:date>2021-11-05T02:31:39Z</dc:date>
    </item>
  </channel>
</rss>

