<?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: difference between control room and studio in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71928#M24533</link>
    <description>Hi Jack&lt;BR /&gt;&lt;BR /&gt;Do you know if there is other examples on the difference between the control room and studio output.&amp;nbsp; ​Like the example Today(). Because when you now there is a difference then you can make the code correct. It's more if there is others issues like today() in Blueprism code you are not aware of.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Mon, 12 Oct 2020 06:44:00 GMT</pubDate>
    <dc:creator>KristianHolm1</dc:creator>
    <dc:date>2020-10-12T06:44:00Z</dc:date>
    <item>
      <title>difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71922#M24527</link>
      <description>Hi blueprism I have found out that running some code in studio can result in a different output when you run the same code in the control room.&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;Studio:&lt;BR /&gt;Today() = 08-10-2020&lt;BR /&gt;&lt;BR /&gt;Control room:&lt;BR /&gt;Today() = 08\10\2020&lt;BR /&gt;&lt;BR /&gt;Do you know if there is other examples on the difference between the control room and studio output.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 06:45:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71922#M24527</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-10-08T06:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71923#M24528</link>
      <description>Hi &lt;SPAN&gt;Kristian.&lt;BR /&gt;&lt;BR /&gt;Are you running the process from studio on the same digital worker that the process is running on from the control room?&lt;BR /&gt;&lt;BR /&gt;jack&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:30:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71923#M24528</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2020-10-08T13:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71924#M24529</link>
      <description>&lt;P&gt;Hi&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://community.blueprism.com/network/profile?UserKey=c010373d-864d-45ba-80ff-e50ea5840fbe" target="_blank" rel="noopener"&gt;Kristian&lt;/A&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you run scheduler from same machine ?&lt;BR /&gt;&lt;BR /&gt;You can add below logic in your process&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;if found "\" then replace with "_" or blank (input will be 23\10\2010 – Output will be 23_10_2010 or 23102010 according to your condition)&lt;/LI&gt;
