"None" might end up processing a file which is not completed yet. It really depends on the size of the file and how the source system/application creates the file too. The FTP Adapter will start checking if the file is ready to process as soon as it sees it in the source folder. Size & Rename would be a safest setting for ConfirmComplete.
The SOAP operation is trying to send message to host "PKB_SOAP_Sender" (e.g check if you are using API SendRequestSync/SendRequestAsync ("PKB_SOAP_Sender",...) in your code) which is not a registered host or part of the production.
If it is possible write this stream to a file which can be processed by a RecordMap Batch File Service. Alternative is to write your own code to create the batch object from the stream (refer GetBatchObject method in EnsLib.RecordMap.Service.BatchStandard.cls)
As the documentation says QueueCountAlert is only to monitor queue for the configured number of threshold limit. It is not designed for monitoring the queue that either only keeps growing or stopped processing messages (though the queue count may also be an indication of this).
QueueWaitAlert can be used to alert if the messages are not processed or slower than usual. But this doesn't monitor for growing queues primarily. This checks for the first message in the queue on how long it is in the queue and alerts if the queue waiting time is more than the configured threshold on QueueWaitAlert.
Managed Alerts can be also used which is a work flow based alert management.
Alternative is to create a custom service (refer OnProcessInput method in Ens.MonitorService.cls) to implement the required Monitoring to the production.
Thank you for posting this in DC. Can you please contact Support@intersystems.com or log this issue in WRC, this looks like it needs more info and Diagnosis.
go to post
Hi Deepa
Please contact InterSystems Support.
Kind Regards
Suriya
go to post
You can add a business process which can loop through the records and convert them to XML.
go to post
Please contact WRC Support at support@intersystems.com.
go to post
Hi Lewis
It is case sensitive, please try Document.Field1.
Thank you.
go to post
Hi Tom
"None" might end up processing a file which is not completed yet. It really depends on the size of the file and how the source system/application creates the file too. The FTP Adapter will start checking if the file is ready to process as soon as it sees it in the source folder. Size & Rename would be a safest setting for ConfirmComplete.
go to post
The SOAP operation is trying to send message to host "PKB_SOAP_Sender" (e.g check if you are using API SendRequestSync/SendRequestAsync ("PKB_SOAP_Sender",...) in your code) which is not a registered host or part of the production.
go to post
If it is possible write this stream to a file which can be processed by a RecordMap Batch File Service. Alternative is to write your own code to create the batch object from the stream (refer GetBatchObject method in EnsLib.RecordMap.Service.BatchStandard.cls)
go to post
As the documentation says QueueCountAlert is only to monitor queue for the configured number of threshold limit. It is not designed for monitoring the queue that either only keeps growing or stopped processing messages (though the queue count may also be an indication of this).
QueueWaitAlert can be used to alert if the messages are not processed or slower than usual. But this doesn't monitor for growing queues primarily. This checks for the first message in the queue on how long it is in the queue and alerts if the queue waiting time is more than the configured threshold on QueueWaitAlert.
Managed Alerts can be also used which is a work flow based alert management.
Alternative is to create a custom service (refer OnProcessInput method in Ens.MonitorService.cls) to implement the required Monitoring to the production.
go to post
Hi David
Thank you for posting this in DC. Can you please contact Support@intersystems.com or log this issue in WRC, this looks like it needs more info and Diagnosis.
Thank you.