wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

cant publish form to aggregate #1046

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi every had build a form from ODK build but cant publish in ODK aggregate.

Pls. help as I need the form to be uploaded..thanks

Original issue reported on code.google.com by sciphili...@gmail.com on 17 Aug 2014 at 10:45

Attachments:

GoogleCodeExporter commented 9 years ago
It's not publishing because the form is not valid. I ran it through ODK 
Validate (http://opendatakit.org/downloads/download-category/validate/) and 
this is what it reported...

duplicate definition for text ID "/data/DRR/DRR_training:label" and form 
"null". Can only have one definition for each text form.
    Problem found at nodeset: /html/head/model/itext/translation[@lang=eng]/text
    With element <text id="/data/DRR/DRR_training:label">

org.javarosa.xform.parse.XFormParseException: duplicate definition for text ID 
"/data/DRR/DRR_training:label" and form "null". Can only have one definition 
for each text form.
    Problem found at nodeset: /html/head/model/itext/translation[@lang=eng]/text
    With element <text id="/data/DRR/DRR_training:label">

Fix those issues and it'll publish.

Original comment by yano...@nafundi.com on 18 Aug 2014 at 4:00