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)
Datadeploy data-type size
System
I am running DataDeploy to a Microsoft SQL server. I have some fields in Teamsite that are very large that I want to appear in the database. They are over 12000 characters long. What is the max size I can use and what data-type do I use in the datacapture.cfg and in SQL to get this to work?
Find more posts tagged with
Comments
Migrateduser
I found the solution. I found the datatypes.xml file and determined that the person who originally was doing our import got mixed up and was using Oracle datatypes. I changed it to use "text" and it worked.