Hi All,
Below is the summary of the support request. Just sharing it here incase anyone else experience this issue:
Symptom:
Operation on target ForEach_Table failed: Activity failed because an inner activity failed; Inner activity name: Copy_HubspotTBL, Error: Failure happened on 'Source' side. ErrorCode=UserErrorOdbcOperationFailed,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ERROR [HY000] [Microsoft][Hubspot] (100) Error parsing JSON: Invalid value. while parsing string
414 Request-URI Too Large
Resolution:
After investigating on this issue with our Driver team they have updated with the below details:
For Table "Contact_Properties_Values" :
To fetch all the properties for a contact, there is a prerequisite to append the property in the request Url itself.
If such a method is not followed, it's not guaranteed that the expected properties would be returned from the server.
Currently it is by the design of the particular endpoint used by the table contact_Properties_Values, so no other table faces this issue, but contact_Properties_Values is effected by 414 error, which is for URL being too long.
As suggested by Driver team, recommended user to check with Hubspot to understand what is the maximum Url length being supported and any enhancements that can be done by them to overcome such issues.
Hope this info helps.
Thanks