in reply to Win32::IE::Mechanize from unix????
This is most likely a permissions/account problem. What user does your (Windows) ssh server run as?
Does this user have a desktop and is it logged in? Without a desktop (on which to launch and display IE), nothing will work.
Does this user have permissions to launch IE? You can check that by logging in via ssh and manually launching iexplore.exe.
Does this user have permissions to use OLE objects? This is an integral point of Windows, but I've seen some systems (mis)configured to disallow even DCOM and local COM.
More error messages and the actual code might also help us to help you, but if the script works when used directly but doesn't when launched through ssh, all fingers point to ssh as the culprit.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::IE::Mechanize from unix????
by monkster (Sexton) on Apr 15, 2008 at 09:15 UTC | |
|
Re^2: Win32::IE::Mechanize from unix????
by monkster (Sexton) on Apr 16, 2008 at 04:23 UTC |