go to post Robert Cemper · Sep 15, 2017 Conversion of XML to objects is a standard function in Caché.start with http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... and continue http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... the principle steps generate a package o classes from XML Schema import your XML File to this package - - - change whatever you want to change use %XML.Writer to generate a new export file. a different approach could be to use XSLT to transform your XML filehttp://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... Whatever better fits to reach your goal.
go to post Robert Cemper · Sep 14, 2017 Take the example from %Net.SMTP to SAMPLE or USER independent of any ENS* http://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?P... and see if it runs on all 3 instances to verify SMTP access.If it fails you may take a closer look to your firewalls outgoing and on SMTP server incoming. If this works on all 3 instances than your config in ENSEMBLE is somehow different . OR in SAMPLES use Class Cinema.Utils. SendEmail(...) and adjust is to your needs ~~~
go to post Robert Cemper · Sep 14, 2017 - For JAVA take a look on IRIS or today to XEP ( which is incredible fast )- For JavaScript you have nodes.js / cache.node (also speedy)- C# lives by it's Windows bound libraries.
go to post Robert Cemper · Sep 14, 2017 another disapointment. eventually a THANKS icon instead of the HOOK would help ?
go to post Robert Cemper · Sep 14, 2017 excellent description of the forward chained list structure !!!
go to post Robert Cemper · Sep 12, 2017 You have to configure your SSLConfiguration = "SSLPadraoAdapcon" in Mgmt Portal. http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=... for 2010.1: http://docs.intersystems.com/cache20101/csp/docbook/DocBook.UI.Page.cls?KEY=GCAS_ssltls
go to post Robert Cemper · Sep 12, 2017 It's a little bit complicatedControlling the Use of Namespaceshttp://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
go to post Robert Cemper · Sep 12, 2017 I haven't seen $mvv(58) before in any CSP application.So this might be an action for WRC to find out why / where it is lostSorry,
go to post Robert Cemper · Sep 11, 2017 I'm not sure this really your problem. It could be. The first TEST should be your Mgmt Portal.Language definitions are predefined and loaded at installation time.to change it later from Mgmt Portal: System > Configuration > Locale Definitions If you run on UNICODE it should be enough to change it to PTBW - Portuguese, Brasil, Unicode (comboBox)ending 8 = 8 bit encodedensing W = WIDE = UnicodeIf your system is any 8bit installation. Someone else may have an answer. It may cause some troubles on a running installation. I never touched this.
go to post Robert Cemper · Sep 11, 2017 my personal experience in management portal:changed my primary browser language from "de" to "en" and the portal followed at next browser start.So this might relate to ZEN somehow:Do you use the $$$TEXT equivalent of ZEN ? $$$TextJS, $$$FormatTextfor details and how-to see http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...Does your Caché NLS seting support pt-br ? (mine includes German DEUW)
go to post Robert Cemper · Sep 11, 2017 Rodrigo is right:http://docs.intersystems.com/latest/csp/documatic/%25CSP.Documatic.cls?P...says: • property Language as %String; The language (RFC 1766 format) in which pages in this CSP session are to be displayed.The %session. Language attribute is used as the default language for csp:text, span and div tags if %response.Language is not set. If %session.Language is not set by the program, then it will default to the best fit with the HTTP_ ACCEPT_LANGUAGE CGI variable.
go to post Robert Cemper · Sep 11, 2017 Caché Programming Orientation Guide > Useful Skills to Learn > Browsing a Table Browsing a Table For basics on SQL: https://www.w3schools.com/sql/
go to post Robert Cemper · Sep 11, 2017 see docs:http://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY=...
go to post Robert Cemper · Sep 11, 2017 YES, I will.Take a look to Athanassios Hatzis' contributions. It sounds like another New Language project.
go to post Robert Cemper · Sep 10, 2017 You hit the point:Transparency is important.Not be forced to use it but as an offer to developers to make the underlying mechanics visible
go to post Robert Cemper · Sep 10, 2017 Thank you Athanassios! I see these cycles everywhere. Almost every relational DB today has its B-tree index. Well known here since DSM-11.Similar when I did an evaluation of HBase and scratched a little bit under the surface : I found a tiny Global structurewith limited subscripts.You are right there is a lot of power left for new development on this base.
go to post Robert Cemper · Sep 10, 2017 Hi Rich,I remember we met several times @internal meetings and @Devcon / Summit.The common branch of M and MV might be The Ubiquitous B-Tree - 1979 by Dougles Comer.On the other hand mid 60ties it was time to have something new to support creative and faster development.So they might quite well taken ideas from each other.So as you find many lingual constructs that are pretty similar to Java.Don Nelson didn't pass my way. But I have a personal gap from '85 to '99 where I was on a complete different road.