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 am running a fex that causes the agent to abort. I do not get an error message, data is actually returned. Is there somewhere I can look to determine what is causing the issue???This message has been edited. Last edited by: Kerry,
WF 766 Win2K
Posts: 50 | Location: North Carolina | Registered: May 16, 2006
Run the fex with IBIWF_msgviewer=ECHOON. That will give you the msg stream in one frame (and each line of the fex executed) and another frame with the report output.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
Thank you! I had already stepped through the program, but no error is generated when the agent crashed - the data was returned. The only reason I know that the agent crashed is b/c I monitor the agents in the admin console. I will try the IWF_msgviewer=ECHOON command. I appreciate your help!
WF 766 Win2K
Posts: 50 | Location: North Carolina | Registered: May 16, 2006
Run with full traces ... sounds like the agent crashes when the agent shuts down. The last msg might be useful. Also, click on write IBISNAP info to log.
Brian Suter VP WebFOCUS Product Development
Posts: 200 | Location: NYC | Registered: January 02, 2007
Hi I was trying IBIWF_msgviewer=ECHOON. but not getting report in one frame and source code in another frame. Instead getting only the source code in the bootom section of the report page and above that everything blank. Please help. Thanking You.