Question Nezla · Jun 24 Using %Net.WebSocket.Client Hi Guys, I'm trying to use %Net.WebSocket.Client to collect data from a sever, and part of that I needed to implement Two classes (SX3.Production.HTTP.AdvCredenials & SX3.Production.HTTP.AdvListener) as below for the purpose of Credentials & EventListener properties, #InterSystems IRIS 0 8 0 62
Question Nezla · Jun 23 Installing NodeJs in the container Hi, I'm trying to install NodeJs (javascript runtime environment) in IRIS container so I can execute JS files?It was easy to install it outside the container but I got the attached error when trying in the container: Thanks #InterSystems IRIS 1 1 0 31
Question Nezla · Jun 19 Stop HTTP Response content Hi Guys, below is a running a URL in a browser to connect and get live advertising packets data from Cassia AC server which keeps the connect live and keep going and population data. #InterSystems IRIS 0 1 0 51
Question Nezla · Jun 8 Create Python pages Hi Guys, How can I create Python pages instead of CSP or Zen pages, not familiar with Python and the only way I know is using embedded Python as methods as attached below? Thanks #InterSystems IRIS 0 1 0 62
Question Nezla · Jun 5, 2024 JavaScript in Zen pages Hi Guys, This is more of a Javascript question but just in case would have an idea. basically I'm calling the below JavaScript function from a classMethod to add Options to an html <Select> tag (Dropdown) and after adding all options I would like to set a specific value or index to be selected, its working and actually the required option is selected but not showing as selected in the dropdown box. For testing purposes I've set option 4 to be selected by default as example and it's not showing as selected in required dropdown (green) #Ensemble 0 2 0 213
Question Nezla · Apr 29, 2024 Page not found in Zen application Hi Guy, Made a fresh new Install of our currently working application from our current server to a new one but when trying to run the application in the new server it raises a page not found error: this is the web application setup #Ensemble 0 4 0 126
Question Nezla · Apr 24, 2024 Unable to access web Gateway via IIS Hi I've installed Ensemble 2018 then enabled IIS from Win features, then realized that CSPGateway doesn't exit so I downloaded and installed CSPGateway-2018 from WRC. #Microsoft Windows #Web Gateway #Ensemble 0 12 0 368
Question Nezla · Apr 8, 2024 DynaTree problem Hi Guys, Any Idea on how can make a dynaTree with 4 levels hierarchy (attached), I'm using the below code but sometimes works and other cases it doesn't? #Ensemble 0 1 0 99
Question Nezla · Mar 27, 2024 dataCombo not working after conversion Hi Guys, I've upgraded from Ensemble 2014 to 2018 and copied all classes across, ran Upgrade & CompileAll and looks fine, but when trying to search on dataCombo I get the below error here is the definition of the Combo #Ensemble 0 3 0 150
Question Nezla · Mar 12, 2024 Get JWT Token Hi Guys, I'm trying both of these methods to get a JWT token but none is working for some reason and not sure what I'm missing? it works when I tested it from Postman Thanks #Ensemble 1 12 1 362
Question Nezla · Feb 29, 2024 List of workstations Hi Guys, How to get a list of workstations (machines) connected to the Server? Thanks #Ensemble 1 2 0 148
Question Nezla · Feb 14, 2024 Sending a file in HTTP response Hi Guys, I’ve the below service that receives a request from a client requiring a pdf file to be sent back for printing. #Ensemble 0 1 0 335
Question Nezla · Dec 3, 2023 Getting posted JSON in a service production Hi Guys, I have a client posting me JSNON file using a Get action and I'm using the below code to retrieve the data: #Ensemble 0 6 0 265
Question Nezla · Nov 30, 2023 Production allowed ports Hi Guys, Do we need to configure something in ports so that we can use it in a production? I've a production with 8 running services and recently added a new service with new port but unable to get it working raising error 404. When using an existing port that is used by current running service, my new service works fine but not when using a new port, I've added the new port to inbound rules in the firewall bit still no luck, so is there something I need to do to in Ensemble ? Thanks #Ensemble 0 3 0 200
Question Nezla · Oct 23, 2023 Release System Locks Hi Guys, We currently for reason I'm getting too many locks in the system (around 990 locks) and is making the system slow most of these locks are on globals #Ensemble 0 11 0 637
Question Nezla · Sep 14, 2023 %OnSubmit is not invoked from client Hi Guys, I've an fileupload and button that executes Upload() clientmethod to upload files in my database and everything works fine when I run the application in the server where it is located, but if I run it from a client machine the %OnSubmit class method doesn't get invoked when form.submit() get executed so how can I fix this? #Ensemble 0 1 0 199
Question Nezla · Sep 13, 2023 Fileupload and %OnSubmit Hi Guys, I've a popup zen page to upload files using the input tag and submit button as below : #ZEN #Ensemble 0 2 0 300
Question Nezla · Sep 8, 2023 Viewing stored images Hi Guys, In my Zen page I've a grid with a list of uploaded images and it's working fine when running from the Server where the application resides where I can just click to an image and my code displays the image in a second screen (MSDS.Image.StreamServer.cls) , #ZEN #Ensemble 0 1 1 235
Question Nezla · Jun 19, 2023 Images in Zen Reports Hi Guys, I have images in my zen report, eg. #Ensemble 0 2 0 214