Cached File Behavior

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am running Windows XP SP2 and Office 2003 SP2. In my startup script, I
have a batch file that copies an Access MDB file from a network share to my
local file system. Because it uses Oracle, I turn the Read-Only flag off,
copy the file, then turn the flag back on.

It appears to be holding the previous copy of the file, even though it shows
the fileinfo of the new file. If I manually delete the file, when I refresh,
it shows the older file with its older fileinfo. If I delete again, it seems
to to work, and the copy is successful.

I thought it might have something to do with the Indexing Service, but I
turned it off, and I continue to have the same problem. I wondered about
Volume Shadow Copy, but the service is set to Manual.

Any idea what is causing this? This is keeping my database updates from
being seen by my clients.

Thanks,

Kevin
 
A bit of followup: I just ran the Process Explorer utility from
sysinternals, and found out an amazing thing. It is NOT running the file I
think it should! Our systems have Altiris on them, and files are being
copied to C:\fslrdr. My script apparently is tripping up that, and my
updates are not being moved to that location, and the old version persists.
So, this appears to be an Altiris issue.

Kevin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top