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.
Anybody aware of this kind error in WebFOCUS 7.1.1? "(FOC1400) SQLCODE IS -1(HEX: FFFFFFFF) (FOC1407) SQL FETCH CURSOR ERROR. : AR_INVOICES"This message has been edited. Last edited by: Jeeva,
Production WebFOCUS 7.6.2, Platform Win2003, Database Oracle 10g
Posts: 26 | Location: Michigan | Registered: July 13, 2005
Thanks Francis. I've changed all VARCHAR fields on master file to ALPHA but still I am getting the same error. We did not upgrade Oracle recently but I've created new metadata for the master files as well. Any other advices?
Production WebFOCUS 7.6.2, Platform Win2003, Database Oracle 10g
Posts: 26 | Location: Michigan | Registered: July 13, 2005
Check the NLS settings of the data sources that don't work. If they are different from the ones that do, that may be related to the issue we are having with 7.1.1
I ran some search regarding the error messages and came across the following topics from Information Builders' online documents, which may be of interest:
Thanks to all of you who posted your suggestions on this. We have patched Oracle client on WebFOCUS server to 9.2.0.6. Everything is working fine after the patch.
Production WebFOCUS 7.6.2, Platform Win2003, Database Oracle 10g
Posts: 26 | Location: Michigan | Registered: July 13, 2005
I get the the same error when executing a fex against Oracle 10 g database. The server has the 10 g client installed on it. On further investigation I realised that the error occured when trying to sum a column which had null values. I fixed the error by replacing null with zeroes in define. The new code looks something like this
DEFINE FILE tab NEWCOL/D15.2 = IF COL EQ MISSING THEN 0 ELSE COL; END TABLE FILE tab SUM NEWCOL BY COL1 BY COL2 END
My question is if this is the expected behavior when trying to SUM null columns. The code worked fine in 532.
TIA M WF711/WIN2K/IIS
Posts: 33 | Location: New York, USA | Registered: August 11, 2003