<?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: Receiving a file already in use where file resides in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788520#M252129</link>
    <description>&lt;P&gt;Thanks for the reply and Yes please let us know if you find out anything.&amp;nbsp; We still trying to resolve.&amp;nbsp; This is our only SAS that updates MS ACCESS DB.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Jan 2022 18:44:01 GMT</pubDate>
    <dc:creator>KAS25</dc:creator>
    <dc:date>2022-01-05T18:44:01Z</dc:date>
    <item>
      <title>Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788211#M251954</link>
      <description>&lt;P&gt;Good evening I am trying to resolve an issue with export to a file which is an access database file.&amp;nbsp; They execute the SAS script that updates this accdb file on the :drive but the user is receiving file already in use.&amp;nbsp; I tried to use a backup of the file but getting the same results.&amp;nbsp; Also trying to help the guys who made some security changes to the server figure out if it's something that locked the file.&amp;nbsp; Any thoughts or assistance would be greatly appreciated. when I click on the file the Access database opens fine.&amp;nbsp; Seem like we just can't update it/export to it.&amp;nbsp; &amp;nbsp;Error below:&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: There were 101 observations read from the data set ABCOSPPS.SADJ_DDCT.&lt;/P&gt;&lt;P&gt;NOTE: The data set ABCOSPPS.SADJ_DDCT_BASIC has 101 observations and 14 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.10 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 662.28k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OS Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 15760.00k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/31/2021 11:12:16 AM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step Count&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;7&amp;nbsp; Switch Count&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: %INCLUDE (level 1) ending.&lt;/P&gt;&lt;P&gt;1468&amp;nbsp; PROC EXPORT DATA= ABCOSPPS.Sadjustment&lt;/P&gt;&lt;P&gt;1469&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OUTTABLE= "Adjustment"&lt;/P&gt;&lt;P&gt;1470&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DBMS=ACCESS REPLACE;&lt;/P&gt;&lt;P&gt;1471&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; DATABASE="S:\sas\\access\ABCOSPPS_Current.accdb";&lt;/P&gt;&lt;P&gt;1472&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: Connect: Could not use 'S:\sas\\access\ABCOSPPS_Current.accdb'; file&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; already in use.&lt;/P&gt;&lt;P&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE EXPORT used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1.40 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; user cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.09 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; system cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.21 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1055.15k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; OS Memory&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 16016.00k&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Timestamp&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 12/31/2021 11:13:23 AM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Step Count&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8&amp;nbsp; Switch Count&amp;nbsp; 0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 00:06:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788211#M251954</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2022-01-04T00:06:27Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788258#M251984</link>
      <description>&lt;P&gt;This message typically means someone or some process it using this file in parallel to SAS and is locking it and so SAS cannot update this file till this other user/process releases the lock.&lt;/P&gt;
&lt;P&gt;You or your IT can find who is locking this file by using 3rd party tools like "Process Explorer" from Sysinternals:&amp;nbsp;&lt;A href="https://www.mysysadmintips.com/windows/clients/593-find-what-is-locking-a-file-using-sysinternals-process-explorer" target="_blank"&gt;https://www.mysysadmintips.com/windows/clients/593-find-what-is-locking-a-file-using-sysinternals-process-explorer&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:00:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788258#M251984</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2022-01-04T12:00:55Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788260#M251986</link>
      <description>&lt;P&gt;Does the library ABCOSPPS point to S:\sas\\access\ABCOSPPS_Current.accdb? Proc export needs exclusive access to the access-file.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 12:24:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788260#M251986</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-01-04T12:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788269#M251995</link>
      <description>&lt;P&gt;YES&amp;nbsp; I believe everything is in order with that.&amp;nbsp; We just can't find anything that has that file in use already.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jan 2022 13:42:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788269#M251995</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2022-01-04T13:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788414#M252081</link>
      <description>&lt;P&gt;Have you seen what I suggested? Try&amp;nbsp;&lt;SPAN&gt;3rd party tools like "Process Explorer" from Sysinternals to find out who is locking this accdb file:&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://www.mysysadmintips.com/windows/clients/593-find-what-is-locking-a-file-using-sysinternals-process-explorer" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.mysysadmintips.com/windows/clients/593-find-what-is-locking-a-file-using-sysinternals-pr...&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 09:32:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788414#M252081</guid>
      <dc:creator>EyalGonen</dc:creator>
      <dc:date>2022-01-05T09:32:29Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788431#M252086</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;In our SAS environment we also started&amp;nbsp;getting the same error with code that worked perfectly fine before.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only SAS updates we have done recently was to apply the changes to fix the&amp;nbsp;&lt;SPAN&gt;&lt;EM&gt;Log4j Vulnerabilities&lt;/EM&gt;&amp;nbsp;as&amp;nbsp;&lt;/SPAN&gt;recommended here:&amp;nbsp;&lt;A href="https://go.documentation.sas.com/doc/en/log4j/1.0/p0piyia3nbns44n1qakvptqrcvro.htm" target="_blank"&gt;SAS Help Center: Introduction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The weird thing is that other MS access databases still work. I am not sure if that is related with the fact that on our local machines we have Office 365 and on the SAS server we have Office 2016?&lt;/P&gt;&lt;P&gt;We will contact IT Support and if we find a solution we will let you know.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 11:12:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788431#M252086</guid>
      <dc:creator>a_SAS_sin</dc:creator>
      <dc:date>2022-01-05T11:12:00Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788516#M252126</link>
      <description>Also started having this issue at my organization this week.</description>
      <pubDate>Wed, 05 Jan 2022 18:26:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788516#M252126</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2022-01-05T18:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788520#M252129</link>
      <description>&lt;P&gt;Thanks for the reply and Yes please let us know if you find out anything.&amp;nbsp; We still trying to resolve.&amp;nbsp; This is our only SAS that updates MS ACCESS DB.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2022 18:44:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/788520#M252129</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2022-01-05T18:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789398#M252595</link>
      <description>&lt;P&gt;Yes please share any findings - Im having a similar issue with a SAS script that has been running a few years that updates a single table in an .accdb &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 03:36:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789398#M252595</guid>
      <dc:creator>cb4jc4</dc:creator>
      <dc:date>2022-01-11T03:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789403#M252599</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/325150"&gt;@KAS25&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;YES&amp;nbsp; I believe everything is in order with that.&amp;nbsp; We just can't find anything that has that file in use already.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Sorry for the late reply.&lt;/P&gt;
