#Ensemble

23 Followers · 2.4K Posts

InterSystems Ensemble is a complete and easy-to-use integration platform that enables users to connect people, processes, and applications in record

time.

Learn more

Documentation

Edit
Question Manikandasubramani S · Dec 29, 2016

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

1
0 19
Edit
Question Vijay Share · Jan 20, 2017

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

0
0 7
Edit
Question Thembelani Mlalazi · Mar 12, 2018

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=.
0
0 8