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] PDF / WRAP COMMAND

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] PDF / WRAP COMMAND
 Login/Join
 
Master
posted
I have a fex thst uses the WRAP command on a column. Sometimes it runs and sometimes it fails in error...no cosistency. I tried writing my data to a hold file then reporting that with the WRAP command...same thing.

I saw a forum thread insinuating that the wrap has issues if the field is too long. I tried truncating it to 25 characters then doing the wrap....same issue.

I tried making the output HTML...same issue.

Either the report runs ok or fails with the error below. Our IS team says they have seen this error before with report formatting but they can offer no further advise.

Unknown error occurred. Agent on reporting server EDASERVE may have crashed or request was halted by the operator. Please investigate reporting server log.

Before I open an incident...does anyone have any suggestions?

Here is the code. Note the WRAP for column 9. If I remove this code, the report runs fine (sans the wrapping) EVERY time. If left as is, it runs 20% of the time.

SET ALL=PASS
DEFINE FILE ANALYZER_INVOICE_VW
LocationGrp/A10=IF ANALYZER_INVOICE_VW.INVOICE.Location_Number EQ '11' THEN 'OFFICE' ELSE 'OTHER';
END
TABLE FILE ANALYZER_INVOICE_VW
SUM
ANALYZER_INVOICE_VW.CPTCODES.UNITS AS 'Units'
ANALYZER_INVOICE_VW.CPTCODES.wRVUs
BY ANALYZER_INVOICE_VW.PROVIDERS.BillingProviderSUI NOPRINT
BY HIGHEST LocationGrp NOPRINT
BY LOWEST ANALYZER_INVOICE_VW.PATIENT.PAT_NM AS 'Patient Name'
BY ANALYZER_INVOICE_VW.PATIENT.PAT_MRN AS 'MRN'
BY LOWEST ANALYZER_INVOICE_VW.INVOICE.Billing_Area_ReportingNum AS 'CC'
BY LOWEST ANALYZER_INVOICE_VW.DATES_INVOICE_LEVEL.Date_Of_Service AS 'DOS'
BY LOWEST ANALYZER_INVOICE_VW.PROVIDERS.RendProviderName AS ' Rend Prov Nm'
BY LOWEST ANALYZER_INVOICE_VW.CPTCODES.Procedure_Code AS 'Cpt'
BY LOWEST ANALYZER_INVOICE_VW.CPTCODES.Procedure_Name AS 'CptName'
BY LOWEST ANALYZER_INVOICE_VW.CPTCODES.Current_RVU99 AS 'Current,wRVu'

ON LocationGrp SUBTOTAL AS '*TOTAL'
HEADING
"PATIENT WRVU DETAIL REPORT"
"" FOOTING
"LVPG CONFIDENTIAL INFORMATION"
WHERE ANALYZER_INVOICE_VW.CPTCODES.Procedure_Code NE '""';
WHERE ANALYZER_INVOICE_VW.INVOICE.Group_Number NE '20' OR '100';
WHERE ANALYZER_INVOICE_VW.PROVIDERS.BillingProviderReportingName EQ &BillProvNm.(OR(FIND TBLMSTR_PROVNBRNPIRPTNAMEXREF.TBLMSTR_PROVNBRNPIRPTNAMEXREF.RPTPROVNAME,TBLMSTR_PROVNBRNPIRPTNAMEXREF.TBLMSTR_PROVNBRNPIRPTNAMEXREF.RPTPROVNAME IN tblmstr_provnbrnpirptnamexref)).Select Billing Proivder/s.;
WHERE ANALYZER_INVOICE_VW.DATES_INVOICE_LEVEL.Inv_Cre_Period_Rolling_Months EQ -1;
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET BYDISPLAY ON
ON TABLE COLUMN-TOTAL AS 'TOTAL'
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = endeflt,
$

TYPE=REPORT,
ORIENTATION=LANDSCAPE,
FONT='ARIAL',
SIZE=8,
COLOR=RGB(66 70 73),
STYLE=NORMAL,
LINES-PER-PAGE=20,
$
TYPE=DATA,
FONT='ARIAL',
SIZE=8,
$
TYPE=DATA,
COLUMN=N3,
FONT='ARIAL',
SIZE=8,
$
TYPE=DATA,
COLUMN=N7,
FONT='ARIAL',
SIZE=8,
$
TYPE=DATA,
COLUMN=N2,
FONT='ARIAL',
SIZE=8,
$
TYPE=DATA,
COLUMN=N9,
FONT='ARIAL',
SIZE=8,
$
TYPE=DATA,
COLUMN=ROWTOTAL(*),
FONT='ARIAL',
SIZE=8,
$
TYPE=HEADING,
LINE=1,
OBJECT=TEXT,
ITEM=2,
BACKCOLOR=RGB(205 205 205),
$
TYPE=HEADING,
LINE=2,
OBJECT=TEXT,
ITEM=2,
BACKCOLOR='WHITE',
$
TYPE=HEADING,
LINE=2,
OBJECT=FIELD,
ITEM=1,
BACKCOLOR='WHITE',
$
TYPE=HEADING,
LINE=3,
OBJECT=FIELD,
ITEM=1,
BACKCOLOR='WHITE',
$
TYPE=FOOTING,
LINE=1,
OBJECT=TEXT,
ITEM=1,
SIZE=8,
$
TYPE=REPORT,
COLUMN=N3,
FONT='ARIAL',
SIZE=8,
COLOR=RGB(66 70 73),
STYLE=NORMAL,
$
TYPE=REPORT,
COLUMN=N7,
FONT='ARIAL',
SIZE=8,
COLOR=RGB(66 70 73),
STYLE=NORMAL,
$
TYPE=REPORT,
COLUMN=N9,
FONT='ARIAL',
SIZE=8,
COLOR=RGB(66 70 73),
STYLE=NORMAL,
WRAP=2.000000,
$
TYPE=REPORT,
COLUMN=ROWTOTAL(*),
FONT='ARIAL',
SIZE=8,
COLOR=RGB(66 70 73),
STYLE=NORMAL,
$
ENDSTYLE
END

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 8206.08
Windows, All Outputs
 
Posts: 603 | Registered: June 28, 2013Report This Post
Virtuoso
posted Hide Post
AFAIK, what you're doing is correct. It's just that the agents in 7.6 aren't particularly robust.

If you open a case with IBI, they'll probably tell you that they fixed this in 7.7 (which I can confirm) and that they will not backport this to 7.6. ISTR that's what they told us.

Yet, even in 7.7 there are cases where wrapping or wide output crashes agents with the PDF output format. Or wide output will wrap to the same page and overwrite stuff from the left-hand side of the page.

BTW, which version of 7.6 are we talking about here? There have been major changes along the 7.6 branch around 7.6.10.


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
Virtuoso
posted Hide Post
Just a thought about the intermittent nature of the failures --

Do you have clustered WF servers? If so, I would test each back-end server separately. There might be some difference in configuration that causes them to behave differently.


- Jack Gross
WF through 8.1.05
 
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005Report 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] PDF / WRAP COMMAND

Copyright © 1996-2020 Information Builders