 |
SoftTree Technologies
Technical Support Forums
|
|
Author |
Message |
LeeD
Joined: 17 May 2007 Posts: 311 Country: New Zealand |
|
object access from remote computer |
|
Hi
Is there a way to make the w24x7ASP.vbRemote24x7 COM object (or the js one) available on a computer without installing 24x7 at all? Can I just register a dll or something? In order to run jobs from a remote machine from code.
|
|
Tue May 25, 2010 10:05 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
That particular legacy COM interface requires the full 24x7 suite as it depends on main libraries.
However you can use W24x7RC.vbRemote24x7 as a replacement and for that you would only need to copy one w24x7RC.DLL file (188 KB) and register it using regsvr32, In addition you would need to enter the license key into the registry. Please contact support for specific instructions.
|
|
Tue May 25, 2010 10:37 pm |
|
 |
LeeD
Joined: 17 May 2007 Posts: 311 Country: New Zealand |
|
|
|
So I'm trying to use "W24x7RC.vbRemote24x7" as a com object as suggested via a powershell 2.0 script.
$24x7 = New-Object -ComObject "W24x7RC.vbRemote24x7"
$24x7.OpenSession($schusr, $schpassword, $commethod, $schsrv, $schsrvport, $opts, $false)
This produces connecttoremote=true, lasterror= "server reply is invalid" and the opensession returns -9
No further commands work on this session
Any ideas?
|
|
Thu Jun 03, 2010 8:31 pm |
|
 |
SysOp
Site Admin
Joined: 26 Nov 2006 Posts: 7952
|
|
|
|
Please check the scheduler log. If you don't see connection rejection messages, then the client doesn't connect to the correct server or application; otherwise check the error message for details
|
|
Thu Jun 03, 2010 8:45 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|