Hello,
We face several issues regarding the setup of monetization service inside the DevPortal on a private cloud deployement 4.17.01.
These issues have all in common a postgres database error.
I see that a very close match to our problem seems to have been fixed with the [DEVSOL-2418] issue on the 17.03.27.00 - Apigee Developer Services Portal Release. Is this fix embedded in the DevPortal on a private cloud deployement 4.17.01 ?
Details on our issues:
When doing a drush -v -d pm-enable ‘devconnect_monetization’
PDOException: SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for integer: "group_devconnect_monetization" [error]LINE 2: WHERE (id = 'group_devconnect_monetization') ^ in /opt/apigee/apigee-drupal-7.53-0.0.12/includes/database/database.inc:2227
After that Drush goes crazy and is unusable:
PDOException: SQLSTATE[42P01]: Undefined table: 7 ERROR: relation "drupal_cache_mint" does not exist [error]LINE 1: DELETE FROM drupal_cache_mint ^: DELETE FROM {cache_mint}WHERE (expire :db_condition_placeholder_0) AND (expire < :db_condition_placeholder_1) ; Array( [:db_condition_placeholder_0] => 0 [:db_condition_placeholder_1] => 1495122376)
And finally our DevPortal is broken and need a complete reinstalling.
Cheers,
JB Roux.