I've been checking this for a while and not finding any answers. I'm trying to run a fetch_bounces job in CiviCRM 4.6.1 on Wordpress 4.3 with the cli.php script as follows:
php public_html/wp-content/plugins/civicrm/civicrm/bin/cli.php -j -s *site* -u *username* -p *password* -e Job -a fetch_bounces
but I'm getting multiple lines that look like this as errors:
Failed Processing: Mail delivery failed: returning message to sender, Action: b, Job ID: 339, Queue ID: 13323, Hash: 8b3263eb6a21bcf8. Reason: DB Error: no database selected
all have different Job IDs, Queue IDs, and hash values, but all have the same fail reason. I've checked my civicdm.settings.php and the correct databases seem to be listed. Any suggestions on what this could be? Thanks!