Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm exploring Win32::NetAdmin and Win32::NetAdmin, but am getting unexplained errors.
So far, UsersExist() and UserDelete() have been successful, but when I try:
the output is: "87".if (! UserCreate($domain, "foo", "foo", 0, '', '', '', '', '')) { die GetError(); }
What is "87"?
Where can I find error code documentation?
Is the error code from Microsoft or from the module?
(and if it's a serious problem) how can I resolve it?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Win32::NetAdmin errors
by jsprat (Curate) on Mar 04, 2003 at 14:44 UTC | |
|
Re: Win32::NetAdmin errors
by Jenda (Abbot) on Mar 04, 2003 at 16:44 UTC |