Unable to Process Scan Reports and Create Datasets #56
Replies: 0 comments 11 replies
|
Hi @truptidesai30 - thanks for trying out Carrot. You've started at a fun time, as we're very much building towards a Carrot Mapper 3.0, including deprecating our "legacy" UI, and making the whole app much easier to run and deploy. This is to say - we've not been investing time in maintaining the current documentation much over the past few months. I imagine there's something we've missed in the docker compose, so we'll check tomorrow and get back to you. |
|
Hi @truptidesai30 - Thanks again for testing and using our Carrot. The problem with docker-compose has been discovered and solved, at least in my end. Please follow these steps to run Carrot again using Docker compose:
--> After that please delete the
rules-local
scanreports-local
rules-exports-local
uploadreports-localand also add these scan-reports
data-dictionaries
rules-exportsThis step helps with setting up the local storage container
{
"keys": [
{
"name": "default",
"value": "rules_key",
"encrypted": false
}
]
}This helps Carrot to have a proper local authentication for Azure function. Please try these steps to see if Carrot can run normally on the server of Docker compose in your end. Sorry for the many undocumented steps here. We will update these in docs as soon as possible. If you have any questions or problems, please don't hesitate to contact us. |
|
Hi @AndrewThien, Thanks for sharing these steps. I have followed them as suggested. After making all the changes, I ran docker-compose up to start all the containers, and they are running successfully. I uploaded the scan report, but it remains in 'In Progress' status, and I don't see any files created in the Azurite emulator storage account or any progress happening. I’m working with the 2.4.1 code base and the docker-compose file shared with me. Is there something I’m missing? Can you help me with this?
|
|
Hi @AndrewThien, I have cloned the latest version of Carrot 2.5.0. I deleted all the old containers and unused images, then ran docker-compose up on the latest version. However, I encountered the following error. Previously, I didn't need to log in to Docker, but after logging in and trying again, I still get the same error.
|



Uh oh!
There was an error while loading. Please reload this page.
I am new to Carrot and am currently working on setting up Carrot Mapper on our end. We would like to use it to convert our datasets to the OMOP format. Referring to the setup steps outlined in the Carrot Mapper documentation, I have attempted to configure it, but I'm encountering some issues and am unable to make progress.
I've successfully downloaded Carrot Mapper version 2.4.1, used Docker Compose to start the services, and have the web application running. I uploaded a scan report (generated from White Rabbit), and it appears to be in progress. However, the report isn't being stored in the storage container, and the queues aren't being triggered, although a record is being created in the database.
Is there anything I should check to resolve this issue?
Additionally, on the UI side, I'm unable to create datasets or upload the scan report. I was only able to add a dataset and upload it through the administrative site.
Any guidance or suggestions would be greatly appreciated!
Thanks in advance!!
All reactions