Question Mikael Toivonen · Oct 12, 2020 Configure File Service to retrieve a file every 10 minutes I have a file passthrough service that should check for new new files every 10 minutes, process them and then wait again for 10 minutes, even if there are new files waiting in the source directory. The "CallInterval" value feels like a wrong tool for this need since it would keep the service "locked" for a maximun of 10 minutes before releasin resources. Is there a better way than CallInterval to schedule the service to poll for files every 10 minutes? #Business Service #InterSystems IRIS 0 2 0 290
Question Mikael Toivonen · Sep 29, 2020 GET file from server, then DELETE another file from server I'm not sure how to go about building this scenario: #Business Service #FTP #InterSystems IRIS 0 2 0 358
Question Mikael Toivonen · Feb 23, 2020 How to get 'AlertGroups' property from business process' configuration? In a HTTP operation, which extends Ens.BusinessOperation, EnsLib.REST.Operation, one can read the component's AlertGroups property by simply referring to it with "..": #Business Process (BPL) #Management Portal #ObjectScript #InterSystems IRIS 0 2 0 225
Question Mikael Toivonen · Aug 17, 2017 Charset problem: UTF-8 file downloaded via sFTP displays incorrectly My issue is that I don't know why Ensemble processes incoming data in the wrong encoding.Update: Issue was solved, I think, see my answer below. #Ensemble #FTP 0 6 0 9.3K