Author |
|
narc Groupie
Joined: November 21 2006 Location: United States
Online Status: Offline Posts: 49
|
Posted: January 28 2007 at 14:30 | IP Logged
|
|
|
Hey guys,
Any idea why none of the ph. functions will run on my HA server? I have tried the exact same scripts on my dev machine and they work great.
For instance, the following script bombs at line 4 with "unknown error" after I see the msgbox with "hello" in it. So I know the script is running.
sub main()
t = "hello"
msgbox t
ph.run("c:\windows\notepad.exe ")
end sub
Both dev machine and HA server are WinXP. I tried the phscr.zip file posted in another message, but it didn't help. (other message: http://www.myx10.com/forum/forum_posts.asp?TID=970&KW=wsh)
- jason
|
Back to Top |
|
|
narc Groupie
Joined: November 21 2006 Location: United States
Online Status: Offline Posts: 49
|
Posted: January 29 2007 at 12:36 | IP Logged
|
|
|
Well, whatever it was, a full Uninstall, Reboot, Install, Reboot fixed it.
- jason
Edited by narc - January 29 2007 at 12:36
|
Back to Top |
|
|
dhoward Admin Group
Joined: June 29 2001 Location: United States
Online Status: Offline Posts: 4447
|
Posted: January 29 2007 at 19:48 | IP Logged
|
|
|
Heh,
Well as long it's fixed, I won't worry about. Glad to hear it's working now for you .
Dave.
|
Back to Top |
|
|