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.
I am making my first dip into the world of user profiles and have two questions.
1. I am wondering if it is possible to use a local system account as the basis of the user profile IE (MACHINENAME\USERNAME) instead of a domain based user.
2. Where/How would I be able to tell which profiles have been executed?
Thanks GaryThis message has been edited. Last edited by: Kerry,
Wow, there's plenty of open ground in your two questions above. The good news is that what you're trying to do is possible.
First of all, it's possible to tie Managed Reporting IDs to the "local" system account IDs. When I say local I mean IDs local to where Managed Reporting is installed -- this could be a domain-wide ID if that's what your local environment uses, or an ID on the WFClient box. If you're looking to use the user's ID on a machine in the local network a la trusted-node, that's going to be a bit trickier but I bet it can be done. You're going to need to be a bit creative to do it though, and it raises some difficult issues regarding logging in from different machines or different branches of your local network. I'd be very sure this is what you want to do before proceeding too far on it. Trusted node gets sticky pretty quickly, especially with web-based access.
Your second question -- which profiles have been executed -- this could mean which have been executed for the first time or which have been executed every time. For the latter case which is what I'm guessing you want, I'd recommend writing a little FOCUS routine that drops a record into a log table and calling it from each user's profile, or even better from the general edasprof profile. The IBIMR_User environment variable (identifies the person calling WF) can be made available to edasprof, and at that point it can just call the log routine and send it the ID and current time.
J.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007