<?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 Problems with get files in Product Forum</title>
    <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90020#M40313</link>
    <description>&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta" data-placeholder="Traducción" id="tw-target-text" dir="ltr"&gt;&lt;SPAN lang="en"&gt;Hi!

I am having problems with file management. Get files.
What is happening to me is that if I run the process manually, it brings me the files in the collection, but when I throw it in the control room, the process ends without doing anything.
From what I was seeing, when it runs by itself, adding an action that counts the number of rows in the collection, it returns 0, that is, it doesn't bring any file and I don't understand why.

I am using BP version 6.7.2

Did someone have this problem?

Thanks a lot!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
    <pubDate>Wed, 18 Nov 2020 11:37:00 GMT</pubDate>
    <dc:creator>Sofia</dc:creator>
    <dc:date>2020-11-18T11:37:00Z</dc:date>
    <item>
      <title>Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90020#M40313</link>
      <description>&lt;PRE class="tw-data-text tw-text-large XcVN5d tw-ta" data-placeholder="Traducción" id="tw-target-text" dir="ltr"&gt;&lt;SPAN lang="en"&gt;Hi!

I am having problems with file management. Get files.
What is happening to me is that if I run the process manually, it brings me the files in the collection, but when I throw it in the control room, the process ends without doing anything.
From what I was seeing, when it runs by itself, adding an action that counts the number of rows in the collection, it returns 0, that is, it doesn't bring any file and I don't understand why.

I am using BP version 6.7.2

Did someone have this problem?

