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.
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.
go to post
Figured it out. Both the Record and Recordmap classes need to be edited.
go to post
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
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
Ran command prompt as admin and also logged in as admin on windows. Same results on both instances.
go to post
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
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