Switchmap.pl file run time error
Creates web pages that show information about Ethernet switches.
Brought to you by:
siemsen
Chugh
Chugh
2 hours ago
While running switchmap.pl program it stops after few mins and generate below error message.
GetDirectoryDepth called with "C:\inetpub\Switchmap\vlans", which doesn't start with $DestinationDirectory, exiting
my $DestinationDirectory is C:\inetpub\Switchmap.
Please advice.
Thanks in advance.
Anonymous
maybe you need to escape the backslashes,
try setting $DestinationDirectory = 'C:\\inetpub\\Switchmap'
Chugh,
Did you get past this problem?
Pete, i have the same problem
When i ran the first time, everything was OK.
my
$DestinationDirectory = 'C:\inetpub\wwwroot\Switchmap'
Another user reported this problem, which may have a simple work-around (it'll be fixed in version 14.0) For now, if the $DestinationDirectory in your ThisSite.pm file has a file path that starts with a lowercase drive specifier like "c", change it to uppercase.