go to post John Murray · May 4, 2017 Looks like something broke. I tried to use the "Last answer" link to see what you said:But this is all it gave me:
go to post John Murray · May 4, 2017 Any information appearing in cconsole.log on the server? Or in the audit database?Is this a local SNMP service connecting to a local Ensemble instance? Any chance of it being a firewalling issue?
go to post John Murray · May 4, 2017 I am glad to see that you subsequently posted this as a new question here and it has already received an answer.
go to post John Murray · May 2, 2017 The announcement post includes the following information:It includes hundreds of bug fixes and new features, including:* DeepSee improvements to the Folder Manager and Dashboard Filters* iFind and iKnow improvements like coocurrence search, REST API extensions, and performance when building iKnow domains* Improved XML VDoc performance in Ensemble* Caché Nodejs now supports Node 7
go to post John Murray · Apr 28, 2017 Umlanji facilitates UML class diagrams, which aren't the same thing as ERDs but still pretty useful.
go to post John Murray · Apr 28, 2017 Thanks Raghu. AFAIK the DC software only allows one answer to be accepted. It does allow answers to be deleted by their author, so I guess Alexey did that.
go to post John Murray · Apr 28, 2017 Unless you upgrade to 2016.2 or beyond you can't yet use Atelier as your code editor, so integration with file-based source code management (SCM) tools such as Git or Perforce isn't so straightforward. Deltanji works natively inside Caché 2008.1 and later and integrates easily with Studio (as well as with Atelier). The Solo edition is free.Or maybe when you write "Configuration management tools" you aren't referring to SCM?
go to post John Murray · Apr 28, 2017 In the same way as you create an instance of any class:ENSDEMO>set oInst=##class(Demo.Loan.FindRateProduction).%New() ENSDEMO>zw oInstoInst=<OBJECT REFERENCE>[1@Demo.Loan.FindRateProduction]+----------------- general information ---------------| oref value: 1| class name: Demo.Loan.FindRateProduction| reference count: 2+----------------- attribute values ------------------| AlertActionWindow = 60|AlertNotificationManager = ""|AlertNotificationOperation = ""|AlertNotificationRecipients = ""| ShutdownTimeout = 120| UpdateTimeout = 10+----------------------------------------------------- ENSDEMO>
go to post John Murray · Apr 28, 2017 On this post the answer by @Dmitry Maslennikov might be useful for you.
go to post John Murray · Apr 28, 2017 Raghu, please consider accepting one of the answers by clicking the big checkmark alongside it.
go to post John Murray · Apr 27, 2017 By looking at the code of the InstanceGUID method in the %SYS.System class we can see where it's stored: /// Returns instance GUID. /// <br> /// An instance GUID is a 16 byte (128 bit) globally unique identifier, assigned per instance of Cache installation. ClassMethod InstanceGUID() As %String { s ns="^^"_$zu(12) if ('$d(^[ns]SYS("INSTANCEGUID"))) Set ^[ns]SYS("INSTANCEGUID")=$system.Util.CreateGUID() Q ^[ns]SYS("INSTANCEGUID") } It's in ^SYS("INSTANCEGUID") in the CACHESYS database. USER>w ##class(%SYS.System).InstanceGUID()C59DD3E8-8474-4045-B252-1AF1A0D94F3CUSER>w ^|"%SYS"|SYS("INSTANCEGUID")C59DD3E8-8474-4045-B252-1AF1A0D94F3CUSER>w $zvCache for Windows (x86-32) 2016.2.1 (Build 803U) Wed Oct 26 2016 13:33:05 EDTUSER> However I don't know what might happen if you change it. Best check with InterSystems.
go to post John Murray · Apr 27, 2017 I don't know if this is related, but recently when I've been posting images in new articles, or in answers or comments, I sometimes upload my standard filename (Capture.PNG) but the image that appears in the DC editor window is wrong. It often seems to be one that I've previously uploaded, though not necessarily my most recent previous upload. I delete it in the editor, repeat the upload, and it's usually OK the second time. I recall once having to do two retries. I'm using Firefox 53.0 on Windows 10.Anyone else seeing this kind of event?
go to post John Murray · Apr 27, 2017 What Cache version are you running?Are you editing code with Studio, Atelier, Serenji or some other tool?Do you have any specific configuration management tools in mind? If not, have you looked at Deltanji?
go to post John Murray · Apr 27, 2017 Did you see my answer above? Did you look at using the ExportAllClasses method of %SYSTEM.OBJ to write a file? And then use the Import method from within another namespace to load the contents of that file?To help you get started, here's me running the first step:SAMPLES>s sc=$system.OBJ.ExportAllClasses("c:\s\samples-allclasses.xml") Exporting class: Aviation.AircraftExporting class: Aviation.Classification.UtilsExporting class: Aviation.Crew...Also, you may find the "Add new comment" links in Developer Community useful, instead of posting answers that are really questions. For example:Please also be aware that you can mark one answer to your question as "accepted" by clicking on that checkmark you see in my screenshot above.
go to post John Murray · Apr 27, 2017 Look at the methods of %SYSTEM.OBJ and in particular ExportAllClasses.
go to post John Murray · Apr 27, 2017 Update on 27-Apr-2017: the 2017.2 FT for Caché and Ensemble is now available via this page.
go to post John Murray · Apr 25, 2017 For reference, I think if you'd chosen anything other than Minimal security during the install wizard it would have asked you which Windows account to run the service under.
go to post John Murray · Apr 25, 2017 In that case @David Reche, please accept either Dmitry's answer or mine by clicking the checkmark alongside it. The screenshot below shows you what to look for: