Is it possible to use a Contains clause using the IntersectLookup function?
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.
Is it possible to use a Contains clause using the IntersectLookup function?
Hi,
I have created a Business Service which uses the EnsLib.File.InboundAdapter. This service will call a business service which will create an acknowledgement file in a directory specified in the operation after loading the parsed file into some temporary tables.
In order to create the acknowledgement file, I need the original file name. In the OnProcessInput of the service, it receives a stream of file data, and I can't find a way to get hold of the file name.
Any advice will be appreciated, thank you.
Consider the below scenario:
1. HL7 Service -> Process
2. DTL makes a call to a webservice (Post) via a REST operation via SendRequestSync call.
a. if the post is successful, end the DTL
b. if the server that hosts the webservice is down, i would like to keep retrying with the same message and not lose any messages in the queue.
does a simple "quit 0" at the DTL will rollback the message and will retry? please let me know how not to lose any messages if the webservice server is down.
Appreciate it.
I have a business service and I want to know when did the current business service job started.
Is there a way to get this information from Ensemble?
Which is tool/script use of Automating the Ensemble part? Is seleinium can be used. Please help me out on Automation testing
Hi all,
Sorry to bother ![]()
I have a Business Object with SOAP.OutboundAdapter and it gets the response from a WebApi.
Following the sample Creating REST Services and Clients with Ensemble - Developing a REST Operation, I've done the call and it retrieves a JSon with the information. The result is a JSon with a Base64 content (at least 15000 bytes)
I've put a trace to check the content with $$$TRACE(tHttpResponse.Data.Read() I have a cut result (to 1200 character), so the JSonStreamToObject is not able to allocate the full result into a object.
is there any way to handle more character in
How to send HL7 messages using HTTP type in the business production??
Hello,
Has anyone ever had issues using target class HS.SDA3.Container within a data transformation where the CareProvider values do not populate?
Basically I'm finding that XML stream output has all the SDA3 values I specify/map in the DTL except for the Appointment CareProvider data.I've mapped the values to another SDA field I know works and the correct value populates, so I know it's not an issue with the source value.I've also tried hardcoding the value and it still does not populate.
How to make SAMPLES namespace support Ensemble?
Hi,
Is there a way you can limit the amount of physical memory Cache uses?
During Cache backup it appears that all the available memory on the server is being used.
We are running Ensemble 2016.1 on Windows Server 2008 R2 with 32GB of RAM.
The database we are backing up is about 300GB.
Thanks,
Graham
Hi Team,
We were able to convert XML file to JSON using Studio and terminal, but kindly let us know how this conversion occurs using Ensemble production.
Thanks.
I am getting an ERROR #5002 in a soap service defined in ensemble. Odd thing is that I allready have a functioning business service running as a soap service, but we needed another, but that one returns an error:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:s="http://www.w3.org/2001/XMLSchema">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server</faultcode>
<faultstring>Server Application Error</faultstring>
<detail>
<errorConfiguring an Ensemble production can be a challenging task involving a thorough understanding of the system and production functionality and a detailed understanding towards each configuration item.After successfully configured an Ensemble production, you might need to set up an identical production on the mirror environment, or deploy the production on a development system to a live system, or send a copy for diagnostic/debug purposes.Other times you might have spent some time designing a BPL/DTL and some other productions can use the same logic.
Hi community,
I am looking into a way to make Ensemble work as an AS/2 interface. So I would like to ask, if anyode did ever make AS/2 work with Ensemble and what is the way to go.
I found an old article regarding integration of third party interfaces (incl. AS/2 - http://www.intersystems.com/who-we-are/newsroom/news-item/intersystems-… ) into Ensemble but no further mentions, neither in the docs.
Thanks
Jiri
Hey guys,
I'm working with an EnsLib.XML.X12.Document object which consists of a parent object along with multiple children.
When using the following code, my sent object is losing all references to its children. I've played with the deep parameter and nothing is working to automatically clone the objects children(group docs ref)along with itself. (Even though the documentation states that it should..)
objectClone = object.%ConstructClone()
d ..sendRequestAsync("Destination",objectClone)
Any insight would be really helpful.
Thanks!
Mitch
I'm trying to figure out how to throw an Alarm if a operation Sync times out. This seems like a simple situation but I'm not sure of what component to use to do this.
Does anyone have a sample?
Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.
Hi
Can You please let us know the end to end procedure to accept SOAP messages in Ensemble Production.
Thanks,
Arpitha
Hello everyone.
I'm new to Caché.
I would like to know how I can connect my PHP application to the intersystems database.
Is it the same as MySQL?
Need help.
Thank you
It is taking several hours to read a large text file because the while loop uses ReadLine() ! Is there some way in Cache to process a single file using multiple processes. Something comparable to this:-
http://stackoverflow.com/questions/11196367/processing-single-file-from…
I'd like to have production specific settings for different environments (OTAP). I have set the system default settings on my production to override the default settings. However, this does not seem to work. It is my understanding that the system default settings override the settings I have set on the production (I thought I heard my Sales Engineer say this). However, reading the documentation I am not sure of this reading either. However, when I clear the values for the adapters on my production my system default settings are still not apply.
Are the system default settings supposed to
We at George James Software are pleased to announce the release of version 2.6 of Serenji, our editor and debugger for Caché, Ensemble and HealthShare.
The main enhancement in 2.6 is the ability to run on a Linux <edit> or OS X </edit> workstation using Wine 1.8. More release details are here.
This is a free upgrade to users already holding an activation key. For new users a free 30 day evaluation period is granted upon installation.
John Murray
Senior Product Engineer
George James Software
I am new to Intersystems and I am wondering if there exists a NYC tri-state regional or NE regional group for Ensemble?
If anyone has any information, please reply.
Thanks,
George Cornejo
NYC Health and Hospitals Corporation
55 Water Street
NY, NY
Please let know if it is feasible to integrate Security tools ( W3af and Iron Wasp ) with intersystems. If so, please let know how to do that..
Does anyone have a good example of setting up an Inbound Email Adapter Service to retrieve an email? I am thinking of sending this email to a BPL to retrieve the Attachment that is in the email. Would that be the correct method to do that?
Thanks
Scott Roth
The Ohio State University Wexner Medical Center
How to integrate SoapUI with Ensemble or is there any other tools for automation testing that can be integrated with ensemble?
Hi,
I can't work out how to use the Cache CA Server to process certificate request from external clients!
We are setting up an interface where we use SSL/TLS 'Mutual Authentication' to allow a client system to securely transmit document to our server. (they are off-site and hosting a service for us)
I am not a security expert, but my understanding of setting up mutual authentication where my instance of ensemble is the server, and it is receiving messages from a client is as follows
Created by Daniel Kutac, Sales Engineer, InterSystems
Part 3. Appendix
In the previous part of our series we have learned about configuring InterSystems IRIS to act as an OAUTH client as well as authorization and authentication server (by means of OpenID Connect). In this final part of our series we are going to describe classes implementing InterSystems IRIS OAuth 2.0 framework. We will also discuss use cases for selected methods of API classes.
The API classes implementing OAuth 2.0 can be separated into three different groups according to their purpose. All classes are implemented in %SYS namespace. Some of them are public (via % package), some not and should not be called by developers directly.
We are in the process of setting enabling SSL on a soap web service exposed via InterSystems, but are running into trouble. We have installed our certificates on our webserver (Apache 2.4) and enabled SSL over the default port 57772. However, we now get an error when sending a soap message to the web service (it used to work over http). Specifically the CSP gateway refuses to route te emssage the soap web service:
<SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLS