Jump to content

Recommended Posts

Posted

Hi, I'm not sure if this is in the correct place or not.

 

I'm having an issue when some students are saving their work (a word document for example). The teacher has assured me that they have saved it correctly and that they've seen the file on their documents area. However when they come back to load the document it has "changed" into a temp file with a random name. This isn't the usual Word temporary files it's a non-hidden file which is exactly the same size as the original file. For example a user had a file called 8.4aal.docx and the next time she logged on and went to find it there was a file called 3D14CA7F.tmp in it's place which was exactly the same size as the other file. Has anyone had any experiences like this or has any suggestions.

 

I'm running Server 2008 R2 and Server 2003 with Windows 7 Enterprise desktops.

 

Cheers.

Posted

We're currently having the same problem across Teachers and students.

Running Server 2008 R2. Happens on windows 7 machines running either office 2007 or office 2010.

Doesn't seem to happen on the XP machines running office 2007 though.

 

Not got to the bottom of it yet. Seen a suggestion that it might be anti-virus not letting office finish the save process properly so about to test that.

Posted

Not sure if this will help but we had an issue with with word not saving properly and left the normal .tmp files but the files could not be used to recover the document. Seems that the issue happens when the user saves.

 

What seemed to fix it for us as to unhide the home directory and libraries. The accounts that were having an issue were highly locked down accounts and had everything hidden or locked, home directories were hidden and libraries stripped off.

 

Havent had a problem since I i restored the libraries and the home directory is now visible.

  • 1 year later...
Posted (edited)

Sorry to drag up and old thread but we've got this but only for 1 user (as far as we know) we use hidden home directories so I would have thought it would apply to all users? There seems to be no odd chars in the filename either. But I have found random number.tmp instead of correct word doc files.

 

Is making the home directory visible a permanent solution? And does anyone know why we would only just had this error occur?

Edited by penfold
Posted

Hi,

 

I can't for the life of me remember how this got fixed. I've got a funny feeling that it was one of those things that just fixed itself. Sorry I can't be of more help.

Posted
OK, I'll run a scan now and see if it comes up with anything but if you rename the .tmp file you are able to open up the files in word (after a prompt to recover) and it seems like all the data is there.
  • 7 months later...
Posted
I've got this again with one user. I can't do anything with the .tmp file either. If I try to load it I either get pages and pages of blankness (although the word count it correct) or I get a message saying the file is corrupt, this is either opening the tmp file or if I change the extension. Any ideas if there's any way of opening the file?
  • 5 months later...
Posted
Sadly not. The last user I had it with was due to have a new PC and since the new PC it's been fine. Her old machine was pretty old and only had a 100Mb network connection so it could have been the slow network connection thing mentioned above, although that wouldn't explain the original occurance which seemingly fixed itself. I've not had it on any other machines since fingers crossed.
  • 4 months later...
Posted

Mostly not. The Enterprise Hotfix Rollup is available via the Windows Catalog.

 

The Windows hotfixes can be installed using the following powershell:

if (!(get-hotfix -id KBxxxxxxx)) {start-process -wait -FilePath "c:\windows\system32\wusa.exe" -Argumentlist "\\PATHTOHOTFIX\Windows6.1-KBxxxxxxx-x64.msu /quiet /norestart"}

 

For Office 2010 substitue wusa with msiexec and change the argument list to "/update \\PathOfExtracted\MSPatchFile.msp /qn"

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...