Fabio Care · Oct 9, 2024 go to post

Hi @Ashok Kumar T
I still get the same error after editing both PythonRuntimeLibrary and PyhtonRuntimeLibraryVersion. 

He's the situtation:
Windows 11 x64
Installed 2024.1 first, then upgraded to 2024.3 developer preview version
C:\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 variable
set 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 empty
when running python from windows itself, it works as expected

Restarted both IRIS and the whole machine couple of times while testing. 
Any ideas? 
Thanks

Fabio Care · Feb 15, 2024 go to post

Thank you that helped stopping the processes although it took a couple hours for the processes to disappear

Fabio Care · Dec 8, 2023 go to post

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? 

Fabio Care · Dec 8, 2023 go to post

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. 

Fabio Care · Dec 8, 2023 go to post

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

Fabio Care · Dec 5, 2023 go to post

It states IntegratedML, is there a seperate one for AutoML?

Produkt=Entree
Lizenztyp=Concurrent User
Server=Single
Plattform=X86-64(Windows)
Lizenzeinheiten=5
Lizensierte Cores=0
Authorized Cores=unlimited
Extended Features=024F1800
- Interoperability
- Analytics Run
- Analytics Analyzer
- Analytics Architect
- NLP
- Analytics VR Execute
- IntegratedML
- InterSystems IRIS
Development

Fabio Care · Jul 26, 2023 go to post

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.  

Fabio Care · Jul 25, 2023 go to post

Yes this was indeed a Typo thanks for the info. I corrected it, but no change sadly. 

Fabio Care · Jul 25, 2023 go to post

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.

Fabio Care · Jul 3, 2023 go to post

Okay I will try my luck with a workaround. Thank you for your help. 

Fabio Care · Jul 3, 2023 go to post

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? 

Fabio Care · Jul 3, 2023 go to post

What kind of adjustments would be necessary to change to HTTP/2/3. Is there any documentation for that?