Question Touggourt · Apr 29, 2025 SQLCODE 25 - Input Encountered after end of query Hi Guys, I'm getting the below error when trying to train my Model This is the table I created my model from Thanks #InterSystems IRIS 0 1 0 123
Question Touggourt · Apr 25, 2025 Setting Python Hi Guys, I'm a newbie running IRIS in a container (IRIS for UNIX (Ubuntu Server LTS for x86-64 Containers) 2024.3 (Build 217U) Thu Nov 14 2024 17:30:43 EST) and trying to setup Python so I can start working on ML & Autosklearn,my understanding is that IRIS already comes with embedded Python but unable to do something like "import pandas as pd" in VSCode which looks like I need install a more complete version of Python or packages, so what I'm missing? #Python #InterSystems IRIS 1 2 0 191
Question Touggourt · Apr 23, 2025 IntegratedML Hi Guys, I'm a newbie that doesn't know much about integratedML and looking for a first push into it, I've setup VSCode with my IRIS 2024.3 running in Linux and my understanding is that we can create models using SQL, so first, do I need to setup a specific environment where I can run my SQL commands to create & train Models or just using SMP, and do I need to install or enable Python ..etc things required to setup the environment? Then if there are easy samples or training materials on how to create, train & deploy my model? Thanks #InterSystems IRIS 0 2 0 84
Question Touggourt · Apr 21, 2025 Tasks to production Hi guys, Would like to replace our scheduled Tasks to instead run in a production, so basically the same code running in OnTask () to be instead called in a Business Service (I guess) and use the Interval filed to specify the iteration, so with adapter would be suitable in this case, and I noticed the Schedule filed as well but not sure how to use it? Thanks #InterSystems IRIS 0 7 0 119
Question Touggourt · Apr 20, 2025 Global mapping priority Hi, If I map all globals with (*) to a database1, then would like to map specific only some globals eg. MYGLOB* to be located in a different database2, which mapping will override the other, so would all globals that starts with MYGLOB* be placed in database1 or 2? Thanks #InterSystems IRIS 0 3 0 89
Question Touggourt · Apr 6, 2025 Query variable column names Hi, How can I query fields by passing them in variable names, eg. I would like to query columns Book & Author fields from eg. the following : S =var1="Book", var2="Author" Select var1,var2 from myTables.Books I tried @var1 or %var1 and didn't work Thanks #InterSystems IRIS 0 3 0 142
Question Touggourt · Apr 5, 2025 IRIS Terminal remote connection Hi Is there a way to remote connect to IRIS terminal from my local machine? I can remote connect to Studio & SMP from my locally windows installed IRIS cube to another IRIS installation in a Linux server, but not the case when trying to connect to the Terminal, is there a way to do so? I'm currently using ssh client but that one times out quickly Thanks #InterSystems IRIS 1 2 0 126
Question Touggourt · Apr 1, 2025 S3 Hi Guys, Not sure what I'm missing here, I'm using to download files that starts with MTC_88 from S3 bucket using AmazonS3 inboundAdapter as below, but I'm not getting anything and I'm sure there thousands of files that starts with MTC_88 and the log is not getting any errors? #InterSystems IRIS 0 2 0 115
Question Touggourt · Mar 25, 2025 AWS Files Hi Guys, I'm looking to create a service to download files from S3, so I used the EnsLib.AmazonS3.BusinessService with settings as below to download files that starts with SMfile_48 but I'm not getting any files, am I missing something? Thanks #InterSystems IRIS 0 1 0 89
Question Touggourt · Feb 20, 2023 Roles and user access Hi Guys, I'm looking for an easy to allow certain user to only have access to one CSP or Zen page from my application, my thoughts is to create a role to only access that specific page then allocate that role to my user, but can find the Zen page so I can allocate it to a role? Thanks #Ensemble 0 1 0 284
Question Touggourt · Feb 20, 2023 Restrict access to a webpage Hi Guys, How can I restrict access to a webpage to a specific user only? Thanks #Ensemble 0 3 0 259