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 created an interface to Report Caster using Flex. This interface allows users to login and view their scheduled jobs much like the traditional Report Caster interface but with enhancements. These enhancements include the following.
The ability to double click on the active icon and change the jobs current active state (active to inactive, inactive to active).
The ability to double click on the notify icon and change when a notification is send and who it is sent to.
The ability to double click on the email icon of a single address distribution and change it settings (single address' only).
The ability to visually look at the list of scheduled jobs and see its last run status.
The ability to click on a schedule and see it last log.
The ability to right click on a schedule and select run now.
I tested it with 7.6 however it should work with 7.x because I do not think there were any changes to the API. At it is jsp/java which is required for report caster any ways it will run on all platforms that report caster runs on. for the end user they only need the Adobe FLASH 9 plug-in.
What language are you looking for? And can you tell me does report caster store the data in the database in that language as well? I need to know if that would have to be translated as well.
What language are you looking for? And can you tell me does report caster store the data in the database in that language as well? I need to know if that would have to be translated as well.
I am in the process of setting it up so that from the application bar at the top you select a language. Then it load a language xml file that has what you want to display for each object. I have a co-worker that speaks spanish and has helped me some in translating a spanish.xml file. Would you be interested in testing it in the near furture? and creating a xml file for the language you want? I would then like a copy of the xml file so i could distribute it with the product.
That's pretty nifty, I like how the background blurs when drilling into a setting like Notify or Distribution.
The RCFLEX was installed into a Linux WFRS running 7.6.2. The user interface was tested on Mac, Linux and IE, and was consistent across all browsers. Wow! What's the possibility of GPL'ing it and perhaps getting access to the source?
Now if I can figure out how to hack it into the BID interface without forcing the users to re-authenticate....
Great work!
-- Dan
University of Nebraska at Omaha Prod: WF 7.6.2 Linux BID/MRE/DataMigrator
Dan, Currently I am not willing to make it a GPL as I have spent a lot of time learning FLEX and createing this application. With that said I have made some changes to it that I am still testing. The way I am setting it up is to all the developer to disable the login via the config.xml file, when the login is disabled it will look for a jsp called autologin.jsp. That page will be responsable for sending the required xml containing some settings. I currently have this working using the default MRE login that creates the WF_COOKIE. I then had to modify all the jsp to use the WF_COOKIE as well. I will be providing those jsp as a seperate example. Providing them as example should also show how to modify the entire jsp collection to use what ever security is required. Can you tell me what type of security you are using, is it the default installation security, where the users have to login to the dashboard with a userid/password?
Ingas, I am also close to providing an example that you can use to customize the user interface labels/text/messages, will keep you advised of when and how you can download and test it.
thanks to everyone who has download, installed, and tested it.
Without seeing or knowing exactly how you process works, you should consider a centralized authentication point so that you do not have to change multiple jsp files to change how you authenticate.
If memory serves, you should be able to establish a caster security token at least 3 different ways: - with WF_COOKIE - with RC_COOKIE - vis User id/Password
You shouldn't have to create the cookie, just look for the existence of it and use it.
But .... like I said above, without knowing anything about flex and what you are doing, I could be just talking out my butt!
Good luck with it.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott