Focal Point
FOC034 - Print Line exceeds the Maximum width is:257

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

February 09, 2008, 05:33 PM
Kar
FOC034 - Print Line exceeds the Maximum width is:257
Hi,
I am getting an error message shown above when I run a procedure (.fex) shown below

FILEDEF ANYTXT DISK cust.dat

TABLE FILE ANYTXT PRINT *

Kar
Data management Console R72017B
February 10, 2008, 07:35 AM
Jessica Bottone
Go to www.ibi.com and do a search on FOC034. You'll find all sorts of stuff on what causes it and what you can do. Read through some of the entries and pick the one that works best for you.


Data Migrator 5.3, 7.1, 7.6
WebFOCUS 7.1, 7.6, 7.7
SQL Server, Oracle, DB2
Windows
February 10, 2008, 01:48 PM
Kar
Hi,

I did a search on IBI website and the forum but did not find more than one post on this topic.
In that post it was mentioned to change
SET WIDTH PARAMETER.

On changing the size of the parameter, it still gives the same error message.

Further help is apreciated on this topic.

Kar
February 10, 2008, 10:30 PM
Leah
Try adding the panel also.

SET WIDTH = ....
SET PANEL = ....

In what format is your outp being displayed?


Leah
February 11, 2008, 12:26 PM
Kar
Hi,
This iw what I have in fex file

SET WIDTH = 300
SET PANEL = 300

FILEDEF ANYTXT DISK test1.dat
-------------------------------------
The contents of test1.dat is

sdddssdsdd:wq!

When I select the procedure in Application directory in DMC and right click on procedure and select RUN, it gives the error message

02/11/2008 09:20:38 NODE0001 0 ERROR AT OR NEAR LINE 16 IN PROCEDURE test3 FOCEXEC *
02/11/2008 09:20:38 NODE0001 (FOC034) THE PRINT LINE EXCEEDS THE MAXIMUM LINE WIDTH. WIDTH IS: 257

Kar
February 11, 2008, 12:35 PM
Leah
Does ANYTXT have a master file definition set up defining the fixed file layout?

Previous question was as to what the fex when executed was displayed in, html, pdf, excel?


Leah
February 11, 2008, 12:48 PM
Kar
Hi,
The procedure works correctly now.
ANYTXT has master file definition set up for fixed width.
The output is displayed in DMC as EXCEL output.

Now if I RUN it in DEFERED MODE and go to LIST DEFERRED option, I see the status of ths request as QUEUEING and does not change.

Kar
February 11, 2008, 12:56 PM
Leah
Time to talk to the systems administrator now.

Good luck.


Leah