brayk1990 has asked for the wisdom of the Perl Monks concerning the following question:
The code I have that goes threw the file structure to locate the files works properly, as I have tested it on the my local system with no errors. I just have been having troubles reliably getting connected with remote servers so that I can traverse their files structure and open the log files I need to search. Any help would be greatly appreciated. Thank you. **Update: The errors I am recieving are initially a system error 55, this occurs even when the connection has been properly established and the code operates correctly. This is accompanied by an explanation of the error stating "The specified network resource or device is no longer available." Next The warn statement I have created displays. Along with another statement: "the network connection could not be found." This is not a warning that I have created.qx|net use \\\\$server\\C\$\\VoiceGenie\\mp\\log $ServerPassword /use +r:$username|; find( \&finddata, "\\\\$server\\c\$\\VoiceGenie\\mp\\logs\\" ) or warn + "Could not enter the specified path \\\\$server\\c\$\\VoiceGenie\\mp +\\logs\\.\n"; #Function that allows the use of File::Find. qx|net use \\\\$server\\C\$\\VoiceGenie\\mp\\log /D|;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Windows Server Authentication
by marto (Cardinal) on May 02, 2012 at 14:54 UTC | |
|
Re: Windows Server Authentication
by dasgar (Priest) on May 02, 2012 at 15:30 UTC | |
by brayk1990 (Novice) on May 02, 2012 at 15:42 UTC | |
by marto (Cardinal) on May 02, 2012 at 15:48 UTC | |
|
Re: Windows Server Authentication
by marto (Cardinal) on May 02, 2012 at 15:32 UTC |