<?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: Running a blueprism script issue in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79042#M30996</link>
    <description>Hi Himani,&lt;BR /&gt;&lt;BR /&gt;When a BP process runs, a Log is created. These logs can be found in ControlRoom by right clicking on a case in the Work Queue for the process and choosing 'View Log':&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28216.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28346i43FDF09154B05C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="28216.png" alt="28216.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Studying the log should give you a hint of what actions in your process are no longer working as expected and if any Exceptions appear that tell you where things go bad. If you select everything in the log and copy it, you can paste it to an XL that provides better view and easier selections. Note that a Log can consist of multiple pages of 1000 rows and you error may be found on another page then is opened by default.&lt;BR /&gt;&lt;BR /&gt;The next step would be to step through your process to the suspicious action to see what is going on there. Is there a parameter mismatch? Some invalid value? No authority? Sometimes you can start right away where you expect your error to be, but often you have to start from the beginning as the steps preceding the error are required to continue. The better you know your process, the easier it is to determine what has to run and what can be omitted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As you seem to have found that nothing can be downloaded, that should be a solid hint where to start looking. Why can it no longer download? Has the website where you download from perhaps changed? Can it still be accessed and logged on to by the process? Can the process still navigate on the website?&lt;BR /&gt;&lt;BR /&gt;In the end, there's usually a good lead to the error in the Log, and stepping the process usually is the easiest way to reproduce the error. Sometimes this does not work, but more often that not it does.&lt;BR /&gt;&lt;BR /&gt;Try the above and then get back to this forum with more specific information, eg what action is no longer working and exactly what exception is thrown.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;When you say 'script' I assume you mean a BP process.&lt;/LI&gt;
&lt;LI&gt;Most likely something broke in the reinstall of BP or the computer it runs on, but still the procedure as described above should lead you to what it is that is broken.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Jan 2022 07:37:00 GMT</pubDate>
    <dc:creator>PvD_SE</dc:creator>
    <dc:date>2022-01-21T07:37:00Z</dc:date>
    <item>
      <title>Running a blueprism script issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79041#M30995</link>
      <description>we have a blueprism script that interacts with a website, create a report there and saving that report to desktop as pdf. It was working fine a few days back but now everything got uninstalled and now when I reinstalled blueprism, its creating that report, opening it but its not saving that report . Although script is creating a folder to save the report but its empty , not saving anything.&amp;nbsp;&lt;BR /&gt;I saw in error log in blueprism , its saying file cant be download. Any help whats stopping the saving of file.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Himani Jain&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:16:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79041#M30995</guid>
      <dc:creator>HimaniJain</dc:creator>
      <dc:date>2022-01-20T15:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: Running a blueprism script issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79042#M30996</link>
      <description>Hi Himani,&lt;BR /&gt;&lt;BR /&gt;When a BP process runs, a Log is created. These logs can be found in ControlRoom by right clicking on a case in the Work Queue for the process and choosing 'View Log':&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28216.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28346i43FDF09154B05C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="28216.png" alt="28216.png" /&gt;&lt;/span&gt;&lt;BR /&gt;Studying the log should give you a hint of what actions in your process are no longer working as expected and if any Exceptions appear that tell you where things go bad. If you select everything in the log and copy it, you can paste it to an XL that provides better view and easier selections. Note that a Log can consist of multiple pages of 1000 rows and you error may be found on another page then is opened by default.&lt;BR /&gt;&lt;BR /&gt;The next step would be to step through your process to the suspicious action to see what is going on there. Is there a parameter mismatch? Some invalid value? No authority? Sometimes you can start right away where you expect your error to be, but often you have to start from the beginning as the steps preceding the error are required to continue. The better you know your process, the easier it is to determine what has to run and what can be omitted.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As you seem to have found that nothing can be downloaded, that should be a solid hint where to start looking. Why can it no longer download? Has the website where you download from perhaps changed? Can it still be accessed and logged on to by the process? Can the process still navigate on the website?&lt;BR /&gt;&lt;BR /&gt;In the end, there's usually a good lead to the error in the Log, and stepping the process usually is the easiest way to reproduce the error. Sometimes this does not work, but more often that not it does.&lt;BR /&gt;&lt;BR /&gt;Try the above and then get back to this forum with more specific information, eg what action is no longer working and exactly what exception is thrown.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Notes&lt;/STRONG&gt;:&lt;BR /&gt;
&lt;UL&gt;
&lt;LI&gt;When you say 'script' I assume you mean a BP process.&lt;/LI&gt;
&lt;LI&gt;Most likely something broke in the reinstall of BP or the computer it runs on, but still the procedure as described above should lead you to what it is that is broken.&lt;/LI&gt;
&lt;/UL&gt;
&lt;BR /&gt;------------------------------&lt;BR /&gt;Happy coding!&lt;BR /&gt;Paul&lt;BR /&gt;Sweden&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2022 07:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79042#M30996</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2022-01-21T07:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Running a blueprism script issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79043#M30997</link>
      <description>Hi Himani,&lt;BR /&gt;&lt;BR /&gt;Before checking the session logs from Control room, You must ensure that staging logging is enabled for your process.&amp;nbsp;&lt;BR /&gt;If the stage logging is set to "Errors Only" , you will only see those action stages where exceptions or errors have occured.&lt;BR /&gt;&lt;BR /&gt;For detailed session logs and better analysis or troubleshooting, session logs has to be enabled for all stages. You have to execute the process again after enabling stage logging. You can do the same as mentioned below.&lt;BR /&gt;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="28217.png"&gt;&lt;img src="https://community.blueprism.com/t5/image/serverpage/image-id/28348i531485D48FE60D5E/image-size/large?v=v2&amp;amp;px=999" role="button" title="28217.png" alt="28217.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Saurabh Goswami&lt;BR /&gt;RPA Architect&lt;BR /&gt;Ericsson&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2022 09:15:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79043#M30997</guid>
      <dc:creator>esaugos</dc:creator>
      <dc:date>2022-01-21T09:15:00Z</dc:date>
    </item>
    <item>
      <title>RE: Running a blueprism script issue</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79044#M30998</link>
      <description>Hi Himani,&lt;BR /&gt;&lt;BR /&gt;Did anything else changed like user credentials that you are using to download the file? Any permissions on saving a file. It seems like some permission issue but you can verify the logs in depth(as others mentioned) to get more insight.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Kishore Deka&lt;BR /&gt;Lead Software Engineer&lt;BR /&gt;EPAM systems&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jan 2022 14:03:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Running-a-blueprism-script-issue/m-p/79044#M30998</guid>
      <dc:creator>Kishore_KumarDe</dc:creator>
      <dc:date>2022-01-21T14:03:00Z</dc:date>
    </item>
  </channel>
</rss>

