go to post Luis Angel Pére... · Jan 26, 2024 You can see a similar example here. In your case you can set in pResponse the name of the file created and read it from the business process.
go to post Luis Angel Pére... · Jan 26, 2024 The API call is async? Maybe you are comparing both variable before to the end of the API call.
go to post Luis Angel Pére... · Jan 26, 2024 Maybe is there whitespaces in context.Prov? Have you tried to remove it? if $ZSTRIP(context.Prov,"<>W") = $ZSTRIP(context.ProvName,"<>W")
go to post Luis Angel Pére... · Jan 23, 2024 Try killing from the operating system the process, check the process id that is being executed and kill it. Check this answer: https://community.intersystems.com/post/stop-running-sql-query-quickly#c...
go to post Luis Angel Pére... · Jan 23, 2024 You can check a similar question here: https://community.intersystems.com/post/stop-running-sql-query-quickly#c...
go to post Luis Angel Pére... · Jan 23, 2024 You can identify the id of the process and kill it from the operating system.
go to post Luis Angel Pére... · Jan 22, 2024 There is no problem to use Apache on Windows, even more, the former private web server was Apache.
go to post Luis Angel Pére... · Jan 21, 2024 Hi @Andreas Dieckow ! I wrote an article about the Apache Server installation, if any is interested here is it (with screenshots included!).
go to post Luis Angel Pére... · Jan 21, 2024 Your web application is configured to accept just Unauthenticated requests, if you want to use password authentication check it on the configuration. I think that your application is ignoring the user that you are using and that's the reason because you don't have the proper permissions.
go to post Luis Angel Pére... · Jan 20, 2024 Have the response messages between the business operation and the business process any relevant data? Any info about errors? Are you catching and logging the errors from the business operation?
go to post Luis Angel Pére... · Jan 19, 2024 Thank you guys!! It's a great satisfaction to be part of this wonderful community!
go to post Luis Angel Pére... · Jan 18, 2024 Looks like an error with the mapping of globals among namespaces: https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls...
go to post Luis Angel Pére... · Jan 10, 2024 Take a look to this answer to a similar question: https://community.intersystems.com/post/using-ssh-connect-iris#comment-1...
go to post Luis Angel Pére... · Jan 8, 2024 Have you tried to import the project into a version lower than 2018.1.4? Maybe the gap between 2012 and 2018 is too large in compatibility terms.
go to post Luis Angel Pére... · Jan 8, 2024 Have you checked Open Exchange? https://openexchange.intersystems.com/?search=cache%20log&sort=r
go to post Luis Angel Pére... · Jan 5, 2024 That rings me a bell with something similar that happened to a customer, but in his case was a jdbc connection to a SQL server database configured with the stay connected to -1. The database closed the connection and IRIS received a similar error.
go to post Luis Angel Pére... · Jan 5, 2024 And about SELECT queries: What can I say? IRIS defeats all of them!
go to post Luis Angel Pére... · Jan 5, 2024 I've created a new branch on GitHub project to include Oracle tests...I'm not going to merge it to the main branch because Oracle docker image consumes a lot of memory and requires to modify the Docker Desktop configuration, but if anyone is interested on it here is the branch published: https://github.com/intersystems-ib/workshop-py-performance/tree/oracle Here is the comparative graph with Oracle included: As you can see IRIS and Oracle are equivalents in terms of performance.