Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
deploying HTML to database
dip21
Hi ...
We need to deploy Generated HTML to databse as CLOB field.( as HML file)
Also this HTML has PDF link which need to be deployed to....
Where we will mention HTML path?
any help for configuration ....
Thanks in advance
Find more posts tagged with
Comments
artor
It might help you.
http://devnet.interwoven.com/forums_vb/showthread.php?t=23504&forumid=12&highlight=deploying+html+database
sumitk
while assigning column value for HTML file make sure that you are using file:///$filepath otherwise, DD will not insert HTML file in database. Also, make sure that you have taken care of the database column to handle the large CLOB/BLOB size.