Question Jenna Poindexter · Sep 20, 2017 Ubuntu / Docker Error when trying to build ensemble docker container Hi, I was hoping that someone could point me to the error in my ways. I am trying to follow the examples to setup Ensemble 2017.1 in a docker container on an Ubuntu 16.04 virtual machine. I have a directory that contains Dockerfile cache.key ensemble-lnxubuntux64.tar.gz When I execute: docker build -t ensemble-simple . I am getting the following error: #Docker #Ensemble #Ubuntu 0 2 0 7,459
Question Jenna Poindexter · Sep 5, 2017 Filtering non-printable characters Hi-I have a REST client that calls a REST service and as a response gets a stream containing a JSON structure. The service is placing some weird non-printable characters into some places in the JSON document that is throwing off parsing of a down-stream XML document.What I would like to do is just remove the non-printable characters from the response stream that comes back from my call to the REST service.Does anyone have a handy utility or method for removing all non-printable characters from a character stream? #Caché 0 10 0 1,945
Question Jenna Poindexter · Jan 31, 2017 Configuring IIS Web Server to Serve RESTful Web Services Hi-Im curious if there is any specific configuration that has to be done on an IIS web server to serve up RESTful web services.I have a server that has IIS installed, with the CSP gateway. a second server that has Cache installed on it.I have configured a web application using the Cache System Management Portal for the web services that has a dispatch class pointing to my dispatch class.I have created an application mapping in my CSP Gateway Management Portal on the web server such that url's with /webservices prefix are routed to my cache server. #REST API #SOAP #Caché 0 1 0 3,429
Question Jenna Poindexter · Dec 7, 2016 How to compare two dimension values in a filter Hi- I am trying to figure out how to compare two dimension values in a MDX query such that records where two dimension values are the same will be filtered out. To test this, I have modified the HoleFoods cube in SAMPLES namespace to have a new dimension called RandomRegion I want to create a MDX query where the [Outlet].[H1].[Region] value is not equal to the [RandomRegion].[H1].[RandomRegion] value. Here's the query I need to add the filter to: #MDX #InterSystems IRIS BI (DeepSee) 0 4 0 874
Question Jenna Poindexter · Oct 27, 2016 DeepSee Overview Document Hi-I was wondering if there was a DeepSee overview document available for a non-technical user. Something short and concise describing what DeepSee is and its key features.I've looked at the documentation and although there are parts of what I am looking for there it is much too technical for my needs.Thanks #InterSystems IRIS BI (DeepSee) 0 1 0 249
Question Jenna Poindexter · Oct 27, 2016 Ensemble Event Log Hi-I was wondering whether or not the Ensemble Event Log was accessible using SQL? If so, what schema and table would that be contained in?Thanks #Ensemble 0 4 0 815
Question Jenna Poindexter · Oct 6, 2016 Invalidate DeepSee Result Cache for a Specific Cube Hi-I know that you can run the %Reset method within %DeepSee.Utils to reset all of the DeepSee tasks and reset the entire result cache.Is there any way to invalidate the result cache for a single cube? #InterSystems IRIS BI (DeepSee) #API 0 8 0 280
Question Jenna Poindexter · Oct 5, 2016 Using %Populate and Populate method Hi-I have created a class that extends %Persistent and %Populate and have set the various POPSPEC attributes of my properties to control how the properties are populated. However, when I compile the class and try to run the Populate() method it tells me the method isnt defined.Here is the class definition: #Object Data Model #Caché 0 2 0 865
Question Jenna Poindexter · Sep 23, 2016 Cache Task Manager Usage and Configuration I was curious if application partners were developing their own task managers for scheduling background tasks, or using the built in task schedule that is part of the Cache platform.For those that are using the Cache task manager, what has been your method for distributing default tasks that your application needs during initial install as well as upgrades? Are you distributing an export of the %SYS.Task object, or perhaps you are distributing an installation script that adds a task to the task scheduler when it is first run? #Caché 0 3 0 3,001
Question Jenna Poindexter · Sep 22, 2016 Connect Timeout vs Failure Timeout Hi-Can someone please explain the affect of the Failure Timeout on an ensemble business operation with a EnsLib.HL7.Adapter.TCPOutboundAdapterIs this setting indicating the number of seconds that the operation will attempt to resend a message to a target before it fails?How does this setting affect message processing of messages that fail because of a missing or failure response code that comes back in an HL7 message response? #Ensemble 0 1 0 949