UNABLE TO IMPORT SNOMED AFTER INSTALL #940
|
Hi. So i installed snow-owl using the docker image. The installation appear to be working as i entered this in the prompt:
and got the following response:
However when i try to upload snomed using:
i get the message
** Any help with this is highly appreciated. Thanks.** |
Replies: 7 comments
|
Hi @okongwu101, Thank you for checking out Snow Owl. An example curl command to import the latest International RF2 Full from the official release file would look like this: I hope this helps. Regards, |
|
Hi @cmark , |
|
That was the error message i got. How do i acquire the authorization code? Any guide on how to use it? Thanks in advance. |
|
Did you set up any form of authorization? If no then the default file-based authorization is in place with a single default user I hope this helps. Documentation can be found here, how ever regarding API usage we don't have a detailed documentation publicly available yet (it is expected to come in the coming weeks though) |
|
Worked ! Thanks a lot. Up to the next brick wall. |
|
Hi @okongwu101, Do you still experience issues with your RF2 import? Have you been able to import any RF2 content successfully into your installation? Cheers, |
|
Converting to discussion... |
Hi @okongwu101,
Thank you for checking out Snow Owl.
It looks like the
curlcommand you have tried missing a few required parameters to work properly.I recommend using the newer
POST /snomed-ct/v3/{path}/importendpoint instead of the deprecatedPOST /snomed-ct/v3/imports(the latter will be removed in the upcoming 8.x release).An example curl command to import the latest International RF2 Full from the official release file would look like this:
I hope this helps.
Regards,
…