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.
Hi, I am connnecting to Report caster from my application using the APIs provided by IBI. I am using a server that has been recently upgraded to 769,but I have never tested in this server even when it was in 764. But as such schedules work when I point to server that has 764. When I schedule the reports directly from the report caster console it works fine.But When I try to schedule the report from my application,(ie),I am using report caster API's to establish the connection from my application server to the Report Caster disribution server, I am getting Gateway timeout error and the schedules are not getting saved in BOTSCHED table. I tried to do a telnet from my application server to the RC dist. server to see if there is any firewall issue between my appln server and dist. server by : telnet This is working fine, which means my appln is able to talk to the RC Dist server. Below is the API code that I use to establish the connection with Report Caster. But this method does not return the connection object. And this is where I get struck. /* Java Code */ String host = "perfpwvdwf01"; String ServerIP = java.net.InetAddress.getByName(host).getHostAddress(); String port=8200; String casterUser="admin"; char ãê charray = casterUser.toCharArray(); String casterPass = ""; CasterManagedConnectionFactory managedCF = new CasterManagedConnectionFactory(); managedCF.setServerName(ServerIP); managedCF.setPortNumber(port); //After this line the code is not getting executed. connectionFactory = (CasterConnectionFactory)managedCF.createConnectionFactory(); credential = new PasswordCredential(casterUser, casterPass.toCharArray()); connectionObject = ((CasterConnection)connectionFactory.getConnection(credential)); return connectionObject;
Please let me know if I need to change any configurations.Also I see a setting in Report Caster-Server Configuration called "Repository Connection Plug-in", I have not set any values for this. But this seems to be present only in 769 version. Will this have any impact ?
Thanks Priya.This message has been edited. Last edited by: Kerry,
I consulted with our technicals and was suggested that this seems to be a more complicated issue, so it is better to be addressed by a case with Customer Support Services. Please capture the ReportCaster and WFServlet traces. To open a case, you may either call at 1-800-736-6130, or access online at InfoResponse.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004