Question Jenna Poindexter · Sep 20, 2016 Deployment of Ensemble Production with different configurations I need to deploy an Ensemble production to several different clients. Each client requires certain production settings to be set specific for them, things like pool sizes, IP addresses, SSL configurations, etc.What is the best way to customize configuration settings when a production is deployed? #Ensemble 0 2 0 297
Question Jenna Poindexter · Sep 19, 2016 REST json payload Hi-This almost seems like a silly question, but I am new to REST services.I have a rest service that has a method for adding records to my database. <Route Url="/userdetails" Method="POST" Call="SaveUserDetails"/>My REST client sends data using json in the body of the request. I have verified using debugging tools that the data is actually being sent.On the server side in my SaveUserDetails method where do I find the json?What is the proper way to serialize that json into an object? #REST API #Caché 0 2 0 1,244
Question Jenna Poindexter · Jun 1, 2016 Best Way to Parse a HTML Page I would like to write some code to parse a set of HTML pages from the internet in order to gather information from each web page.All of the web pages are generated using a template, so the format of each of the web-pages is consistent with one-another and the information that I want to gather is always located in the same logical place within the page.What is the best way to parse an html page in order to gather information at a specific place?Can XML XPATH be used here? Does anyone have any examples of parsing HTML content? #XML #ObjectScript #Frontend #HTML #Caché 2 6 0 1,331
Article Jenna Poindexter · May 26, 2016 2m read Using SQL to Create JSON From an Existing Persistent Object With the release of Cache 2016.1, JSON support was re-architected and made part of the core object model with the creation of %Object and %Array classes, which allow you to create dynamic JSON enabled objects and arrays. On a recent demonstration I was working on, I had the need to create a REST web service that returned a JSON representation of a persistent object. After searching for methods that would allow me to accomplish this, ultimately I found none, until now. #Code Snippet #JSON #Caché 3 20 0 2,542
Question Jenna Poindexter · May 6, 2016 JSON Representation of a global structure Hi:I'm looking for some help with JSON notation for a global structure. I need a way to represent a global structure in JSON where the global structure both has a value at a given node as well as sub-nodes. #Globals #JSON #Node.js #Caché 0 14 0 2,028
Question Jenna Poindexter · Apr 26, 2016 Transforming non HL7 message to HL7 Message What would be the preferred method to create an HL7 message from an input that is not HL7?Would it be better to take the non-HL7 input and construct an HL7 message in the business service that then gets passed off to a routing process, or would it be best to just pass the non HL7 message to a routing process that called a data transformation to create the HL7 message?My thought is the later, due to the fact that updates to the creation of the HL7 message are done using the graphical DTL editor rather than editing COS in the service. #DTL #Ensemble 0 1 1 611
Question Jenna Poindexter · Feb 24, 2016 Web development methodolgies Hi-I'm curious to know what InterSystems clients are using for csp based web development methodology.Are you doing tag based development, or class based development?If you are using tag based development, what tools are you using to create the look and feel of your web pages? Are you using tools like Adobe Dreamweaver, or do your developers sit down and code HTML using plain editors like Notepad and Notepad++Are you doing prototyping of web pages and then adding CSP tags, or are you just developing the finished csp page with no prototype? #Frontend #CSP #Caché 2 2 0 378
Question Jenna Poindexter · Feb 2, 2016 How do we upload a document from a CSP Page I have a CSP page that needs to allow the user to submit a file. I have a form with an element in it <input type="file" name="file"/> which allows the user to select the file they want to upload from their local filesystem. How do I go about actually getting the file to be sent to the server? #Caché #Frontend 0 5 0 1,276
Question Jenna Poindexter · Jan 6, 2016 What are the best steps for troubleshooting a Windows Printer What are the best steps for troubleshooting printing to a Windows printer from Cache. The printer has been configured in the Windows Printer Manager and has been able to print a test page (from the windows print manager). The device has been configured in Cache -> Sys Admin -> Config -> Device Settings -> Devices with properly formatted |PRN|printer device name and "W" for open parameters and 101 for Alias. #Caché #Platforms 0 2 0 440
Question Jenna Poindexter · Dec 2, 2015 Sending Email through an Exchange Server A client stated to me that they are trying to eliminate SMTP servers from their network and want all email to be sent through their Microsoft Exchange Server. Admittedly I am not very knowledgable of the workings of Exchange Server.Are there customers sending email notifications through Exchange Server? How is this accomplished? Does Exchange Server act as a SMTP server allowing use of the Email adapter or is there some other mechanism that must be used to communicate with a Microsoft Exchange Server? #Ensemble 0 2 0 463