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     Resolved Report will not finish

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Resolved Report will not finish
 Login/Join
 
Gold member
posted
We are running against oracle, If I run the query against oracle in a tool outside of webfocus it runs in 2.5 minutes returns 89,000 rows.
I'm using sql passthrough, if I load the data out to a hold file it's done in 2.5 minutes, when I try to output it to EXL07 it runs for more than 1 hour and I kill it.


here is the code after the sqlout
TABLE FILE SQLOUT
PRINT
MFG_HOURS
BY PLANT_C NOPRINT
BY DEPARTMENT_X NOPRINT
BY PART_X NOPRINT
BY WORKORDER_X AS 'Workorder '
BY OPERATION_SEQ_N AS 'CURR'
BY OPERATION_DESCR_X AS 'OPER'
BY DUE_D AS 'SHIP DTE'
ACROSS WEEK_DUE

ON PLANT_C PAGE-BREAK

ON DEPARTMENT_X PAGE-BREAK
HEADING
" XXXXX YYYYYYYY I N C. <+0>DATEMDYY "
" SCHEDULED STANDARD HOURS (ACCOUNTING STDS)"
" FOR DEPT ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL07
ON TABLE SET STYLE *
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=8,
STYLE=NORMAL,
$
ENDSTYLE
END



****** Any ideas what I'm doing wrong? or need to change....thanks

This message has been edited. Last edited by: DaveZ,


WebFOCUS 7.7.1
Windows 2000
Output: Excel and PDF
 
Posts: 82 | Registered: October 04, 2007Report This Post
Member
posted Hide Post
Looks like your missing " at the end of "FOR DEPT and no END to terminate the report.


WebFOCUS 7.6.11
All Outputs
Windows 2003
 
Posts: 6 | Registered: July 03, 2008Report This Post
Expert
posted Hide Post
This is what happens when people do not post code between
[code]
[/code]
tags, the <FIELDNAME gets translated to HTML and disappears.

Have you tried running the simplest of code to test Excel 2007:

TABLE FILE CAR
PRINT
*
ON TABLE PCHOLD FORMAT EXL07
END


Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
 
Posts: 10577 | Location: Toronto, Ontario, Canada | Registered: April 27, 2005Report This Post
Gold member
posted Hide Post
That is part of the title
the rest of the code is
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT EXL07
ON TABLE SET STYLE *
$
TYPE=REPORT,
FONT='ARIAL',
SIZE=8,
STYLE=NORMAL,
$
ENDSTYLE
END


It's not excel because I have other reports that use excel with no problems.

What do you mean about posting code?


WebFOCUS 7.7.1
Windows 2000
Output: Excel and PDF
 
Posts: 82 | Registered: October 04, 2007Report This Post
Master
posted Hide Post
quote:
Originally posted by Francis Mariani:
This is what happens when people do not post code between
[code]
[/code]
tags, the
Have you tried running the simplest of code to test Excel 2007:

TABLE FILE CAR
PRINT
*
ON TABLE PCHOLD FORMAT EXL07
END


There was a recent post about slow performance with EXL2K as an output format. I thought this might be that posting actually.

- ABT


------------------------------------
WF Environment:
------------------------------------
Server/Client, ReportCaster, Dev Studio: 7.6.11
Resource Analyzer, Resource Governor, Library, Maintain, InfoAssist
OS: Windows Server 2003
Application/Web Server: Tomcat 5.5.25
Java: JDK 1.6.0_03
Authentication: LDAP, MRREALM Driver
Output: PDF, EXL2K, HTM

------------------------------------
Databases:
------------------------------------
Oracle 10g
DB2 (AS/400)
MSSQL Server 2005
Access/FoxPro
 
Posts: 561 | Registered: February 03, 2010Report This Post
Expert
posted Hide Post
quote:
What do you mean about posting code?


When you post code, please use the code tags as Francis has pointed out.

In the buttons above the text entry area, there is one that looks like </>.

Using this stoped the browser trying to evaluate the code a HTML.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Gold member
posted Hide Post
Resolved hopefully going to 7.7.3 where we are able to set excel congfigurations


WebFOCUS 7.7.1
Windows 2000
Output: Excel and PDF
 
Posts: 82 | Registered: October 04, 2007Report 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     Resolved Report will not finish

Copyright © 1996-2020 Information Builders