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.
Does somebody can help me? I'm getting a MIME message when I run a procedure using 3 holds, trying to get a compound file in excel 2007, the procedure works just fine using PDF, here's the error and the code I wrote, thank you guys.
MIME-Version: 1.0 X-Document-Type: Workbook Content-Type: multipart/related; boundary="====Boundary====" --====Boundary==== Content-Location: file:///C:/HOLD.XHT Content-Transfer-Encoding: 8bit Content-Type: text/html; charset="windows-1252" Sheet1 --====Boundary==== Content-Location: file:///C:/IBIT0001.xht Content-Transfer-Encoding: 8bit Content-Type: text/html; charset="windows-1252" False DEALER_COST 37,853 DEALER_COST 41,235 COUNTRY DEALER_COST ENGLAND 37,853 FRANCE 4,631 ITALY 41,235 JAPAN 5,512 W GERMANY 54,563 --====Boundary====--
TABLE FILE CAR SUM DEALER_COST WHERE COUNTRY EQ 'ENGLAND' ON TABLE PCHOLD FORMAT EXL2K OPEN NOBREAK END -RUN
TABLE FILE CAR SUM DEALER_COST WHERE COUNTRY EQ 'ITALY' ON TABLE PCHOLD FORMAT EXL2K NOBREAK END -RUN
TABLE FILE CAR SUM DEALER_COST BY COUNTRY ON TABLE PCHOLD FORMAT EXL2K CLOSE END -RUNThis message has been edited. Last edited by: Kerry,
WebFOCUS 769, Windows XP Excel, PDF, HTML
Posts: 7 | Location: México City | Registered: May 17, 2010
The problem *may* be with the mime redirection settings. Verify the following:
WebFOCUS Admin Console > Configuration > Redirection Settings. On my server, xls is set to Redirect "yes".
"The mime.wfs file contains information about format types available with WebFOCUS. Setting the redirect column to yes enables redirection, which allows you to save the report output in a temporary directory. Then, an http call is made from the browser to retrieve the temporary stored output for display in the browser. If redirection is turned off (set to no), the report output displays in the browser immediately after the request is executed. The len setting stores report content in the temporary directory when it exceeds the buffer size and then sends the output to the browser without an additional http call." - I feel this documentation isn't very clear, but may help fix the problem.
Then again it may be an Excel 2007 issue. Does Excel 2007 open a non-compound report without any problem?
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
Thanks for your time Francis, I can't find the conf path that you wrote, I mean WebFOCUS Admin Console > Configuration > Redirection Settings. On my server, xls is set to Redirect "yes".
But I have checked the MIME file at C:\ibi\srv76\home\etc and at C:\ibi\srv76\wfs\etc they both have the settings as shown:
extension content_type format redirect translate content_disposition
.xls application/vnd.ms-excel binary yes no no
So I guess this is right isn't.
I've also tried the xls output with a non compound pchold, it works just fine.
Any way thank you so much, I'm thinking in a MS Excel 97 issue.
WebFOCUS 769, Windows XP Excel, PDF, HTML
Posts: 7 | Location: México City | Registered: May 17, 2010
Hi Alex, I played with it quite a bit and could not reproduce your error. Did some research and that was the only thing I could find related to your problem and releases. I think it is an 2007 issue also. You forgot to "close" your compound report on the syntax above. I do not have office 2007. Sorry.
Kathy Phillips Web FOCUS 8.2.05.14, 8.1.05, 8.08, 8.0.7, 8.0.5,8.0.2m, 7.6.10,7.7.03 Windows
Posts: 118 | Location: Livonia, MI | Registered: March 27, 2009
Thank you all for your kindness, I discover that the error comes using the WF admin web console, if I run this procedure using the ibi_apps URL i.e. "http://localhost:8080/ibi_apps/WFServlet?IBIF_ex=f_ide_cte" then I get the open/save excel dialog manager.
Best regards to all.
Note: Even thoug I don't know why I can't run it from the web console.
WebFOCUS 769, Windows XP Excel, PDF, HTML
Posts: 7 | Location: México City | Registered: May 17, 2010