left join TS_USERS u on n.TS_AUTHORID = u.TS_ID where e.TS_WAITSTATUS = 3 /*cron job*/ and e.TS_NOTIFICATIONID <> 0 and u.TS_STATUS = 1 /*deleted*/ 2. Remove the events found in step 1
To work around this issue, you will need to modify the "mex.timeout" setting in the "Tomcat 7. 0 \server\default\webapps\ode\WEB-INF\conf\ode.endpoint" file on the Orchestration Engine to match the setting on the Application Engine server.
2.5 Application Engine and Mashup Administrator A code change has been made to correct an issue that would cause an item's values and change history to become out of sync . For example, invoking a transition action that immediately fires a subsequent transition would cause the changes made from the initial transition to be discarded, which would result in data loss. Only the changes made by the second transition would appear, however the change history would show updates for both transitions.