Question David Marinkovic · Aug 22 Write to messages.log Hi, Can we write message in the messages.log file ? Thanks #System Administration #HealthShare #InterSystems IRIS for Health #Health Connect #InterSystems IRIS 0 1 0 121
Question David Marinkovic · Jul 31 Visual Studio Fail to connect my local IRIS, error message : Not found Hello, I have installed the latest version of IRIS (without a web server) to replace my community version with a embeded web server. I tried to connect Visual Studio Code to my namespace, but I am unable to do so. I keep receiving the message "Not found." Here is my configuration: "pc-david": { "webServer": { "scheme": "http", "host": "localhost", "port": 80 }, "description": "pc-david", "username": "_SYSTEM"} #VSCode #InterSystems IRIS 0 9 0 97
Question David Marinkovic · May 21 DEBUG HTTPS REST API WITH WIRESHARK Hi guys, I need to check my HTTPS POST REQUEST, in order to do this I try to catch it by using wireshark. I can't see anything because of the encryption. I try unsuccefully to use the SSLKEYLOGFILE key (windows 11), but the generated file did not increase when I trigger my code OR postman, it grows only by the action of the web browser. My question is so simple : #Debugging #Encryption #REST API #InterSystems IRIS 0 2 0 260
Question David Marinkovic · May 16 RSA Encryption Decryption Hi guys, I try to make a test of encryption, decryption of a simple text. I can crypt my text, but I can't decrypt it, do you see somewhere a dummy error of my part ? Thanks for help ClassMethod UnitTest() { set inputPlainText = "David" // get private key set privKeyFileName = "C:\temp\toto.pem" set privobjCharFile = ##class(%Stream.FileCharacter).%New() set privobjCharFile.Filename = privKeyFileName set privKey = privobjCharFile.Read() #Encryption #InterSystems IRIS 0 2 1 156
Question David Marinkovic · Apr 23 Encoding / Dos CP 437 / Visual Studio Code Extension / Export Function Hello everyone, I have an issue related to Visual Studio Code and its InterSystems extension when exporting routines from the database to the file system. The code entered via the terminal editor is encoded in DOS code page 437, but when I export it to my file system, even if I set the file opening to DOS CP 437, the accented characters which are two bytes long cause problems. #Terminal #Caché 0 0 0 105