<?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: Publish NWD with embedded properties using DocumentControl in Navisworks API Forum</title>
    <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7005780#M5728</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry, there is not an update with this issue. Since it is logged against release 2016, I will test with release 2018 to see if it works now.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 04:40:52 GMT</pubDate>
    <dc:creator>xiaodong_liang</dc:creator>
    <dc:date>2017-04-10T04:40:52Z</dc:date>
    <item>
      <title>Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5869800#M5723</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi everyone,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I have a NWF file that contains a reference to a database (via File Options | data tools), and some elements has properties that are linked to the database.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I am trying to embed external database properties when doing a publish. It works well when I go through the UI, using File | Publish.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Since the process is very long and we have many documents to publish, I want to automate this process. I tried to use the&amp;nbsp;&lt;STRONG&gt;ApplicationControl&lt;/STRONG&gt;&amp;nbsp;and&amp;nbsp;&lt;STRONG&gt;DocumentControl&lt;/STRONG&gt;&amp;nbsp;classes from Control API, as seen in the examples in the API folder (api\NET\examples\Controls\PublishFile)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;However, in this example, even if the “Embed Database Properties” is checked, the resulting NWD file&lt;STRONG&gt; does not contain the embedded database properties.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;As side notes:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- M&lt;/SPAN&gt;&lt;SPAN&gt;y NWF file contains one IFC and one NWC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;-&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Database is accessed via Native Client 11.0 (I also tried ODBC driver, and a custom DSN)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;- It&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;does not matter if the query is scoped down to apply to a subset of elements or for all elements (ie: using a WHERE xyz = prop%(“categoryname”, “itemname”)). Database properties are just not embedded in the resulting NWD file.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks for your help!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Oct 2015 14:24:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5869800#M5723</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-20T14:24:33Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5875462#M5724</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I wanted to give it a verify, unfortunately SQL connection with Navisworks did not work at my side. I am checking. Before I get back, can I know such issue is reproducible with other data source type such as Access?</description>
      <pubDate>Fri, 23 Oct 2015 15:01:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5875462#M5724</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2015-10-23T15:01:11Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5875853#M5725</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have tried using it with Access but I had no succes.&lt;/P&gt;
&lt;P&gt;I also tried with Excel data source, but the properties are still not getting embedded in the NWD file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(please note, I am the one at my workplace that had this trouble, but another user here posted the original comment.)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;I made a video showing my steps (using an Excel data source), if you want to take a look to it;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;Thanks,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alain&lt;/P&gt;
&lt;DIV id="0c6cf491-def3-47a3-ba72-51fac273c83c" class="myscreencast-iframe iframe-container active-myscreencast"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/0c6cf491-def3-47a3-ba72-51fac273c83c" width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 23 Oct 2015 18:18:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5875853#M5725</guid>
      <dc:creator>alain.bolduc</dc:creator>
      <dc:date>2015-10-23T18:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5877490#M5726</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Thank you for the further information! I can also reproduce this problem by the sample gatehouse.nwd and gatehouse.xls. From my test, the publishing by UI will take time if embedding database, while it is very quick if publishing nwd by API. It looks API does nothing with exporting embedding database.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I have to log this issue with our engineer team: NW DID-52394&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Oct 2015 03:47:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/5877490#M5726</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2015-10-26T03:47:56Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7001636#M5727</link>
      <description>&lt;P&gt;Was this ever fixed? &amp;nbsp;Is it possible to embed database properties with the api?&lt;/P&gt;</description>
      <pubDate>Thu, 06 Apr 2017 23:18:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7001636#M5727</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-06T23:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7005780#M5728</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;sorry, there is not an update with this issue. Since it is logged against release 2016, I will test with release 2018 to see if it works now.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 04:40:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7005780#M5728</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2017-04-10T04:40:52Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7016537#M5729</link>
      <description>&lt;P&gt;Firstly, to clarify: this issue with the original post is about the problem when using Publish API in DocumentControl. Publish API works well with database if in a plugin. I tried to test wit release 2018, but hit another problem (.NET control application cannot start). So I am checking with engineer team.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;At this moment, you might have to publish the document by plugin way (you could write an automation and run the plugin).&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sorry for the inconvenience.,&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2017 04:14:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7016537#M5729</guid>
      <dc:creator>xiaodong_liang</dc:creator>
      <dc:date>2017-04-14T04:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7486206#M5730</link>
      <description>&lt;P&gt;Has this been fixed yet? I'm stuck at the exact same problem as OP.&amp;nbsp;Tried&amp;nbsp;both with 2016 and 2017.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 08:45:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7486206#M5730</guid>
      <dc:creator>jacob_1985</dc:creator>
      <dc:date>2017-10-24T08:45:50Z</dc:date>
    </item>
    <item>
      <title>Re: Publish NWD with embedded properties using DocumentControl</title>
      <link>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7516361#M5731</link>
      <description>&lt;DIV class="lia-panel-feedback-banner-safe"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="lia-message-body"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;It seems this problem with start API links ty mine (1) and has a long story from 2017 release (2), but I not get feedback yet.&lt;/P&gt;&lt;P&gt;Does anyone from Autodesk answer when they are going to fix this bug?&lt;/P&gt;&lt;P&gt;1:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/navisworks-api/navisworks-api-not-licensed/td-p/7496244" target="_blank"&gt;https://forums.autodesk.com/t5/navisworks-api/navisworks-api-not-licensed/td-p/7496244&lt;/A&gt;&lt;/P&gt;&lt;P&gt;2:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/navisworks-api/confusing-navisworks-api-not-licensed-error/td-p/6430673" target="_blank"&gt;https://forums.autodesk.com/t5/navisworks-api/confusing-navisworks-api-not-licensed-error/td-p/6430673&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 21:05:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/navisworks-api-forum/publish-nwd-with-embedded-properties-using-documentcontrol/m-p/7516361#M5731</guid>
      <dc:creator>OR_AND_NO</dc:creator>
      <dc:date>2017-11-03T21:05:10Z</dc:date>
    </item>
  </channel>
</rss>

