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.
What's up with BLOBs? DM errors out when processing them.
Fortunately, for now, we only have one BLOB and it's nulls, so we're setting it to '' (double-single-quotes) and that's working. We will use that to store an image of the particular item and will need it then.
Thanks in Advance, DougThis message has been edited. Last edited by: Doug,
In FOCUS Since 1983 ~ from FOCUS to WebFOCUS. Current: WebFOCUS Administrator at FIS Worldpay | 8204, 8206
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Configuration Date .... 01/30/2017 13:43:27
Build Date ............ 04/13/2017 18:05:09
Gen Number ............ 1083
Release ............... 82
Source Date ........... 04/09/2017 18:49:13
Posts: 3132 | Location: Tennessee, Nashville area | Registered: February 23, 2005
Take this up with techsupport. As I've said, it just works for me, so it might be a versioning thing for you.
The one thing that I did notice that bothers me a bit is that it dumps the BLOBs to disk in the foccache when the flow is running before it loads into the target. We did have a bit of space issues and had to add a couple of extra gigs to allow it and the rest of the processes to run without running out of physical space.
Other than that, tickety-boo.
"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
BLOB. Represents a Binary Large Object. A BLOB is used to store an image, sound, or some other large, unstructured block of data. The corresponding database data types are:
ORACLE - BLOB
MS SQL Server - Image
Informix - Byte
DB2 - BLOB
A column described as BLOB can only be copied from source to target. No transformations can be performed.
------------- Note: For MS SQL Server image is to be deprecated and varbinary(max) is preferred.
BTW Release 7.7.07 or 82 Gen 1083 was a pre-production gen; the production release was Gen 1086 in May and there have been regular maintenance gens since the release became GA. While I don't see any changes specifically addressing BLOB support I would recommend using the current gen.
N/A
Posts: 397 | Location: New York City | Registered: May 03, 2007