Hello everyone,
Is there a required bandwith between client and server for using Studio on a normal basis ?
Thanks
Hello everyone,
Is there a required bandwith between client and server for using Studio on a normal basis ?
Thanks
When adding a new post, you now need to provide one or more tags to categorize the content appropriately. After selecting the tag, please remember to click the Add button to fully select the tag.

When you click on the My Content icon in the navigation bar you see a page with tabs, two of which are "My Content" and the other is "My Collaborations". The formatting of this content is not very good and is inconsistent between the two.
Questions:
1. How many of you are using these pages?
2. What are you using them for?
3. What information do you expect to see here?
4. How can we improve this?
We will soon be implementing a filter that will remove Developer Community feedback from the home page. Please keep the suggestions and comments coming.
You can still access the feedback from the "Browse by Group" section on the home page by clicking on the Developer Community Feedback link.
Should we have a tag cloud on the homepage in place of partial list of tag shown in the Browse by Tag?
or at least a better formatted page than the current tagcloud at:
https://community.intersystems.com/tagclouds/chunk/1
This is a very very hard listing of tags to interact with. It is one giant block of unformatted text.
Maybe turn this in to a full page tagcloud? Or a multi-column bulleted list?
Once again I choose the online learning topic for this post as no appropriate tag is available.
Hi,
posted some weeks ago in the "old" ZEN Google Group, maybe someone here can help to understand how to properly setting up a csp applications and contributing from the build-in caché security mechanism.
I´ve created a webapplication and wan´t to add further security to it using the smp. But... first things first.
I have two Databases let´s say DB1-LOGIN and DB2-Application. Each of this DBs has a resource assigned. DB1-LOGIN has a resource %DB1-LOGIN which has a public permission of 'read'. DB2 has a resource as well %DB2-Application with no public access.
I have defined two roles webapp-admin
With this release we've done a few things with subscriptions
1. Exposed personalization settings so you can control how and when you receive the email subscription notifications. See the image below
2. The ability to selectively subscribe to email notification for content by Tag. At the top of the "Browse by Tag" page there is a new link to Subscribe with Email.
3. Made RSS feeds available for content based on Tag and based on Group. At the top of the "Browse by Tag" and "Browse by Group" pages you will see the RSS link.
4.
Since the March 15 update, Related Topic is now a mandatory field. My first post since the update was to this Developer Community Feedback group, and I found it hard to choose an appropriate Related Topic. I ended up picking "Online Learning" for that post, and will use the same for this one too.
Among the outputs of our Yuzinji tool are two code metrics that it can be interesting to track over time as a development project proceeds. These are Size and XS. The first is fairly straightforward. As you write more code the size of your codebase increases. The XS metric (pronounced "excess") aims to quantify excessive structural complexity. XS is explained in some detail in this 2006 whitepaper from Headway Software, whose Structure101 toolset Yuzinji leverages.
By analyzing a codebase using Yuzinji at key milestones we can investigate how these metrics change.
When I post, I am now required to select a Releated Topic.
However on the homepage I see "Browse By Tag" and can view all tags at https://community.intersystems.com/tagclouds/chunk/1
Shouldn't we use the same naming conventions throughout the Site UI? Change Related Topic to Tag?
Again, I had to choose online learning for the lack of any appropriate tag.
I do not understand the ordering of the topics/tags in the new post interface.
Why are they in this order?

