@gregk: having issues getting the CPT4 shell script working, have you seen this error:
gov.nih.nlm.uts.webservice.UtsFault_Exception: Error getting a ticket granting ticket: null
My UMLS login appears to be working via the website.
Thanks,
Ajit
OHDSI Home | Forums | Wiki | Github |
@gregk: having issues getting the CPT4 shell script working, have you seen this error:
gov.nih.nlm.uts.webservice.UtsFault_Exception: Error getting a ticket granting ticket: null
My UMLS login appears to be working via the website.
Thanks,
Ajit
Sorry my bad – I think it was a java issue on my machine. Thanks for being on top of everything though
I had an issue with that script as well. I had to install Java 8 on my machine to run that script. It didn’t work against the latest version of Java on MacOS. It seems the script uses libraries which were removed from Java 10, but I’m not sure
I remember having the same issue with latest Java. The workaround from this GH issue helped.
Anyhow, using Java 8 for cpt4.jar is a safe bet.