Tagged Questions

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

learn more… | top users | synonyms

1
vote
1answer
178 views

Intersystem's ENSEMBLE JDBC SQL Gateway example

Hi I'm trying to connect to an Oracle DB from an Ensemble 2010 machine, on a server that i can only access remotely. So, I first tried it locally: I installed the same Ensemble 2010 with Oracle 10g ...
1
vote
1answer
33 views

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 ...
1
vote
7answers
734 views

Version control for InterSystems Ensemble/Caché

I'm in a group which is starting to develop using InterSystems Ensemble (an integration framework built on top of InterSystems Caché). InterSystems has not made the Ensemble Management Portal ...
0
votes
2answers
78 views

How do I reference a local method's name property in code?

I have a cache object property that I'd like to set to the current class and method in context's name, in order to do some tracking on what methods/classes are generating the largest frequency of ...
0
votes
3answers
243 views

Sending An HTTP Request using Intersystems Cache

I have the following Business Process defined within a Production on an Intersystems Cache Installation /// Makes a call to Merlin based on the message sent to it from the pre-processor Class ...
0
votes
1answer
221 views

Caché OREF Error - Getting More Information

I'm am trying to integrate with a Caché Web Service and I'm getting an error message similar to: ERROR #5002: Cache error: <INVALID OREF>zMethodName+45^AA.wsClass.8 I do have have access to ...