<?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 Fetch idle PDMLink Users' list in Windchill</title>
    <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85159#M10007</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can have a look in the Oracle tables to find a users last login date:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select max(auditrecord.createstampa2) as LASTLOGINDATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from auditrecord, wtuser where auditrecord.idb5 = wtuser.ida2a2 and wtuser.name = ‘ab1234’;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim Van Dragt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PLM Architect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Information Technology&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hermanmiller.com&lt;/SPAN&gt;&lt;A href="http://www.hermanmiller.com" style="&amp;gt;http://www.hermanmiller.com&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;616 654 5285 OFFICE&amp;lt;br /&amp;gt;616 836 8394 CELL&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;HermanMiller&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Feb 2014 15:11:56 GMT</pubDate>
    <dc:creator>JIMVANDRAGT</dc:creator>
    <dc:date>2014-02-11T15:11:56Z</dc:date>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85155#M10003</link>
      <description>I am required to fetch users' list who have not logged in to PDMLink system for 90 days. Will it be possible to fetch such report? If yes, please let me know the steps to fetch this report.ThanksM Pavundoss</description>
      <pubDate>Wed, 02 May 2018 14:00:27 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85155#M10003</guid>
      <dc:creator>pmuthuramalinga</dc:creator>
      <dc:date>2018-05-02T14:00:27Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85156#M10004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Not sure of the how, but there is no direct report available.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You will need to get a list of who has logged in and compare it to a list of all users.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 14:50:03 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85156#M10004</guid>
      <dc:creator>BenLoosli</dc:creator>
      <dc:date>2014-02-11T14:50:03Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85157#M10005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You could parse the data from the PTC Windchill Usage tool.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 14:57:04 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85157#M10005</guid>
      <dc:creator>Lohbauer</dc:creator>
      <dc:date>2014-02-11T14:57:04Z</dc:date>
    </item>
    <item>
      <title>RE: Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85158#M10006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When user login to Windchill login event is generated and OOTB that is stored in windchill DB. you can query on Windchill DB to get list of user who have not logged.&lt;BR /&gt;PFA attached sample QML/Report for getting list of user who have not logged in since 30 days. you can modify criteria as per requirment.&lt;BR /&gt;&lt;/P&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Hope this helps !!!&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;BR /&gt;Shreyas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:10:36 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85158#M10006</guid>
      <dc:creator>atre.shreyas</dc:creator>
      <dc:date>2014-02-11T15:10:36Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85159#M10007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You can have a look in the Oracle tables to find a users last login date:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;select max(auditrecord.createstampa2) as LASTLOGINDATE&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from auditrecord, wtuser where auditrecord.idb5 = wtuser.ida2a2 and wtuser.name = ‘ab1234’;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jim Van Dragt&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;PLM Architect&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Information Technology&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;hermanmiller.com&lt;/SPAN&gt;&lt;A href="http://www.hermanmiller.com" style="&amp;gt;http://www.hermanmiller.com&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;616 654 5285 OFFICE&amp;lt;br /&amp;gt;616 836 8394 CELL&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;HermanMiller&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 15:11:56 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85159#M10007</guid>
      <dc:creator>JIMVANDRAGT</dc:creator>
      <dc:date>2014-02-11T15:11:56Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85160#M10008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This info is available here (pulls from auditrecord table):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[cid:image005.png@01CF270A.38AE58A0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;[cid:image006.png@01CF270A.38AE58A0]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Provided configAudit.xml is configured (as it is OTB) with “login” - true&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Feb 2014 18:18:29 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85160#M10008</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2014-02-11T18:18:29Z</dc:date>
    </item>
    <item>
      <title>RE: Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85161#M10009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your suggestions. Your suggestions helped me to fetch needed report from the database.&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;BR /&gt;&lt;P&gt;M Pavundoss&lt;BR /&gt;&lt;BR /&gt;In Reply to Mike Lockwood:&lt;/P&gt;&lt;BR /&gt;&lt;BLOCKQUOTE&gt;This info is available here (pulls from auditrecord table):&lt;BR /&gt;&lt;BR /&gt;[cid:image005.png@01CF270A.38AE58A0]&lt;BR /&gt;&lt;BR /&gt;[cid:image006.png@01CF270A.38AE58A0]&lt;BR /&gt;&lt;BR /&gt;Provided configAudit.xml is configured (as it is OTB) with “login” - true&lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 14:49:54 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85161#M10009</guid>
      <dc:creator>pmuthuramalinga</dc:creator>
      <dc:date>2014-02-12T14:49:54Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85162#M10010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;From a few years ago (January 2012):&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://portal.ptcuser.org/p/fo/st/topic=16&amp;amp;post=104701#p104701" style="&amp;gt;http://portal.ptcuser.org/p/fo/st/topic=16&amp;amp;post=104701#p104701&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Link at the bottom of the web page – &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;a href=; &amp;gt;http://portal.ptcuser.org/p/fo/do/download=1&amp;amp;fid=13559&amp;lt;/a&amp;gt;&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;Has a report that can do that – I use it with Windchill 9.1 m070  (Thanks to Dax Williams)&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;br /&amp;gt;&amp;lt;/body&amp;gt;"&gt;&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 15:43:12 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85162#M10010</guid>
      <dc:creator>JohnGloor</dc:creator>
      <dc:date>2014-02-12T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85163#M10011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;That query appears to find all logins for all users during the time&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;specified.  In my case, to search over the last 90 days the report was 20k+&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;events.  Is there a way to reduce it to remove duplicates?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Pete&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:23:35 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85163#M10011</guid>
      <dc:creator>pcnelson</dc:creator>
      <dc:date>2014-02-12T20:23:35Z</dc:date>
    </item>
    <item>
      <title>Fetch idle PDMLink Users' list</title>
      <link>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85164#M10012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Probably this UI cannot - it runs a query without "latest" (SQL maximum).  Not well-structured or scalable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Likely have to use the direct database query suggested by others - or similar in a query builder report also suggested by others.  We use a direct database query.&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Feb 2014 20:26:17 GMT</pubDate>
      <guid>https://www.ptcusercommunity.com/t5/Windchill/Fetch-idle-PDMLink-Users-list/m-p/85164#M10012</guid>
      <dc:creator>MikeLockwood</dc:creator>
      <dc:date>2014-02-12T20:26:17Z</dc:date>
    </item>
  </channel>
</rss>

