SoftTree Technologies SoftTree Technologies
Technical Support Forums
RegisterSearchFAQMemberlistUsergroupsLog in
"Evaluation ... expired" with valid

 
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite View previous topic
View next topic
"Evaluation ... expired" with valid
Author Message
Tim



Joined: 09 Oct 2001
Posts: 36

Post "Evaluation ... expired" with valid site Reply with quote

I have a copy of 24x7 Scheduler with a valid site license where the
Serial # shows up as expected in the help window. I set up the
system to accept COM commands over TCP on port 1096. When I do an
OpenSession, I get a 'LastError' of "Evaluation period expired".
Does a site license not cover COM calls or is there another problem?

-- thanks

Mon Nov 13, 2006 3:55 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7970

Post Re: "Evaluation ... expired" with valid Reply with quote

Site license covers all components. Where do you get "Evaluation period expired" message, on the client or on the server? Does the client have site license key? Do you actually pass that key value in OpenSession parameters?

: I have a copy of 24x7 Scheduler with a valid site license where the
: Serial # shows up as expected in the help window. I set up the
: system to accept COM commands over TCP on port 1096. When I do an
: OpenSession, I get a 'LastError' of "Evaluation period expired".
: Does a site license not cover COM calls or is there another problem?

: -- thanks

Mon Nov 13, 2006 4:03 pm View user's profile Send private message
Tim



Joined: 09 Oct 2001
Posts: 36

Post Re: "Evaluation ... expired" with valid Reply with quote

: Site license covers all components. Where do you get "Evaluation period
: expired" message, on the client or on the server? Does the client
: have site license key? Do you actually pass that key value in OpenSession
: parameters?

This is exactly what is being done - this code is running on the same
physical machine as the 24x7 instance. Note that I have obscured the actual key
in this sample but in the real case, the code passed is the same as the
one that shows on the help window.

/* Create 24x7 Object */
var Remote_24x7 = new ActiveXObject("w24x7ASP.jsRemote24x7");

/* Start new Session */
var RC = Remote_24x7.OpenSession("24x7Service","XXXXX-XXXXXXX-XXXXX","WinSock","LocalHost","1096","",-1);

if(RC != 1)
{

WScript.Echo(Remote_24x7.LastError);

WScript.Quit(1);
}

RC = Remote_24x7.GetJobList(0);

var JobsList = Remote_24x7.ipStringBuffer;

var JOBS_FILE = "24x7Jobs.txt";

/* New Object, New File */
var fso = new ActiveXObject("Scripting.FileSystemObject");
fso.CreateTextFile(JOBS_FILE,true);

//----- open the new file
var fo = fso.OpenTextFile(JOBS_FILE,8,true);

/* Write the list */
fo.Write(JobsList);
fo.Close();

Mon Nov 13, 2006 4:16 pm View user's profile Send private message
Tim



Joined: 09 Oct 2001
Posts: 36

Post Re: "Evaluation ... expired" with valid Reply with quote

This problem is a pretty serious reason not to continue using this product
if there is no further information about it or fix coming forward soon. The
code I showed earlier worked at one point so I know it can work. Do you have
any further information as to the cause of this issue?

Tue Nov 14, 2006 5:38 pm View user's profile Send private message
SysOp
Site Admin


Joined: 26 Nov 2006
Posts: 7970

Post Re: "Evaluation ... expired" with valid Reply with quote

You have a problem with the installation or use a non-site license key. Did you do the suggested checks in the registry? Did you verify the license key is actually a site license key?

: This problem is a pretty serious reason not to continue using this product
: if there is no further information about it or fix coming forward soon. The
: code I showed earlier worked at one point so I know it can work. Do you have
: any further information as to the cause of this issue?

Tue Nov 14, 2006 7:00 pm View user's profile Send private message
Display posts from previous:    
Reply to topic    SoftTree Technologies Forum Index » 24x7 Scheduler, Event Server, Automation Suite All times are GMT - 4 Hours
Page 1 of 1

 
Jump to: 
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


 

 

Powered by phpBB © 2001, 2005 phpBB Group
Design by Freestyle XL / Flowers Online.