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.
New TIBCO Community Coming Soon
In early summer, TIBCO plans to launch a new community—with a new user experience, enhanced search, and expanded capabilities for member engagement with answers and discussions! In advance of that, the current myibi community will be retired on April 30. We will continue to provide updates here on both the retirement of myibi and the new community launch.
What You Need to Know about Our New Community
We value the wealth of knowledge and engagement shared by community members and hope the new community will continue cultivating networking, knowledge sharing, and discussion.
During the transition period, from April 20th until the new community is launched this summer, myibi users should access the TIBCO WebFOCUS page to engage.
I thought that I would post this, and perhaps any others that have encountered weird WF8 errors can post in here too.
This error we encountered in WebFOCUS 8.1.04 was :
WebFOCUS Error (1059)
Unregistered error.
The issue was that we had made a call to an HTML page without supplying the page name, just the location.
The underlying cause was a -SET statement that was coded badly, the IF did not have an ELSE and caused the file name to be blank.This message has been edited. Last edited by: Waz,
We also are getting funny things happening with 8.1.04.....We are finding that characters are getting dropped off output from when we run the following code:-
I have one. Today I started getting the 1059 error on one of my portals. This was on a pie chart. We have several different clients, all using the same set of reports, with different parameters. Only 1 of the clients was getting the error, and only on data that was collected yesterday. I combed through the data, and could not find anything that might cause a strange error. On my graph, I have a command SUM CNT.thefield AS ' ' (note 2 spaces in the AS). On a whim, I removed one of the spaces, and now the thing works.