The session controller can automatically generate "suffixed" workstation ids when the "workstnid" and "suffixid" query string parameters are used. Similar to "Avoid duplicate names with other workstations" option in Client Access.
The pdf states that using the suffix option will only create unique session names adding 1-9 and A-Z to the end of the value passed for the workstation id, making possible 35 unique session names.
Has this been expanded since version 2.1.1? We need the ability for at least a three digit number or letter combinations that would give us 200 or more unique names. Ideally we want all sessions to start with the same value then have a unique suffix (like IBM does with QPADEV0001, QPADEV000A, etc.) and some of our installs have more than 100 users.
One option you could consider is allowing duplicate names. With this option enabled, job names can be the same across multiple ProfoundUI sessions, so running out of names is not as much of a problem.
Would that help you?
You can do that in ProfoundUI sessions because there's no corresponding device description -- it's just a web server job. But, this option isn't available in Genie, which uses actual device IDs.
Let me know if you can just enable duplicate IDs, or if you have a real need for unique IDs for each user.
We ran into a similar issue. Here is how we resolved it:
We created a link on our website pointing to this file. It generates a random workstation ID from 00-99 and also enables the suffixid, thus giving us 3500(?) total possible ID's. I'm sure there's a more elegant way to do it that would ensure no duplicates are created, and you could always reduce the workstnid prefix and increase the random number length if you needed more. Hope this helps.
I believe you could also point the "program" to the default ProfoundUI start program and it would work as well. I had coded my own user/login system which is an anonymous program so I did it this way.
There are 10 types of people in this world: Those who understand binary and those who don't.
Scott - we do have a need for each session name to be unqiue as some of our programs and workfiles expect a unique job/device name.
Russ - when I posted this issue I had our web team take a look and they came up with something very similar (great minds think alike:)
By generating the workstnid value in a separate java script and placing it in the custom/js directory the script it is getting picked up by the start.html page and when someone accesses the :8080/profoundui/start URL it gets the workstnid and suffixid added automatically without user intervention. So far this is working well for us.
Profound Support - Not sure why I'm not getting emails on updates to this thread as I am subscribed to it. What domain is used as the sender on these emails and I'll have someone check our filters if you'll check on this as well?
The notification should be coming from profoundlogic.com. I have been having an issue with email notifications from the forum going out inconsistently. I am looking in to a solution.
The notification should be coming from profoundlogic.com. I have been having an issue with email notifications from the forum going out inconsistently. I am looking in to a solution.
As for this issue our email filters had these emails held up. We have that corrected now.