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.
I need to save an EXL output in a network folder.for this i use APP MAP and filedef both of which are not working.can any1 specify a working example.thanks in advanceThis message has been edited. Last edited by: Kerry,
7.6.4 Unix & Windows Excel,HTML,PDF,PPT,AHTML
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008
Need more info, Saggy. Where is the reporting server, Windows or Unix? If on the latter, you might have to do a Samba share and the APP MAP and filedef.
If on Windows, you do have the correct permissions?
So please explain your architecture in a bit more detail.
Yes Ginny the Reporting server is in UNIX but the file has to be saved on a machine having windows. You were talking of permissions on windows.so what permissions were you reffering to .
I have my procedure which creates the EXL in the MRE of reporting server which is on UNIX.
let me know what other details u want
7.6.4 Unix & Windows Excel,HTML,PDF,PPT,AHTML
Posts: 68 | Location: Hyderabad | Registered: March 18, 2008
We do this exact thing from a UNIX server (WF Re[porting Server) to a Windows server (web server). My programs perform a UNIX copy from edatemp to a directory on the UNIX box and then it executes a stored procedure, which was written by our DBA, to ftp the excel file over to the windows server. Here's an example of the copy and the call to the stored procedure. Hope it helps.
-SET &ARGLEN = ARGLEN(120,TEMPPATH(120,'A120'),'I2')+1;
-SET &TP = TEMPPATH( &ARGLEN, 'A&ARGLEN.EVAL') || '&EFILE';
UNIX cp &TP.EVAL /webfocus/asnrecap.xls
ENGINE SQLMSS SET DEFAULT_CONNECTION DBNAME
-RUN
SQL SQLMSS
EX MSDB.dbo.sp_start_job N'FTPGetFromWebFocus filename'
END
-EXIT
WF 7.7.05 HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files HTML, Excel, PDF