Session Variables
Anonymous
Not applicable
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-18 06:52 PM
We have several live processes currently running, all with the same session variables included: Stop After Items, Stop ASAP, and Stop After Time.
The issue we're running into is some of the processes only display these session variables to the control room. Why would only some processes make these variables visible while others appear as if no session variables were included into the configuration?
4 REPLIES 4
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
13-06-18 11:00 PM
If a process is running and it has a session variable in it, then the SV should be accessible from control room - that's the whole point of SVs. I'm not doubting what you're saying but what you're describing sounds unusual. Maybe if you can capture a screenshot then our Support team can investigate for you?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
15-06-18 02:12 PM
Is there a pattern to which ones do and don't show Session Variables?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-06-18 07:02 PM
Yes, I agree with John..It sounds unusual. There are also chances that the developers use the same name for the data items(Stop After Items, Stop ASAP, and Stop After Time) , but give hard coded values in the data item making it as a Number/Text/Datetime. It depends on how you give values to this process.
Session variables are used only when the Control Room has to change a value during the runtime. And for eg, if a process needs to stop by 8AM EST, we would directly give the Stop After Time as 8 AM by making it as a DateTime data item instead of a session variable.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
25-06-18 07:02 PM
Yes, I agree with John..It sounds unusual. There are also chances that the developers use the same name for the data items(Stop After Items, Stop ASAP, and Stop After Time) , but give hard coded values in the data item making it as a Number/Text/Datetime. It depends on how you give values to this process.
Session variables are used only when the Control Room has to change a value during the runtime. And for eg, if a process needs to stop by 8AM EST, we would directly give the Stop After Time as 8 AM by making it as a DateTime data item instead of a session variable.
