Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear Experts,
My job design looks like below.
I am extracting the data from oracle database and loading the data to Rest. Populating the JSON data with the help of TWriteJSONfield component.
in Tjava I am populating the Body of the trest like below.
String Body =(String)globalMap.get("row3.DEVICE_IDENTIFIER");
My Trest components configured like below.
I am getting the below error while running the job.
{"error_code":500,"message":"Internal Server Error"}|500
Please help to figure out where is the issue.
Thank You!
Best Regards,
Priya
Hello,
It seems that you post a straight URL with no parameter, which will causes 500 error.
Does it work when you use trestclient instead?
Best regards
Sabrina