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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] (FOC209) THE DATA VALUE EXCEEDS ITS LENGTH SPECIFICATION:

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] (FOC209) THE DATA VALUE EXCEEDS ITS LENGTH SPECIFICATION:
 Login/Join
 
Member
posted
I am using 8.08 of Webfocus, when executing report in composer I am getting (FOC209) THE DATA VALUE EXCEEDS ITS LENGTH SPECIFICATION: EMPTYREPORT ON error.

I have 4 report components to placed in composer, for 3 report components it runs fine when I add 4th component it produce this error

Below is the composer code
*-HOLD_SOURCE
-* File composer_test
SET HTMLARCHIVE=ON
COMPOUND LAYOUT PCHOLD FORMAT PPTX
UNITS=IN, $
SECTION=section1, LAYOUT=ON, METADATA='prop_with_names^Margins_Left=0.35^Margins_Top=0^Margins_Right=0.1^Margins_Bottom=0.5^thumbnailscale=4', MERGE=OFF, ORIENTATION=PORTRAIT, PAGESIZE=PPT Slide, SHOW_GLOBALFILTER=OFF, $
PAGELAYOUT=1, NAME='Page layout 1', text='Page layout 1', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, ORIENTATION=PORTRAIT, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,ORIENTATION=PORTRAIT,', $

COMPONENT='DfltCmpt1', POSITION=(0 0), DIMENSION=(0 0), $
PAGELAYOUT=2, NAME='Page layout 2', text='Page layout 2', TOC-LEVEL=2, BOTTOMMARGIN=0.2, TOPMARGIN=0.5, ORIENTATION=PORTRAIT, METADATA='BOTTOMMARGIN=0.2,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,ORIENTATION=PORTRAIT,', $
OBJECT=BOX, NAME='line1', POSITION=(0.531 9.738), DIMENSION=(6.348 0.040), BACKCOLOR=RGB(255 0 51), BORDER-COLOR=RGB(255 0 51), METADATA='FONT-SIZE: 1pt; HEIGHT: 0.04in; WIDTH: 6.348in; POSITION: absolute; LEFT: 0.531in; Z-INDEX: 4; TOP: 9.738in; BACKGROUND-COLOR: rgb(255,0,51)', $
COMPONENT='report1', TEXT='report1', TOC-LEVEL=2, POSITION=(0.431 1.250), DIMENSION=(6.977 4.576), ARREPORTSIZE=DIMENSION, METADATA='HEIGHT: 4.576in; WIDTH: 6.977in; POSITION: absolute; LEFT: 0.431in; Z-INDEX: 9; TOP: 1.25in', $
COMPONENT='report2', TEXT='report2', TOC-LEVEL=2, POSITION=(0.416 5.942), DIMENSION=(6.977 3.561), ARREPORTSIZE=DIMENSION, METADATA='HEIGHT: 3.561in; WIDTH: 6.977in; POSITION: absolute; LEFT: 0.416in; Z-INDEX: 22; TOP: 5.942in', $
PAGELAYOUT=3, NAME='Page layout 3', text='Page layout 3', TOC-LEVEL=1, BOTTOMMARGIN=0.5, TOPMARGIN=0.5, METADATA='BOTTOMMARGIN=0.5,TOPMARGIN=0.5,LEFTMARGIN=0,RIGHTMARGIN=0,', $
COMPONENT='report3', TEXT='report3', TOC-LEVEL=2, POSITION=(0.417 1.135), DIMENSION=(6.875 3.656), ARREPORTSIZE=DIMENSION, METADATA='HEIGHT: 3.656in; WIDTH: 6.875in; POSITION: absolute; LEFT: 0.417in; Z-INDEX: 29; TOP: 1.135in', $
COMPONENT='report4', TEXT='report4', TOC-LEVEL=2, POSITION=(0.417 5.104), DIMENSION=(6.979 3.854), ARREPORTSIZE=DIMENSION, METADATA='HEIGHT: 3.854in; WIDTH: 6.979in; POSITION: absolute; LEFT: 0.417in; Z-INDEX: 30; TOP: 5.104in', $
OBJECT=STRING, NAME='text4', TEXT='&DESC_OF_DAY', POSITION=(5.719 9.67), MARKUP=ON, WRAP=ON, DIMENSION=(1.552 0.188), font='ARIAL', color=RGB(0 0 0), size=8, METADATA='Z-INDEX: 3; POSITION: absolute; TEXT-ALIGN: right; WIDTH: 1.552in; FONT-FAMILY: ARIAL; WORD-WRAP: break-word; HEIGHT: 0.188in; COLOR: #000000; FONT-SIZE: 8pt; TOP: 9.919in; LEFT: 5.719in', $
OBJECT=LINE, NAME='line1', POSITION=(0.250 9.738), DIMENSION=(6.908 0.030), BACKCOLOR=RGB(225 0 25), BORDER-COLOR=RGB(255 0 51), METADATA='Z-INDEX: 4; POSITION: absolute; BACKGROUND-COLOR: rgb(255,0,51); WIDTH: 6.348in; HEIGHT: 0.04in; FONT-SIZE: 1pt; TOP: 9.738in; LEFT: 0.531in', $

END
SET COMPONENT='DfltCmpt1'
TABLE FILE SYSCOLUM
" "
SUM TBNAME NOPRINT
IF READLIMIT EQ 1
ON TABLE SET PREVIEW ON
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE PCHOLD FORMAT PPTX
ON TABLE SET STYLE *
END
SET COMPONENT='report1'
-*component_type report
-***** AUTHORIZED USERS: WORLD AND ALL or AE
-SET &USER_NAME = IF &AUTH_LIST CONTAINS 'LE_' THEN '' ELSE IF &AUTH_LIST CONTAINS 'LE_PG_'||&PG_AE_SHORT||'_' THEN '' ELSE 'WHERE 1=2;';
-SET &VAL_DIM_01 = 'XX' ;
-INCLUDE IBFS:/Development/Tables/Table_Mod01.fex

SET COMPONENT='report2'
-*component_type report
***** AUTHORIZED USERS: WORLD AND ALL or AN
-SET &USER_NAME = IF &AUTH_LIST CONTAINS 'LE_' THEN '' ELSE IF &AUTH_LIST CONTAINS 'LE_PG_'||&PG_AE_SHORT||'_' THEN '' ELSE 'WHERE 1=2;';
-SET &VAL_DIM_01 = 'YY' ;
-INCLUDE IBFS:/Development/Tables/Table_Mod01.fex


SET COMPONENT='report3'
-*component_type report
-SET &PROMP = 'Abc';
-SET &SUB_PROMPT = 'xy' ;
-INCLUDE IBFS:/Development/Tables/Table_Mod02.fex


SET COMPONENT='report4'
-*component_type report
SET &PROMP = 'ABB';
-SET &SUB_PROMPT = 'aa' ;
-INCLUDE IBFS:/Development/Tables/Table_Mod02.fex

COMPOUND END

any clue why it is generating error

This message has been edited. Last edited by: <Kathryn Henning>,
 
Posts: 19 | Registered: June 26, 2015Report This Post
Virtuoso
posted Hide Post
You probably have some unterminated statement before EMPTYREPORT in Table_Mod02.fex, but you didn't show the contents.

The first time it does not matter that it's unterminated (for the parser what's following could be part of the statement), but when you enter the same fex again the parser notices the error.


WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010
: Member of User Group Benelux :
 
Posts: 1669 | Location: Enschede, Netherlands | Registered: August 12, 2010Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] (FOC209) THE DATA VALUE EXCEEDS ITS LENGTH SPECIFICATION:

Copyright © 1996-2020 Information Builders