go to post John Murray · Nov 21, 2017 Have you set a Source Control Class for the namespace that your Studio is connecting to whenever you start it? If so, perhaps a method in that source control class is spawning a lot of processes.What Cache version are you running?Can you use Portal's License Usage pages (under System Operation) to discover more about what's using all your licenses?
go to post John Murray · Nov 21, 2017 Jeff, using moderator superpowers I have removed the tag "Developer Community FAQ" from your posting. That tag is intended only for frequently asked questions about this DC platform itself. Please don't tag other posts with it.
go to post John Murray · Nov 17, 2017 Thanks Mike. Knowing your version lets us confirm that the Export method has the capabilities Pete described. Here's a version-specific link.
go to post John Murray · Nov 16, 2017 Joe, using my DC Moderator superpowers I have removed the "Developer Community FAQ" tag from your post. That tag is intended for FAQs about how to use the DC platform.
go to post John Murray · Nov 15, 2017 Some doc links that I suggest:http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
go to post John Murray · Nov 15, 2017 If you're using %Net.FtpSession have you checked that you're calling the Binary() method before fetching the file?
go to post John Murray · Nov 15, 2017 @Thembelani Mlalazi - when mentioning a DC member in a post it looks like you're copying and pasting the member name in a way that carries over a hyperlink. That hyperlink markup seems to prevent the DC software from recognizing the user. I recommend using the Preview button as a way of checking that the "mention" syntax is correct.In any case it may be overkill to mention someone who has already contributed to the thread, since they typically get notified of updates unless they have deliberately unsubscribed.
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.