Question john.smith4237 · Mar 18 SLF4J error Hi Guys, I get the attached error when trying to populate JSON string into a textarea, I'm running IRIS 2024 in a container in Ubuntu, any clues what could be the problem? Thanks #InterSystems IRIS 0 2 0 11
Question john.smith4237 · Mar 6 Running app outside container Linux Hi, I would like to convert an html zen page to PDF using wkhtmltopdf so I've installed it in Ubuntu and the command wkhtmltopdf but because I've my IRIS installed in a container that command is not recognized and we can't install wkhtmltopdf in the container so is there a way to be able to run this command? Thanks #InterSystems IRIS 0 3 0 42
Question john.smith4237 · Mar 2 download files Hi, How can I connect to AWS S3 and download a file? I'm running : IRIS for Windows (x86-64) 2024.1 (Build 262U) Thu Mar 7 2024 15:55:25 EST Thanks #InterSystems IRIS 0 1 0 30
Question john.smith4237 · Feb 26 Open IRIS studio and management portal in Linux Hi, I can start IRIS terminal using iris Terminal <instancename>, but can I open up Studio & SMP in Linux?Thanks #InterSystems IRIS 0 1 0 36
Question john.smith4237 · Feb 25 Management portal not working Hi, Just installed IRIS on the top of ensemble 2018 as conversion and I can access Studio & terminal with no issues but management portal is giving page not found error 404 ? Thanks #InterSystems IRIS 0 3 0 74
Question john.smith4237 · Jan 30 Retrieving Bucket list from S3 Hi Guys, I'm looking for sample code to connect to S3 and retrieve and backet data? Thanks #Ensemble 0 0 0 45
Question john.smith4237 · Jan 15 Running Service production Hi Guys, how do I know that my service is running in a production, I've this receiving service and the as blow that says lost TCP then closing TCP connection, then last one says ConfigItem starting job, and in the Jobs tab it says Listing. #Ensemble 0 1 0 41
Question john.smith4237 · Jan 2 Nested queries Hi Guys, This Nested query is not working for some reason, but they work fine when executing separately ? select id from FDRD_Com.List where vehicle in (select Car from FDRD_Com.Prod where ProductLineName='Toyota' and Car is not null) Thanks #Ensemble 0 3 0 88
Question john.smith4237 · Nov 26, 2024 Smart Factory Starter Pack Hi Guys, I've installed the latest IRIS 24 and trying to setup the Smart Factory Starter pack following the link below and would like to confirm a few things: GitHub - intersystems/InterSystems-IRIS-Smart-Factory-Starter-Pack: ASP - OEE Dashboard #InterSystems IRIS 0 0 0 77
Question john.smith4237 · Nov 21, 2024 Installing Dockers & IRIS image Hi Guys, I'm a newbie in Dockers & containers and trying to install IRIS & VS Code in a container with dockers in Linux. My understanding is that I first need to install docker, create a container then install IRIS image and looked into this documentation (Container How-to | InterSystems IRIS Data Platform 2024.2) and got me lost so I guess I need baby steps: #InterSystems IRIS 0 2 0 151
Question john.smith4237 · Nov 17, 2024 Installing IRIS in Linux Hi Guys, We are planning to move our system from windows to Linux and I never used Linux before and all I know that is another operating system, so the new server has Linux which looks like just terminal session like Dos and as I ran "uname -r" command to check for the version in it shows some like "6.1.112-124.190.amzn2023.x86_64". So for the available IRIS distribution and can only found versions for Ubuntu and Red Heat, so do I have to either install one of them to be able to install & run IRIS? #InterSystems IRIS 0 5 0 204
Question john.smith4237 · Oct 29, 2024 dynaTree doesn't expand completely Hi Guys, I'm calling the expandAll() method to expand the whole tree structure but for some reason its only expanding the root folders but not all elements under those folders ? var tree = zenPage.getComponentById( "MyTree");tree.expandAll(true); Thanks #Ensemble 0 3 0 85
Question john.smith4237 · Oct 25, 2024 if statement in JS not working! Hi guys, Strange that Horizontal in my below code is "Z" but the if (Horizontal=='Z') is actually not recognizing it and does execute the rest of the code !? #Ensemble 0 1 0 73
Question john.smith4237 · Oct 22, 2024 Get description in dataBinding Hi Guys, Given that Analyst property is defined as class object I'm getting the Analyst ID in the below dataBinding, but I'm looking to display the Analyst name, I tried using dataBinding="Analyst->Name" but no luck, I got the same issue when binding to dataCombo or comboBox ? #Ensemble 0 2 0 58
Question john.smith4237 · Oct 14, 2024 dataBinding on Combobox Hi Guys, I've the below databinding on a combobox and the issue that the binding is coming with the display value of my levels so eg. I'm getting normal instead of 1 which mean the combobox in my form is not showing, so how get the binding to bring the VALUELIST rather then DISPLAYLIST ? #Ensemble 0 1 0 78
Question john.smith4237 · Sep 29, 2024 Response of JSON type Hi Guys, I'm using the below simple Get Webservice to return a JSON file, its working but the response is actually of Text type not JSON Type #Ensemble 0 5 0 101
Question john.smith4237 · Sep 27, 2024 Send JSON with HTTP post Hi Guys, How can I send JSON with HTTP post request?Thanks #Ensemble 0 3 0 176
Question john.smith4237 · Sep 26, 2024 HTTP request with Cookies Hi Guys, I've created a webservice where a third party web application that can communicate with Ensemble via webservices to post and get data in from of JSON, first call is a post call to login with user/password and Ensemble responds with success or failure than the following get calls, but I've been advised that I also need to return a Cookie to control the exchange and the session for a specific user, I'm not familiar with Cookie so any suggestions, how can I create a an authentication cookie and do i need to add it to my next Get calls ? Thanks #Ensemble 0 0 0 72
Question john.smith4237 · Sep 18, 2024 Changing JSON component Hi Guys, I'm using the following to display JSON content in an areatextbox, but I would like to change a value in my JSON before displaying it in my areabox? #Ensemble 0 3 0 78