Question Matheus Augusto · Sep 4 About %Stream.TmpCharacter Dear, Community! I have a concern about using %Stream.TmpCharacter for storage purposes. Reading the class's source code, I can understand a bit about how it works. But I'd like to know from the community how it actually works. Is it necessary to use the .Clear() method to clear this buffer, or is it done automatically upon disposal? Note: Please forgive my poor English. #Caché #Ensemble 1 6 0 55
Question Matheus Augusto · Jun 3 Proxy reverse to inside HTTP internal port 57772 Is a layer before the internal HTTP of Caché/IRIS, such as a Reverse Proxy or API Gateway, a good option? Example: I have an API using %CSP.REST, and I am using the internal port for development. But for production and approval, I put a reverse proxy using NGINX. Is this recommended? Is it an alternative? Diagram. #Caché #InterSystems IRIS 0 3 1 57
Question Matheus Augusto · Oct 4, 2024 Connection problem with %SQLGatewayConnection I'm trying to make a connection to an external database using %SQLGatewayConnection, but the connection always fails. DSN properly configured. I try to make the same connection through isql in bash, and the connection is successful. This same connection fails in Caché. #Caché #Ensemble 0 4 0 113
Question Matheus Augusto · Jun 13, 2024 Include CSP in CLS. Is there any way to include a CSP page within a CLS?Example: #Include file.csp Context: I work with a legacy that most screens are built using only CLS. I'm trying to change this by separating the frontend layers to be built only with CSP and backend layers using CLS. I improvised a method that injects an iframe to render the CSP in CLS through that iframe, but I'm still not happy. I need to know if there is any way to include this CSP using some specific resource for this. #CSP #Caché 0 15 0 206