go to post Vermon Ferre · Mar 15 Figured it out. Both the Record and Recordmap classes need to be edited.
go to post Vermon Ferre · Mar 12 I was finally able to resolve my issue. First I used msiexec /x to uninstall each and every product code registry entry. Then I deleted all intersystems folders (some CSP fonts won't allow you to but it's ok), then deleted the registry entries. New install using the command line worked after.
go to post Vermon Ferre · Feb 29 I tried doing that as well. Logged on as a local admin, did add/remove. It looked to work but the bar is also just stuck and I don't see any progress.
go to post Vermon Ferre · Feb 28 Ran command prompt as admin and also logged in as admin on windows. Same results on both instances.
go to post Vermon Ferre · Sep 9, 2022 It does work when it's simply RXNORM. We actually resolved this by "manually" resolving the OID in the SDA during retrieval.
go to post Vermon Ferre · Dec 10, 2020 Vic, First of all, thank you for your reply and for that link. I have tried a few things and it ended up that the issue was my private key. The private key was OPENSSH while the requirement was an RSA key. After converting to RSA, the connection went through fine. For reference, I used the command ssh-keygen -p -P "old passphrase" -N "new passphrase" -m pem -f path/to/key