Problem: A collection job for SAP ASE may fail when the number of open databases is too low.
isql -S<server_name> -U<sa user name> -P<sa password>
sp_configure 'number of open databases'
sp_configure 'number of open databases', <number>
Add 10 to the current configuration value and substitute this number for <number>.