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 using: -"SQLS2005 External Directory" to authenticate. -"SQLS2005 External Directory" for authorization. I am trying to add MR Users via SQL to the Repository Tables.
Every time I attempt to add USERS via SQL in the "WF_MRUSERS" table, Webfocus crashes; I am no longer able access my Dashboards. The rows exist in SQL, but Webfocus refuses to recognize them. I've had to Drop and re-Create the tables via the "realmutil.bat" every time.
What am I doing wrong? Could I have assistance on the proper way to accomplish this?
I am assuming you are also adding a record per group in the groups table (WF_MRGROUPS) too right?
In my experiance with this all, you also need to clear the cache in the Admin Console for it to "refresh" MRE to pick up the new users, but I wouldn't make a habit of clearing the cache during peak hours as it bumps users who are already logged into BID and provides them an error message.
Yes, The group already exists. I just cleared the cache, yet see no changes as of now. These are the sql 2 scripts I am running: 1)
INSERT INTO WF_MRUSERS
Select Username, Password, Username, Firstname + ' ' + Lastname,'','User','', CASE WHEN [ActiveInd] = 1 then 'Y'else 'N' end
From MYTABLE
2)
INSERT INTO WF_USRGRPTB
Select Username, 'default', 'N'
From MYTABLE
Thank you Matt. I can confirm that the "LOGINAME" is the same as the "USERID" in the WF_MRUSERS table. I can login into Manage Reporting Administration, but when I do so, I can only only view the ROLES and the DOMAINS. The down side is that: -I am unable to view the GROUPS. I get a "Retrieving Group form..." message that leads to a browser "Page can not be displayed" error. -I am unable to view the USERS. I get a "Retrieving Users..." message that leads to a browser "Page can not be displayed" error.
Also, on the BI Dashboard login page, the only logins that fail are the USERS that were added with the SQL above. The USERS that were initially added via the GUI still work.
Web Focus 7.7.0.2 Windows Server 2008 R2 Standard HTML, AHTML, HTMLTAB, AHTMLTAB, SQLMSS