An error occurred while retrieving the data for "CTM Study Profile" (APNX-1-4205-003)

I am seeing this error when I try to enter one of my Record Types, but only in our DEV environment. I have not made any changes to this record object except to modify the width of one of the columns in the grid (a very small change). It works just fine in the UAT environment and I even exported the UAT version of the object and imported this back to DEV to make sure they exactly matched, but I still see this error. Is there an issue with the connection with the DB maybe? Thanks for any help. 

  Discussion posts and replies are publicly visible

Parents
  • Can you access more error details in the application server logs? I've seen this with database connection issues or query performance timeouts, but difficult to say without more information.
  • Our system admin only found this error in the logs, but I don't think it's related, as it's been occurring for some time (prior to this above error), and it's related to a view that hasn't changed since app creation:

    00:18:41,126 INFO [stdout] (ajp-/0.0.0.0:8009-9) 2018-01-03 00:18:41,125 [ajp-/0.0.0.0:8009-9] ERROR org.hibernate.util.JDBCExceptionReporter - Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'AppianBus.sps.siteid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Reply
  • Our system admin only found this error in the logs, but I don't think it's related, as it's been occurring for some time (prior to this above error), and it's related to a view that hasn't changed since app creation:

    00:18:41,126 INFO [stdout] (ajp-/0.0.0.0:8009-9) 2018-01-03 00:18:41,125 [ajp-/0.0.0.0:8009-9] ERROR org.hibernate.util.JDBCExceptionReporter - Expression #2 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'AppianBus.sps.siteid' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Children