I'm quoting from the MSDN site:
"Get Unlimited Free PSS Support for Technical Issues!
Unlimited free support is available now to MSDN subscribers via the MSDN
Managed Newsgroups. In over 200 developer newsgroups, Microsoft will assure
that you receive a response to your posts within 2 business days. This
services is included as a benefit of your active subscription. You can get
started by registering here."
Is there a reason that I've never gotten a response from Microsoft in this
newsgroups?
[quoted text, click to view] "Mark K" <delsk@nospam.nospam> wrote in message
news:OQlEMCaoEHA.3900@TK2MSFTNGP10.phx.gbl...
> Last night our production servers were updated with the following patches:
> 814078 jscript5.6
> .net1.1sp1
> gdi+detection tool,
> 833989-28 IE6,
> 867801-25 IE6,
> Office XP -28- 832332,
> Wordperfect -27- 873379
>
> Since the update, the Windows service I created in VB.NET is no longer
able
> to update Active Directory. The service runs under the security context of
a
> domain admin account. The error message I receive is:
> ex.Message = Specified method is not supported.
> ex.Source = System.DirectoryServices
>
> The last commands executed in code are run against a DirectoryEntry class
> object
> .Properties(strAttribute)(0) = strNewValue
> .CommitChanges()
>
> I've tested this (with the same user) from all of the Win2K servers which
> were included in our last patch wave and the same error occurs. I test it
on
> any Win2K server which was not part of last night's patch wave and it runs
> fine. These servers which were not part of last night's patch wave are
> otherwise fully up-to-date with all the latest patches. It also runs fine
> from my WinXP development workstation which has all of these patches
> installed.
>
> Any help would be greatly appreciated as this is a production problem
> impacting or production environment.
>
> In the meantime, I have the service running from one of the unpatched
> servers
>
> Regards,
> Mark K
>
>