/iris/api/atelier/
The timeout also is in the past
- Log in to post comments
/iris/api/atelier/
The timeout also is in the past
thank you very much. Seems I had the same problem as you. 3.12.7 works like charm.
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
Thank you that helped stopping the processes although it took a couple hours for the processes to disappear
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?
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.
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
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
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.
Yes this was indeed a Typo thanks for the info. I corrected it, but no change sadly.
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.
Okay I will try my luck with a workaround. Thank you for your help.
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?
What kind of adjustments would be necessary to change to HTTP/2/3. Is there any documentation for that?