Question David Reche · Jun 21, 2019 Avoid to exceed databases license limit in IRIS Community Edition In a fresh IRIS Community Edition container if we create a new Database and after we create a new Namespace enabling it for interoperability then we will see the message "ERROR #68: the mounted database count exceeds license limit" #Interoperability #Namespace #InterSystems IRIS 0 5 0 851
Question David Reche · Jul 14, 2017 Ens.FileInboundAdapter consuming files in sequence order Hello,We need to consume files (right now using FileInboundAdapter) with a strict order.Example:File order will be A, B, C. Suppose A, B and C will be the names of the files.Then B will never be consumed before A or after C.How deal with this? Any idea?Regards #Ensemble #Business Service 0 3 0 401
Question David Reche · May 30, 2017 Ensemble System Default Settings Export/Import Hello,There is a programatic way to Export/Import the Ensemble System Default Settings?I know you can use the Production Export Screen and add the "Deployable settings" but I am looking for something more quick and flexibleThanks #System Administration #Ensemble 1 2 0 1K
Question David Reche · Apr 24, 2017 Constant string with quote throw Missing closing quotation mark in Atelier Hi, Working with Atelier a valid COS sentence like this: if $e(chunk,1,1)="""{ } Throws Missing closing quotation mark error. Any workaround? Thanks 0 11 0 1.9K
Question David Reche · Jan 15, 2017 CSP Page show content dinamically I want do to a "simple thing". Show a dynamic log of actions in the browser as we can see on Terminal. For that, I guess to make a simple CSP Page that show a new line every WRITE command is the thing I need. But how I refresh after each WRITE?How I can refresh the content automatically?I made a simple CSP Page and in method OnPage I do this test: write "Start..",! for i=1:1:10{ hang 1 write "Doing "_i,! } #Beginner #Caché #Terminal #Frontend 0 4 0 435
Question David Reche · May 4, 2016 Router custom message base on List property using Business Rules Hello, I am trying to router a custom message using the content of one of its property, but this property is a List. ¿How I can do it? The rule could be something like this #Business Rules #Ensemble 1 6 0 581
Question David Reche · Apr 3, 2016 Best Ensemble Global Buffer Configuration Usually I recommend to set the global buffer (GB) as large as possible in order to maintain in memory more globals as possible. I don't know if this is a standard recommendation, but I want to discuss what should be the best buffer size for a Ensemble instance that only process messages. #Globals #Ensemble #System Administration 1 6 0 2.1K
Question David Reche · Feb 16, 2016 Manage data types with %ZEN.proxyObject and Ens.Util.JSON.ObjectToJSONStream() Hello,I am trying to use %ZEN.proxyObject to send out in JSON format so I do: set tProxyRequest = ##class(%ZEN.proxyObject).%New() set tProxyRequest.notanumber = "28001" set tProxyRequest.aboolean = "true" set tBody = ##class(%GlobalCharacterStream).%New() do ##class(Ens.Util.JSON).ObjectToJSONStream(tProxyRequest,.tBody,"aelotwu") w tBody.Read()and I get: #Code Snippet #Interoperability #JSON #Frontend #ZEN #Caché 0 10 0 1.5K
Question David Reche · Feb 8, 2016 Log csession in Linux Hello, I am trying to log the output of csession in Linux. I try this command: csession cache | tee myoutput.log Although it works each new lines at screen output doesn't appear at row 1... Any tip? #Beginner #Platforms #Caché 0 5 0 1K