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 think that unless you can make it look like a regular DOS file to Windows, you will need to have a sub server on UNIX to access it. The only other thing I could see would be to FTP it but you probably don't want to do that.
The ftp listener is probably the easiest way to do this. We have another option called managed file transfer, that can be used to extract files over ssh or sftp
The UNIX team is setting up SAMBA and creating a share that maps to the folder on the UNIX file system. This will let me to create a map on the reporting server to the folder on the UNIX file system.
I will then create an ODBC DSN and an ODBC adapter in the reporting server to access the file.
Keeping my fingers crossed.... I'll post an update later with the results.
Hi, I assume the webfocus instance is installed under the same UNIX box and you have installed the ftp client in this Unix box too. 1)Setup an ftp account in Win2000 machine . 2)Write in the unix box a shell script and put it in WebFocus instance folder .
by example : /your_webfocus_folder_instance/tmp/send.sh
The send.sh file content will follow
#!/usr/bin/ksh ftp -n "win2000machine" <user "ftpuser_name" "ftp_user_password" bin put "tobesend.txt" bye
3) In your webfocus fex after you produce tobesend.txt , write this line: UNIX /your_webfocus_folder_instance/tmp/send.sh
I hope this help !
Cheers, MtGuyThis message has been edited. Last edited by: mtguy,
WF 7.6.2 , iWay 5.5 , Sun Unix , Windows XP , .NET , Oracle , SQL Server and more