Hi-
I was wondering whether or not the Ensemble Event Log was accessible using SQL? If so, what schema and table would that be contained in?
Thanks
Hi-
I was wondering whether or not the Ensemble Event Log was accessible using SQL? If so, what schema and table would that be contained in?
Thanks
Hi-
I was wondering if there was a DeepSee overview document available for a non-technical user. Something short and concise describing what DeepSee is and its key features.
I've looked at the documentation and although there are parts of what I am looking for there it is much too technical for my needs.
Thanks
Hi - If you want to embed Ensemble's Workflow Inbox, (that offers workflow task items to workflow users) inside of your application - you can access the URL directly without necessarily giving users access to the Management Portal - but more importantly, you can strip away the Titlebar, Worklists and Borders that make up the page by default.
You do this by using the same URL parameters you would use, if embedding a regular DeepSee dashboard into your application.
For example, adding &EMBED=1 at the end of the URL as depicted below:
Hi,
I have an Ensemble DTL which is suppose to translate the inbound XML document to an outbound XML document.
I need to test if a particular XML element exists, to perform some translation.
In the DTL I have the following,
<if condition='source.{element1.element2.element3}'>
<true>
// do something
</true>
</if>
How do you use if statement to test the source XML document to see if a particular element exists in the source doucment.
Thanks,
Explain Class(set) Operators and the `(Grave) Operator in Normal and Pattern Expressions? With Example.
Hi, Community!
This place is getting bigger and today we reached 2.000 of registered members on InterSystems Developer Community!
Recently we introduced online analytics (build on InterSystems DeepSee) of main figures regarding Developer Community.
You can find the analytics in the menu Community->Analytics:
So you can click on the dashboards and cells and drill down to the daily posts, tags or examine the current leaderboard of the most active and helpful members.
Thanks for your participation and contribution! ![]()
Hi All,
I have a general query in regards to developers experience on extracting data from cache databases and the most efficient way to do so. I work with a number of clients who have applications with cache databases and require the data off the host system and onto data warehouse platforms for research and analysis. Often they require the data in source state which means the extracts are often simply a table scan of the entire database table without any aggregation or manipulation.
Hi All
When using a select :
{type:'$input',id:'Table-Alert-Alert', key:'Table-Alert-Alert', inputType:'select', children: [
{ type: '$loop', value: '=[AlertTList]',children: [
{type:'$option', value:'=[id]', selected: '=[selected]', $content: '=[AlertText]'}
]}
]},
I can get only value & text of the selected object :
$("#Table-Alert-ID").val($("#Table-Alert-Alert option:selected").val())
$("#Table-Alert-Text").val($("#Table-Alert-Alert option:selected").text())
There are some more properties in the AlertTList I would like to present on t
the DC analytics menu item should open in an new window since it is a link to another site.
Community->Analytics
Hello,
I'm a beginner in HealthShare, and I start to develop with caché some dataflow.
Some of my business process exist in java code.
Is-it possible to call these packages from caché classes ?
If it is, how can I do it in Caché classe ?
Thanx
Please update the Global Summit group description.
Current/old:
InterSystems Global Summit 2016 is an unparalleled opportunity to meet with your peers and with InterSystems’ executives and experts, discussing the technologies, strategies, and methodologies that lead to success.This group is intened to discuss news and to ask questions about Global Summit 2016 conferences, unconferences, sessions etc.Register now!
Suggested New:
InterSystems Global Summit is an unparalleled opportunity to meet with your peers and with InterSystems’ executives and experts, discussing the technologies, strategies,
I had default csp application: /csp/<namespace> for a namespace.
Later I created another application: /csp2/<namespace> and made it default.
Yet all namespace-specific (Ensemble, DeepSee, SQL, etc.) links in management portal still point to/csp/<namespace>.
Is there any way to make the links in management portal point to /csp2/<namespace>?
NewBie's Corner Session 21 Parameters Part II
Welcome to NewBie's Corner, a weekly or biweekly post covering basic Caché Material.
Parameters
In the previous session we saw how to call RtnB from RtnA with Parameters.
We also defined Parameters as another name for Variables when used in passing data from one Routine to another, or, from one Label to another.
Calling a routine from a Label, or to a Label, from within a routine is very similar to calling a routine itself.
To call a Label in the current routine would look like:
Do MyLabel(Parm1, Parm2, Parm3) ; Actu
please create a related topic(s) for global summit 2017 to support the recent announcement
I created an account before realizing I can use my WRC login.
There is no way, through the site, to delete the one account
I use Feedly as my rss aggregater. When I try to add the rss feed to Feedly, it doesn't find anything. I tried "https://community.intersystems.com/group/8046/feed" and "https://community.intersystems.com/group/8046" both.
Hi All,
We are Upgrading the Application from Ensemble 2009 to 2016.1. We have imported the user, Roles and Resources. But the Sql Tables and Sql Procedures are not being visible in Management portal -> Security Management -> User. Please give me a solution or basics steps for importing those.
Thanks, Manoj J
A beginner’s guide to position Ensemble in regards to MicroServices Architecture (MSA). MSA is getting more visibility in the Enterprise Java world therefore it is vital to understand what is behind the buzz. I make a (humble) attempt to write my view and share with you.
First of all I must confess. Early this summer our Czech colleague Daniel Kutac was asking me to collect some information about a health care product developed in Hungary. When I got the feedback from the related company, it turned out, that the product is a modular system, based on MicroServices Architecture (MSA). O
I am happy to share the news that Zen Mojo 1.1.2 has been released. This release includes a critical fix for Firefox that we had to get out as fast as possible. No other changes are included to allow easy upgrades. We recommend upgrading to this release if you are running on Zen Mojo 1.1.1.
All upcoming Caché and Ensemble releases will ship with Zen Mojo 1.1.2.
You can download Zen Mojo kits from the WRC distribution page: https://wrc.intersystems.com/wrc/Distribution.csp
Any fix or enhancement that was previously planned for Zen Mojo 1.1.2 will be included in the next upcoming release 1.1.
Hello,
does anybody know how to differentiate ZSOAP failures when using %SOAP.WebClient? I would need to know what error condition occurred, e.g. authorization failed, endpoint timeout etc.
All I get on failure is an ZSOAP exception which does not seem to explain anything specific.
Thanks
Jiri
Context:
mirrored configuration with one primary member and one async member (without failover/backup member)
Purpose:
replace the CACHE.DAT of a mirrored database on the primary member.
Steps to follow:
The following script
For the first time, InterSystems Global Summit is being held in September – September 10-13th, 2017.
And it’s being held at a new venue, the beautiful JW Marriott Desert Palms in Palm Springs, CA.
Global Summit 2017 will have the Solution Developer Conference, Healthcare Leadership Conference (by invitation only), and Technology Leadership Conference (by invitation only).
Visit www.intersystems.com/summit17 for Summit pricing and hotel information.
Online registration and agendas will be coming soon.
This is a beginner’s guide to the design of a “MicroService” implemented in Ensemble. “MicroService” is a popular phrase these days which has a broad interpretation. My interpretation is: “MicroService” is a “NoSQL Service”. A what? The answer is in the article.
We learnt what the difference is between SQL and NoSQL databases. For me the difference is nearly the same between a SOA Web Service and a “MicroService”. I am going to explain it through an example.
Please note, that although this is a beginner’s guide, I assume deep technology knowledge on data modelling, RESTful services and Ensemble.
This tells me that there is no timezone offset on this table/field:
Select TOP 1 GETDATE() as Now, TimeCreated FROM ens.messageheader ORDER BY TimeCreated DESC;So why is TimeCreated in this resultset 4 hours less than OneMinuteAgo when I'm clearly requesting only records with a TimeCreated greater than OneMinuteAgo?
Select TOP 1 DATEADD(mi, -1, GETDATE()) as OneMinuteAgo, TimeCreated FROM ens.messageheader WHERE TimeCreated > DATEADD(mi, -1, GETDATE()) ORDER BY TimeCreated ASCHi,
When we write unit test cases for cache object script code using %UnitTest.TestCase, what is the best way to write code to identify code coverage?
So, let say my unit test case hit all 10 lines of code of a method for a given class. So, unit test coverage should be 100% for that. But, using line-by-line coverage [(%Monitor.System.LineByLine] getting wrong percentage, because it also includes code comment/documentation as part of code. So, practically we can not ever achieve 100% of code coverage by using this API.
I'm not sure, if am able to describe the problem properly here. Please let me
Hi All,
We created CSV file in cache.
There was one problem, how we insert "," comma in values.
Thanks,
sansa.
Hi-
I know that you can run the %Reset method within %DeepSee.Utils to reset all of the DeepSee tasks and reset the entire result cache.
Is there any way to invalidate the result cache for a single cube?
How to open a HTML Report using HTTP through Cache and How to Sending HTTP Request and Response from the Report?
Hi, Community!
I'm glad to announce UK Technology Summit 2016 started!
#ISCTech2016 tag will help be in touch with all is happening in the Summit.
You are very welcome to discuss the Summit here in comments too!
I was wondering how you could take an exported obj and have it converted to an int/mac.