Focal Point Banner


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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Error Handling
 Login/Join
 
Member
posted
Hi folks,

When I am trying to execute the following code

 
SET COMPOUND = OPEN
TABLE FILE CAR
PRINT
CAR
WHERE CAR EQ 'A'
ON TABLE PCHOLD FORMAT EXL2K OPEN NOBREAK 
END
TABLE FILE CAR
PRINT
COUNTRY
WHERE COUNTRY EQ 'A'
ON TABLE PCHOLD FORMAT EXL2K CLOSE
END


I am getting the following error.

"Unknown error occurred.
Agent on reporting server BIUC01 may have crashed.
Please investigate reporting server log.

ERROR: "

I tried to handle the error by giving the below code.
 
-RUN
-IF &LINES EQ 0 THEN GOTO NODATA;
-EXIT
-NODATA
TABLE FILE CAR
BY CAR NOPRINT
ON TABLE SUBHEAD
"NO DATA"
ON TABLE PCHOLD FORMAT EXL2K
ON TABLE SET HTMLCSS ON
END
-EXIT
 

Even that is not working.

How to handle the above one.

Thanks in advance.


Webfocus 714
Windows XP
HTML,EXCEL,PDF,GIF
 
Posts: 8 | Registered: June 13, 2008Report This Post
Expert
posted Hide Post
quote:
BIUC01
Someone else experiencing a similar failure of the same named server - are we seeing a pattern.

Contact your local support and raise this as a tech support case - Also suggest the same thing to Vasantha.

T
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders