<?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: Get information about queue item out of table BPASessionLog from BP database in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82138#M33613</link>
    <description>&lt;P&gt;Select w.id as itemid, P.name as processname&lt;/P&gt;
&lt;P&gt;from BPAWorkQueueItem W&lt;/P&gt;
&lt;P&gt;inner join&lt;/P&gt;
&lt;P&gt;BPASession S on W.sessionid=S.sessionid&lt;/P&gt;
&lt;P&gt;inner join&lt;/P&gt;
&lt;P&gt;BPASessionLog_NonUnicode&amp;nbsp;N on N.sessionnumber=S.sessionnumber&lt;BR /&gt;inner join&lt;BR /&gt;BPAProcess P on S.processid=P.processid&lt;/P&gt;
&lt;P&gt;where P.name= &amp;lt;processname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can join session table and session nonunicode table using sessionnumber and do an inner join to workqueueitem table on sessionid&amp;nbsp; and you can group by sessionnumber &lt;BR /&gt;&lt;BR /&gt;however I suggest not to depend on session nonunicode table at all, as this data is irrelevant for reporting and should be archived periodically. else you will end up&amp;nbsp;overshooting your Database storage&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Tue, 17 Dec 2019 11:00:00 GMT</pubDate>
    <dc:creator>JerinJose</dc:creator>
    <dc:date>2019-12-17T11:00:00Z</dc:date>
    <item>
      <title>Get information about queue item out of table BPASessionLog from BP database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82137#M33612</link>
      <description>​Hello everyone, &lt;BR /&gt;&lt;BR /&gt;I have a question about the table "BPASessionLog_NonUnicode" in the Blue Prism database:&lt;BR /&gt;Is there a possibility to see in the table, which queue item the log entry is about? Can I, for example, join any other table to the this one to add the information?&lt;BR /&gt;&lt;BR /&gt;By going through the documentation of the tables, I didn't find a possibility to add the respective information. But this would be extremely helpful, e.g. for Process Mining purposes, or to create a customized log file. &lt;BR /&gt;&lt;BR /&gt;I am happy to share additional information about this issue, if needed.&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Pascal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pascal Weber&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 16 Dec 2019 13:49:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82137#M33612</guid>
      <dc:creator>PascalWeber</dc:creator>
      <dc:date>2019-12-16T13:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get information about queue item out of table BPASessionLog from BP database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82138#M33613</link>
      <description>&lt;P&gt;Select w.id as itemid, P.name as processname&lt;/P&gt;
&lt;P&gt;from BPAWorkQueueItem W&lt;/P&gt;
&lt;P&gt;inner join&lt;/P&gt;
&lt;P&gt;BPASession S on W.sessionid=S.sessionid&lt;/P&gt;
&lt;P&gt;inner join&lt;/P&gt;
&lt;P&gt;BPASessionLog_NonUnicode&amp;nbsp;N on N.sessionnumber=S.sessionnumber&lt;BR /&gt;inner join&lt;BR /&gt;BPAProcess P on S.processid=P.processid&lt;/P&gt;
&lt;P&gt;where P.name= &amp;lt;processname&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;you can join session table and session nonunicode table using sessionnumber and do an inner join to workqueueitem table on sessionid&amp;nbsp; and you can group by sessionnumber &lt;BR /&gt;&lt;BR /&gt;however I suggest not to depend on session nonunicode table at all, as this data is irrelevant for reporting and should be archived periodically. else you will end up&amp;nbsp;overshooting your Database storage&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jerin Jose&lt;BR /&gt;RPA Product SME&lt;BR /&gt;EY&lt;BR /&gt;Asia/Kolkata&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Dec 2019 11:00:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82138#M33613</guid>
      <dc:creator>JerinJose</dc:creator>
      <dc:date>2019-12-17T11:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Get information about queue item out of table BPASessionLog from BP database</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82139#M33614</link>
      <description>​Hi Jerin, &lt;BR /&gt;&lt;BR /&gt;thanks for your response. &lt;BR /&gt;&lt;BR /&gt;Unfortunately, this way my log entries in the BSASessionLog_NonUnicode get multiplied with the number of work items of the session. In the end I basically have every log entry for every item. &lt;BR /&gt;&lt;BR /&gt;But I need a table, where I can see exactly, which log entry belongs to which item. &lt;BR /&gt;&lt;BR /&gt;Do you have any additional suggestions? Did I miss anything?&lt;BR /&gt;&lt;BR /&gt;(I also sent you a mail)&lt;BR /&gt;&lt;BR /&gt;Kind regards&lt;BR /&gt;Pascal&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pascal Weber&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Dec 2019 16:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Get-information-about-queue-item-out-of-table-BPASessionLog-from/m-p/82139#M33614</guid>
      <dc:creator>PascalWeber</dc:creator>
      <dc:date>2019-12-20T16:11:00Z</dc:date>
    </item>
  </channel>
</rss>

