
InterSystems Ensemble is a complete and easy-to-use integration platform that enables users to connect people, processes, and applications in record
time.
InterSystems Ensemble is a complete and easy-to-use integration platform that enables users to connect people, processes, and applications in record
time.
hi, i find it very intersting topic, i'm working actually on a project based on intersystems plateform, my question is:
- when i develop a BPL and its corresponding rules, where can i go to extract defined rules code on (xdata) in the routine data base
Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.
Hi, Select * from "tablename" query is not displaying any data in SQL->Management portal but the columns name are being displayed with a message "0 row(s) affected". The data's are displaying in the application as well as with the same query if i run it in terminal. I have tried purging & rebuilding indices etc..., Please help me how can i display these data.
Thanks
Hi community,
i've a problem since monday on my all productions which use Healthshare, and i've all times the same error message , can you help me please?
Thank's
Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.
Can we suppress a message in DTL ? I have a use case where I have to do lot of processing to decide if particular message is Valid or not.
I can definitely feed it to a new Process(and Routing Rule) and suppress it there, but I was trying to avoid a new component and was trying to see if I can suppress it in DTL it self.
Thanks
I have a service that that I would like to use to poll the database table in MySQL server 2012 and get an id to use if the condition is met but have trouble achieving this here is what I have so far any suggestions please.
Method OnProcessInput(pInput As EnsLib.SQL.Snapshot, Output pOutput As %RegisteredObject) As %Status
{
set pRequest=##class(SamsReq).%New()
set pRequest.pID=pInput.Get("pID")
< set sc=.Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.