Questions tagged [intersystems-ensemble]

Ensemble is an enterprise application integration system developed by InterSystems in Cambridge, MA.

Ensemble is an enterprise application integration system developed by InterSystems in Cambridge, MA. It combines an integration server, application server and database in one system. It allows you to create business processes to handle messages and data from many disparate systems.

39 questions
0
votes
1 answer

Intersystems Cache using XEP

I am trying to extract data from the Samples namespace that comes with Intersystems Cache install. Specifically, I am trying to retrieve Sample.Company global data using XEP. Inorder to achieve this, I created Sample.Company class like this…
user3600073
  • 1,773
  • 3
  • 18
  • 21
0
votes
2 answers

Data Transformation for Large data in a file

I am new to ensemble and have a clarification regarding the Data Transformations. I have 2 schemas as follows, PatientID, Patient Name, Patient Address (combination of door number, Street, District, State) and another schema as, PatientID, Patient…
arun.v1
  • 462
  • 1
  • 4
  • 12
0
votes
2 answers

In Caché ObjectScript, what is the `Aliases' property keyword

Under Intersystems Property Keywords documentation Aliases is not listed as a keyword. However, in studio if I type Property Tst As %String [ the drop-down pops up with Aliases and fills it with Property Tst As %String [ Aliases = The only way I…
jtzero
  • 2,204
  • 2
  • 25
  • 44
0
votes
2 answers

Ensemble runtime global lock

When I try to start up my Ensemble production, I get the following error: ERROR ErrCanNotAcquireRuntimeLock: Could not acquire Ensemble runtime global lock within timeout '10' I figured I will disable all the services, processes and opperations…
NotMyName
  • 682
  • 2
  • 7
  • 15
0
votes
1 answer

Best way to check if a field is empty in a DTL

For a non repeating field. How do I write an If that executes only if the field is empty. i.e. source.{PID:19} I've tried source.{PID:19} = "" and source.{PID:19} '= "" in the if (With true and false), but neither worked.
RLZaleski
  • 616
  • 6
  • 17
0
votes
1 answer

Using "In" in a when condition

OK, So I want to identify a value in MSA 1 is in a list of Strings. I have HL7.{MSA:1} In ("AE", "AR", "CE", "CR") That doesn't work, so what should it be?
RLZaleski
  • 616
  • 6
  • 17
0
votes
1 answer

LogiXML Studio - Logi Report force page break

I'm not sure how wide the Logi Report user audience is that watches the site, but here's my dilemma. I new to find a way to force a page break after a group summary row. It is of course easy to do if printing (or exporting to pdf or the like) due to…
eatonphil
  • 13,115
  • 27
  • 76
  • 133
-2
votes
1 answer

What is the maximum Storage capacity of queued messages in Ensemble

Please can anyone tell what is the maximum Storage capacity of queued messages in Ensemble. Please do the helpfull as soon as possible
user518363
  • 185
  • 1
  • 1
  • 8
-3
votes
2 answers

Cache migration

The below URL gives insight into how to migrate from sql to cache. http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GTSQ Is it possible to do the same in reverse - Cache database to SQL database? I would like to use Ensemble…
1 2
3