&lt;P&gt;Is it possible to open the access-file after all sas processes are stopped?&lt;/P&gt;
&lt;P&gt;If yes, then, as i have mentioned, proc export needs exclusive access. This means that you can't use proc export to write to the same file you have opened via libname statement. Btw: why not use proc copy to write the dataset to the access-file? I have hardly used access in the last 15 years, so i am not sure this will work.&lt;/P&gt;
&lt;P&gt;Windows server admins don't need the process explorer from sysinternals, the os has a tool showing all open files.&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 06:25:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789403#M252599</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2022-01-11T06:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789603#M252688</link>
      <description>&lt;P&gt;Just an update, we have not yet fixed the error but we found a workaround. In our organisation, we noticed that the issue was only happening when accessing MS access databases on network locations, hence the workaround was to copy the files to the server and updated the code to use this location.&amp;nbsp;This solution is, nevertheless, temporary thus we are still investigating and because it is happening with many of you it is making us doubt if the issue is just related with our infrastructure or with some more generic SAS or Microsoft update?&lt;/P&gt;</description>
      <pubDate>Tue, 11 Jan 2022 22:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789603#M252688</guid>
      <dc:creator>a_SAS_sin</dc:creator>
      <dc:date>2022-01-11T22:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789698#M252751</link>
      <description>&lt;P&gt;I also wonder if it's a broader issue with SAS and/or Microsoft. SAS Admin at my org contacted SAS since it's not just our org, and waiting on response.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jan 2022 13:14:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789698#M252751</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2022-01-12T13:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789994#M252892</link>
      <description>&lt;P&gt;We are also experiencing the same problem - working on some machines but not on others.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 14:33:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/789994#M252892</guid>
      <dc:creator>JuanGSR</dc:creator>
      <dc:date>2022-01-13T14:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/790027#M252913</link>
      <description>&lt;P&gt;Thanks all. No we still haven't found a resolution yet.&amp;nbsp; We have a temporary workaround the seems to satisfy the user for now.&amp;nbsp; SAS support hasn't provided us with anything of significance yet.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jan 2022 16:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/790027#M252913</guid>
      <dc:creator>KAS25</dc:creator>
      <dc:date>2022-01-13T16:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/790218#M252968</link>
      <description>Thanks for the update! I actually noticed the file location factor - I’ve&lt;BR /&gt;been swamped and haven’t tested the workaround ye but realized .accdb files&lt;BR /&gt;on a shared g drive versus the network share did not have the “file in use”&lt;BR /&gt;error message. I’ll hopefully find some time to further explore this&lt;BR /&gt;evening but solid workaround if it works. The core issue for us seems to&lt;BR /&gt;have started 12/31/2021 which has me confused on what could be the problem&lt;BR /&gt;but I wonder the same thing. I’ve reached out to our network team and will&lt;BR /&gt;hopefully have more information soon.&lt;BR /&gt;</description>
      <pubDate>Fri, 14 Jan 2022 19:20:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/790218#M252968</guid>
      <dc:creator>cb4jc4</dc:creator>
      <dc:date>2022-01-14T19:20:54Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/791172#M253370</link>
      <description>&lt;P&gt;we have encountered more machines that are having the same problem after loading the log4j fix package and also microsoft updates.&amp;nbsp; may be a coincidence but I am not sure.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jan 2022 15:05:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/791172#M253370</guid>
      <dc:creator>JuanGSR</dc:creator>
      <dc:date>2022-01-20T15:05:13Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/793756#M254454</link>
      <description>&lt;P&gt;Has anyone received any updates from SAS yet? Curious if they have a fix in the works.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Feb 2022 13:40:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/793756#M254454</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2022-02-01T13:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Receiving a file already in use where file resides</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/797846#M313696</link>
      <description>&lt;P&gt;Update in case anyone else is still struggling with this - at my organization it turned out to be a need to apply updates to Microsoft Office. Once all the Microsoft updates were done, SAS could once again export to Access without the file already in use problem.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Feb 2022 16:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Receiving-a-file-already-in-use-where-file-resides/m-p/797846#M313696</guid>
      <dc:creator>Michelle</dc:creator>
      <dc:date>2022-02-22T16:12:45Z</dc:date>
    </item>
  </channel>
</rss>

