go to post Sridhar Mandalapu · Sep 11, 2020 I see you have a second post regarding validating the data, where a suggestion was made to use BPL for data validation. If you planning on using BPL for data validation, you can use the same BPL to add the data to a custom table. The other way you can do this is to use the trace statements in the rule and then run a query against Ens_Util.log table.
go to post Sridhar Mandalapu · Sep 10, 2020 The business rule log and message trace are good ways to track the flow of a message within the system. Is there a business need for you to log these details seperately?
go to post Sridhar Mandalapu · Jun 9, 2020 This can be achieved by changing your SQL statement into this: &sql(SELECT Name, DOB, Gender INTO :Name,:DOB,:Gender FROM osuwmc_RQGPatient.DataTable WHERE MRN=:MRN)
go to post Sridhar Mandalapu · Jul 24, 2019 As far as i know if your connection is being rejected outright then you will go immediately into retry, which would be 16 times as defined by your RetryInterval and FailureTimeout. ConnectTimeout will only come into play if you initiate the FTP connection and are waiting for a response from the remote server.