<?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: Extract Information Using SQL Query Analyzer in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089721#M87459</link>
    <description>You wrote:&lt;BR /&gt;"Trying to extract drawing information - data like Author, Part Number, Description and so on - directly from the tables on SQL server using Query Analyzer. I can't find ANY of this information in the tables.&lt;BR /&gt;Every table I query that starts with "BOM" is empty. How can I have a Bill Of Materials in Inventor and have the BOMComponent table in the database be empty?"&lt;BR /&gt;&lt;BR /&gt;As I tried to explain this BOM information isn't there and is not updated.&lt;BR /&gt;&lt;BR /&gt;You can read properties and information and the BOM structure ofcourse.&lt;BR /&gt;this can be easily don with the Vault API.&lt;BR /&gt;&lt;BR /&gt;Is that what you need?&lt;BR /&gt;What version of Vault are you using?&lt;BR /&gt;What information do you need to be read?&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 25 Jun 2018 14:45:39 GMT</pubDate>
    <dc:creator>bradeneuropeArthur</dc:creator>
    <dc:date>2018-06-25T14:45:39Z</dc:date>
    <item>
      <title>Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8086074#M87454</link>
      <description>&lt;P&gt;Trying to extract drawing information - data like Author, Part Number, Description and so on - directly from the tables on SQL server using Query Analyzer.&amp;nbsp; I can't find ANY of this information in the tables.&lt;/P&gt;&lt;P&gt;Every table I query that starts with "BOM" is empty.&amp;nbsp; How can I have a Bill Of Materials in Inventor and have the BOMComponent table in the database be empty?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to get the data in to some SSRS reports&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can anybody point me in the right direction?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 22 Jun 2018 17:30:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8086074#M87454</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-22T17:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8086798#M87455</link>
      <description>Are you talking about the vault database?</description>
      <pubDate>Sat, 23 Jun 2018 05:50:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8086798#M87455</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-23T05:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089668#M87456</link>
      <description>&lt;P&gt;Yes, the Vault database(s).&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:28:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089668#M87456</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T14:28:56Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089684#M87457</link>
      <description>&lt;P&gt;The Bill of material is only updated when Vault-Items are created.&lt;/P&gt;&lt;P&gt;So you cannot rely on that information when it is provided in vault without using items.&lt;/P&gt;&lt;P&gt;So the information is not or partly written to the vault on check in.&lt;/P&gt;&lt;P&gt;I have programmed this too using the Vault API, but it this is not the same BOM as inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;if you need further support please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tip:&lt;/P&gt;&lt;P&gt;Use the Vault API to do this. because this is safer and supported by autodesk.&lt;/P&gt;&lt;P&gt;reading directly into the tables is not a good idea and will never be supported by Autodesk.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Autodesk Software:&lt;/STRONG&gt; Inventor Professional 2018 | Vault Professional 2018 | Autocad Mechanical 2018&lt;BR /&gt;&lt;STRONG&gt;Programming Skills:&lt;/STRONG&gt; Vba | Vb.net (Add ins Vault / Inventor, Applications) | I-logic&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ideas/dimension-component-part-and-assembly/idi-p/7523011" target="_blank"&gt;Dimension Component!&lt;/A&gt; | &lt;A href="https://forums.autodesk.com/t5/inventor-ideas/export-partlist-default-configuration/idc-p/7422221#M21416" target="_blank"&gt;Partlist Export!&lt;/A&gt; | &lt;A href="https://forums.autodesk.com/t5/inventor-ideas/derived-part-and-assembly-copy-i-properties/idi-p/6349392" target="_blank"&gt;Derive I-properties!&lt;/A&gt; | &lt;A href="https://forums.autodesk.com/t5/inventor-ideas/inventor-vault-prompts-settings-amp-vault-prompts-settings-via/idi-p/7641767" target="_blank"&gt;Vault Prompts Via API!&lt;/A&gt; | &lt;A href="https://forums.autodesk.com/t5/vault-ideas/vault-professional-handbook-or-manual-to-be-provided/idi-p/7653669" target="_blank"&gt;Vault Handbook/Manual!&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/inventor-ideas/drawing-toggle-sheets/idi-p/7708757" target="_blank"&gt;Drawing Toggle Sheets!&lt;/A&gt; | &lt;A href="https://forums.autodesk.com/t5/inventor-ideas/open-files-automatically-with-quot-defer-update-quot-on-read/idi-p/7762709" target="_blank"&gt;Vault Defer Update!&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;! For administrative reasons, please mark a &lt;STRONG&gt;"Solution as solved"&lt;/STRONG&gt; when the issue is solved !&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:35:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089684#M87457</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-25T14:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089703#M87458</link>
      <description>&lt;P&gt;It's not only BOM information I'm looking for.&amp;nbsp; Item information - Author, Date Created etc - would also be useful.&amp;nbsp; It's a database, the information has to be in the tables somewhere.&lt;/P&gt;&lt;P&gt;I'm not trying to alter or insert any data - just find it so I can put it on to SSRS forms and reports.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089703#M87458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T14:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089721#M87459</link>
      <description>You wrote:&lt;BR /&gt;"Trying to extract drawing information - data like Author, Part Number, Description and so on - directly from the tables on SQL server using Query Analyzer. I can't find ANY of this information in the tables.&lt;BR /&gt;Every table I query that starts with "BOM" is empty. How can I have a Bill Of Materials in Inventor and have the BOMComponent table in the database be empty?"&lt;BR /&gt;&lt;BR /&gt;As I tried to explain this BOM information isn't there and is not updated.&lt;BR /&gt;&lt;BR /&gt;You can read properties and information and the BOM structure ofcourse.&lt;BR /&gt;this can be easily don with the Vault API.&lt;BR /&gt;&lt;BR /&gt;Is that what you need?&lt;BR /&gt;What version of Vault are you using?&lt;BR /&gt;What information do you need to be read?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:45:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089721#M87459</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-25T14:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089763#M87460</link>
      <description>&lt;P&gt;I don't need BOM information - I was just using that as an example.&amp;nbsp; How can there be no data in the BOM tables?&amp;nbsp; I find this confusing....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need Item information and I MUST pull that information using an SQL query. NOT the Vault API.&amp;nbsp; When I look for Item information in the tables I find&amp;nbsp;a bunch of empty tables - I don't see how that is possible....&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 14:58:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089763#M87460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-25T14:58:44Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089779#M87461</link>
      <description>Yes that is confusing, but this data isn't available at or is partly available.&lt;BR /&gt;It is only updated if you are using items.&lt;BR /&gt;The table will be there already, but not filled with data.&lt;BR /&gt;I don't excatly know why this is as it is but..&lt;BR /&gt;&lt;BR /&gt;if you are searching for invormation in the Vault, the vault Api is the easiest and the safest way.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:03:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089779#M87461</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-25T15:03:20Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Information Using SQL Query Analyzer</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089796#M87462</link>
      <description>&lt;P&gt;Read this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://justonesandzeros.typepad.com/blog/2012/11/the-bom-pipeline.html" target="_blank"&gt;http://justonesandzeros.typepad.com/blog/2012/11/the-bom-pipeline.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jun 2018 15:10:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/extract-information-using-sql-query-analyzer/m-p/8089796#M87462</guid>
      <dc:creator>bradeneuropeArthur</dc:creator>
      <dc:date>2018-06-25T15:10:15Z</dc:date>
    </item>
  </channel>
</rss>

