Question Jiri Svoboda · Jan 20, 2019 SSL for Management portal and Studio connections - SOAP wizard issue Hi community,I would like to ask how to correctly enforce SSL on all "developer traffic" -- that is Management portal and Studio connections -- on a Caché instance.Given large developer permissions, I would like to eliminate all plaintext credentials on the wire.Currently, we compile our own httpd with SSL support for Management portal, but this breaks Add-Ins for us, in particular the SOAP wizard. So I guess this is not the "canonical way".Thanks for any suggestionsJiri #SSL #Caché 0 12 0 691
Question Jiri Svoboda · Nov 9, 2018 Json with field exceeding maximum string length Hi all,I have an incoming JSON message with a string field exceeding in length the 'caché long-string limit' of 3641144 characters.Using {}.%FromJSON(instream) I am able to create %DynamicObject properly. However, I am unable to access the long property, as in every assignment, I get the <MAXSTRING> error.Is there any way for me to obtain contents of the 'too long' string field as a stream?ThanksJiri #JSON #Caché 0 3 0 12K
Question Jiri Svoboda · May 21, 2018 %OnAddToSaveSet - what has changed Hi community, what is the best way to determine if a certain property got changed between %OpenId and %Save? Preferably in the %OnAddToSaveSet method. Thanks, Jiri #Object Data Model #Caché 0 7 0 646
Question Jiri Svoboda · Mar 8, 2018 Parallel execution in COS Hello community, I need to perform some processing-heavy operations on a set of input objects and I would like to utilize more than a single processor core to do the heavy lifting. Is there any way to call methods in parallel and wait for the results in a blocking way? Basically, I am looking for an equivalent of the pythonese with Pool(n) as p: results = p.map(function, data) Thanks Jiri EDIT: Correct English :) #ObjectScript #Caché 1 5 0 524
Question Jiri Svoboda · Aug 3, 2017 Accessor function for a parameter Hi community,I have some constants hardcoded in my class as parameter values, and those constants are referenced in many places in my module. Now the need has arisen to provide different value for those parameters depending on some context. Is it possible to create some sort of accessor method for the parameter (like it is possible for properties), or do I need to perform a thorough refactoring?Thanks.Jiri #ObjectScript #Caché 0 1 0 366
Question Jiri Svoboda · Jun 26, 2017 Integration of Caché and Ensemble Hello community,I would like to know answer to the question: What would be an optimal way to connect an Ensemble and a pure Caché server? Optimally in such a way for the Caché system to be able to fire Ensemble processes and the Ensemble server to call Caché server functions. #Beginner #Ensemble 0 1 0 343
Question Jiri Svoboda · Jun 1, 2017 ZW in other stack frames Hello,is it possible to ZW variables in stack frames above the current one? I am calling a custom logging method, and would like to log variables from the point of call.ThanksJiri #Caché 0 2 0 363
Question Jiri Svoboda · Mar 10, 2017 Ensemble AS2 interface Hi community, I am looking into a way to make Ensemble work as an AS/2 interface. So I would like to ask, if anyode did ever make AS/2 work with Ensemble and what is the way to go. I found an old article regarding integration of third party interfaces (incl. AS/2 - http://www.intersystems.com/who-we-are/newsroom/news-item/intersystems-c... ) into Ensemble but no further mentions, neither in the docs. Thanks Jiri #Ensemble 0 1 0 473
Question Jiri Svoboda · Feb 3, 2017 %ZEN.Auxiliary.jsonProvider object to json serialization Hi community,I am having a hard time figuring out how to properly use %ZEN.Auxiliary.jsonProvider to serialize a %RegisteredObject to JSON. Would be anyone so kind to share some simple usage example?ThanksJiri #JSON #Caché 0 2 0 653
Question Jiri Svoboda · Jan 9, 2017 Developer community search results sorting When using the search field on this site, sorting by 'Relevancy' shows same results as when sorting by 'Newest first', and it seems that results are really sorted by newest first. A bug maybe?Regards,Jiri #DC Feedback 0 2 0 194
Question Jiri Svoboda · Nov 29, 2016 SQL and indexing on collection properties I have a class which defines a property as array of %String. Is it possible to index values of this property and use this property in SQL?I have tried 'Index idx On prop(ELEMENTS)' and then a select from the generated collection table, but this is still orders of magnitude slower than queries to the containing class. #Caché #Indexing #SQL 1 2 0 486
Question Jiri Svoboda · Nov 7, 2016 CLS location from INT code Given location in INT code, as Cache usually reports on error (zWriteReport+25^SomeFile.1), is there any programmatic way to determine corresponding place in original source code?Jiri #Caché 2 10 1 860
Question Jiri Svoboda · Oct 21, 2016 Fault reason in SOAP client Hello,does anybody know how to differentiate ZSOAP failures when using %SOAP.WebClient? I would need to know what error condition occurred, e.g. authorization failed, endpoint timeout etc.All I get on failure is an ZSOAP exception which does not seem to explain anything specific.ThanksJiri #Caché 0 2 0 367