Question Mike Kadow · Mar 21, 2016

Please consider these two concepts:

Concept 1 - Web Service or Web Application or Server Side

Concept 2 - Client Service or Client Application or Client Side

Maybe I am just a Web/Zen newbie, if I am and you all understand this, I apologize. (no nasty remarks please)

The questions are numbered, if you wish to respond to an individual question please precede it by the question number.

  1. Is there consistency in naming these concepts?
  1. Are CSP, Caché Server Pages used for the Web Server Side only? Or both sides?
  1. The InterSystems documentation, Securing Caché Web Services, used for the Web Server side onl
2
0 519
Question Leon Duveen · Mar 18, 2016

We need to add some stored data to an ACK message being sent back to the originating system.  I have been looking at how to adapt the standard "EnsLib.HL7.MsgRouter.RoutingEngine" to do this as I cannot see any obvious way.  Any suggestion?

1
0 620
Article John Murray · Mar 18, 2016 1m read

Here's the scenario. I write a post, click the Publish button to post it,  but overlook the fact that because I didn't add a tag I'm still on the same page. The pink area highlighting what I forgot to fill in is out of sight at the bottom of the page. I carelessly navigate away (e.g. back button, or DC app tabs). There's no warning, and I've lost what I wrote.

2
0 172
Article Evgeny Shvarov · Mar 18, 2016 1m read

Hi, Community!

The Second InterSystems Global Summit Contest finished yesterday, and we have a new winner!

John Murray has won the prize and showed very impressive contribution activity with the result:

  • he did 20 posts with 40 votes on them,
  • these posts were commented 96 times by other members
  • made 53 comments with 39 positive votes.
  • All this happened in 2 weeks.

Congratulations!

John gets Free Registration on InterSystems Global Summit 2016 and the 4-night stay in Arizona Biltmore, Waldorf Astoria Resort!

Thanks everyone who participated in this contest! Stay tuned and we will in

4
0 382
InterSystems Official Steve Brunner · Mar 17, 2016

I am happy to announce the immediate availability of  Caché and Ensemble 2016.1.

The highlights of 2016.1 are

  • Significant improvements in JSON support
  • Continued advances in SQL performance
  • Database scalability improvements
  • New REST services for DeepSee

These and other new features are summarized in this video introduction to 2016.1

For complete technical details of what’s changed in 2016.1, review the Caché release notes and the Ensemble release notes.  

2
0 998
Question Alexey Maslov · Mar 18, 2016

Straight-forward way to do it is well known and looks like this: 
------------------------------------------------------------ sample #1 --------

echo "Try to freeze Cache instance $instance"
rm -f $mydir/db_temp
csession $instance -U%SYS << EOF >/dev/null
zn "%SYS"
set rc=##Class(Backup.General).ExternalFreeze()
set fn="$mydir/db_temp"
o fn:("WNS"):1 if \$t u fn w rc c fn
h
EOF
read rc < db_temp
if [ "$rc" = "1" ]
then
 echo "...OK, system is frozen."
else
 echo "** Copy ABORTED: freeze rc = $rc"
 exit
fi

-----------------------------------------------------------------------------------

Documentation states tha






4
0 1293
Article Developer Community Admin · Oct 21, 2015 3m read

Introduction - Analyzing Textual Big Data

Big Data for Enriching Analytical Capabilities - Big data is revolutionizing the world of business intelligence and analytics. Gartner predicts that big data will drive $232 billion in spending through 2016, Wikibon claims that by 2017 big data revenue will have grown to $47.8 billion, and McKinsey Global Institute indicates that big data has the potential to increase the value of the US health care industry by $300 billion and to increase the industry value of Europe's public sector administration by Ä250 billion.

The big data breakthrough comes from in

2
0 334
Article John Murray · Mar 17, 2016 2m read

Here are a few tips that might be useful to people who are running applications in an environment that's configured to use InterSystems mirroring.

  • If you configure an ECP connection to a Caché instance that is a mirror member databases then the ECP connection should also have mirroring enabled (tick the mirroring box when defining the connection). More details here. You may also need to increase the number of ECP connections each end accepts, to cater for the way both members of a mirror pair get involved in ECP negotiation.
  • If your app server needs to update an unmirrored database on the mirr
0
0 608
Article Scott Beeson · Mar 17, 2016 1m read

This latest update was a huge stride in making the community usable.  I think you fixed almost all of the major usage gripes I had and it's looking great!

0
0 127
Article Paul Gomez · Mar 16, 2016 1m read

We will be publishing another update to Developer Community tomorrow, March 17th with the following enhancements and fixes:

** Task
    * [DCE-61] - Give content authors a way to Save Draft
    * [DCE-66] - Fix line wrapping in post listing
    * [DCE-69] - Developer Synchronization: New block for feedback link
    * [DCE-70] - Developer Synchronization: Fix paging for /group
    * [DCE-71] - Developer Synchronization: Main page now filtering Feedback
    * [DCE-72] - Verify that all pages w/right-hand column have the same column dimensions
    * [DCE-73] - Remove "Recent Posts" and "Related Groups" b

4
0 211
Question Jon Jensen · Mar 15, 2016

In the recent march 15 update, there are multiple references to "groups". However in the menus, it still references "Communities" (Connect->Communities)

Shouldn't we update the menus to standardize on the word group(since that seems to be the popular/de facto term)?

Also I was forced to choose a related topic.  There is no  topic like: "misc", "other", "feedback", "site ui", etc. so I choose online learning

2
0 164
Announcement Evgeny Shvarov · Mar 2, 2016

Hello, Community!

We  announce the Second Developer Community Contest:

Developer Community MVP of the March!

The rules are the same: win Developer Community MVP award in March and receive a free registration to the Solution Developers Conference at InterSystems Global Summit 2016!

The Solution Developers Conference is like the live version of the Developer Community. It’s where you can connect with your peers and with InterSystems developers and product managers face-to-face! You’ll hear about our newest technologies, and how they can be used to super-charge your development projects. (Lea

8
0 442
Question Paul Gomez · Mar 16, 2016

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?

2
0 230
Question Jon Jensen · Mar 15, 2016

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.

1
0 180
Question Sebastian Thiele · Feb 21, 2016

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

7
0 684
Announcement Paul Gomez · Mar 14, 2016

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. The ability to subscribe/unsubscribe to individual posts. This is done wit

7
0 280