I am trying to retrieve a very large dataset from the system using the MethodAPISelect_DataSetV2. All of the tables I have tried work fine except for one. The query fails after about 60 seconds with an error from the far end web service about web.config needing additional parameter. The table in question is called "Activities." Even the built-in Export tool on the Method website fails.
I can programmatically segment the query into month/year ranges in the strWhereClause, but I would rather perform the select with LIMIT and OFFSET for ranges. Can this be done?