Required Versions

  • Thread starter Thread starter gmitch64
  • Start date Start date
G

gmitch64

We're still running client version 7.3 (753). Do we need to be running a version 8 client for these to work? Does the server need to be V8 too?

I've tried running the info.vbs script on Windows XP SP3, and I'm getting these errors...

[D 00/00000018] Thu Jan 21 13:05:53 2010 - Failed to open Service 2X Publishing
Agent (0x00000424) The specified service does not exist as an installed service.

[D 00/00000018] Thu Jan 21 13:05:53 2010 - Failed to open Service 2X SecureClien
tGateway (0x00000424) The specified service does not exist as an installed servi
ce.
E:\Work\AdminScripts\2XScripting\Samples\VBScript\Simple\info.vbs(6, 1) (null):
System error


I'm also having issues registering TuxScripting.dll on Windows Vista x64 - is it compatible with this OS? I don't see any mention of which OSs are supported.

Also, is there a newer release of the SDK since the initial July release?


Thanks


G
 
> Errors that you see it is because you trying to use server side scripting
>on your client machine. 2XScripting component is for server management only.

So the scripts can only be ran on one of the gateway servers? Is there any way that they can run on workstations? I was looking to write some management scripts that the IS admins could run on their workstations to see which servers and/or apps etc a client user was using.


Graham
 
Hello gmitch64,
yes we support feature to access remote servers from any machine using 2XScripting.

For example if you want to use that small "info.vbs" sample with remote server, you
should add to script following line:
objSystem.Connect "myserver", 0, "administrator", "password"
before
objSystem.LoadSettings
where "myserver" - gateway to access, "administrator", "password" - credentials of user with admin rights.

For more information refer to 2XScripting.chm from Documentation folder.
 
> objSystem.Connect "myserver", 0, "administrator", "password"

That worked great - thanks.

Is there any way to use passthru authentication, rather than either embedding it into a script, or prompting the user for a password? I've had a read thru the docs, and can't see any mention.

I've also got a problem reading the Doc file on XP SP3, but I can read it find under Windows.


Graham
 
Back
Top