Question Tey Kitthajaroenchai · Jun 28, 2020 Rule editor question - how to assign response class and value? My custom Business Operation typically creates a Ens.StringResponse with StringValue which is sent back to my custom Business Service. Is there a way I can use the assign, or some way, in Rule Editor in a Business Process (EnsLib.MsgRouter.RoutingEngine) so that it can send back a Ens.StringResponse with a StringValue to the Business Service when not routing the message to any operation? #Ensemble 0 1 0 266
Question Tey Kitthajaroenchai · Jun 16, 2020 Accessing the current file path from FTP Adapter when using subdirectory setting I've got a class that extends FTP.PassthroughService and utilizes the FTP.InboundAdapter. In Business Service, I have the FilePath set as /tmp and the subdirectory level = 1. How can I access the current file path (/tmp/subdir1) when there are files in /tmp/subdir1/test.txt for example? The ..Adapter.FilePath only returns the FilePath setting in the Business Service/Adapter but not the subdirectory level. Of note, it is a SFTP connection. I can access the %Net.SSH.SFTP from #Ensemble 0 1 0 354
Question Tey Kitthajaroenchai · Sep 26, 2019 FTP(S) Outbound Adapter disconnecting Hi community, I created a business operation class using the FTP Outbound Adapter, and it works when configured for SFTP but when I try to use it for FTPS, it does not work as expected. The connection is established, it creates the file on the destination server but then is disconnected in the middle of the transfer and the PutStream returns 0 and never seems to finish the write of the file. Anyone have any idea of what's happening or any steps I can try to troubleshoot? Thanks in advance. Info: #Interoperability #Ensemble 0 2 0 719
Question Tey Kitthajaroenchai · Aug 29, 2019 Dynamic/SQL Drop down list for Business Operation Property Setting Hi, I’m trying to setup a Business Operation where the Property is a drop down list of Strings. I was able to produce the desired effect but only using a hard coded list like Property LookupProp As %String(VALUELIST = ",value1,value2"). Instead I would like i #Business Operation #SQL #Ensemble 1 6 2 339