Focal Point
Error Handling

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/5731030713

February 06, 2009, 12:04 AM
Ajay kumar
Error Handling
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
February 06, 2009, 02:26 AM
Tony A
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