Access issues on client

Got this message for the first time ever (While exporting the results of a Financial Report) …

image

I checked the Windows Security on that file (and all the folders leading to it), and the user I’m logged into the client as, and the user the E10 App runs under, both have full access.

The odd thing is, the export actually saved. Looks like the ReportConfig.xml file was to be updated, and that’s what failed. That file only seems to hold the options from the Save File As dialog.

<ReportConfig>
  <FinancialReport>
    <PaperSize>PaperLetter</PaperSize>
    <Orientation>Portrait</Orientation>
    <Scale>Adjust</Scale>
    <Action>SaveAndOpen</Action>
  </FinancialReport>
</ReportConfig>

Any ideas?