Skip to main content
June 3, 2025
Question

Issue with Plugin: Load JSON Document To Database

  • June 3, 2025
  • 9 replies
  • 0 views

Hello All,

We're calling an integration within a process model that receives a JSON document (approx. 95 MB in size). Using the Load JSON Document To Database plug-in to dump the data directly into a database table.

The Process model completes successfully.

However, we're capturing the following error in the logs:

"Error parsing JSON Content or audit data"

Please share your thoughts on this.

Thanks In advance

Lokesh

9 replies

stefanhelzle0001
June 3, 2025

My thoughts are, that we miss any details which could help us in giving you any hints.

June 3, 2025

Hi Stefan,
Thanks for response, we don't have flexibility of sharing the document or any data here, got above error while using this plug-in in the process model. Need help if I am missing something here or issue with the data

Provided below Inputs:
Data Source Name (Text)
Table Name (Text)
JSON Document (Document)

The remaining inputs are blank.

Could you please confirm the above configuration is correct .

stefanhelzle0001
June 3, 2025

Well, you just shared the parameter names. They look good.

In general, the more you share, the better we can help.

davidj137213
June 4, 2025

If you use a Json parser, the document is parsed without errors?

June 4, 2025

Hi David,

Could you please share more details about Json parser

Thanks In Advance

davidj137213
June 4, 2025

Go to https://jsonformatter.curiousconcept.com/

Paste your json and click process....