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.
Last year I stumbled at the same issue and got this reply from the WF Helpdesk.
The basic idea is to call a stored procedure that extract the image on the run and have WebFOCUS call the image from the hard drive.
This might not work with hundreds of images but for a single drill down it should work. And will only work if your SQL server can store files into a directory that is available to the Web Server.
Perhaps my inexperience will show here but I think the solution is simpler than needing to create and call a stored procedure. In our case (MS SQL table with PDF documents stored in BLOB) the act of querying the BLOB field extracts the binary object and places it in the folder C:\ibi\srv76\wfs\img_dir\. From there you just need to move the file to a directory the web server can access, give it a random file name, add the proper extension (in our case .pdf) and create a hyperlink to it.
I will tell you that I did not come up with this technique. Douglas Potter from the Minneapolis/St. Paul branch office did. He is also the author of the article referenced above.
BTW - The only place I found any reference to the img_dir folder is in the New Features documentation for the 7.6.2 Adapter for Lotus Notes. Go figure.This message has been edited. Last edited by: Dan Pinault,
7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.
Posts: 393 | Location: St. Paul, MN | Registered: November 06, 2007