Add traces in your code, wherever you think, something is going wrong, like below.
container.getTrace().addInfo("*** Debugging *** Entered UDF StoreTimeStamp to store timestamp");
Test your code either in OM or MM, using test tab to troubleshoot.
Add traces in your code, wherever you think, something is going wrong, like below.
container.getTrace().addInfo("*** Debugging *** Entered UDF StoreTimeStamp to store timestamp");
Test your code either in OM or MM, using test tab to troubleshoot.