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've been asked to research something. We're using MR with dashboards, and we need to set up about 400 users in managed reporting. Does anyone know of an automated way to do this? I suppose we would use a spreadsheet or some other file as input. Thanks in advance!This message has been edited. Last edited by: Mike in DeLand,
We do have AD for our network type security, but I'm not a network or security expert. What I need is a way to insert records into the managed reporting database with user id, password, what domain and groups they're in, etc. Thanks!
AD for your network security, but what about MRE? If it's not in AD then disregard the rest of this post. As the Groups, Roles, Priveleges and Users are all "linked" it would not just be a case of a script for the users, you would have to deal with the entire repository in one go.
If your repository is within AD then you'll be able to use the VB Script examples to set your user load.
I am fairly sure that there are examples somewhere in the server install or the security manual?
If your AD people loaded the MR subschema into AD using information from the manual(s) then they may be able to assist (would probably insist on being involved anyway if they are "true" AD people )
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
You can load users to MRE using Web Services. There is a Web Service for each of the administrative functions in MRE (add a new user, group, domain, user permissions, etc)
WF 7.7.04, WF 8.0.7, Win7, Win8, Linux, UNIX, Excel, PDF
Posts: 175 | Location: Pomona, NY | Registered: August 06, 2003
I do not know of any scripts available that will do this for you. I did have some that loaded existing HTML based to MS SQL repository but they wouldn't have helped in this case.
You might try contacting your local IB Prof Services department to see if they have encountered this requirement before?
Good luck
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
Thank you very much! I found and read the documentation on this. The sad part is, it would probably take me longer to develop a .net program to do this task than it would to just manually enter the users through the interface, since I'm not much of a .net programmer. Appreciate the replies!