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.** |
Beta Was this translation helpful? Give feedback.
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, |
Beta Was this translation helpful? Give feedback.
-
Hi @cmark , |
Beta Was this translation helpful? Give feedback.
-
That was the error message i got. How do i acquire the authorization code? Any guide on how to use it? Thanks in advance. |
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
Worked ! Thanks a lot. Up to the next brick wall. |
Beta Was this translation helpful? Give feedback.
-
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, |
Beta Was this translation helpful? Give feedback.
-
Converting to discussion... |
Beta Was this translation helpful? Give feedback.
Hi @okongwu101,
Thank you for checking out Snow Owl.
It looks like the
curl
command you have tried missing a few required parameters to work properly.I recommend using the newer
POST /snomed-ct/v3/{path}/import
endpoint 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,
…