SYMPTOM:
Users who have Sybase IQ as a data warehouse may encounter the following error during report execution:

Error: QueryEngine encountered error: FetchScroll failed.
Error type: Odbc error. Odbc operation attempted: SQLFetchScroll. When Force_No_Scroll_Cursors = ON, scrolling cursor operations are not supported by Sybase IQ
CAUSE:
This error is related to the change in the ODBC version used from Strategy version 9 onwards. By default, Strategy 10.x will use the 3.x ODBC calls during SQL execution for existing Sybase IQ database instances. When a database instance is set to use 3.x ODBC calls the Strategy query engine uses the SQLFetchScroll function to fetch back data from the database. The SQLFetchScroll function is not supported by SybaseIQ when the Force_No_Scroll_Cursors option is enabled.
ACTION:
There are 3 options to make the report execute without the error message:


