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 think IIS server by default take port 80 and may be your tomcat server on port 82 or some other port, earlier i had same problem and my tomcat server was on port 82, if it's in port 82, then please try //localhost:82/ibi_html/ to run your procedure or you can change port configuration manually. For that go to control panel, then Administrative tools -> Services.... or contact your System Administrator to configure port setting.
Thanks & Regards, Goldy
Posts: 30 | Location: India | Registered: February 23, 2005
I have both the client and the srv directories. My Tomcat is listening on port 8080 which I think is the default. I added the following code to the odin.cfg file.
;TCP Loopback Client NODE = EDASERVE BEGIN PROTOCOL = TCP CLASS = CLIENT HOST = 127.0.0.1 PORT = 8120 SECURITY = IWA END
This cleared up the adhoc report problem, but I'm still having trouble with Developer Studio.
Ron
Posts: 38 | Location: Milwaukee | Registered: April 28, 2005