Maximum Rows in Select JDBC Operations defaults to 1000

Hi,
The Maximum Rows in Select JDBC Operations defaults to 1000 for second Select Adapter Service onwards.

The first Adapter Service has the correct default value of zero in the maximum rows which will retieve all the possible rows of the ResultSet.

Is this a bug due to which the default is set to 1000 for Select Adapter Services?
Does a fix exist for the same.

Thanks,
Pranav

Basicall you have to change it to zero and save it.It might be the default value or could be a bug,we also did changed the value for some of the Select JDBC template services…Its extra work though…

HTH,
RMG