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, We are upgrading from our Server from 7702 to 7705.
We are getting issues with fex files that call stored procedures -SQL pass-thru statements.
It seems in one case it is stripping some parameters off the call. I have debugged this in Fiddler and can see this. I have noticed one change in 7705 I need to make in that I have to ensure parameters have default values. I am doing this default initialization.
In previous version, it would still send NULL for one particular parameter even if it was not populated. In this 7705 version, even if I set a default of NULL, it still seems to strip off the parameter from being sent, resulting in ORA error as it is not passing the required number of parameters.
The stored proc call is similar to this: SQL SQLORA EX &PRC_FLNM '&FRM_SUPP_D','&TO_SUPP_D','&TAAC_FUND_N',&SUPP_SYS,'&DLTN_FROM','&DLTN_TO','&FRM_TRD_FIXME','&TO_TRD_FIXME',&RPTG_CTG_C,'&SORT_BY',&SUPP_ED;
Thanks, BrianThis message has been edited. Last edited by: Tamra,