&lt;LI&gt;If found "-" replace with "_" or blank (input will be 23-10-2010 – Output will be 23_10_2010 or 23102010 according to your condition)&lt;/LI&gt;
&lt;/OL&gt;
&lt;SPAN&gt;Note - Use instr function with calculation stage&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I hope it will help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nilesh&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 08 Oct 2020 14:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71924#M24529</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-10-08T14:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71925#M24530</link>
      <description>​Hi &lt;A id="MainCopy_ctl10_ucMessageList_rptMessageList_ProfileImageDisplay_2_NameLink_2" href="https://community.blueprism.com/network/profile?UserKey=f3b3506a-4fbb-4f2d-bb0f-3ea1ce7702d0" target="_blank" rel="noopener" biobubblekey="f3b3506a-4fbb-4f2d-bb0f-3ea1ce7702d0"&gt;Nilesh Jadhav&lt;/A&gt; &lt;BR /&gt;&lt;BR /&gt;The question was more if the code is interpreted differently when you running it from studio than the control room&lt;BR /&gt;&lt;BR /&gt;Same code but different output from the two blueprism environments.&lt;BR /&gt;&lt;BR /&gt;greetings&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:42:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71925#M24530</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-10-09T08:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71926#M24531</link>
      <description>Hi &lt;A id="MainCopy_ctl10_ucMessageList_rptMessageList_ProfileImageDisplay_1_NameLink_1" href="https://community.blueprism.com/network/profile?UserKey=bb94f2da-9279-4553-a233-4153327c4f13" target="_blank" rel="noopener" biobubblekey="bb94f2da-9279-4553-a233-4153327c4f13"&gt;Jack Look&lt;/A&gt; I am running with two different digital worker, but do digital workers have any influence on how blueprism interprets the code? &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Example&lt;BR /&gt;&lt;BR /&gt;Studio:&lt;BR /&gt;Today() = 08-10-2020&lt;BR /&gt;&lt;BR /&gt;Control room:&lt;BR /&gt;Today() = 08\10\2020&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 08:52:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71926#M24531</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-10-09T08:52:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71927#M24532</link>
      <description>Hi Kristian.&lt;BR /&gt;&lt;BR /&gt;After some discussion with a learned colleague, I was reminded that Today() is requesting the date from Windows. If the configuration on one machine is different from the configuration on the other, that may explain it.&lt;BR /&gt;&lt;BR /&gt;Have you tried running the process from the control room on the same machine that you ran it in studio?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;jack&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Oct 2020 15:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71927#M24532</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2020-10-09T15:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71928#M24533</link>
      <description>Hi Jack&lt;BR /&gt;&lt;BR /&gt;Do you know if there is other examples on the difference between the control room and studio output.&amp;nbsp; ​Like the example Today(). Because when you now there is a difference then you can make the code correct. It's more if there is others issues like today() in Blueprism code you are not aware of.&lt;BR /&gt;&lt;BR /&gt;Greetings&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kristian Holm&lt;BR /&gt;RPA programmer&lt;BR /&gt;PenSam (Pension Company)&lt;BR /&gt;Copenhagen Denmark&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2020 06:44:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71928#M24533</guid>
      <dc:creator>KristianHolm1</dc:creator>
      <dc:date>2020-10-12T06:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71929#M24534</link>
      <description>Hi Krisitan.&lt;BR /&gt;&lt;BR /&gt;I'm not aware of other issues offhand but this does bring up a good point. Some system commands will return information from Windows in whatever format that the runtime resource is on so you need to think about this when designing your process/object.&lt;BR /&gt;&lt;BR /&gt;Apropos Today(), ss you know, there are many Date functions available so that you can specifically format the date to suit your needs. It is just something you'll have to keep in mind.&lt;BR /&gt;&lt;BR /&gt;jack&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jack Look&lt;BR /&gt;Sr Product Consultant&lt;BR /&gt;Blue Prism&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Oct 2020 13:57:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71929#M24534</guid>
      <dc:creator>lookman</dc:creator>
      <dc:date>2020-10-12T13:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: difference between control room and studio</title>
      <link>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71930#M24535</link>
      <description>An old post, but thought I would add to the discussion in case it helps someone else...&lt;BR /&gt;&lt;BR /&gt;As others have mentioned or alluded to, the date functions in Blue Prism return values according to the Regional Settings on the &lt;STRONG&gt;&lt;EM&gt;local machine&lt;/EM&gt;&lt;/STRONG&gt;. So whatever format you see the date displayed in the Windows Start bar on the bottom right for example is what will be returned to Blue Prism when it requests this from the Windows system.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;So, a few things to note on infrastructure:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;Always ensure that your Runtime Resource VDI's are configured in a standard way across your environment (and across Dev, Test, Prod environments!);&lt;/LI&gt;
&lt;LI&gt;If possible for you in your IT infrastructure, have a standard build template/image that all Runtime Resources are created from;&lt;/LI&gt;
&lt;LI&gt;Ensure that any Developer machines are also configured to mirror (as closely as possible) the Runtime Resource build.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;Finally, if you are hitting these date format issues across different machines I would recommend that when you use the Today() function, store this into a &lt;STRONG&gt;Date&lt;/STRONG&gt; data item first - this is the data type that is returned from the function. By storing it into a Date data item you are assured that a date is a date is a date, and you can use other date manipulation functions more easily as well (DateAdd etc). You can then use the &lt;STRONG&gt;FormatDate&lt;/STRONG&gt; function to format it in whatever presentation format you need at any point - to write a particular format into a target application, or to write the date into a report in a desired format for example.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jared Rumball&lt;BR /&gt;Q4 Associates Ltd&lt;BR /&gt;&lt;A href="https://www.q4associates.biz/" target="test_blank"&gt;https://www.q4associates.biz/&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 24 Feb 2022 20:54:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/difference-between-control-room-and-studio/m-p/71930#M24535</guid>
      <dc:creator>Jared.Rumball</dc:creator>
      <dc:date>2022-02-24T20:54:00Z</dc:date>
    </item>
  </channel>
</rss>

