<?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 Xtop.exe Process ID from Asynchronous Program in Customization</title>
    <link>https://www.ptcusercommunity.com/t5/Customization/Xtop-exe-Process-ID-from-Asynchronous-Program/m-p/263486#M4404</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Has anyone been able to determine the process Id of xtop.exe started from &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;an asynchronous Pro/TOOLKIT program?  I'm trying to traverse the process &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;list but there is no connection between my application Id and xtop.exe. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Not even through pro_comm_msg.exe.  Any thoughts?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick Williams&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sr. Systems Engineer II&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mechanical Engineering Solutions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Missile Systems&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raytheon Company&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;+1 520.545.6995   (business)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+1 520.545.6399   (fax)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TU/M12/8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6221 S Palo Verde Rd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tucson, AZ 85706   USA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="http://www.raytheon.com" target="_blank" rel="nofollow noopener noreferrer"&gt;www.raytheon.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This message contains information that may be confidential and privileged. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless you are the addressee (or authorized to receive mail for the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;addressee), you should not use, copy or disclose to anyone this message or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any information contained in this message. If you have received this &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;message in error, please so advise the sender by reply e-mail and delete &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this message. Thank you for your cooperation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;This thread is inactive and closed by the PTC Community Management Team. If you would like to provide a reply and re-open this thread, please notify the moderator and reference the thread.  You may also use "Start a topic" button to ask a new question. Please be sure to include what version of the PTC product you are using so another community member knowledgeable about your version may be able to assist. &lt;/STRONG&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 13 Dec 2020 17:25:30 GMT</pubDate>
    <dc:creator>pwilliams-3</dc:creator>
    <dc:date>2020-12-13T17:25:30Z</dc:date>
    <item>
      <title>Xtop.exe Process ID from Asynchronous Program</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Xtop-exe-Process-ID-from-Asynchronous-Program/m-p/263486#M4404</link>
      <description>Has anyone been able to determine the process Id of xtop.exe started from an asynchronous Pro/TOOLKIT program?  I'm trying to traverse the process list but there is no connection between my application Id and xtop.exe. Not even through pro_comm_msg.exe.  Any thoughts?Patrick WilliamsSr.</description>
      <pubDate>Sun, 13 Dec 2020 17:25:30 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Xtop-exe-Process-ID-from-Asynchronous-Program/m-p/263486#M4404</guid>
      <dc:creator>pwilliams-3</dc:creator>
      <dc:date>2020-12-13T17:25:30Z</dc:date>
    </item>
    <item>
      <title>Xtop.exe Process ID from Asynchronous Program</title>
      <link>https://www.ptcusercommunity.com/t5/Customization/Xtop-exe-Process-ID-from-Asynchronous-Program/m-p/263487#M4405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I found the answer but it's only for Wildfire 4.0.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is (Wildfire 4.0 only) is to have the dll publish it's &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;application id (ProToolkitIdGet) in the registry under a key that contains &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the Pro/ENGINEER connection Id (ProEngineerConnectionIdGet).  The &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;asynchronous program can also call ProEngineerConnectionIdGet to formulate &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;the proper registry key and query the value of the toolkit dll id.  For &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HKEY_CURRENT_USER\Software\Raytheon\ProUtilOutputLib\&amp;lt;connection id="&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;        ToolkitDllId &amp;lt;toolkit id="&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Of course the asynchronous application has to know what the root of the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;key will be but that is something that can be assumed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Patrick Williams&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sr. Systems Engineer II&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Mechanical Engineering Solutions&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Missile Systems&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Raytheon Company&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;+1 520.545.6995   (business)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;+1 520.545.6399   (fax)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;TU/M12/8&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;6221 S Palo Verde Rd&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Tucson, AZ 85706   USA&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;A href="http://www.raytheon.com" target="_blank"&gt;www.raytheon.com&lt;/A&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;This message contains information that may be confidential and privileged. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Unless you are the addressee (or authorized to receive mail for the &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;addressee), you should not use, copy or disclose to anyone this message or &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;any information contained in this message. If you have received this &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;message in error, please so advise the sender by reply e-mail and delete &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;this message. Thank you for your cooperation.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Oct 2017 17:01:50 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Customization/Xtop-exe-Process-ID-from-Asynchronous-Program/m-p/263487#M4405</guid>
      <dc:creator>pwilliams-3</dc:creator>
      <dc:date>2017-10-26T17:01:50Z</dc:date>
    </item>
  </channel>
</rss>

