<?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 Runtime Real Time Status in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60043#M13580</link>
    <description>Hi all,&lt;BR /&gt;i'm trying to create a script for realtime monitoring of runtime status.&lt;BR /&gt;&lt;BR /&gt;I've found a very useful command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8181/status" target="test_blank"&gt;http://localhost:8181/status&lt;/A&gt; that display the information needed, but it works only in localhost host. If I use the IP address (of the same machine or another one in same subnet), I receive this error:&lt;BR /&gt;&lt;BR /&gt;USER NOT SET.&lt;BR /&gt;&lt;BR /&gt;I've tried to pass user and pwd as I've found on some BP document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8181/user=%20user&amp;amp;password=%20pwd&amp;amp;status" target="test_blank"&gt;http://localhost:8181/user=%20user&amp;amp;password=%20pwd&amp;amp;status&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but I receive: authentication failed (I'm sure that user and pwd are OK) and the USER NOT SET&lt;BR /&gt;&lt;BR /&gt;Any help will be very appreciate.&lt;BR /&gt;&lt;BR /&gt;pasquale&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Thu, 02 Jan 2020 16:21:00 GMT</pubDate>
    <dc:creator>PasqualeFimiani</dc:creator>
    <dc:date>2020-01-02T16:21:00Z</dc:date>
    <item>
      <title>Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60043#M13580</link>
      <description>Hi all,&lt;BR /&gt;i'm trying to create a script for realtime monitoring of runtime status.&lt;BR /&gt;&lt;BR /&gt;I've found a very useful command:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8181/status" target="test_blank"&gt;http://localhost:8181/status&lt;/A&gt; that display the information needed, but it works only in localhost host. If I use the IP address (of the same machine or another one in same subnet), I receive this error:&lt;BR /&gt;&lt;BR /&gt;USER NOT SET.&lt;BR /&gt;&lt;BR /&gt;I've tried to pass user and pwd as I've found on some BP document:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://localhost:8181/user=%20user&amp;amp;password=%20pwd&amp;amp;status" target="test_blank"&gt;http://localhost:8181/user=%20user&amp;amp;password=%20pwd&amp;amp;status&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;but I receive: authentication failed (I'm sure that user and pwd are OK) and the USER NOT SET&lt;BR /&gt;&lt;BR /&gt;Any help will be very appreciate.&lt;BR /&gt;&lt;BR /&gt;pasquale&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jan 2020 16:21:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60043#M13580</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-02T16:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60044#M13581</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;try this:&lt;BR /&gt;- http://[machine]:[port]/user name [username]&lt;BR /&gt;- http://[machine]:[port]/password [password]&lt;BR /&gt;- http://[machine]:[port]/status&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 06:47:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60044#M13581</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-01-03T06:47:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60045#M13582</link>
      <description>Hi,&lt;BR /&gt;thank for your reply. I've tried and a receive these messages:&lt;BR /&gt;&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/user" target="_blank" rel="noopener"&gt;http://[machine]:[port]/user&lt;/A&gt; name [username] -&amp;gt; USER SET&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/password" target="_blank" rel="noopener"&gt;http://[machine]:[port]/password&lt;/A&gt; [password] -&amp;gt; AUTHENTICATION FAILED (I'm logged via remote desktop with these credential)&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/status" target="_blank" rel="noopener"&gt;http://[machine]:[port]/status&lt;/A&gt; -&amp;gt; USER NOT SET&lt;BR /&gt;&lt;BR /&gt;Do I have to use specific credential?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;pasquale&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 07:48:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60045#M13582</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-03T07:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60046#M13583</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;sorry to be not specific enough. In brackets [] you should use your own values so:&lt;BR /&gt;instead of [machine] you should use localhost or specific machine name&lt;BR /&gt;instead of [username] and [password] there your real username and password should go. the user must have a rights to connect to Blue Prism&lt;BR /&gt;&lt;BR /&gt;BR,&lt;BR /&gt;M&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 08:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60046#M13583</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-01-03T08:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60047#M13584</link>
      <description>Hi, &lt;BR /&gt;thanks. &lt;BR /&gt;&lt;BR /&gt;Yes, I've tried with my own values.&lt;BR /&gt;&lt;BR /&gt;pasquale&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 09:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60047#M13584</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-03T09:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60048#M13585</link>
      <description>Also you can allays use &lt;BR /&gt;&lt;A href="http://localhost:8181/help" target="test_blank"&gt;http://localhost:8181/help&lt;/A&gt;&lt;BR /&gt;which shows all the commands available and for more detailed info for each command use&lt;BR /&gt;&lt;A href="http://localhost:8181/help" target="test_blank"&gt;http://localhost:8181/help&lt;/A&gt; [command]&lt;BR /&gt;where [command] might be one of the listed before commands for example:&lt;BR /&gt;&lt;A href="http://localhost:8181/help" target="test_blank"&gt;http://localhost:8181/help&lt;/A&gt; user&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Mindaugas Breskus&lt;BR /&gt;Software engineer&lt;BR /&gt;Swedbank&lt;BR /&gt;Europe/Vilnius&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 09:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60048#M13585</guid>
      <dc:creator>MindaugasBresku</dc:creator>
      <dc:date>2020-01-03T09:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60049#M13586</link>
      <description>Hi,&lt;BR /&gt;thank you.&lt;BR /&gt;&lt;BR /&gt;I'm trying to explore /help section, but for now I'm stuck with the error above.&lt;BR /&gt;&lt;BR /&gt;If I use localhost host, everything works (without need of user/pwd), but I need to get status also from others remote VDI (in same subnet)&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;pasquale&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 03 Jan 2020 14:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60049#M13586</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-03T14:03:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60050#M13587</link>
      <description>Just to confirm, you're using the Blue Prism user name and password, right?&lt;BR /&gt;&lt;BR /&gt;I'd check if your password has any URL special characters, as it might be incorrectly parsing it. For example, if your password had an ampersand, such as&amp;nbsp;&lt;STRONG&gt;test&amp;amp;123&lt;/STRONG&gt;, you'd have to enter that in as&amp;nbsp;&lt;STRONG&gt;test%26123&lt;/STRONG&gt; in the URL, since %26 translates to an ampersand.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 06 Jan 2020 14:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60050#M13587</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-01-06T14:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60051#M13588</link>
      <description>Hi Nicholas,&lt;BR /&gt;thanks for reply.&lt;BR /&gt;&lt;BR /&gt;Following what I'm doing:&lt;BR /&gt;- Login into VDI with username: XYZ and password: ABC [username and password doesn't contain special chart]&lt;BR /&gt;- Open Google Chrome and type:&lt;BR /&gt;&amp;nbsp; -&amp;gt; &lt;A href="http://localhost:8181/help" target="_blank" rel="noopener"&gt;http://localhost:8181/status &lt;/A&gt;IT WORKS&lt;BR /&gt;&amp;nbsp; -&amp;gt; &lt;A href="http://localhost:8181/help" target="_blank" rel="noopener"&gt;&lt;/A&gt;&lt;A href="http://IP" target="test_blank"&gt;http://IP&lt;/A&gt; ADDRESS:8181/ NOT WORKS -&amp;gt; User Not Set Error&lt;BR /&gt;&lt;BR /&gt;I've tried to set the user with the command suggested above (using %20 for space):&lt;BR /&gt;&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/user" target="_blank" rel="noopener"&gt;http://[machine]:[port]/user&lt;/A&gt; name [XYZ] -&amp;gt; USER SET&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/password" target="_blank" rel="noopener"&gt;http://[machine]:[port]/password&lt;/A&gt; [ABC] -&amp;gt; AUTHENTICATION FAILED (I'm logged via remote desktop with these credential)&lt;BR /&gt;- &lt;A href="http://[machine]:[port]/status" target="_blank" rel="noopener"&gt;http://[machine]:[port]/status&lt;/A&gt; -&amp;gt; USER NOT SET&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 08:11:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60051#M13588</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-08T08:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60052#M13589</link>
      <description>​Hi Pasquale,&lt;BR /&gt;&lt;BR /&gt;you've written, that you are logged in with those credentials via remote desktop.&lt;BR /&gt;But you need the password of the user account in Blue Prism and not the remote Desktop's Password.&lt;BR /&gt;Or are you using&amp;nbsp;SSO in Blue Prism?&lt;BR /&gt;&lt;BR /&gt;Christian Panhans&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Panhans&lt;BR /&gt;Digitalisierung&lt;BR /&gt;BCB AG&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 12:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60052#M13589</guid>
      <dc:creator>ChristianPanhan</dc:creator>
      <dc:date>2020-01-08T12:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60053#M13590</link>
      <description>Hi,&lt;BR /&gt;Christian, yes I'm using SSO.&lt;BR /&gt;&lt;BR /&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;pasquale&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Pasquale Fimiani&lt;BR /&gt;AI&amp;amp;Robotics&lt;BR /&gt;BNL&lt;BR /&gt;Europe/Rome&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 14:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60053#M13590</guid>
      <dc:creator>PasqualeFimiani</dc:creator>
      <dc:date>2020-01-08T14:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60054#M13591</link>
      <description>​Hi,&lt;BR /&gt;&lt;BR /&gt;the http-Interface does not support SSO.&lt;BR /&gt;If you are on a Blue Prism version from&amp;nbsp;6.5.0 onwards you can use the automatec.exe first to get an authentification-token. &lt;BR /&gt;This token can then be paased to the http-Interface to authenticate.&lt;BR /&gt;&lt;BR /&gt;But there may be a bug in Blue Prism Version prio to 6.5.0. See this link: &lt;BR /&gt;&lt;A href="https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=91&amp;amp;MessageKey=ad0dff9e-b3f2-40cf-bb5e-d43f19ad4adf&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer" target="test_blank"&gt;https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=91&amp;amp;MessageKey=ad0dff9e-b3f2-40cf-bb5e-d43f19ad4adf&amp;amp;CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01&amp;amp;tab=digestviewer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Christian Panhans&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Christian Panhans&lt;BR /&gt;Digitalisierung&lt;BR /&gt;BCB AG&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 08 Jan 2020 16:01:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60054#M13591</guid>
      <dc:creator>ChristianPanhan</dc:creator>
      <dc:date>2020-01-08T16:01:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60055#M13592</link>
      <description>Not sure your use case. But perhaps just grab this info from the database. Have you checked out the "BPAResource" table? Think its the same or very similar..&lt;BR /&gt;&lt;BR /&gt;Example below.&lt;BR /&gt;&lt;BR /&gt;/****** BP Workforce_Avail SQL ******/&lt;BR /&gt;&lt;BR /&gt;SET TRANSACTION ISOLATION LEVEL SNAPSHOT&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;select resourceid as ResourceID&lt;BR /&gt;, [BluePrism62AD-2].[dbo].[BPAResource].name as Name&lt;BR /&gt;/*, status as Status*/&lt;BR /&gt;, DisplayStatus as DisplayStatus&lt;BR /&gt;, [BluePrism62AD-2].[dbo].[BPAResourceAttribute].AttributeName&lt;BR /&gt;, processesrunning as ProcessesRunning&lt;BR /&gt;, actionsrunning as ActionsRunning&lt;BR /&gt;, unitsallocated as UnitsAllocated&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPAProcess].name AS Process_Automation&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPASession].startdatetime&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPASession].enddatetime&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPASession].processid&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPASession].laststage&lt;BR /&gt;,[BluePrism62AD-2].[dbo].[BPASession].lastupdated&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; FROM [BluePrism62AD-2].[dbo].[BPAResource]&lt;BR /&gt;&lt;BR /&gt;LEFT join [BluePrism62AD-2].[dbo].[BPAResourceAttribute] on [BluePrism62AD-2].[dbo].[BPAResource].AttributeID = [BluePrism62AD-2].[dbo].[BPAResourceAttribute].AttributeID&lt;BR /&gt;LEFT join [BluePrism62AD-2].[dbo].[BPASession] on [BluePrism62AD-2].[dbo].[BPASession].runningresourceid = [BluePrism62AD-2].[dbo].[BPAResource].resourceid&lt;BR /&gt;LEFT join [BluePrism62AD-2].[dbo].[BPAProcess] on [BluePrism62AD-2].[dbo].[BPASession].processid = [BluePrism62AD-2].[dbo].[BPAProcess].processid&lt;BR /&gt;&lt;BR /&gt; WHERE ([BluePrism62AD-2].[dbo].[BPASession].sessionnumber in (&lt;BR /&gt; select max(sessionnumber) from [BluePrism62AD-2].[dbo].[BPASession] group by runningresourceid)) &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ORDER BY [BluePrism62AD-2].[dbo].[BPAResource].name DESC&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Philip Trovato&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 15 Jan 2020 12:08:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60055#M13592</guid>
      <dc:creator>PhilipTrovato</dc:creator>
      <dc:date>2020-01-15T12:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Runtime Real Time Status</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60056#M13593</link>
      <description>HI Christian&lt;BR /&gt;&lt;BR /&gt;"he http-Interface does not support SSO.&lt;BR /&gt;If you are on a Blue Prism version from 6.5.0 onwards you can use the automatec.exe first to get an authentification-token.&lt;BR /&gt;This token can then be paased to the http-Interface to authenticate."&lt;BR /&gt;&lt;BR /&gt;do you know of any documentation for this.I havent found any . For a tocken via https I mean.&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;​​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Andrei Cozma&lt;BR /&gt;Data&lt;BR /&gt;Zurich&lt;BR /&gt;Europe/Madrid&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Aug 2022 21:38:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Runtime-Real-Time-Status/m-p/60056#M13593</guid>
      <dc:creator>AndreiCozma</dc:creator>
      <dc:date>2022-08-03T21:38:00Z</dc:date>
    </item>
  </channel>
</rss>

