[Production error] org.hibernate.exception.SQLGrammarException: could not execute statement

Hi @sunilasm,

you have 2 principal problem about sql:

  1. Comments

    You are triing to stored a value bigger than the size of column. You can enlarge the size of column or limit the comment in SP
    2.Manage attribute

    You need to check those attribute on DB and why you have a violation.
    See my topic for some advise:
    Database maintenance

PS You other error with you LDAP and Azure connettors.

1 Like