In anyevent I suggest the standard alphabetical ordering ...any else have thoughts?
Here's what I now get (screenshot from Chrome at 75% zoom, yellow markers added to the posts with the wrong font)
:
Look at this. I see the same whether using Firefox or Chrome.
Are titles such as "answer406171" expected?
We have to route messages in a Process Class by their source (using either the SourceConfigName from the Message Header or the Source in the Message Body.
The inputs are standard HL7 messages from different Services but need to be routed on to different Processes depending on where they come from (not my design & I can't change it now) does any one have any suggestions how I could do this?
Thanks
[SOLVED]
added
>/tmp/compilew.log &>/tmp/compilew.log ; tail /tmp/compilew.log
to redirect the output to the stdout. Somehow the javac has wierd behavior with the output on errors and verbose information.
Hi,
i want the JAVA-Projections and wrappers to compile after Caché created the files. The creation of the files works 100%.
My addition to createProjection in our Projectionclass is following:
When you create an Ensemble production your namespace acquires a new class definition. For example here is what the class that defines the Demo.Loan.BankUSProduction production in the ENSDEMO namespace looks like when opened in Studio:
Class Demo.Loan.BankUSProduction Extends Ens.Production [ ClassType = "", ProcedureBlock ]
{
XData ProductionDefinition
{
<Production Name="Demo.Loan.BankUSProduction" TestingEnabled="true">
<ActorPoolSize>2</ActorPoolSize>
<Item Name="Demo.Loan.BankUSTerminalService" ClassName="Demo.Loan.BankUSTerminalService" PoolSize="0" Enabled="true"Here are a few other changes and updates coming in this release.
1.
This is the first of several postings on the release coming March 15th
We now have the ability to distinguish, at posting time, between a "Question" and an "Article". These two types of postings will exhibit different behaviors that we think will optimize the experience of the user.
We have different flags for DeepSee advisors to look into the execution details and the methods DeepSee is using to do calculations.
flag [flagname] [on|off] – Turn a diagnostic on or off.
flag cmbr on|off – Show current member processing.
flag compound on|off – Show rewrite of compound queries.
flag crossjoin on|off – Show crossjoin processing.
flag relations on|off – Show relationship processing.
flag rewrite on|off – Show rewrite of query.
flag subquery on|off – Show subquery processing.
CLEAR –
To process a query, DeepSee performs the following steps:
1. Preparation, which occurs in process (that is, this step is not launched as a background process). In this phase:
This cache is different from cache reset. Cache reset clears everything in the namespace but “cache off” only clears the cache in ^DeepSee.Cache.Results and ^DeepSee.Cache.Axis global node for the corresponding cube. The difference is quite smaller in the case as below, but in some cases it can be a big difference.
^DeepSee.Cache.Results, which contains values for each query previously executed for a given cube.
This method is provided as a convenience for developers for use on development or test systems. You should not use this method on production systems as it will have immediate effect on the performance of end user operations.
>>reset 0
** Stops all DeepSee background agents, clears any pending tasks, and clears the
DeepSee Shell can show MDX query stats and result set stats.
>>stats on
Stats are: on
>>SELECT {[Measures].[%COUNT],[Measures].[Allergy Count],[MEASURES].[MEDIAN TEST SCORE]} ON 0,NON EMPTY HEAD(NONEMPTYCROSSJOIN([AgeD].[H1].[Age Group].Members,[AgeD].[H1].[Age Bucket].Members),2000) ON 1 FROM [PATIENTS] %FILTER [GenD].[H1].[Gender].&[Female]
Patient Count Allergy Count Median Test Scor
1 0 to 29->0 to 9 69 45 73.50
2 0 to 29->10 to 19 74 47 75.50
3 0 to 29->20 to 29 80 56If I have defined a class query in one of my classes and I want to use that query from a method of another class, what are the pros and cons of using the %SQL.Statement interface versus the %Library.ResultSet interface?
I believe %SQL.Statement is the newer interface.
So if the old way is:
USER>s rs=##class(%Library.ResultSet).%New("%Library.File:FileSet")
USER>s sc=rs.Execute("c:\s\","*.txt")
USER>w sc
1
USER>while rs.%Next() {w !,rs.Data("Name")}
...then the new way is:
USER>s oStmt=##class(%SQL.Statement).%New()
USER>s sc=oStmt.%PrepareClassQuery("%Library.File","FileSet")In the documenations at this location http://docs.intersystems.com/enscomm20152/csp/documatic/%25CSP.Documati…, the normalize method applies normalizaion for text using the defined manguage and dictionary.
I want to normalize my iFind queries. How can I use the normalize method ? any code sample ?
I want also to delete properly the iFind index. Deleting all the rows in the table is sufficient ?
When quering iFind is it possible to get also TFIDF scores ? any code sample for this ?
Thank you for the help.
I have a tablepane in my Zen page that is tied to a class query. When the page first loads, the table is empty. A button onclick event causes the tablepane query to execute and load query results into the table. I want an onchange event from a datalistbox to clear the tablepane so that it looks empty as it was when the page first loaded. I have had no luck fiddling with javascript in the datalistbox's onchange.
A simple and rather automated search portal leveraging iFind capabilities for rich text search in 2016.1. It has simple faceting, result ranking, highlighting of search results etc and just works off any table you point it to that has an iFind index by appending ?t=MyPackage.TableName to the URL.
See also https://github.com/bdeboe/isc-iknow-ifindportal for more details and the latest version.
What is the best way to deploy DeepSee Termlists?
Has anybody managed to get Enterprise Monitor to work to monitor multiple namespaces on manay instances?
I am hitting an issue trying to get a local instance namespace working.
I have this error for my first local namespace sytem configured.
"Ensemble encountered an error while loading this page"