Focal Point
[CLOSED] Burst Value is not the same as pdf Name

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

April 23, 2019, 08:50 AM
jenni
[CLOSED] Burst Value is not the same as pdf Name
Hi,

strange Situation
8105: I have a Report, bursted, Shows perfectly fine the Name of the burst Value - as expected.
Name is like something_ISIN.pdf

8204: same Report, nothing changed, works, Content of the pdf's are correct, but:
Name is now something_ISIN1_ISIN.pdf

For all my bursted reports I get the "extra" of another ISIN in my Name, always the same ISIN.

When I run the masterprocedure itself, where the Name is fixed, I don't get the extra ISIN..

No idea where this one Comes from..

do you?

Thanks,
Jenny

This message has been edited. Last edited by: FP Mod Chuck,


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 08:57 AM
BabakNYC
If you edit the task for this job and look at the Save Report As field what do you see?


WebFOCUS 8206, Unix, Windows
April 23, 2019, 09:21 AM
jenni
Server Report? What do you mean?

Easy example:
Content File:

-SET &ECHO=ALL;
SET ASNAMES = ON

TABLE FILE baseapp/CAR


BY COUNTRY NOPRINT PAGE-BREAK
BY COUNTRY
BY MODEL
BY BODYTYPE

ON TABLE PCHOLD FORMAT PDF

END

-RUN

metadata File:
-SET &ECHO=ALL;
SET ASNAMES=ON

DEFINE FILE baseapp/CAR
ABSPEICHERN_UNTER/A40= 'Country_' || COUNTRY;
DEST/A44=ABSPEICHERN_UNTER || '.pdf';
END


TABLE FILE baseapp/CAR

PRINT COUNTRY AS 'VALUE'
DEST AS 'DEST'

BY COUNTRY NOPRINT
ON TABLE PCHOLD -*FORMAT PDF

END

-RUN


Schedule:
Distribution: FTP - Dynamic distribution list - no zip

Task: Burst-Report checked


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 09:36 AM
jenni
ok, sorry @BabakNYC
Save Report Field is a completly different Name, but it' not influencing the Report Name's, because i Need to burst it anyway..


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 10:02 AM
BabakNYC
As a test could you try changing the Save Name value to '%BURST' in quotes?


WebFOCUS 8206, Unix, Windows
April 23, 2019, 10:09 AM
jenni
quote:
'%BURST'

I did, no Change.
Still getting for the example above:
Country_ENGLAND_ENGLAND.pdf
Country_ENGLAND_FRANCE.pdf
Country_ENGLAND_ITALY.pdf
Country_ENGLAND_JAPAN.pdf
Country_ENGLAND_W GERMANY.pdf


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 10:46 AM
BabakNYC
I just tried this and I'm not getting COUNTRY_COUNTRY like you are. You might want to open a case with IB tech support to see if they can trace your issue.


WebFOCUS 8206, Unix, Windows
April 23, 2019, 10:48 AM
jenni
done, same result..


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 10:51 AM
BabakNYC
Very odd. I think you should open a case with IB.


WebFOCUS 8206, Unix, Windows
April 23, 2019, 10:53 AM
jenni
Can you reproduce it, would be helpful?
To be sure it's not because of our Installation?


WebFOCUS 8.1.05
Windows, All Outputs
April 23, 2019, 10:57 AM
BabakNYC
I just scheduled this:
  
ENGINE INT CACHE SET ON
SET PAGE-NUM=NOLEAD
SET SQUEEZE=ON
-DEFAULTH &WF_HTMLENCODE=ON;
SET HTMLENCODE=&WF_HTMLENCODE

SET HTMLCSS=ON
-DEFAULTH &WF_EMPTYREPORT=ON;
SET EMPTYREPORT=&WF_EMPTYREPORT

-DEFAULTH &WF_SUMMARY='Summary';
-DEFAULTH &WF_TITLE='WebFOCUS Report';
TABLE FILE ibisamp/car
BY CAR.ORIGIN.COUNTRY NOPRINT PAGE-BREAK
BY CAR.ORIGIN.COUNTRY
BY CAR.COMP.CAR
BY CAR.CARREC.MODEL
BY CAR.BODY.BODYTYPE
ON TABLE PCHOLD FORMAT PDF
ON TABLE NOTOTAL
ON TABLE SET CACHELINES 100
ON TABLE SET GRWIDTH 1
ON TABLE SET AUTOFIT OFF
ON TABLE SET STYLE *
INCLUDE=IBFS:/FILE/IBI_HTML_DIR/ibi_themes/Warm.sty,$
TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, ORIENTATION=LANDSCAPE, $
ENDSTYLE
END

-RUN


I distribute with Report Caster with the Burst checked and I have COUNTRY_ in Save Report box. I received PDF attachments COUNTRY_ENGLAND, COUNTRY_FRANCE and so on. It's not repeating the burst value.


WebFOCUS 8206, Unix, Windows
April 23, 2019, 10:58 AM
jenni
got it.
seems to be a bug.
without COUNTRY in my masterfile it works. It's writing the Value all by itself...


WebFOCUS 8.1.05
Windows, All Outputs
April 24, 2019, 12:04 PM
Martin vK
Hi Jenny,

It is indeed a bug in the WebFocus client in the Dynamic Distribution List. I had the same. I had a long case with techsupport, with a lot of effort on my side to reproduce for them and show the problem in the ReportCaster tracing. After all these efforts they suddenly recognized it is a known bug which was already solved in the next version 8205.
They did however backport the fix to our WF client version 8204, which solved it for us.
So you should ask for the same fix, maybe you can refer to our case number 190308016.

success, Martin.


WebFocus 8206M, iWay DataMigrator, Windows, DB2 Windows V10.5, MS SQL Server, Azure SQL, Hyperstage, ReportCaster
April 25, 2019, 10:09 AM
jenni
Thanks @Martin vk!!


WebFOCUS 8.1.05
Windows, All Outputs