Question Corentin Blondeau · Dec 17, 2024 UDP Adapter not working HelloI am trying to work with UDP Connection/Adapter and I get this error. ERREUR #5002: Erreur Cache: <WRITE>zSend+5^EnsLib.UDP.Common.1 Here is the method Class TEMPLATE.BO.UDPSend Extends Ens.BusinessOperation{ Parameter ADAPTER = "EnsLib.UDP.OutboundAdapter"; Property Adapter As EnsLib.UDP.OutboundAdapter; #ObjectScript #Ensemble #InterSystems IRIS 5 2 0 94
Question Corentin Blondeau · Oct 31, 2024 How to call a ClassMethod in Business Process In a Business Process (Ens.BusinessProcessBPL), how can you correctly call a classMethod?I know we can call it in a block <code> : Or in a <assign> Are there other ways and/or good practices?ThanksCorentin #Business Process (BPL) #Ensemble 5 6 0 130
Question Corentin Blondeau · Mar 7, 2024 How to compare two Registered Object I would like to compare two Registered Object and list the properties that differ.For now, I achieve this : #Key Question #Ensemble 5 6 0 320
Question Corentin Blondeau · Oct 2, 2023 How to merge lists in Business Process Hello, I have a method in an operation wich return a list of %String (listId).I call it multiple time in a Business Process and want to have all the lists I get put into one.Not having "set context.listIdProcess = callresponse.listId" , but a way to add the elements of listId in context.listIdProcess. There is an other way than append each element of the list? Thanks for yours answers,Corentin #Ensemble 0 7 1 275