Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Usage Over Time Fails with sql_mode=only_full_group_by #2

Open
tkerby opened this issue May 17, 2019 · 0 comments
Open

Usage Over Time Fails with sql_mode=only_full_group_by #2

tkerby opened this issue May 17, 2019 · 0 comments

Comments

@tkerby
Copy link

tkerby commented May 17, 2019

When running Usage Over Time with Percona 5.7, on Jama 8.31.3 we get the following errors

The following items have errors:

Table (id = 1379):

  • Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    Data (id = 1382):
  • Invalid bound column name: Aggregation.
    Table (id = 1388):
  • Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    Data (id = 1391):
  • Invalid bound column name: Aggregation.
    ReportDesign (id = 1):
  • An exception occurred during processing. Please see the following message for details:
    exception.error
    Error happens when create hierarchy:Created Date.NewTabularHierarchy.
    Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Add note clarifying limitations #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'jama_prod.p.createdDate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Add note clarifying limitations #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'jama_prod.p.createdDate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Add note clarifying limitations #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'jama_prod.p.createdDate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Add note clarifying limitations #4 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'jama_prod.p.createdDate' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
  • An exception occurred during processing. Please see the following message for details:
    exception.error
    Error happens when create hierarchy:Login Type.NewTabularHierarchy2.
    Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    Cannot get the result set metadata.
    org.eclipse.birt.report.data.oda.jdbc.JDBCException: SQL statement does not return a ResultSet object.
    SQL error reduce service calls - prevent sync status checks on self #1:Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
    ;
    com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Expression Create CoverageReport #3 of SELECT list is not in GROUP BY clause and contains nonaggregated column 'total.licenseType' which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mode=only_full_group_by
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant