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] Trouble Bursting a Simple PDF report through Report Caster

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Trouble Bursting a Simple PDF report through Report Caster
 Login/Join
 
Gold member
posted
Hi,

I was working on trying to get a report to burst to a distribution list through Report Caster. But everytime I run the Scheduled task, it gives me the following msg:

Starting worker thread
Starting task: Test TradeList
Task type: EDA RPC
Procedure name: bendev/OMEGA_Test
Connecting to server EDASERVE with execution id bechung
Executing focexec.
0 HOLDING PDF FILE ON PC DISK ...
Task finished.
Retrieving distribution list from repository
No report for joli@swifttrade.com with a burst value of 009
No report for bechung@swifttrade.com with a burst value of 079
No report to distribute.

Does this mean that the report itself is empty or are the values for the distribution incorrect?

My .fex looks like this:

TABLE FILE CUSTOMERTRADES
PRINT
Market
TRADERID
ACCOUNT
TRADENO
SIDE
TRADEQTY
SYMBOL
TRADEPRICE
PRINCIPAL
TAKE
MAKE
CAPACITY
EXECUTIONDATE
CLIENTORDERID
CLIENTPRO
JITNEY
BY
BROKER AS 'MemberCode'
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
ENDSTYLE
END

Any suggestions to what the problem might be? I have tried to put in the burst values of the distribution list as both '009' as well as 009. But both gave me the same msg.

This message has been edited. Last edited by: Kerry,
 
Posts: 68 | Registered: March 15, 2006Report This Post
Gold member
posted Hide Post
quote:
Originally posted by BenC:
Hi,

I was working on trying to get a report to burst to a distribution list through Report Caster. But everytime I run the Scheduled task, it gives me the following msg:

Starting worker thread
Starting task: Test TradeList
Task type: EDA RPC
Procedure name: bendev/OMEGA_Test
Connecting to server EDASERVE with execution id bechung
Executing focexec.
0 HOLDING PDF FILE ON PC DISK ...
Task finished.
Retrieving distribution list from repository
No report for joli@swifttrade.com with a burst value of 009
No report for bechung@swifttrade.com with a burst value of 079
No report to distribute.

Does this mean that the report itself is empty or are the values for the distribution incorrect?

My .fex looks like this:

TABLE FILE CUSTOMERTRADES
PRINT
Market
TRADERID
ACCOUNT
TRADENO
SIDE
TRADEQTY
SYMBOL
TRADEPRICE
PRINCIPAL
TAKE
MAKE
CAPACITY
EXECUTIONDATE
CLIENTORDERID
CLIENTPRO
JITNEY
BY
BROKER AS 'MemberCode'
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT PDF
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
UNITS=IN,
PAGESIZE='SCREEN',
LEFTMARGIN=0.000000,
RIGHTMARGIN=0.000000,
TOPMARGIN=0.000000,
BOTTOMMARGIN=0.000000,
SQUEEZE=ON,
ORIENTATION=LANDSCAPE,
$
TYPE=REPORT,
GRID=OFF,
FONT='ARIAL',
SIZE=9,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
RIGHTGAP=0.125000,
TOPGAP=0.013889,
BOTTOMGAP=0.027778,
$
TYPE=TITLE,
STYLE=BOLD,
$
TYPE=TABHEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=TABFOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=HEADING,
SIZE=12,
STYLE=BOLD,
$
TYPE=FOOTING,
SIZE=12,
STYLE=BOLD,
$
TYPE=SUBHEAD,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBFOOT,
SIZE=10,
STYLE=BOLD,
$
TYPE=SUBTOTAL,
BACKCOLOR=RGB(210 210 210),
$
TYPE=ACROSSVALUE,
SIZE=9,
$
TYPE=ACROSSTITLE,
STYLE=BOLD,
$
TYPE=GRANDTOTAL,
BACKCOLOR=RGB(210 210 210),
STYLE=BOLD,
$
ENDSTYLE
END

Any suggestions to what the problem might be? I have tried to put in the burst values of the distribution list as both '009' as well as 009. But both gave me the same msg.


I am running WFServer 7.1.5 and Client 7.1.4
 
Posts: 68 | Registered: March 15, 2006Report This Post
Virtuoso
posted Hide Post
It means that there are no records found for the value used in the by field.

What if you run the report just without RC?

Do you get pages with the mentioned burst value?
Is it 9 or 009?




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
Gold member
posted Hide Post
THe result I get is 1 large PDF file with all the values as 009 etc. There is no bursting if I run it without the Report caster. Does it need to burst without report caster?
 
Posts: 68 | Registered: March 15, 2006Report This Post
Platinum Member
posted Hide Post
We are getting this same error. We have been running this report for over a year, and when we upgraded to Banner 8, all of our reports are screwed up including the bursting via RC. Please help!


tbj
Prod WF 8.1.05,Test WF 8.1.05, WINDOWS 7 Platform, Oracle 12
Excel, PDF, Alpha
 
Posts: 132 | Location: Chapel Hill, NC | Registered: October 24, 2006Report This Post
Expert
posted Hide Post
Did they change the formats of files/tables? Did you regenerate the master file descriptions? You'll have to be more precise and detailed about the 'screwed up' symptopms. Smiler


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
 
Posts: 2723 | Location: Ann Arbor, MI | Registered: April 05, 2006Report 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] Trouble Bursting a Simple PDF report through Report Caster

Copyright © 1996-2020 Information Builders