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 have a PDF report that runs in both Mainframe and MR but gets the following error when run from RC:
BTP1020 COLUMN TRUNCATED BECAUSE WIDTH EXCEEDS MARGINS; COLUMN: 218 BTP1010 Task error: COLUMN TRUNCATED BECAUSE WIDTH EXCEEDS MARGINS; COLUMN: 218
SQUEEZE=OFF,WRAP=OFF,PAPERSIZE=LEGAL
It runs when PAPERSIZE=TABLOID which (along with the error message) leads me to believe there is a column that extends beyond the margins, but which one?
Anybody have an idea?
Alan
WF 7.6.6, FOCUS 7.6.4, IBM MVS/TSO, Windows 2003 Server, DB2, MSSQL
Posts: 65 | Location: Chicago, IL | Registered: July 26, 2007
Since it is the same engine that is processing the request, I'm guessing that you get the same message in the other environments too, but you just don't see it because MRE of WFClient does not react the same as RC. RC flags it as a real error, while the other environments see it merely as a non-fatal warning. Take a good look at your request and try to find out which column crosses the 218 border. Since we don't have your procedure nor the mfd('s) you're using I can't really say anything more about it.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Everyone, Thanks for your responses. I ended up rewriting the report and resolved the problem. I inherited this code midstream; it was overly complicated to begin with, so I started from scratch and it works fine.
Alan
WF 7.6.6, FOCUS 7.6.4, IBM MVS/TSO, Windows 2003 Server, DB2, MSSQL
Posts: 65 | Location: Chicago, IL | Registered: July 26, 2007