My script runs through a list of computers and performs a check. On a few
computers I get the following
Error: Permission denied: 'Get Object'
Code: 800A0046
I have On Error Resume Next in my script, however, then this error is
encountered it is retaining the values from the last successful check. I
need to be able to skip over this and not retain the previous value.
Show the code statement that raises the error, please, and explain what programming language you are using. If you need to branch from that error, then On Error Resume Next is not appropriate. Your options will depend on the information you provide.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> My script runs through a list of computers and performs a check. On a few
> computers I get the following
[quoted text clipped - 5 lines]
> encountered it is retaining the values from the last successful check. I
> need to be able to skip over this and not retain the previous value.
HearSay - 29 Mar 2007 20:22 GMT
Sent to wrong gorup. Sorry.
Show the code statement that raises the error, please, and explain what
programming language you are using. If you need to branch from that error,
then On Error Resume Next is not appropriate. Your options will depend on
the information you provide.

Signature
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/jumpstart.aspx
> My script runs through a list of computers and performs a check. On a few
> computers I get the following
[quoted text clipped - 5 lines]
> encountered it is retaining the values from the last successful check. I
> need to be able to skip over this and not retain the previous value.