go to post Fabio Care · Oct 17 Hi @Daniel Kastner thank you very much. Seems I had the same problem as you. 3.12.7 works like charm.
go to post Fabio Care · Oct 9 Hi @Ashok Kumar, I still get the same error after editing both PythonRuntimeLibrary and PyhtonRuntimeLibraryVersion. He's the situtation:Windows 11 x64Installed 2024.1 first, then upgraded to 2024.3 developer preview versionC:\InterSystems\IRIS\lib\python\ folder is present with 9 files. (From the original 2024.1 installation) I then installed Python 3.13 and let the installer add the system path variableset PythonRuntimeLibrary - C:\Program Files\Python313\python3.dll (also tried C:\Program Files\Python313\python313.dll)PythonRuntimeLibraryVersion - 3.13 I tried renaming the lib\python\ folder to see if anything changed but no luck\mgr\python is emptywhen running python from windows itself, it works as expected Restarted both IRIS and the whole machine couple of times while testing. Any ideas? Thanks
go to post Fabio Care · Feb 15 Thank you that helped stopping the processes although it took a couple hours for the processes to disappear
go to post Fabio Care · Dec 8, 2023 So the normal IRIS Version does not support IntegratedML? Why is this not mentioned anywhere in any of the documentation? Can I install the ML Version over the normal one?
go to post Fabio Care · Dec 8, 2023 I installed the instance myself via the 2023.1 installer and then upgraded it to 2023.3. I always make sure to check every component when installing, so everything should be there.
go to post Fabio Care · Dec 8, 2023 I did not change any configuration as the Documentation says "Upon installation, %AutoML is set as the system-default ML configuration. You can use IntegratedML without any adjustment to your configuration necessary." the following query resulted in 0 rows SELECT * FROM INFORMATION_SCHEMA.ML_TRAINING_RUNS
go to post Fabio Care · Dec 5, 2023 It states IntegratedML, is there a seperate one for AutoML? Produkt=EntreeLizenztyp=Concurrent UserServer=SinglePlattform=X86-64(Windows)Lizenzeinheiten=5Lizensierte Cores=0Authorized Cores=unlimitedExtended Features=024F1800- Interoperability- Analytics Run- Analytics Analyzer- Analytics Architect- NLP- Analytics VR Execute- IntegratedML- InterSystems IRISDevelopment
go to post Fabio Care · Jul 26, 2023 After talking to our Intersystems contact, this seems to be the only reasonable solution. As far as I understand it, with this license there is no session limit. Thank you for your suggestion.
go to post Fabio Care · Jul 25, 2023 Yes this was indeed a Typo thanks for the info. I corrected it, but no change sadly.
go to post Fabio Care · Jul 25, 2023 This text mentions that requests will be treated as concurrent users with multiple connections. This would be totally fine, if I managed to send the SessionID Cookie so the system recognizes multiple requests coming from the same user. However, each request is treated as a new user, as I am unable to send the cookie with XMLHttpRequests whereas the CSP.Broker Method is able to send the Cookie.
go to post Fabio Care · Jul 3, 2023 Okay I will try my luck with a workaround. Thank you for your help.
go to post Fabio Care · Jul 3, 2023 I'm a little confused now... When talking about a normal external Apache server, you would only need to add a couple of Cypher Suite Keys and change the protocol version. Intersystems Webgate also uses Apache Web Server as far as I can see in the Webgate Management. How come I need to add python code to my application in order for a browser to send its request via HTTP/2? I'm not really that well trained in server management but I feel like there is something I'm missing here. Why is the application responsible for the request instead of the apache server?
go to post Fabio Care · Jul 3, 2023 What kind of adjustments would be necessary to change to HTTP/2/3. Is there any documentation for that?