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
Discussion posts and replies are publicly visible
My thoughts are, that we miss any details which could help us in giving you any hints.
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 dataProvided 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 .
Well, you just shared the parameter names. They look good.
In general, the more you share, the better we can help.
Hi Stefan,
Tomcat log captured the below error message:Caused by: net.minidev.json.parser.ParseException: Unexpected token { "Data " :
Then, that file is not in correct JSON syntax.