Hi Robert,
Resolved by putting a custom the OnInit() method at the top of the custom SQL.InboundAdapter service, it release all persistent values associated with the adapter at start of the service
Method OnInit() As %Status {
Do ..Adapter.ClearAllAppData(..%ConfigName)
Quit $$$OK
}
- Log in to post comments