Bring your laptop to the Experience Lab on Global Summit 2018 and engage with our technologies in a whole new way!
Bring your laptop to the Experience Lab on Global Summit 2018 and engage with our technologies in a whole new way!
Hi, Community!
Just want to let you know that InterSystems IRIS is available on Google Cloud Marketplace.
Start here to get your InterSystems IRIS VM on GCP.
I know we have nearly 5000 members on the DC site, but not even sure if this is a majority share or a minority share.
Anyone have a good guesstimate?
Sean.
SQL gateway.
It is not "compiling" correct the properties(get; set;) in the class, and generating 2 methods of :
GetuProperty and SetuProperty.
so it's not equivalent to standard methods interface handling.
Regards,
Emanuel
Hi,
Connections/ SOAP Operations to 3rd Parties can hold some challenges like the 3rd party changes it 's structures/ WSDL and returns an additional property in a SOAP response. So I have tried to implement the XMLIGNOREINVALIDTAG in the proxy SOAP response structures , but in Ensemble this seems to get ignored.
Are there any good suggestions on how to handle this an ideal would have been that the other party inform you of changes before hand....
Or we can ignore the tags, and inform the operations of such problems but the rest of the response message is valid and could be processed
Best regards
Hello,
I have some issues trying to store a base64 encoded stream into the obx:5 segment.
I'm using the StoreFieldStreamBase64 method in my business process to store the stream into the segment.
I'm sending the hl7 message containing my stream to an ensemble business operation (EnsLib.HL7.Operation.FileOperation) to write the message on disk.
When i'm reading it with an ensemble business service, it can't parse the stream because it contains multiple CRLF.
Why is my business operation splitting my stream into multiple newlines ?
Ensemble ver : 2016.2
Kami
Hi,
Is it at all possible to protect certain properties / message fields that is sent via Ensemble from within Ensemble.
Alternatively to mask it when displaying in the message view Body /Contents tabs.
We could send in the fields encrypted but I was hoping that we could just hide or mask the fields.
Any ideas on this.
Hey guys,
I need your help.
I am writing a code in Python and I want to create a database and some properties and then to send json files (data) to this database. (I use client-server-model for loading the data into IRIS)
I use curl methods and convert it in Python code with:
curl.trillworks.com/#python
My code so far:
url = "http://127.0.0.1:52773/api/docdb/v1/NamespaceName/db/DBName" url2 = "http://127.0.0.1:52773/api/docdb/v1/NamespaceName/doc/DBName/" header = { 'Content-Type': 'application/json', } response = requests.get(url, headers=header) print(response.status_c
Hi Community!
We are pleased to invite you to the upcoming webinar "Taking Control of Your SQL Performance" on 12th of September at 11:00 a.m. EDT!
Generally speaking, InterSystems products supported dynamic objects and JSON for a long while, but version 2016.2 came with a completely new implementation of these features, and the corresponding code was moved from the ObjectScript level to the kernel/C level, which made for a substantial performance boost in these areas. This article is about innovations in the new version and the migration process (including the ways of preserving backward compatibility).
Hi everyone
I have a datacombo that displayes value from a db table.
I would like to set one of this value as default value. How can I do that? Is there a way to say selected value given the text or the Id from the DB table?
Thanks a lot and kind regards
Milena
Below is a simple alert processor based on the EnsLib.HTTP.OutboundAdapter to send text alerts via an SMS Gateway service. Typically, all that is needed to send an HTTP Post to the gateway service is the destination phone number, a source phone number, credentials, and the URL.
The code below is based on the Anveo gateway whose interface is as follows:
Class Hospital.TextMessageAlert Extends Ens.BusinessOperation
{
Parameter ADAPTER = "EnsLib.HTTP.OutboundAdapter";
Property Adapter As EnsLib.HTTP.OutboundAdapter;
Parameter INVOCATION = "Queue";
/// The phone number that receives the text message
Hello,
We are running cache version 2012.1.4
Is it possible to make an HTTP Post passing in JSON string?
Example:
I want to send this request to Authorize.net. How can I do this in cache object script?
URL: https://apitest.authorize.net/xml/v1/request.api
Body:
{
"createTransactionRequest": {
"merchantAuthentication": {
"name": "gfufet9QVgT5P",
"transactionKey": "8pg6FJjxuekeY62m"
},
"refId": "123456",
"transactionRequest": {
"transactionType": "authCaptureTransaction",
"amount": "5",
"payment": {
Hi, Community!
It's just a short announcement that we introduced a new tag Release which covers all the InterSystems Products releases, any releases of 3rd party systems and DC releases as well - literally any announcements of software releases on DC.
Is there a way to modify the CSP Server Access settings programmatically, instead of through the management portal?
Global Summit will happen too soon, and I'm going to be there, as many of you I hope. You should register if still did not do it.

Ive been asked to investigate Intersystems Cache' for a new software initiative and was hoping to be able to download a limited-use or dev license to kick the tires but I need it for a couple of specific OS builds. AIX and Linux (CENTOS). I don't see a place to download specific versions, other than Windows, various builds of Unix and that's about it. Can someone give me some guidance on how to make sure I'm downloading the right item to build some test instances with?
thank you in advance :)
tom
This is a FYI for anyone who has experienced the following error after upgrading an existing instance to any product based on Caché 2017.2.2. In our case, the products are HealthShare HealthConnect for Redhat x64 and for Windows x86-64 but I believe it would be a common problem for any InterSystems product on any platform, if based on Caché 2017.2.2. After upgrading our development instance from 2016.2.2 to 2017.2.2, we experienced the following errors when attempting to start a pre-existing Java Object Gateway that was defined prior to the upgrade:
Execution returned: 'Error: Could not find
We are trying to connect a RSS feed to a HealthShare PHR app, the RSS feed located here (link). Upon doing so I get a certificate server mismatch error, so I tried testing this out in the terminal as follows to see why this would be happening:
I have a class (to be deployed) and I want to forbid anyone from extending it.
Is there any way to do that?
I have a trakWeb3.exe which was 3.0.0.0 for TRAK web Component, did anyone got the updated verison of this editor for TRAKCARE product, thank you.
Hi,
I have a routing rule that calls some utility classmethods, but for some reason the compiled version insists on linking to a utility function in a different package.
The call to 'SendToEaling(HL7)' in isn't compiling to a call to the LNWTIEPackage as expected:
##class(LNWTIEPackage.RoutingRules.Utility).SendToEaling((pContext.HL7))
but is instead becoming a call to the LNWDeploy package
##class(LNWDeploy.RoutingRules.Utility).SendToEaling((pContext.HL7))
Specifically
<assign property="@SendToEaling" value="SendToEaling(HL7)"></assign>
gets compiled to
set
Hello,
When working with class queries you have to define the ROWSPEC at the beginning (See below).
Instead of using Year1 or Year2 as the column name, how can I use the passed in fiscal year (xFiscalYear)
so Instead of using "Year1" as the column name I can call it something like: "Jul"_xFiscalYear
Query GLReportYearToYearTrend(xFiscalYear As %String) As %Query(CONTAINID = 0, ROWSPEC = "GLCode:%String,Description:%String,Year1:%String,Year2:%String,JulChange:%String") [ SqlProc ]
{
}
I faced with the issue when WebSocket connection just fails without any errors if I send data with size 384 bytes and more (In binary mode the same). As I know by standard WebSockets frame does not have such limitation. Is there any way how to decrease it? This limitation too small, it is too difficult to fit this size and needs to send data much more often than I expected. Tested with Caché 2016.2, 2017.2 and IRIS 2018.1.
I am trying to initialize a list of %string property to an empty list, and after add eleements.
d ##class(Test.Test).Test("hello") ; works perfectly
d ##class(Test.Test).Test("") ; does not work, the list stays empty
How can I do that. Thank you so much
Class Test.Test Extends %Persistent
{
Property ReviewedBy As list Of %String;
ClassMethod Test(val = "")
{
Set t = ##class(Forerun.Test).%New()
If val'="" Do t.ReviewedBy.Insert(val)
Else Do t.ReviewedBy.Clear() ; does not work also Set t.ReviewedBy = ""
$$$THROWONERROR(tSC, t.%Save())
Set id = t.%Id()
Set user = "me"
&SQL(UPDATE Test.Test
Hello,
Looking for some help on how I actually set the properties to enable tracing for %Net.SSH.Session ?
The doc is here:
https://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls…
The values look bitwise in their defaultness and I cant seem to figure out how to enable it in my object (or if I am going about this wrong altogether). I am troubleshooting an elusive ssh error: unable to exchange encryption keys in a catch at the moment.
Would appreciate a clue if anybody has experience with it... thank you.
-Ron
This code snippet allows for a file on the web to be saved into the file system. Specify the server and GET request, as well as the directory the file should be saved to. The class method "test" runs the code:
Class objectscript.saveFileHTTP Extends %RegisteredObject
{
classmethod test() {
Set httprequest = ##class(%Net.HttpRequest).%New()
Set httprequest.Server = "docs.intersystems.com"
Do httprequest.Get("documentation/cache/20172/pdfs/GJSON.pdf")
Do $System.OBJ.Dump(httprequest.HttpResponse)
Set stream=##class(%FileBinaryStream).%New()
Set stream.Filename="c:\test.pdf"
Write stream.CopyFrom(httprequest.HttpResponse.Data)
Write stream.%Save()
}
}
Here's a link to the code on GitHub
SQL gateway.
There is a basic problem with sql gateway,
while building the proxy methods, with:
d ##class(%Net.Remote.Gateway).%ExpressImport(class, port, host, 0, classObj)
it causes error messages as something in the class is not correct,
while this class passed OK all Visual Studio of C#
and same class working OK under the %Activate Assembly link
I think there is also problem with overload methods (same methods names).
Regards,
Emanuel
Hi community,
This is an idea to improve the community. Add a button to remove a comment/answer in a post. There is not a way to remove a comment, only I can edit. For example, duplicated comment, an answer that it was for a post but I've written in other one. etc...
Best regards,
Francisco López
Hi all,
We have a big problem because we have the following message when I try to open the messages in a production.
ERROR <Ens>ErrException: <DATABASE>zfindStatement+29^%SQL.DynamicStatement.1 ^%sqlcq("MYNAMESPACE","Query",8,"Gns8AZO5dJclytqv13l9gUuLUyo=",""),c:\intersystems\healthshare\mgr\cache\ -- logged as '-' number - @''
SOURCE ELEMENT: %ZEN.Component.tablePane (resultsTable)