I've got WMI working properly in 2.0.6, and have used the same domain\username and password on 2.0.91, but am getting errors:

Code:
ERROR_NET_WRITE_FAULT: A write fault occurred on the network. (88)

That particular error almost always means that the username is wrong. The "DOMAIN\Username" syntax is the correct one to use if it is a domain account. Otherwise ".\Username" should be used for local accounts. The code for this functionality wasn't changed between 2.0.6 and 2.0.91. So it is strange that you would start getting this error.
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to