Question Jordan Everett · Apr 15 SQL Server Management Studio Can Do ODBC Connection But Doesn't Return Rows Hey everyone, I'm currently running into a very weird issue to where I am trying to connect with a 64 bit version of SQL Server Management Studio (SSMS) to a HealthShare instance. I have created a System DSN using the Drivers (image below) that were downloaded with the Client version of the install and I'm able to successfully connect using my credentials. #Databases #ODBC #SQL #HealthShare 0 2 0 297
Question Jordan Everett · Oct 10, 2023 Include Business Partners in Ensemble Production Exports Hello! I just had a quick question for anyone out there with more experience on deploying Ensemble productions. I'm currently trying to export my Ensemble production WITH the Business Partners so I don't have to rebuild or add to that table after I import my Ensemble Production. I know that this is a small thing and doesn't actually affect anything in the production in terms of performance, but I like to have it for better documentation. #Deployment #Ensemble #HealthShare 0 3 0 176
Question Jordan Everett · Aug 18, 2023 Setting Encryption Keys for SFTP Upload in Ensemble Production Hello! I'm currently trying to setup a SFTP Ensemble production to handle all of my SFTP transactions. It's been going well, but I'm currently running into an issue where it is saying it is unable to exchange encryption keys. Error Below: Unable to exchange encryption keys [80101005] at Session.cpp:238,0' matched ReplyCodeAction 1 : 'E=R' resulting in Action code R Any advice on getting around this would be appreciated. #FTP #Ensemble #Health Connect #HealthShare 0 3 0 345
Question Jordan Everett · Mar 30, 2023 Intersystems Environment Requiring Values in Parameters Hey all, I have been creating a class to handle file encryption by using GPG keys. I pushed my code out today and my encrypt and decrypt methods weren't working. About a half an hour later in troubleshooting I found out that it needed to be a syntax change. My method has three parameters to it. Examples below: This is how I was calling it in the test system with no issues: do gpg.Encrypt() This is how I was having to call it in my production system to work with no issues: do gpg.Encrypt("","","") #Compiler #ObjectScript #HealthShare 0 6 0 269
Question Jordan Everett · Mar 21, 2023 Namespace Does Not Support Ensemble Hey all, I'm trying to enable an existing namespace to be Ensemble enabled by doing the command do ##class(%EnsembleMgr).EnableNamespac($namespace,1), but I'm still getting the error message. Is there something that I'm missing? I've attempted to reboot the server and even went incognito to see if it was a caching issue, but I'm still not able to create an Ensemble production in that namespace. #Management Portal #Namespace #Ensemble #HealthShare 0 2 0 406
Question Jordan Everett · Mar 13, 2023 Class Debugging in Terminal Hey all! I was wondering if anyone had any input on how to troubleshoot classes in a terminal session? I'm currently writing an "adapter" so that way we can encrypt and decrypt files through GNUPG (PGP keys). #Debugging #ObjectScript #Terminal #HealthShare 0 3 0 360
Question Jordan Everett · Dec 30, 2022 Visual Studio Code Debugging I am currently trying to better my development process by using Visual Studio Code because I'm more familiar and comfortable with it than Studio. I've followed the guide here, but I'm still having issues. I initially didn't have the Web Socket protocol allowed on my Web Gateway server, but I enabled that and restarted the server with no luck. #Debugging #Development Environment #HealthShare #VSCode 0 15 1 639
Question Jordan Everett · Aug 1, 2022 Email Template Does anyone have any pointers or maybe familiarity of making Email templates in Objectscript? I'm currently trying to implement Televisits with our system and am needing to send an email to the patient. I'd like to make it a nicer looking email which will require a good amount of inline CSS. I currently have a method, but is very much a sore sight for the eyes. I was wondering if there was a way I could use Embedded HTML and pass that into the DO msg.TextData.Write command with the ##class(%Net.MailMessage)? #HTML #ObjectScript #HealthShare 0 2 0 398
Question Jordan Everett · Jun 4, 2022 Web Gateway Managing Multiple Management Portals Hi all! I'm currently trying to find out how to have one Web Gateway route to multiple servers Management Portal. The only thing that I have come up with so far is to potentially make different routes per server? I have a development, test, and production server and I want to use the same Gateway server using IIS to do SSL/TLS encryption for the CSP pages. Any ideas or recommendations to pull this off? #CSP #Management Portal #Web Gateway #HealthShare 0 4 0 393
Question Jordan Everett · Apr 15, 2020 Declaring a variable in a class that a routine will recognize Hello all, I'm new to the Intersystems development world and I've been trying to figure out how to make a REST API using ObjectScript. I found a tutorial that I've been following that has been great and I'm trying to translate what I've learned to live data. #API #ObjectScript #REST API #InterSystems IRIS 0 2 0 265