Hibernate error "could not execute batch"

54 views
Skip to first unread message

Brian Walsh

unread,
Dec 7, 2022, 4:25:14 PM12/7/22
to HAPI FHIR

Had an error creating resources.  I believe the error was "could not execute batch"
Traced it to some resources having large base64 documented documents in DiagnosticReport.presentedFrom 

Workaround:

After database is created, log onto postgres:

```
alter table hfj_res_ver ALTER COLUMN res_text_vc TYPE text ;

```
Reply all
Reply to author
Forward
0 new messages