Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Importing Active Directory Users

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Importing Active Directory Users
 Login/Join
 
Member
posted
Hello All,

I was wondering if it's possible to import all users from our Active Directory OU into webFOCUS. I am able to extract all usernames from the Active Directory using c# and the .net framework. Our webFOCUS system uses Active Directory authentication and we have hundreds of users that need to be added. We are not able to access the SQL tables directly. Thanks in advance for any help.

Adam
 
Posts: 1 | Registered: May 21, 2008Report This Post
Virtuoso
posted Hide Post
Adam,
Last time I checked (3 years ago) this was not possible to do directly in WebFOCUS. Since the requirement was there, I had the systems administrator prepare a download of the AD for me in Access. This access datafile is of course readable by the reporting server.
But since you already can extract the userlist using c#, why don't you use that method to collect your usernames and offer them to webfocus for further processing?


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Virtuoso
posted Hide Post
You could do all of this in WebFOCUS.

First: talk to your IBI rep to see if he/she could allow you to use the LDAP adapter and the WebFOCUS Web service WSDL creation process. Or at least rent them for a week or two.

Second: Use the LDAP adapter to gen a list of users, emails, etc, and any role (memberOf) info that will allow you to determine the users MRE Role and Group privileges, and hold the results in a flat file.

Third: Map the WSDLs back to WebFOCUS as tables. You will need 4 of them: MRECreateUser, MREAddGrouptoUser, MRESetUserRole, MRESetUserFlags.

Forth: Build a fex that will iterate through the flat file and run a Table request for each of the above web services using the row values as where statements.

A buddy of mine just did the same thing (minus the LDAP extract). It took less then a day to build and run to completion.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     Importing Active Directory Users

Copyright © 1996-2020 Information Builders