GPO not applied userenv log shows error 53 path not found

G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

I am trying to get a startup script to run on machines in an OU in a Windows
2000 AD domain using GPO.

I have written the script in VB and applied it however after testing I see
that no GPO's are being applied. I found a 35 error that I converted to a
standard win32 API error of 53 network path not found.

Essentially no matter what GPO is processed in order first it fails with a
path issue. Testing from the client using the debug logging I see this
issue. The interesting thing is that the users can do a run and access the
path. I would assume if it was permissions I would get a error code 5. Any
suggestions on how to resolve would be appreciated. Could it be that the
client is XP or because it is the machine account trying to access the sysvol?

USERENV(3f4.5ec) 16:16:09:423 ProcessGPO: Searching
<CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=Bogus,DC=boguscompany,DC=com>
USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: Machine has access to this GPO.
USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: GPO passes the filter check.
USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found functionality version of: 2
USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found file system path of:
<\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}>
USERENV(3f4.5ec) 16:16:09:453 ProcessGPO: Couldn't find the group policy
template file
<\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>, error = 0x35.
USERENV(3f4.5ec) 16:16:09:463 ProcessGPO: ==============================
USERENV(3f4.5ec) 16:16:09:463 EvalList: ProcessGPO failed
USERENV(3f4.5ec) 16:16:09:473 GetGPOInfo: EvaluateDeferredGPOs failed.
Exiting
USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo: Leaving with 0
USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo: ********************************
USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: GetGPOInfo failed.
USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: No WMI logging done in this
policy cycle.
USERENV(3f4.5ec) 16:16:09:503 ProcessGPOs: Processing failed with error 53.
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Hi

I'm drawing a pretty long bow here but you might be seeing something like
this:

834649 Client computers record Event ID 1030 and Event ID 1058 when DFS is
not
http://support.microsoft.com/?id=834649

Take a look at the event logs for problematic clients as well as the DC's.
The knowledge base has a few articles with similar symptoms and action
depends on the event description.

Kind regards
--
Mark Renoden [MSFT]
Windows Platform Support Team
Email: markreno@online.microsoft.com

Please note you'll need to strip ".online" from my email address to email
me; I'll post a response back to the group.

This posting is provided "AS IS" with no warranties, and confers no rights.

"JRP2233" <JRP2233@discussions.microsoft.com> wrote in message
news:9D63E344-805E-4121-8DE6-AAA6EAA21D3A@microsoft.com...
>I am trying to get a startup script to run on machines in an OU in a
>Windows
> 2000 AD domain using GPO.
>
> I have written the script in VB and applied it however after testing I see
> that no GPO's are being applied. I found a 35 error that I converted to a
> standard win32 API error of 53 network path not found.
>
> Essentially no matter what GPO is processed in order first it fails with a
> path issue. Testing from the client using the debug logging I see this
> issue. The interesting thing is that the users can do a run and access
> the
> path. I would assume if it was permissions I would get a error code 5.
> Any
> suggestions on how to resolve would be appreciated. Could it be that the
> client is XP or because it is the machine account trying to access the
> sysvol?
>
> USERENV(3f4.5ec) 16:16:09:423 ProcessGPO: Searching
> <CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=Bogus,DC=boguscompany,DC=com>
> USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: Machine has access to this GPO.
> USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: GPO passes the filter check.
> USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found functionality version of:
> 2
> USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found file system path of:
> <\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}>
> USERENV(3f4.5ec) 16:16:09:453 ProcessGPO: Couldn't find the group policy
> template file
> <\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>,
> error = 0x35.
> USERENV(3f4.5ec) 16:16:09:463 ProcessGPO: ==============================
> USERENV(3f4.5ec) 16:16:09:463 EvalList: ProcessGPO failed
> USERENV(3f4.5ec) 16:16:09:473 GetGPOInfo: EvaluateDeferredGPOs failed.
> Exiting
> USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo: Leaving with 0
> USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo:
> ********************************
> USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: GetGPOInfo failed.
> USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: No WMI logging done in this
> policy cycle.
> USERENV(3f4.5ec) 16:16:09:503 ProcessGPOs: Processing failed with error
> 53.
>
>
 
