Question Greg Arnold · Nov 1, 2018 Validate XML message against XSD schema? I have an Ens.StreamContainer which holds XML that was received, and I need to validate that against an XSD schema. The schema is very simple, only looking at the root element and maybe a couple other items to ensure the XML is what we expect before continuing the data flow. #Ensemble #XML 0 1 0 634
Question Greg Arnold · May 30, 2017 How to execute multi-parameter routines from single terminal command? I need to execute a single csession command which calls a multi-parameter routine, such as ^SECURITY. This will be to do things such as create databases, resources, etc. (see below). When I run the command all at once, I get a PARAMETER error. #Caché #Databases #Terminal 0 2 0 752
Question Greg Arnold · Apr 18, 2017 Need to write text file and write to a compressed .zip file Is there a way to do this? I found the way to store .gz files, but .zip files are different. #Caché #Ensemble 0 5 0 1.8K
Question Greg Arnold · Apr 12, 2017 Separate ports for Management Portal vs SOAP/REST Services to block access to Mgmt Portal We are using an F5 load balancer to route public traffic to our IS server. My goal is to block public access to the Management Portal, and only allow what we want to expose, such as REST/SOAP services. At the F5, they can block URL wildcards or specific ports, so those are our options.Since the URLs for the web services are in the same path ([host]/csp/healthshare/[namespace]/*), I can't see any URL wildcards happening. That leads me to ports; is there a way to put services on a specific port for all services, and everything else stay on a standard web port? #HealthShare #REST API #SOAP #CSP 0 5 0 370
Question Greg Arnold · Feb 6, 2017 Scripted/Automated Production Deployment? I am looking for a way to deploy production changes (code and/or production configs) via script or some other systematic way other than the Ensemble/Deploy page in the Management Portal. My goal is to store these configurations in Subversion, then have a piece that can pull the XML from source control and deploy it to a given server. Is there some kind of script that I can run on a given server to perform this deployment? If so, I can tie it up with Subversion using another tool that I have access to. #Beginner #SVN #Deployment #Ensemble #Red Hat Enterprise Linux (RHEL) 0 6 0 1.5K