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
1
vote
1 answer

File Listener in Ensemble/CachObjectscript

I am new to ensemble. I would like to know, whether there is any thing like filesystemwatcher in Cache/Ensemble. (Note : filesystemwatcher is in .Net) My requirement is as follows, My Ensemble production (Business Process) will drop a file in a…
1
vote
1 answer

User Restriction in ENSEMBLE

HI friends i develop a application in ENSEMBLE [2009], in that i restrict some user to access all links except "Ensemble Management Portal" i done this by changing roles for that particular user as Home->securitymanagement->Users->Editusers->roles.…
Sakthivel
  • 1,883
  • 12
  • 29
  • 41
1
vote
4 answers

Send data to XDS Repository

So I'm trying to figure out how much capabilities comes with Intersystems to send data to an XDS repository. Specifically with using the basic Ensemble package (NO HSF) Assume it's not the one Intersystems delivers, but an external XDS…
RLZaleski
  • 616
  • 6
  • 17
1
vote
1 answer

What is Caché Object Script's method for passing parameters to a base constructor?

What is Caché Object Script's method for passing parameters to a base constructor? For example, in C# you would do the following: public MyConstructor(string id) : base(id) { } where id is the value you wish to pass to the base constructor.
O.O
  • 11,077
  • 18
  • 94
  • 182
0
votes
1 answer

HL7 append Segment

To avoid using EVNgrp due to schema issues, I have this code that is meant to append PID and PD1 segment to ADR^A19. For some reason it is not doing so. Any help please? If $Length(source.Primary.PID) { Set…
softgi
  • 13
  • 5
0
votes
1 answer

InterSystems Cache: How to store macro name in a variable then evaluate it

How can I store a macro name in a variable and then later use it? For example: Set myVariable = "AssertEquals" Do $$$myVariable(...) OR Set myVariable = "$$$AssertEquals" Do myVariable(...) Thought I could do something like the following but…
0
votes
2 answers

COS ZF Command return Service

In COS I would like to return all the service with a specific name. In command running the command sc queryex type= service state= all | find /i "BFE" and it will display the service name. In COS there is $ZF that can take in a command but it return…
Jefferson
  • 173
  • 2
  • 12
  • 32
0
votes
1 answer

Ensuring a %SYS class can reference a class from another namespace

The DeepSee.UserPortal.Workflow.zen in %SYS controls the workflow user portal. However, when a user enters something in the box marked with "GO", a "CLASS DOES NOT EXIST" error results. The class that is not being found exits and is compiled in a…
user6284097
  • 157
  • 1
  • 1
  • 9
0
votes
2 answers

Intersystems Caché Java Gateway

I need some help on development in Caché's Objectscript. I've been working in this technology for some months and since some days, I'm trying to get the Java Gateway to work without success. It is supposed to allow me to run java .class et .jar…
0
votes
1 answer

How to get files from FTP -server with EnsLib.FTP.PassthroughService

I'm working basically with a simple task, read files from the ftp-server and write those to the file path or UNC-path. I made service (EnsLib.FTP.PassthroughService) and operation (EnsLib.File.PassthroughOperation). Service connects to the ftp…
0
votes
1 answer

Trouble with complex routing rule

I have a lookup table called BlockCustomer. I also have an FTP Adapter that picks up files from multiple customers. I need to be able to determine the customer from the source of the file and do a lookup on the table. If BlockCustomer.Customer1 =…
user736893
0
votes
1 answer

Get file path from FTPService for use in RoutingEngine

I have a service of class EnsLib.HL7.Service.FTPService that picks up files from multiple subfolders and sends them to an EnsLib.HL7.MsgRouter.RoutingEngine. What I want to do is somehow capture the subfolder as a variable for use in the routing…
user736893
0
votes
0 answers

Caché Git - CSP folder don't import if it does not exist in local directory

I have a versioned CSP folder on my CSP application , when I create a new local environment where that folder does not exist yet in the CSP application, the version control it does not create or import any of your files or subfolders.
0
votes
1 answer

Intersystems Caché with Java Gateway - Pass parameter as java.io.FileInputStream

In my project I'm using a integration of Intersystems Caché with Java by a Java Gateway, it's basically maps JARs and create a class proxies in Caché to access Java classes into the JAR. A class in Java has a parameter of type FileInputStream , my…
0
votes
2 answers

lcbjni in Intersystems Cache

We have Intersystems Cache 2010.2.3.702.0.10761 installed on AIX. When I run an eXtreme - Globals API program I am seeing LCBJNI related errors. Does the Cache 2010.2.3.702.0.10761 have lcbjni? If so, where can I find. Please help
user3600073
  • 1,773
  • 3
  • 18
  • 21