I downloaded indicators from a domain on commcare live and uploaded on my
local commcare instance. However while I already have some data that should
show in the reports, both reports are blank (I have attached a screenshot
of the MVIS Health Coordinator page).
Below is part of the stack trace on django console for the MVIS report:
2014-10-30 06:13:35,765 INFO Could not grab indicator num_births_occured
in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator num_births_recorded
in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator maternal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator neonatal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator infant_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator under5_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator over5_deaths in
domain mvp-sauri
A variation of the above error on CHW manager report is:
2014-10-30 06:29:49,866 ERROR could not load indicator household_num_ec 2014-10-30 06:29:49,911 ERROR could not load indicator
family_planning_proportion 2014-10-30 06:29:49,960 ERROR could not load indicator num_births_occured 2014-10-30 06:29:50,012 ERROR could not load indicator num_births_recorded 2014-10-30 06:29:50,070 ERROR could not load indicator maternal_deaths 2014-10-30 06:29:50,118 ERROR could not load indicator neonatal_deaths 2014-10-30 06:29:50,165 ERROR could not load indicator infant_deaths 2014-10-30 06:29:50,211 ERROR could not load indicator under5_deaths 2014-10-30 06:29:50,257 ERROR could not load indicator over5_deaths 2014-10-30 06:29:50,302 ERROR could not load indicator
days_since_last_transmission
Is there something I have not done or should be done after uploading the
indicators from the json file for the reports to show?
./manage.py mvp_make_indicators has worked like charm.
Thank you!
···
On Thursday, October 30, 2014 9:41:45 AM UTC+3, Josiah Njuki wrote:
>
> Hi guys,
>
> Please help.
>
> I downloaded indicators from a domain on commcare live and uploaded on my
> local commcare instance. However while I already have some data that should
> show in the reports, both reports are blank (I have attached a screenshot
> of the MVIS Health Coordinator page).
>
> Below is part of the stack trace on django console for the MVIS report:
>
> *2014-10-30 06:13:35,765 INFO Could not grab indicator num_births_occured
> in domain mvp-sauri*
> *2014-10-30 06:13:35,802 INFO Could not grab indicator num_births_recorded
> in domain mvp-sauri*
> *2014-10-30 06:13:35,802 INFO Could not grab indicator maternal_deaths in
> domain mvp-sauri*
> *2014-10-30 06:13:35,802 INFO Could not grab indicator neonatal_deaths in
> domain mvp-sauri*
> *2014-10-30 06:13:35,803 INFO Could not grab indicator infant_deaths in
> domain mvp-sauri*
> *2014-10-30 06:13:35,803 INFO Could not grab indicator under5_deaths in
> domain mvp-sauri*
> *2014-10-30 06:13:35,803 INFO Could not grab indicator over5_deaths in
> domain mvp-sauri*
>
> A variation of the above error on CHW manager report is:
>
> *2014-10-30 06:29:49,866 ERROR could not load indicator household_num_ec*
> *2014-10-30 06:29:49,911 ERROR could not load indicator
> family_planning_proportion*
> *2014-10-30 06:29:49,960 ERROR could not load indicator num_births_occured*
> *2014-10-30 06:29:50,012 ERROR could not load indicator
> num_births_recorded*
> *2014-10-30 06:29:50,070 ERROR could not load indicator maternal_deaths*
> *2014-10-30 06:29:50,118 ERROR could not load indicator neonatal_deaths*
> *2014-10-30 06:29:50,165 ERROR could not load indicator infant_deaths*
> *2014-10-30 06:29:50,211 ERROR could not load indicator under5_deaths*
> *2014-10-30 06:29:50,257 ERROR could not load indicator over5_deaths*
> *2014-10-30 06:29:50,302 ERROR could not load indicator
> days_since_last_transmission*
>
> Is there something I have not done or should be done after uploading the
> indicators from the json file for the reports to show?
>
>
> Thanks in advance.
>
>
>
>
>
>
>
I downloaded indicators from a domain on commcare live and uploaded on my
local commcare instance. However while I already have some data that should
show in the reports, both reports are blank (I have attached a screenshot
of the MVIS Health Coordinator page).
Below is part of the stack trace on django console for the MVIS report:
2014-10-30 06:13:35,765 INFO Could not grab indicator num_births_occured
in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator num_births_recorded
in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator maternal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator neonatal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator infant_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator under5_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator over5_deaths in
domain mvp-sauri
A variation of the above error on CHW manager report is:
2014-10-30 06:29:49,866 ERROR could not load indicator household_num_ec 2014-10-30 06:29:49,911 ERROR could not load indicator
family_planning_proportion 2014-10-30 06:29:49,960 ERROR could not load indicator num_births_occured 2014-10-30 06:29:50,012 ERROR could not load indicator
num_births_recorded 2014-10-30 06:29:50,070 ERROR could not load indicator maternal_deaths 2014-10-30 06:29:50,118 ERROR could not load indicator neonatal_deaths 2014-10-30 06:29:50,165 ERROR could not load indicator infant_deaths 2014-10-30 06:29:50,211 ERROR could not load indicator under5_deaths 2014-10-30 06:29:50,257 ERROR could not load indicator over5_deaths 2014-10-30 06:29:50,302 ERROR could not load indicator
days_since_last_transmission
Is there something I have not done or should be done after uploading the
indicators from the json file for the reports to show?
./manage.py mvp_make_indicators has worked like charm.
Thank you!
On Thursday, October 30, 2014 9:41:45 AM UTC+3, Josiah Njuki wrote:
Hi guys,
Please help.
I downloaded indicators from a domain on commcare live and uploaded on my
local commcare instance. However while I already have some data that should
show in the reports, both reports are blank (I have attached a screenshot
of the MVIS Health Coordinator page).
Below is part of the stack trace on django console for the MVIS report:
2014-10-30 06:13:35,765 INFO Could not grab indicator num_births_occured
in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator
num_births_recorded in domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator maternal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,802 INFO Could not grab indicator neonatal_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator infant_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator under5_deaths in
domain mvp-sauri 2014-10-30 06:13:35,803 INFO Could not grab indicator over5_deaths in
domain mvp-sauri
A variation of the above error on CHW manager report is:
2014-10-30 06:29:49,866 ERROR could not load indicator household_num_ec 2014-10-30 06:29:49,911 ERROR could not load indicator
family_planning_proportion 2014-10-30 06:29:49,960 ERROR could not load indicator
num_births_occured 2014-10-30 06:29:50,012 ERROR could not load indicator
num_births_recorded 2014-10-30 06:29:50,070 ERROR could not load indicator maternal_deaths 2014-10-30 06:29:50,118 ERROR could not load indicator neonatal_deaths 2014-10-30 06:29:50,165 ERROR could not load indicator infant_deaths 2014-10-30 06:29:50,211 ERROR could not load indicator under5_deaths 2014-10-30 06:29:50,257 ERROR could not load indicator over5_deaths 2014-10-30 06:29:50,302 ERROR could not load indicator
days_since_last_transmission
Is there something I have not done or should be done after uploading the
indicators from the json file for the reports to show?