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 identical source code on two different platforms, both the same install of version 8. On my development system my calendar widgets, the date icons provided by dyncalendar, appear and function fully normally. On my production platform the exact same source code does not display the calendar widgets.
The source code that results in the browser from both systems is identical.
Is there a WebFOCUS system setting for dyncalendar? I've never run into this before and my search on ibi.com didn't bring me anything that seemed to apply.This message has been edited. Last edited by: <Emily McAllister>,
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
I cracked open the resulting web pages (both the Dev and the Prod platform) and found errors in the latter. My SE reminded me that we had an issue with the Prod install, that I addressed by opening access to ibi_html in IIS. That likely was not sufficient, so I need to go back to that work and undo it, and change the install to match Dev.
Good advice. Thank you sir.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
That was the issue. My Prod system's uriworkermap.properties file in Jakarta didn't have the pointers, they were in IIS instead. That's fine for images but apparently not for js files.
My Dev system was working fine, so I copied the lines from that one into Production. Production is now up and running properly.
Just to make sure I'm not bored, Dev has dropped like a stone when I did this, in spite of me making no changes to it whatsoever. No good deed goes unpunished! 404 on ibi_apps. Converting to version 8 has been quite a job.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007
It appears that Tomcat has blown a gasket when setting up the ibi_apps alias. I have the logs out to an IBI SE to see if he can tell me what happened.
I don't think there's anything wrong with Version 8, it's just that it's been a very big transition from Version 7. Upgrades within Version 7 were a hassle, but manageable. The jump to Version 8 has been a couple of hundred hours at this job site, and my other client will be even bigger. It's a big change.
Posts: 1012 | Location: At the Mast | Registered: May 17, 2007