As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
When the MRE Admin defines a new MRE user, both the 'Name' (long name with spaces) and the 'UserID' (8char) are supplied and stored in the .htm file inside the basedir directory as
<A HREF='jdoe' NAME='jdoe'>John Doe</A>
Can the 'Name' (long form) be gotten into an Dialogue Manager amber-variable? How?
WIN/2K running WF 7.6.4 Development via DevStudio 7.6.4, MRE, TextEditor. Data is Oracle, MS-SQL.
Posts: 154 | Location: NY | Registered: October 27, 2005
Chris you could write a fex to read that .htm, and do some fancy EDITs (focus fun ) to extract and store a linkage table of shortname-to-longname and at run time, look up the longname using the MRE userid , which already exists as an &var.
in 7.6n there's a nice set of &vars for fexname, both long and short, but i've not heard of an existing cute &var for long username, so i'ld just do it the above way, for now.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
well, guess what...in version 7 there are MRE extract utilities that will get you User info, Domain info, etc. Go read the MRE ADMIN manual, start on page 156. The extract utility mrextract.bat found in the webfocus76/utilities directory will create the comma-delimited extract files for you. The masters for them are in the ibisamp dir. IBIMRUSR.MAS for your example, Chris. And in the manual there are a couple of fex examples to read the lists. Hmmm....As Tony says, pays to RTFM
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I can see that this is a tougher thing to do than I expected.
I'll go the simpler AmberVar-in-Profile route and add my own &&var to the profiles of users needing this ability (with a default value set in EDASPROF.cfg).
Chris
WIN/2K running WF 7.6.4 Development via DevStudio 7.6.4, MRE, TextEditor. Data is Oracle, MS-SQL.
Posts: 154 | Location: NY | Registered: October 27, 2005
Frankie, no i wouldn't either. That wasn't my intention.. i meant extract it once a day, say, and construct a lookup table of userid to longname...then at fexecution time, take the current MRE USER ID and decode out the &longname from that lookup table. See?
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003