<?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 How to change ref doc to describe by in Windchill</title>
    <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204929#M24528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How can I change a Reference Document to a describe by document&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 May 2018 12:03:29 GMT</pubDate>
    <dc:creator>DonKrause</dc:creator>
    <dc:date>2018-05-02T12:03:29Z</dc:date>
    <item>
      <title>How to change ref doc to describe by</title>
      <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204929#M24528</link>
      <description>How can I change a Reference Document to a describe by document</description>
      <pubDate>Wed, 02 May 2018 12:03:29 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204929#M24528</guid>
      <dc:creator>DonKrause</dc:creator>
      <dc:date>2018-05-02T12:03:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to change ref doc to describe by</title>
      <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204930#M24529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you give a little bit more detail? I assume you have a WTPart associated to a WTDocument as a reference doc and would like to remove that link and associate it as a describe by document. Is that correct? Is it just one or are you looking to do that in mass?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:11:50 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204930#M24529</guid>
      <dc:creator>RobertDowns</dc:creator>
      <dc:date>2015-12-02T23:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to change ref doc to describe by</title>
      <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204931#M24530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We currently have a document, (Reference Doc type) that is related to a bunch of parts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ideally, we'd like to have this document converted to a Described By type, hopefully retaining it's existing number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then we'd create a new part, and set the newly changed existing document would be the "described by" document for the new part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:30:24 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204931#M24530</guid>
      <dc:creator>DonKrause</dc:creator>
      <dc:date>2015-12-02T23:30:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to change ref doc to describe by</title>
      <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204932#M24531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alcon has a home-grown utility and has been using it for ~ 10 years. Windchill shell command.&amp;nbsp; Input Number and type to change to.&amp;nbsp; Works like a charm. PTC's utility on this produces a SQL to be run directly against the database.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Dec 2015 23:44:35 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204932#M24531</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2015-12-02T23:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to change ref doc to describe by</title>
      <link>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204933#M24532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What we finally ended up doing, in this rough order:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disassociated all "Attached" parts/Documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Used PTC's ChangeTypeSql to get a general idea what columns need to be updated, and to what values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Queried Oracle to located the correct document in the WTDOCUMENT table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stopped the MethodServers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backup up the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changed those columns, limited to all iterations of the Document in question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Restarted the MethodServers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Returned to service.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This appears to have successfully changed a "Reference Document" type object into a "WTDocument" type without any ill effects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Don=&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Dec 2015 17:24:12 GMT</pubDate>
      <guid>https://community.ptc.com/t5/Windchill/How-to-change-ref-doc-to-describe-by/m-p/204933#M24532</guid>
      <dc:creator>DonKrause</dc:creator>
      <dc:date>2015-12-04T17:24:12Z</dc:date>
    </item>
  </channel>
</rss>

