Link to home
Start Free TrialLog in
Avatar of roberm
roberm

asked on

User Environment Issue - Temporary Internet Files, Windows cannot copy file, Mandatory User Profiles

Hi All,

Im experiencing an irritating problem somehow relating to 'Temporary Internet Files' upon user login.

I have a number of workstations running Win2000Pro which authenticate to an Active Directory. User Environments are determined by a Mandatory User Profile, with Folder redirection for Desktop, Start Menu, & My Documents.
By default 'Temporary Internet Files' are not copied over to the roaming profile, and yet the error I receive upon login (which, is acheived be Autologon, so you don't actually login it happens automatically) is as follows:

'User Environment' Window
===============================================================================================

Windows cannot copy file \\server\......User Profiles\Mandatory\Local Settings\Temporary Internet Files\Content.IE5\....<long filename> to location C:\Documents and Settings\......\Local Settings\Temporary Internet Files\Content.IE5\....<same long filename>.
Contact your network administrator.

DETAIL - The filename or extension is too long.

===============================================================================================
 
And well that's it really, I really can't understand why its trying to do that, Temporary Internet Files should not and be trying to syncronise between client and profile server.

This error prevents login of anytype until I ftp into the workstation and delete the Tempory Internet Files. These workstations are used 24*7 for a clinical purpose, if the workstations are rebooted the chances are that this error with occur and prevent there usage until the cache is deleted.

I have enabled: 'Empty Temporary Internet Files folders when browser is closed' option in the Group Policy but this does not seem to be working even though the appropriate registry settings is confirmed as being made to the workstations.

Your assistance and suggestions are greatly appreitiated URGENTLY !!!

Thanks in advance.



Avatar of Chris Geraghty
Chris Geraghty

is there a Local Settings\Temporary Internet Files in the profile on the server, if so delete it.
I think the restrictions on which folders make up a roaming profile control which folders are uploaded to a server, not downloaded - as in theory the profile is originallly created on the client.

roberm,

You're right. Temporary Internet files should not be getting copied.

Some things you can try/look at:
(Unlikely but just asking) Is there a script trying to copy anything to the local computer or is it, as far as you can tell, just the loading of the mandatory profile?
If there is a script try disabling/editing it.

Do you have the "Delete cached copies of roaming profiles" setting "Enabled" in your GPO?
If "Disabled" or "Not configured" try enabling it and see if this resolves the problem.
Or...
If you need the user to be able to login using the cached profile in case DC access is unavailable you can write a logoff script to forcibly remove the offending files when the user logs off.

Good luck,
Krompton

Avatar of roberm

ASKER

No there is not any 'Local Settings' folder on the Server, and hence the error. For some reason it is assuming that the IE cache is on the profile server, but due to previous problems (back in the NT days) modern roaming profiles no-longer carry IE cache. Also with the profile being 'Mandatory' the profile cannot be changed by users. A point that I should perhaps note is that the workstation are heavily locked-down, in terms of what users can change (not a lot).
Thanks for your comments.

Avatar of roberm

ASKER

Krompton,

The only script I am using at the moment is a simple VB one that adds or removes printers dependant on computers name. No file copying takes place with this script.

"Do you have the "Delete cached copies of roaming profiles" setting "Enabled" in your GPO?"
This is something I saw with regards to GPO's but that option is simply not available to me, even though I have installed the latest GPO snap-ins, I thought that perhaps that was a setting used with the older style GPO settings, though 'assumption' is always the worst posible thing to do. If anyone has any input with respect to this I'd obviously be very happy to here from them.

I have considered scheduling a script to do just that but one problem unique circumstance is that during generator test, or simply user switching-off the power instead of shutting down correctly and hence log-off scripts are not executed. Scripting is something ideally I would like to avoid, but something I will have to perhaps do if there is not any other solutions. I don't like fixing problems with scripts that should not be problems in the first instance.

Thanks very much for your comments.
If you want to delete the Internet explorer temp go to this policy

User Configuration\Administrative Templates\Internet Explorer\Advanced Page\Empty Temporary Internet Files Folder When Browser is Closed.

Hope it helps
The real path is user conf/ administrative templates/ windows components / internet explorer / Internet control panel /advanced page / empty tempo.
SOLUTION
Avatar of denzmor
denzmor

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of roberm

ASKER

Krompton,

Win2000Pro Clients in a 2003 Domain, I do have that policy available although its can only used with WindowsXP or Windows 2003 Server family machines. Good suggestion on the startup script although it would probably have to take place in the autoexec.bat because it doesn't get as far as reading the GPO. Im not keen but I suppose needs must. I'll wait just a little longer to see if anyone has an other inspirational ideas. Many thanks, Krompton.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of roberm

ASKER

Hi All,

I'm gonna give-in and simple del the tempory files upon startup using the autoexec.bat, seems to work perfectly.
Thanks for all your input.