<?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: No application is associated with the specified file for this operation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/424020#M104349</link>
    <description>&lt;P&gt;We have an UPDATE to this issue I wanted to share.&amp;nbsp; We found a LIBNAME override that was inconsistent between our environments.&amp;nbsp; One of our test environments encountered this issue almost never.&amp;nbsp; The LIBNAME was in FCSAUTOEXEC.SAS (part of the SASAML startup for assigning libraries, formats, etc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Assign default FORMATS library - FCF auto overwrites with 'fmts' reference when run. */&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;libname FORMATS &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'F:\Projects\FCS\formats'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; filelockwait=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;30&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;options insert=(fmtsearch=(FORMATS.formats));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;The parameter filelockwait=30 seems to be the root of our issues, we first attempted to change it to a much higher value, 120, however, this caused a new issue, we began to see issues were indexes on table loads were becoming unusable.&amp;nbsp; The frequency was consistant on certain table loads.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;ERROR: ORACLE execute error: ORA-01502: index 'FCFKC.XPKFSK_TRANSACTION_AL' or partition of such index is in unusable state.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;So we changed the value to &lt;FONT face="Courier New"&gt;filelockwait=3, which is how it was set on one of our test systems that had the least issues.&amp;nbsp; This was done on Nov. 21st on one system and Dec. 8th on another.&amp;nbsp; We have not encountered the issue I reported with "no application is associated" on any job anytime since that change was made.&amp;nbsp; I'd like to know more about why this "tunable" parameter can cause such havoc and what behind the scene is going on, what things are in conflict and more about WHY this change is helping.&amp;nbsp; Anyone with any insight to adjustments to filelockwait (sans google search) would be appreciated.&amp;nbsp; Hope this helps someone out there, this has plagued us for years.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 29 Dec 2017 11:27:12 GMT</pubDate>
    <dc:creator>seandavis69</dc:creator>
    <dc:date>2017-12-29T11:27:12Z</dc:date>
    <item>
      <title>No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/415291#M101825</link>
      <description>&lt;P&gt;We are running SAS 9.3 on a Windows Server;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We have an ongoing&amp;nbsp;issue with the error ;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;No application is associated with the specified file for this operation.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;We see it intermittently but with some interesting factors;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;1. The error is intermittent, it does occur within the first 5 minutes or so of an hour nearly exclusively, though we have &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; also seen it occur up to five minutes after the half hour too, say 8:35.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;2. It only happens when we perform an Oracle bulk load via a proc append function which transfers control to SQLLDR.exe and creates a dat, log and ctl file, the error occurs prior to actually beginning the load.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;3. Given the two conditions above if we were to attempt a PROC append and use the bulk loader options which invoke SQLLDR, and it was 5 minutes after the hour, we would likely encounter a "No application is associated with the specified operation" error.&amp;nbsp;As a side note, these are the only conditions we have ever seen this error, also we run many bulk loads via proc append that do not fail, because they do not run during those particular timeframes.&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;We have been to SAS support numerous times throughout years, yet this issue persists, unresolved,&amp;nbsp;I would be curious to know if anyone else has encountered this or a similar issue or solution?&amp;nbsp; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;No application is associated with the specified file for this operation.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;ERROR: Command could not be executed.&lt;/P&gt;&lt;P&gt;NOTE: Statements not processed because of errors noted above.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE APPEND 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.74 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.32 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; 381.93k&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; 12588.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;11/20/2017 06:08:07 PM&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Nov 2017 19:28:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/415291#M101825</guid>
      <dc:creator>seandavis69</dc:creator>
      <dc:date>2017-11-21T19:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/416228#M102182</link>
      <description>&lt;P&gt;What is the command that fails? Show it to us.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Nov 2017 00:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/416228#M102182</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2017-11-27T00:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/416689#M102336</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;FONT color="#000000" face="Microsoft Sans Serif"&gt;Example:&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;FONT face="Courier New"&gt;libname test oracle user=xxxxx password=xxxxx path='xxxx' schema=xxxx; &amp;nbsp;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New"&gt;&lt;SPAN style="font-size: 9pt;"&gt;proc append base = test.dummy_data(&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;BULKLOAD=YES&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;&lt;SPAN style="font-size: 9pt;"&gt;&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;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;FONT color="#000000"&gt;bl_direct_path=yes&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Courier New"&gt;&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;&amp;nbsp;&amp;nbsp;bl_delete_datafile=yes&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Courier New"&gt;&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;&amp;nbsp;&amp;nbsp;bl_return_warnings_as_errors=yes&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Courier New"&gt;&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;&amp;nbsp;&amp;nbsp;bl_datafile="c:\test\test.dat"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Courier New"&gt;&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;&amp;nbsp; bl_control="c:\test\test.ctl"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;STRONG&gt;&lt;FONT color="#000000" face="Courier New"&gt;&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;&amp;nbsp;&amp;nbsp;bl_badfile="c:\test\test.bad"&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;FONT face="Courier New"&gt;&lt;FONT color="#000000"&gt;&lt;SPAN style="font-size: 9pt;"&gt;&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;&amp;nbsp;&amp;nbsp;bl_log="c:\test\test.log"&lt;/SPAN&gt;&lt;/FONT&gt;&lt;SPAN style="font-size: 9pt;"&gt;)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;FONT face="Courier New"&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;data = sashelp.air;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt;"&gt;&lt;FONT face="Courier New"&gt;run;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 28 Nov 2017 14:03:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/416689#M102336</guid>
      <dc:creator>seandavis69</dc:creator>
      <dc:date>2017-11-28T14:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/424020#M104349</link>
      <description>&lt;P&gt;We have an UPDATE to this issue I wanted to share.&amp;nbsp; We found a LIBNAME override that was inconsistent between our environments.&amp;nbsp; One of our test environments encountered this issue almost never.&amp;nbsp; The LIBNAME was in FCSAUTOEXEC.SAS (part of the SASAML startup for assigning libraries, formats, etc.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/* Assign default FORMATS library - FCF auto overwrites with 'fmts' reference when run. */&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;libname FORMATS &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'F:\Projects\FCS\formats'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; filelockwait=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;30&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;options insert=(fmtsearch=(FORMATS.formats));&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;The parameter filelockwait=30 seems to be the root of our issues, we first attempted to change it to a much higher value, 120, however, this caused a new issue, we began to see issues were indexes on table loads were becoming unusable.&amp;nbsp; The frequency was consistant on certain table loads.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="Calibri" size="3"&gt;ERROR: ORACLE execute error: ORA-01502: index 'FCFKC.XPKFSK_TRANSACTION_AL' or partition of such index is in unusable state.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;So we changed the value to &lt;FONT face="Courier New"&gt;filelockwait=3, which is how it was set on one of our test systems that had the least issues.&amp;nbsp; This was done on Nov. 21st on one system and Dec. 8th on another.&amp;nbsp; We have not encountered the issue I reported with "no application is associated" on any job anytime since that change was made.&amp;nbsp; I'd like to know more about why this "tunable" parameter can cause such havoc and what behind the scene is going on, what things are in conflict and more about WHY this change is helping.&amp;nbsp; Anyone with any insight to adjustments to filelockwait (sans google search) would be appreciated.&amp;nbsp; Hope this helps someone out there, this has plagued us for years.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 29 Dec 2017 11:27:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/424020#M104349</guid>
      <dc:creator>seandavis69</dc:creator>
      <dc:date>2017-12-29T11:27:12Z</dc:date>
    </item>
    <item>
      <title>Re: No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/452912#M114349</link>
      <description>&lt;P&gt;Follow up 4/10/2018 - The fix described above was NOT the ultimate solution to this issue.&amp;nbsp; It did impact things in a subtle enough way to avoid this issue for a period of time (just due to the timing of things).&amp;nbsp; We believe we have now solved this issue with&amp;nbsp;a change to Group Policy. All of out SAS programs are executed via batch files under control of "Maestro" by Tivoli a job scheduler.&amp;nbsp; We only encounter this error when a program is running under job scheduler execution, many dozens if not a hundred jobs are run daily on multiple SAS systems.&amp;nbsp; The error specifically occurs when a SAS.exe process has started say at 1:04AM, then a Windows Event 1530 occurs "Windows detected your registry file is still in use by other applications or services. The file will be unloaded now. The applications or services that hold your registry file may not function properly afterwards." after the SAS job say&amp;nbsp;at 1:06AM, and then if during your job execution you call the Oracle Bulkloader.exe prior to the end of the SAS.exe you would get the "No Application is Associated..." error and the proc append would fail.&amp;nbsp;The events would have to occur in this order&amp;nbsp;for this to happen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To resolve this we deployed&amp;nbsp;the same solution as was described in this article - &amp;nbsp;&lt;A href="https://support.microsoft.com/en-us/help/2287297/a-com-application-may-stop-working-on-windows-server-2008-when-a-user" target="_blank"&gt;https://support.microsoft.com/en-us/help/2287297/a-com-application-may-stop-working-on-windows-server-2008-when-a-user&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Short version - in GPEDIT.msc enable -"Do not forcefully unload the user registry at user logoff" policy setting for users&lt;/P&gt;&lt;P&gt;&lt;SPAN class="text-base x-hidden-focus"&gt;Note&lt;/SPAN&gt;&amp;nbsp;The same issue can occur on Windows Vista, Windows 7, Windows 2008, and Windows 2008 R2 and Later OS version as it is now default behavior to force user registries even while still logged on. You can verify this is happening to you by noting the time your job began and the&amp;nbsp;cooresponding "warning" of 1530 in the event viewer just after your job began but prior to it's transfer to another program like Oracle bulkloader.exe.&amp;nbsp; Hope this helps someone out there with a similar issue.&amp;nbsp; If you have seen this please respond, it has plagued us for years as a "intermittent anomaly".&amp;nbsp; Also, just FYI, you may need to ensure that if you make this GP change that your network policy will not override the local policy on the server.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 18:13:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/452912#M114349</guid>
      <dc:creator>seandavis69</dc:creator>
      <dc:date>2018-04-10T18:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: No application is associated with the specified file for this operation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/452993#M114381</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/83005"&gt;@seandavis69&lt;/a&gt;&amp;nbsp;Well done! &lt;BR /&gt;Remarkable detective work, and thanks for posting the outcome. I am impressed.&lt;/P&gt;
&lt;P&gt;The joys of Windows' policy and registry settings are with us forever.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 Apr 2018 22:54:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/No-application-is-associated-with-the-specified-file-for-this/m-p/452993#M114381</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-04-10T22:54:48Z</dc:date>
    </item>
  </channel>
</rss>

