go to post John Murray · Nov 15, 2017 Have you read the documentation at http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... ?If so, please be more specific about what you're trying to do and where you're getting stuck when following the documentation.
go to post John Murray · Nov 14, 2017 With %Library.Integer you can set MINVAL and MAXVAL parameters on your property: Property Age As %Library.Integer(MAXVAL = 6, MINVAL = 2);
go to post John Murray · Nov 14, 2017 From http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...To ensure Caché the needed access to all instance database, journal and log files that are outside the Caché installation tree, grant the Cache_Instance_instancename group full access to these files and the directories containing them.(my highlighting)Also, remember that in DC you can comment on an answer (like I am doing here) rather than posting your response as though it's another answer.
go to post John Murray · Nov 14, 2017 Looks like the method first appeared in 2014.1.I'm not aware of the same facility being available earlier than that version, either in a utility routine or as a class method.If you have access to a 2014.1 or later you could try back-porting the code.
go to post John Murray · Nov 14, 2017 Joyce, I noticed that the HTML of the page you pointed us to has the following minor bug: <title>Atelier 1.0 Beta Update</title>
go to post John Murray · Nov 14, 2017 What is the $ZV string of the "older version" where you're trying to get this information?
go to post John Murray · Nov 14, 2017 Mike, if you're able to post any more details of your approach it might be useful.
go to post John Murray · Nov 14, 2017 Thanks for your reply Mark. Presumably you want to keep ^oddCOM small because it gets referenced at runtime, and smaller means faster.How about giving us a compile-time choice about this, akin to the "k" option to keep INT source?Or adding a property to %Dictionary.CompiledMethod called, say, ActualImplementation, whose stream you'd initialize in a property-get method? Perhaps you'd load the stream my running the relevant generator code, like Paul Waterman suggests in his comment on this post.
go to post John Murray · Nov 14, 2017 That's an interesting suggestion Paul. I might try it out.Anyone else know if the method generation code always goes into the .G1 routine? Or does it overflow into a .G2 at a certain size?
go to post John Murray · Nov 9, 2017 Dominic, I guess you meant to point us the %GO and %GI utilities, but omitted the % character.
go to post John Murray · Nov 8, 2017 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.
go to post John Murray · Nov 7, 2017 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.
go to post John Murray · Nov 7, 2017 I guess that discontinuing Atelier standalone is one way of dealing with the issue Thomas reported
go to post John Murray · Nov 6, 2017 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.
go to post John Murray · Nov 6, 2017 Gerry, please consider marking one of the answers as "accepted". If you're unsure how to do this, see the animated image at https://community.intersystems.com/post/january-10th-dc-release-mark-ans...
go to post John Murray · Oct 17, 2017 To accompany the YouTube video I have posted the slide deck for my talk (the first one) here.
go to post John Murray · Oct 16, 2017 If you are using the comma as the decimal separator, then perhaps something isn't able to handle this as you expect.
go to post John Murray · Oct 13, 2017 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)
go to post John Murray · Oct 13, 2017 Vineeth, please help the community by accepting the answer that helped you. The animation in this article shows you how to do that.