Ticket #95 ( Closed )

Short Description Controlling Number of Sessions
Entered By: gaucho When: 1998-07-17 12:16:49 Build: 1.03.14b
Categories Type: Question   Department: Product   Category: TN3270 Connection
Description
How would I adjust the number of available sessions depending on the time of the day? For example, from 8 am to 5 pm, I would set the maximum sessions available to 50, but after that I would set the max. available sessions to 100.
Append By: WindSurfer  When: 1998-07-21 13:12:37  New Status: Pending Customer
Comment There are some functions to control this-- please grab the latest build from ftp://ftp.ieinc2.com/pub/surfer/surf1_3d.exe, install it and the documentation for the functions now includes the SetMaxSessions("LU_group_name",newnum) and GetMaxSessions("LU_group_name") functions.
Append By: gaucho  When: 1998-07-21 14:34:51  New Status: Pending IE
Comment What is the actual syntax though? Here's the pseudocode: If the day is between Monday and Friday then If Time is between 8am and 5 pm then set the maximum # of connections to 48 else set the maximum # of connections to 100 end if else set the maximum # of connections to 100 end if
Append By: WindSurfer  When: 1998-07-21 18:14:47  New Status: Pending Customer
Comment Ah-hah!

Nailed me. You need the time event section support to make this really what you want. At this point, all you can do is create an Admin transaction, maybe authenticate the user then let them adjust from an HTML form.

It's a bit of a vacation period here at IE, so we can't do this until next week, but will give you a time event-driven capability then.

Please let us know if you need it any sooner.