We are inserting job groups into the schedule using the REST API. In our DEV environment all goes well. In higher regions we are getting a null pointer exception thrown at:
com.tidalsoft.webclient.tes.dsp.api.JobHandler.insert [JobHandler.java 93]
No idea how to debug this. The POST data is the same for both regions:
<?xml version='1.0' encoding='UTF-8'?><entry xmlns="http://purl.org/atom/ns#">
<tes:JobGroup.insert xmlns:tes="http://www.tidalsoftware.com/client/tesservlet">
<tes:id>12345</tes:id>
<tes:startdate>20180501</tes:startdate>
<tes:fromtime></tes:fromtime>
<tes:untiltime></tes:untiltime>
<tes:params>dfd2db33e6b6</tes:params>
<tes:vars></tes:vars>
<tes:deps>N</tes:deps>
<tes:usejobtz></tes:usejobtz>
</tes:JobGroup.insert>
</entry>