That's interesting Jeff. I wonder if you were on the "Developer Community FAQ" page of DC when you clicked the "Create New Post" button? If so, it looks like that'd pre-populate the tag field in the way you reported. @Evgeny Shvarov, maybe this case could be treated as an special case by the DC software, stopping it from proposing the "Developer Community FAQ" tag.
That screenshot doesn't seem to have been taken when the system had run out of licenses. Are you able to get the info when that has happened? And the other license usage pages may be useful as well.
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?
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.
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.
@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.
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.
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
That's interesting Jeff. I wonder if you were on the "Developer Community FAQ" page of DC when you clicked the "Create New Post" button? If so, it looks like that'd pre-populate the tag field in the way you reported. @Evgeny Shvarov, maybe this case could be treated as an special case by the DC software, stopping it from proposing the "Developer Community FAQ" tag.
go to post
That screenshot doesn't seem to have been taken when the system had run out of licenses. Are you able to get the info when that has happened? And the other license usage pages may be useful as well.
Ultimately though, you may need help from InterSystems support (aka WRC).
go to post
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
I'd be interested to hear why you want to know this.
go to post
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
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
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
What Caché version are you working with?
go to post
Good work! I like the changes.
go to post
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
If you're using %Net.FtpSession have you checked that you're calling the Binary() method before fetching the file?
go to post
@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
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
With %Library.Integer you can set MINVAL and MAXVAL parameters on your property:
go to post
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
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
Joyce, I noticed that the HTML of the page you pointed us to has the following minor bug:
go to post
What is the $ZV string of the "older version" where you're trying to get this information?
go to post
Mike, if you're able to post any more details of your approach it might be useful.
go to post
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.