Quantcast
Channel: Questions in topic: "ssis"
Viewing all articles
Browse latest Browse all 813

SSIS: Try to Load table but get Field length:93982 exceeds maximum limit of 65535

$
0
0
Hi All I have a SSIS package where I am trying to load data using a odbc connection via ADO NET Source into a ole db connection but getting the error Field length:93982 exceeds maximum limit of 65535. The DSN obdc connection is coming from a data source connection based on this url=https://sho.service-now.com. I believe that this error might be because the table that SSIS is trying to connect to has too many rows in it or one of the datatype fields exceed 655335 but I have checked the table datatype fields and no fields have such a large size. Also when I try to Preview the connection SSIS returns a timeout message. Is there a setting that can bypass this check or a way to increase the size limit? Please help, thanks Julian See below Error: 0xC0047062 at Data Flow Task, ADO NET Source Incident [1621]: System.Data.Odbc.OdbcException: ERROR [HY000] [DataDirect][ODBC OpenAccess SDK driver][OpenAccess SDK SQL Engine]Disk cache error. Field length:93982 exceeds maximum limit of 65535.[10232]

Viewing all articles
Browse latest Browse all 813

Trending Articles