(imported comment written by Lee Wei)
If I were to guess, one of the names of the groups might have some characters that are not being handled properly.
This is the statement that is issued against the server to retrieve and build the droplist.
(“All Computers (” & it as string & “)”) of number of bes computers; (“All Windows Computers (” & it as string & “)”) of number of bes computers whose (operating system of it as lowercase contains “win”); unique values of (name of it & " (" & size of member sets of it as string & “)”) of bes computer groups ; “Custom Relevance Expression (0)”
Run it in the TEM Console under menu Debug/Presentation Debugger. If you don’t see the Debug menu, press Ctrl-Alt-Shift-D then check the “Show Debug Menu” box.
On my computer, I get the following.
All Computers (22)
All Windows Computers (10)
Bluthner (10)
Clifden Site (13)
Huff Building (3)
SWD App Group bfclientcli (13)
Test Lab (9)
Custom Relevance Expression (0)
This might give us a clue with regards to the problem.
You can also use the browser debug console to see what errors might have been encountered by the JavaScript.
If anything I mentioned does not make sense, please let me know and I see help further.
Lee Wei