John Murray · Nov 9, 2017 go to post

Dominic, I guess you meant to point us the %GO and %GI utilities, but omitted the % character.

John Murray · Nov 8, 2017 go to post

To prevent the "internal" Apache instance from starting up when Caché starts, go to System Administration, Cponfiguration, Additional Settings, Startup and change the WebServer setting to false.

I'm not aware of any built-in ability for a Caché startup to start a different Apache instance.

John Murray · Nov 7, 2017 go to post

The link broke when "latest" doc changed from 2017.1 to 2017.2. I suggest you search for "setserviceusername" in the doc of whichever version you're dealing with.

John Murray · Nov 7, 2017 go to post

I guess that discontinuing Atelier standalone is one way of dealing with the issue Thomas reported wink

John Murray · Nov 6, 2017 go to post

Victor, are you referring to TPC-C and TPC-E ? You wrote "TCP" in your title and message. Hint: if necessary, you can edit both of those.

John Murray · Oct 16, 2017 go to post

If you are using the comma as the decimal separator, then perhaps something isn't able to handle this as you expect.

John Murray · Oct 13, 2017 go to post

I don't know if it's possible to alter the URL the 'cube' launches Portal with. But easy enough to create your own browser bookmark or desktop shortcut, no?

(DC tip - Using the "comment" link under and answer or another comment will help with threading)

John Murray · Oct 13, 2017 go to post

Vineeth, please help the community by accepting the answer that helped you. The animation in this article shows you how to do that.

John Murray · Oct 13, 2017 go to post

[@Thembelani Mlalazi] - to add a linked mention of another DC member you need to use this syntax.

I posted the above example as an image so the DC software doesn't transform it.

If unsure, try the Preview button before posting.

As a moderator I have edited your first comment to make the mention work as I think you intended.

John Murray · Oct 12, 2017 go to post

Do you really mean MAPI, which is a Microsoft proprietary protocol for interacting with an Exchange server?

Or perhaps you mean IMAP.

John Murray · Oct 10, 2017 go to post

In support of Nicole's answer, it should "just work". The server-side source control class that's part of our Deltanji product, and the associated Studio add-ins, function in Atelier pretty much the same as they do in Studio.

John Murray · Oct 6, 2017 go to post

Possibly answered in comments. I am posting this as an answer so the question no longer lists as "no answer", and so the OP can mark it as answered if desired (thus removing it from the "unanswered" view).

John Murray · Oct 6, 2017 go to post

Another recommendation (for all types of post, not just questions) is to try and make the "teaser" portion of the body useful.

The teaser is the first part of the body, the part that displays under the title on the list of posts that appear on the home page, for example. Sometimes the DC software doesn't make the best job of deciding how much of the body to put into the teaser. For example:

or

You can help by using this button on the editor to insert the "teaser break" into your text:

The "Preview" button next to the "Save" one is a handy way of checking if a teaser break might be needed. Or, go back to your post and edit it afterwards.

John Murray · Oct 6, 2017 go to post

Here's my understanding of the feature:

For each DC member who clicks the green "thumb up" at the foot of your post, its rating increases by 1. And for each DC member who clicks the red "thumb down", the post's rating decreases by 1.

I'm going to click the "thumb up" on your question because I think it's a good one. So you should see its rating increase from 0 to 1.

John Murray · Oct 5, 2017 go to post

Randall, my understanding is that it wasn't removed. But some of the syntax that was introduced in 2016.1 in connection with it was subsequently dropped, meaning that code of yours which worked in 2016.1 has to be amended for 2016.2 and later. The links above should help.

John Murray · Oct 3, 2017 go to post

Another reason to limit your reliance on the webserver that InterSystems ship and install is that it will only receive security patches when you apply a maintenance update to your Cache/Ensemble/HealthShare instance. In comparison, you can (and should) take responsibility for keeping a standalone instance of webserver software (e.g. IIS, Apache) up to date with security fixes.

John Murray · Oct 3, 2017 go to post

Any update on when 2017.2 will release? The most recent build we outside ISC have access to is 740, dated 24th August.

John Murray · Oct 2, 2017 go to post

Interesting observation Ian.

Can anyone at InterSystems confirm that this should (or should not) be necessary to redo after each upgrade?

John Murray · Sep 29, 2017 go to post

Prepare() is for dynamic SQL, but in your case it's a class query you want to run. So change your rs.Prepare call to be an rs.Execute one.

 

Or use the following as a quick verification:

%SYS>d ##class(%ResultSet).RunQuery("Config.MapGlobals","List","HSEDGEREST","*")