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.
Hi, We have a requirement to write a PDF from webFOCUS to an AIX server. We have only saved the PDFs on SMB windows shared locations till now, we have never come across a situation wherein we need to write files to a cross platform location.
I want to FILEDEF a pdf file to a location other than the SMB windows shared locations, which is an AIX machine.
sample code (writing to SMB - windows location(d://filename1.pdf)): ----------------------------------------- FILEDEF filename1 DISK d://filename1.pdf TABLE FILE EMPLOYEE PRINT EMP_ID LAST_NAME FIRST_NAME HIRE_DATE DEPARTMENT CURR_SAL ON TABLE HOLD FORMAT PDF AS filename1 END -RUN -----------------------------------------
I want to ideally do this via SFTP or HTTP to save the pdf to the AIX machine. I donot want to use Report Caster.
Kindly let me know how we can achieve this, what are the other write options.
regards, gajeeThis message has been edited. Last edited by: Kerry,
Suggestion from our technicals: Is there a reason of why you would NOT want to use ReportCaster for this as it’s probably the best way to go? But, you could probably code this pretty easily via a batch file.
Cheers,
Kerry
Kerry Zhan Focal Point Moderator Information Builders, Inc.
Posts: 1948 | Location: New York | Registered: November 16, 2004