Question Ditmar Tybussek · Feb 21 Problem sending Mail via smtp-mail.outlook.com / OAUTH2 as SMTP or JSON Hi, I do have the problem to send mails to outlook after getting the new OAUTH2 token. I have no problem getting the token, but after I got the token I try to send the mail thru smtp but authorization failed , please see my try to send the token thru the %Net.Authenticator mechanism %Net.SASL.XOAUTH2 Is this ok? Or is there an other method to authenticate using the needed bearer method instead of user/pwd with the authenticator? ....code to get the token is working.. #OAuth2 #InterSystems IRIS 0 0 0 21
Question Ditmar Tybussek · Feb 11 Can the WebGateway Port changed from i.e. 57773 to 433? Hi, Is it possible to change the WebGateway Port i.e. from i.e. 57773 to 443 to use it as: https://myserver/iris/csp/sys/%25CSP.Portal.Home.zen.....etc. Meaning: https://myserver:443/iris/csp/sys/%25CSP.Portal.Home.zen Are there any known problems or other suggestions? #Management Portal #InterSystems IRIS 0 2 0 51
Question Ditmar Tybussek · Jun 23, 2024 How to convert an embeddings vector to be saved as %Vector I try to get a vector from calling GetEmbedding, but i failed to convert it into a vector Here is a simplyfied sample class: #Embedded Python #Generative AI (GenAI) #Vector Search #InterSystems IRIS 0 4 0 138
Question Ditmar Tybussek · Aug 31, 2022 Docker Container with different NLS Locale Definition (like DEUW) Hi, I have a problem when starting the docker container that the collation is standard US sample: docker run --name iris1 -d --publish 1972:1972 --publish 52773:52773 containers.intersystems.com/intersystems/iris-community:2022.1.0.209.0 --check-caps false After the installation I like to import existing classes and globals but it failed due to an collation error We usually use DEUW = German3 #Docker #InterSystems IRIS 0 3 0 215