Hi all
I'm using fetchXML from a table and looping through a series of fetchXML queries and retrieving the data from them (and subsequently loading them into a OLE DB table) using the "THUNK_COLUMN" method from your video.
All is good in the world on *some* of my queries - however on others I am getting a "[Dynamics CRM [1]] Error: An error occurred with the following error message: "Failed to process column 'mmis_locationassetidname'. The value is too large to fit in the column data area of the buffer."." exception.
Thoughts
#1 - the field isn't big enough in my External & Output columns - but of course this is a dynamic query so only THUNK_COLUMN is there (i've made it a DT_TEXT).
#2 - this actual field (mmis_locationassetidname) is the name of a linked entity, so this data is coming across in an XML attribute of the mmis_locationassetid element. Is this significant? Does the Cozyroc CRM source lookup the length of these attribute based fields when creating the runtime output columns? the maximum length of is mmis_locationassetidname 116 chars in my case
#3 - this field isn't even a column on my table, so it'll just get dropped out anyway. Grrrrr. I can't "not select it" either, it comes automatically when I request the mmis_locationassetid attribute
fetchXML attached...
What can be done to cure this?
Help!
Jon