Admin Template Error

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

Guest

Whenever I opened the Group Policy for my domain, I got an error message that
said the file ADM9.PUB had an error: "Error 62 The corresponding string was
not found in the [strings] section. Found: !!udeffileloc The file cannot be
loaded.
I have a Windows Server 2003, with SP 1.

I renamed the ADM9.PUB file and the error stopped happening. It looked like
the file had some settings for Microsoft Publisher. I'm wondering if it's OK
to rename this file. I don't know very much about Administrative Templates.
Thanks.

-- Carolyn
 
Howdy Carolyn!
Whenever I opened the Group Policy for my domain, I got an error message that
said the file ADM9.PUB had an error: "Error 62 The corresponding string was
not found in the [strings] section. Found: !!udeffileloc The file cannot be
loaded.

But you have tried to search/define the string the error message was
"talking" about?
I renamed the ADM9.PUB file and the error stopped happening. It looked like
the file had some settings for Microsoft Publisher. I'm wondering if it's OK
to rename this file. I don't know very much about Administrative Templates.

The filename doesn't matter afaik. The really important thing is the
file format. But as long as it's text-only and you can import it without
running into error messages, there shouldn't be a problem.

cheers,

Florian
 
Hi,
Whenever I opened the Group Policy for my domain, I got an error message that
said the file ADM9.PUB had an error: "Error 62 The corresponding string was
not found in the [strings] section. Found: !!udeffileloc The file cannot be
loaded.
I have a Windows Server 2003, with SP 1.

So just delete it from within the GPO, because if it can´t be loaded,
then there are no settings made in this policy set.

Or just correct the problem.

In your template is a variable defined: !!udeffileloc
This one has no expression in the STRING section.

Just one line to correct it in the section:
udeffileloc="blablablabla"

After that you will find a "blablablabla" setting in your gp editor,
but if you know what the setting does, you can correct it again to
a sense making entry.

Mark
 
Thank you for the responses, I will try your suggestions.

-- Carolyn


Mark Heitbrink said:
Hi,
Whenever I opened the Group Policy for my domain, I got an error message that
said the file ADM9.PUB had an error: "Error 62 The corresponding string was
not found in the [strings] section. Found: !!udeffileloc The file cannot be
loaded.
I have a Windows Server 2003, with SP 1.

So just delete it from within the GPO, because if it can´t be loaded,
then there are no settings made in this policy set.

Or just correct the problem.

In your template is a variable defined: !!udeffileloc
This one has no expression in the STRING section.

Just one line to correct it in the section:
udeffileloc="blablablabla"

After that you will find a "blablablabla" setting in your gp editor,
but if you know what the setting does, you can correct it again to
a sense making entry.

Mark
--
Mark Heitbrink - MVP Windows Server
Homepage: www.gruppenrichtlinien.de
W2K FAQ : http://w2k-faq.ebend.de
PM: Vorname@Homepage, Versende-Adresse wird nicht abgerufen.
 
Back
Top