Basically you have a bug in your ISO script and you don't have any try-catch code so Smart Office crashed. Or it will not crash because we have a default handler that detects the crash and tries to survive the bad code... If such a crash happens on a background thread then the entire client will actually crash so be sure to have try-catch and proper error handling in all scripts. It would have been useful to see the actual log entry about the crash. "Object Required" means that you are accessing some method or property on an object but the object is null. You did not give enough information for any more detailed answer than this, I'm afraid.
[View:/cfs-file/__key/communityserver-discussions-components-files/111/Error-Log.log:320:240]Thank you for the reply. Idea about "Object Required " error is quite clear,but still not getting exactly which Object is null in this case. Attached the Error Log for more information.