G

Guest

Guest
Archived from groups: microsoft.public.win2000.group_policy (More info?)

Fantastic, thanks Mark. I checked and those services where disabled I am
testing and checking the debug logs now. I really appreciate it. I am new
to this company (2 weeks) and I am not familiar with how things where setup
and most of the people who set them up are gone and I really needed to get
this working for a project that is behind schedule.

Thanks again.

"Mark Renoden [MSFT]" wrote:

> Hi
>
> I'm drawing a pretty long bow here but you might be seeing something like
> this:
>
> 834649 Client computers record Event ID 1030 and Event ID 1058 when DFS is
> not
> http://support.microsoft.com/?id=834649
>
> Take a look at the event logs for problematic clients as well as the DC's.
> The knowledge base has a few articles with similar symptoms and action
> depends on the event description.
>
> Kind regards
> --
> Mark Renoden [MSFT]
> Windows Platform Support Team
> Email: markreno@online.microsoft.com
>
> Please note you'll need to strip ".online" from my email address to email
> me; I'll post a response back to the group.
>
> This posting is provided "AS IS" with no warranties, and confers no rights.
>
> "JRP2233" <JRP2233@discussions.microsoft.com> wrote in message
> news:9D63E344-805E-4121-8DE6-AAA6EAA21D3A@microsoft.com...
> >I am trying to get a startup script to run on machines in an OU in a
> >Windows
> > 2000 AD domain using GPO.
> >
> > I have written the script in VB and applied it however after testing I see
> > that no GPO's are being applied. I found a 35 error that I converted to a
> > standard win32 API error of 53 network path not found.
> >
> > Essentially no matter what GPO is processed in order first it fails with a
> > path issue. Testing from the client using the debug logging I see this
> > issue. The interesting thing is that the users can do a run and access
> > the
> > path. I would assume if it was permissions I would get a error code 5.
> > Any
> > suggestions on how to resolve would be appreciated. Could it be that the
> > client is XP or because it is the machine account trying to access the
> > sysvol?
> >
> > USERENV(3f4.5ec) 16:16:09:423 ProcessGPO: Searching
> > <CN={31B2F340-016D-11D2-945F-00C04FB984F9},CN=Policies,CN=System,DC=Bogus,DC=boguscompany,DC=com>
> > USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: Machine has access to this GPO.
> > USERENV(3f4.5ec) 16:16:09:433 ProcessGPO: GPO passes the filter check.
> > USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found functionality version of:
> > 2
> > USERENV(3f4.5ec) 16:16:09:443 ProcessGPO: Found file system path of:
> > <\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}>
> > USERENV(3f4.5ec) 16:16:09:453 ProcessGPO: Couldn't find the group policy
> > template file
> > <\\bogus.boguscompany.com\sysvol\bogus.boguscompany.com\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9}\gpt.ini>,
> > error = 0x35.
> > USERENV(3f4.5ec) 16:16:09:463 ProcessGPO: ==============================
> > USERENV(3f4.5ec) 16:16:09:463 EvalList: ProcessGPO failed
> > USERENV(3f4.5ec) 16:16:09:473 GetGPOInfo: EvaluateDeferredGPOs failed.
> > Exiting
> > USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo: Leaving with 0
> > USERENV(3f4.5ec) 16:16:09:483 GetGPOInfo:
> > ********************************
> > USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: GetGPOInfo failed.
> > USERENV(3f4.5ec) 16:16:09:493 ProcessGPOs: No WMI logging done in this
> > policy cycle.
> > USERENV(3f4.5ec) 16:16:09:503 ProcessGPOs: Processing failed with error
> > 53.
> >
> >
>
>
>