go to post Alexander Koblov · Jul 25, 2024 There is no basic authentication for SOAP Services in Ensemble. Password authentication is done via UsernameToken. The SOAP request should have it. See here for the details https://docs.intersystems.com/ens201817/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jul 24, 2024 I'm not familiar with HuggingFace, unfortunately. Generally, to limit amount of cores available to IRIS, the documentation suggests to use the following Docker flags: --cpuset-cpus=0-19 --cpus=20 See the step 4 here: https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?... I don't know how to set them on the HuggingFace
go to post Alexander Koblov · Jul 24, 2024 Sounds like a great idea for https://ideas.intersystems.com/
go to post Alexander Koblov · Jul 24, 2024 This line is suspicious: Set request.HTTPVersion = "HTTP/2.0" %Net.HttpRequest works only with HTTP 1.0, 1.1, and the server replies with HTTP/1.1. So, try not to set HTTPVersion
go to post Alexander Koblov · Jul 24, 2024 I'm glad that helped! Olivier -- for sure -- please use the Feedback button in the documentation. The documentation team is very good in making the documentation better
go to post Alexander Koblov · Jul 24, 2024 Yes, use export/import in ^SECURITY command-line utility https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jul 24, 2024 The error is: Too many Cores (24) for InterSystems IRIS Community License. InterSystems IRIS Community License allows only 20 cores: https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?... You need to create a space with no more than 20 cores available
go to post Alexander Koblov · Jul 24, 2024 Good! CSPSystem user should have READ privilege on c:\intersystems\irishealth202312\mgr\user\ database Give such privilege to that user via some role Then restart the web server or close all connections from the web server to IRIS and try again See IMPORTANT note here: https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jul 23, 2024 Please double check the version. 2023.1.3 should have the fix for this case https://docs.intersystems.com/iris20231/csp/docbook/changes/index.html#C... DP-423647: Process CORS request when handling requests with JWT Tokens Category: CSP / ZEN Platforms: All Version: 2023.1.3 This change ensures that any request that handles JWT tokens also correctly process CORS requests, when applicable. Though status 500 is strange by itself. Try enabling ISCLOG and see if any error is logged there
go to post Alexander Koblov · Jul 22, 2024 You should follow the steps in the "Concurrent External Backup" section of the documentation https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?... The three steps that you posted are subset of the steps recommended there
go to post Alexander Koblov · Jul 19, 2024 /api is active in the Web Gateway Does Apache forward /api to the Web Gateway? Do you have something like the following in httpd.conf <Location /api/> CSP On </Location>
go to post Alexander Koblov · Jul 17, 2024 There is a $System.Encryption.MD5HashStream() that does not read whole stream into the memory
go to post Alexander Koblov · Jul 10, 2024 Please double-check that you enabled Audit itself, and these events particularly
go to post Alexander Koblov · Jul 10, 2024 Cachè 2017.2 supports SQL Audit. There are three audit events: - %System/%SQL/DynamicStatement — for Dynamic SQL Queries - %System/%SQL/EmbeddedStatement — for Embedded SQL Queries - %System/%SQL/XDBCStatement - for ODBC/JDBC Queries https://docs.intersystems.com/ens201817/csp/docbook/DocBook.UI.Page.cls?...
go to post Alexander Koblov · Jul 3, 2024 (Usually the best way to get an answer on the Internet is not to ask a question, but post an incorrect statement. So hoping that someone would correct me, I would say that) This is not possible -- if there is not process attached, then there is no input for READ to read the value from
go to post Alexander Koblov · Jul 2, 2024 Only one small addition -- use DependsOn, not CompileAfter. Then ObjectScript compiler makes sure that Foo.Bar.1 is runnable when the Foo.Bar.2 is compiled https://docs.intersystems.com/iris20241/csp/docbook/Doc.View.cls?KEY=ROB...
go to post Alexander Koblov · May 8, 2024 Idea -- set Web Gateway event level log to pp0 and see what times it logs. That would help to identify if indeed the issue is witht the web server itself, or perhaps in some Web Gateway configuration I wonder if this is caused sometimes by establishing a new connection between Web Gateway and IRIS
go to post Alexander Koblov · Apr 22, 2024 Good catch! I would agree, that the documentation is wrong here. Please use "Feedback" button on the right border of the documtation page to report this, so that this is fixed.
go to post Alexander Koblov · Apr 22, 2024 Generally, on start you should have at least one workspace -- Default If you don't have it -- check with browser web developers tools if there are any CORS errors. If there are errors -- adjust KONG_ADMIN_GUI_URL See IAM Management Portal or Developer Portal Is Empty
go to post Alexander Koblov · Apr 15, 2024 Hm, check also Protect event in the Audit -- ensure that the Audit and logging of Protect events are enabled, then reproduce the problem and see if anything is logged in the Audit