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 have converted internal MRE setup to external repository in WebFOCUS 766. I have extracted existing users/roles/domains/groups from user.htm, role.htm, mrepos.htm and loaded to the tables in the repository (using focexecs, scrips, etc).
I'm able to do user management activities successfully like create user, group, domain.
However, I am facing some issues when modifying ReportCaster schedules originally created in the internal mre setup. When I open an old schedule using standard reports, I get the message: "Such Domain Can not be found"
I think this is because of the domainhref column value in the bottask ReportCaster table. It contains values such as untitled/untitled.htm However the WF_MRDOMAINS doesn't contain such a column. It has a domainid column which just has the id and no href - "untitled"
Also ReportCaster is not allowing me to delete the old schedules - it gives me the error message - domain can't be found.
Can anyone help me with this issue...
Thank you.This message has been edited. Last edited by: Kerry,
Server:WF 766 Platform: AIX 5.3 pSeries 32on64bit Desktop: Dev Studio 764
you might need to re-run the rcusersync utility after you have migrated you MRE repository
Regards,
Darin
In FOCUS since 1991 WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex WF Client: 77 on Linux w/Tomcat
Posts: 2298 | Location: Salt Lake City, Utah | Registered: February 02, 2007
I may be wrong but if I've read the online manuals correctly, is rcusersync utility used to synchronize the user info between the MRE and ReportCaster.
In my case, I'm able to login to ReportCaster and see the schedules. Its only when I try to modify the older ones which were created with External Authorization internal, that I get "Such Domain Can not be found" error.
I think the way the domain info is stored in ReportCaster Tables (bottask domainhref column) and the way it is stored in MRE table -WF_MRDOMAINS, is different or somehow not matching.
Any thoughts?..
Thanks.
Server:WF 766 Platform: AIX 5.3 pSeries 32on64bit Desktop: Dev Studio 764
Did you use the built-in utilities to extract your repository and migrate them? If so I would success opening a case with IBI Support and get their assistance.
In the directory ibi\basedir there is a file called mrrepos.htm. This file contains the domain name and domain href. When a domain is created, whether the authorization is internal or external, and entry is made to this file. The hrefs stored in ReportCaster must also be found in ths file (which they will be since when a schedule is created ReportCaster stores the href information). In the process of converting your basedir from internal authorizaton to external authorization you must preserve the domain href of any domain created under internal authorization if ReportCaster is to be able to continue to locat that domain.
WebFOCUS All Releases
Posts: 45 | Location: NYC | Registered: September 21, 2007