Thanks a lot!&lt;/SPAN&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Sofia&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2020 11:37:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90020#M40313</guid>
      <dc:creator>Sofia</dc:creator>
      <dc:date>2020-11-18T11:37:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90021#M40314</link>
      <description>I'd ensure the files exist on the target machine, and check the Success and Message outputs from the Get Files action. If it has a problem retrieving the files (such as an authorization issue), it will let you know via those two outputs.&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nicholas Zejdlik&lt;BR /&gt;RPA Developer&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2020 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90021#M40314</guid>
      <dc:creator>NicholasZejdlik</dc:creator>
      <dc:date>2020-11-18T14:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90022#M40315</link>
      <description>You may even get a better understanding of what's happening if you step through your process and &lt;STRONG&gt;into&lt;/STRONG&gt; the Get Files action. Sometimes there's more info there than is shared with the process calling the action.&lt;BR /&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>Wed, 18 Nov 2020 14:53:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90022#M40315</guid>
      <dc:creator>PvD_SE</dc:creator>
      <dc:date>2020-11-18T14:53:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90023#M40316</link>
      <description>Hi Sofia&lt;BR /&gt;&lt;BR /&gt;As luck would have it I recently had this same issue and resolved it. Is this a shared folder/address? In my case I was mapping shared folders to a drive on the machine and this worked fine when accessing through the process manually. However when I run the process on its own through scheduler it returns 0 files or directory doesn't exist errors. I was set the path to the files/folders as it appears on the machine e.g. Y:\My shared folder\Business Folder\My File but when we run this in the scheduler we need to exclude the drive letter so it reads the explicit path which, in this case, would be \\&lt;SPAN style="display: inline !important; float: none; background-color: #ffffff; color: #17171e; cursor: text; font-family: 'Nunito Sans',sans-serif; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;My shared folder\Business Folder\My File&lt;BR /&gt;&lt;BR /&gt;Removing the drive letter resolved this for me so hopefully its a similar issue you are having and can resolve it the same way.&lt;BR /&gt;&lt;BR /&gt;Hope this helps &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Michael ONeil&lt;BR /&gt;Technical Lead developer&lt;BR /&gt;Everis Consultancy&lt;BR /&gt;Europe/London&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 18 Nov 2020 15:02:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90023#M40316</guid>
      <dc:creator>michaeloneil</dc:creator>
      <dc:date>2020-11-18T15:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90024#M40317</link>
      <description>Hi &lt;a href="https://community.blueprism.com/t5/user/viewprofilepage/user-id/1309"&gt;@Sofia&lt;/a&gt;,&lt;BR /&gt;&lt;BR /&gt;Have you received ans ?​&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Nilesh Jadhav &lt;BR /&gt;Senior RPA Specialist&lt;BR /&gt;ADP&lt;BR /&gt;India&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Mon, 23 Nov 2020 17:41:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90024#M40317</guid>
      <dc:creator>NileshJadhavBP</dc:creator>
      <dc:date>2020-11-23T17:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90025#M40318</link>
      <description>Hi Sofia.&lt;BR /&gt;&lt;BR /&gt;In the input parameters of the Get Files action in CSV Patterns, place "*" test if it brings you the files from the path you passed in the folder.&lt;BR /&gt;If it works for you manually unattended by the control room it should work.&lt;BR /&gt;&lt;BR /&gt;I hope I've helped !!&lt;BR /&gt;&lt;BR /&gt;Cheers&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Jhogel Ponne&lt;BR /&gt;Senior RPA&lt;BR /&gt;Ernst &amp;amp; Young&lt;BR /&gt;America/Panama&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2020 13:50:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90025#M40318</guid>
      <dc:creator>jhogelp</dc:creator>
      <dc:date>2020-11-24T13:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90026#M40319</link>
      <description>Hi Sofia, Check &lt;A id="MainCopy_ctl10_ucMessageList_rptMessageList_ProfileImageDisplay_3_NameLink_3" biobubblekey="ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" href="https://community.blueprism.com/network/profile?UserKey=ddd4d6a3-af39-4c64-8db4-cdb1d05ed669" target="_blank" rel="noopener"&gt;Michael ONeil&lt;/A&gt; 's Answer, If you are accessing the shared drive, the path&amp;nbsp; would be probably causing the issue. Instead of a drive mapping the folder, use "\\" to refer to the network drive,&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Vivek Goel&lt;BR /&gt;Submit Your Built solution for "The" RPACULT 2020- The Unique RPA Hackathon of 2020. &lt;BR /&gt;&lt;A href="http://therpacult.com" target="test_blank"&gt;http://therpacult.com&lt;/A&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Nov 2020 14:51:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90026#M40319</guid>
      <dc:creator>vivek.kumar.goel</dc:creator>
      <dc:date>2020-11-24T14:51:00Z</dc:date>
    </item>
    <item>
      <title>RE: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90027#M40320</link>
      <description>&lt;P&gt;Better late than never. &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Well I&amp;nbsp; had the same problem and just wanted to share what worked for me.&amp;nbsp;&lt;BR /&gt;So if I want get all excel files in folder &lt;SPAN&gt;Y:\My shared folder\Business Folder then the folder path and the pattern should be written as&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Folder Path: Y:\My shared folder\Business Folder&lt;SPAN style="background-color: #ffff00;"&gt;\&lt;/SPAN&gt;&lt;BR /&gt;Pattern: "*.xlsx"&lt;BR /&gt;Please keep in mind to include the additional back slash "\" at the end. not including it works fine while running from control room and process studio i.e if we keep it like Y:\My shared folder\Business Folder&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;However, while running through scheduler, "\" needs to be included at the end of the folder path.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Cheers.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;------------------------------&lt;BR /&gt;Susamay Halder Consultant&lt;BR /&gt;Consultant&lt;BR /&gt;Bruce Power&lt;BR /&gt;+1(437)217-1086&lt;BR /&gt;------------------------------&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Mar 2021 14:46:00 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/90027#M40320</guid>
      <dc:creator>sonuiiml</dc:creator>
      <dc:date>2021-03-24T14:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with get files</title>
      <link>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/112234#M50308</link>
      <description>&lt;P&gt;Imports System&lt;BR /&gt;Imports System.IO&lt;/P&gt;&lt;P&gt;Public Module Program&lt;BR /&gt;Public Sub Main(args As String())&lt;BR /&gt;Dim inputFolderPath As String = "D:\BluePrism" ' Change to your input folder path&lt;BR /&gt;Dim inputFileStartName As String = "Orders_Sample.xlsx" ' Change to your file prefix&lt;/P&gt;&lt;P&gt;Try&lt;BR /&gt;Dim dtCreateTime As DateTime? = Nothing&lt;BR /&gt;Dim outLatestFile As String = String.Empty&lt;/P&gt;&lt;P&gt;For Each eachFile As String In Directory.EnumerateFiles(inputFolderPath)&lt;BR /&gt;Dim fileInfo As New FileInfo(eachFile)&lt;BR /&gt;If fileInfo.Name.StartsWith(inputFileStartName, StringComparison.OrdinalIgnoreCase) Then&lt;BR /&gt;Dim fileLastUpdateTime As DateTime = fileInfo.LastWriteTime&lt;BR /&gt;If Not dtCreateTime.HasValue OrElse dtCreateTime &amp;lt; fileLastUpdateTime Then&lt;BR /&gt;dtCreateTime = fileLastUpdateTime&lt;BR /&gt;outLatestFile = fileInfo.Name&lt;BR /&gt;End If&lt;BR /&gt;End If&lt;BR /&gt;Next&lt;/P&gt;&lt;P&gt;If String.IsNullOrEmpty(outLatestFile) Then&lt;BR /&gt;Console.WriteLine("No file found matching the specified prefix.")&lt;BR /&gt;Else&lt;BR /&gt;Console.WriteLine("Latest file: " &amp;amp; outLatestFile)&lt;BR /&gt;End If&lt;BR /&gt;Catch ex As Exception&lt;BR /&gt;Console.WriteLine("An error occurred: " &amp;amp; ex.Message)&lt;BR /&gt;End Try&lt;BR /&gt;End Sub&lt;BR /&gt;End Module&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2024 05:43:56 GMT</pubDate>
      <guid>https://community.blueprism.com/t5/Product-Forum/Problems-with-get-files/m-p/112234#M50308</guid>
      <dc:creator>KirtimalaMadye</dc:creator>
      <dc:date>2024-07-09T05:43:56Z</dc:date>
    </item>
  </channel>
</rss>

