Welcome to the Monastery | |
PerlMonks |
Re: Re: Re: Can Win32::Daemon access remote shares?by Jenda (Abbot) |
on Apr 13, 2003 at 19:16 UTC ( [id://250160]=note: print w/replies, xml ) | Need Help?? |
That's why it would be optional. The reason why I do not want the die to really die is that IMHO most often the reason of the die is something temporary. Something I forgot the check for and that will eventualy work again. Like for example that the remote computer/database is temporarily inaccessible, because it's being rebooted or something similar. Therefore I only want to write the error into the log file and try to continue. Since I have scripts that process the log files each night, archive them and report any errors or unexpected messages, I do notice there was something uncaught at worst the next morning. To get back to your problem, did you specify the domain of the user? Or if the account is local then you should use either "computername\user" or ".\user". I think the only computer where you would not have to specify the domain would be a domain controler (Erm ... I don't know how Active Directory works in regard to this. I'm talking about the good old NT domain controlers.) Jenda Edit by castaway: Closed small tag in signature
In Section
Seekers of Perl Wisdom
|
|