Aggregate on Windows 10

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem at all
on https://ona.io
I obtain the message "Form did not specify has Form ID. For information one
Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

Hi Dan,

It sounds like you are uploading an XLS file to Aggregate. That won't
work. It needs to be an XML file. See http://opendatakit.org/xiframe
for a conversion tool.

Yaw

··· On Sun, Mar 26, 2017 at 1:31 PM, Daniel Couret wrote: > Hello, I read, read, read and I have nothing :- (( > > I need help. > > I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and > Apache Tomcat 8.5.12 and Java 8.0 > (I am not in https://. ) > I cannot load forms .xml that I have already tested, with no problem at all > on https://ona.io > I obtain the message "Form did not specify has Form ID. For information one > Form ID please check FAQ tea Open Data kit" > have you ideas to help me solve my problem? > > Thank you very much > > Dan > Afficher le contenu coupé > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Hi,

It is OK
Why?

Dan

··· Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit :

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem at
all on https://ona.io
I obtain the message "Form did not specify has Form ID. For information
one Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

Hi Yaw,
thanks.
They are files .xlm built with Form builder or XLSForm
Dan

··· Le dimanche 26 mars 2017 23:58:37 UTC, Yaw Anokwa a écrit :

Hi Dan,

It sounds like you are uploading an XLS file to Aggregate. That won't
work. It needs to be an XML file. See http://opendatakit.org/xiframe
for a conversion tool.

Yaw

On Sun, Mar 26, 2017 at 1:31 PM, Daniel Couret <dco...@gmail.com <javascript:>> wrote:

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem at
all
on https://ona.io
I obtain the message "Form did not specify has Form ID. For information
one
Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

--

Post: opend...@googlegroups.com <javascript:>
Unsubscribe: opendatakit...@googlegroups.com <javascript:>
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.

The Ona forms generator does not, by default, supply an id on the form's
top-level node.

You can either add that by manually editing the form, or perhaps there is
some mechanism to get Ona to generate this id.

Also, I think it is Ona's form generator that also generates a version
attribute that is 12 digits long, which will also cause a failure on ODK
Aggregate. 12 digit numbers are bigger than the largest integer value. They
need to be no more than 10 digits long (we recommend yyyymmddvv format;
e.g., 2017032701)

See https://opendatakit.org/help/form-design/ for a description of the XML
file.
See https://opendatakit.org/help/form-design/guidelines/ for info on the id
and version attribute.

··· On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret wrote:

Hi,

It is OK
Why?

Dan

Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit :

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem at
all on https://ona.io
I obtain the message "Form did not specify has Form ID. For information
one Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitchellsundt@gmail.com

Thanks Mitch,

I saw that .xml got back from Ona's server caused me problems.
Thank you for the precision and the answer.

;-))

Dan

··· Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit :

The Ona forms generator does not, by default, supply an id on the form's
top-level node.

You can either add that by manually editing the form, or perhaps there is
some mechanism to get Ona to generate this id.

Also, I think it is Ona's form generator that also generates a version
attribute that is 12 digits long, which will also cause a failure on ODK
Aggregate. 12 digit numbers are bigger than the largest integer value. They
need to be no more than 10 digits long (we recommend yyyymmddvv format;
e.g., 2017032701)

See https://opendatakit.org/help/form-design/ for a description of the
XML file.
See https://opendatakit.org/help/form-design/guidelines/ for info on the
id and version attribute.

On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret <dco...@gmail.com <javascript:>> wrote:

Hi,

It is OK
Why?

Dan

Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit :

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem at
all on https://ona.io
I obtain the message "Form did not specify has Form ID. For information
one Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

--

Post: opend...@googlegroups.com <javascript:>
Unsubscribe: opendatakit...@googlegroups.com <javascript:>
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com <javascript:>

Matt and Mitch,

It'd be good to get this resolved so we don't have breakage between the tools.

Mitch: Does the version have to be represented as a primitive type in Aggregate?

Matt: Can Ona also generate a form ID?

Matt: Can Ona limit versions to 10 digits? We've added a PR to the
XLSForm docs. https://github.com/XLSForm/xlsform.github.io/pull/82

Thanks,

Yaw

··· On Tue, Mar 28, 2017 at 4:32 AM, Daniel Couret wrote: > Thanks Mitch, > > I saw that .xml got back from Ona's server caused me problems. > Thank you for the precision and the answer. > > ;-)) > > Dan > > Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit : >> >> The Ona forms generator does not, by default, supply an id on the form's >> top-level node. >> >> You can either add that by manually editing the form, or perhaps there is >> some mechanism to get Ona to generate this id. >> >> Also, I think it is Ona's form generator that also generates a version >> attribute that is 12 digits long, which will also cause a failure on ODK >> Aggregate. 12 digit numbers are bigger than the largest integer value. They >> need to be no more than 10 digits long (we recommend yyyymmddvv format; >> e.g., 2017032701) >> >> See https://opendatakit.org/help/form-design/ for a description of the XML >> file. >> See https://opendatakit.org/help/form-design/guidelines/ for info on the >> id and version attribute. >> >> >> >> >> >> On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret wrote: >>> >>> Hi, >>> >>> It is OK >>> Why? >>> >>> Dan >>> >>> >>> Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit : >>>> >>>> Hello, I read, read, read and I have nothing :- (( >>>> >>>> I need help. >>>> >>>> I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and >>>> Apache Tomcat 8.5.12 and Java 8.0 >>>> (I am not in https://. ) >>>> I cannot load forms .xml that I have already tested, with no problem at >>>> all on https://ona.io >>>> I obtain the message "Form did not specify has Form ID. For information >>>> one Form ID please check FAQ tea Open Data kit" >>>> have you ideas to help me solve my problem? >>>> >>>> Thank you very much >>>> >>>> Dan >>>> Afficher le contenu coupé >>> >>> -- >>> -- >>> Post: opend...@googlegroups.com >>> Unsubscribe: opendatakit...@googlegroups.com >>> Options: http://groups.google.com/group/opendatakit?hl=en >>> >>> --- >>> You received this message because you are subscribed to the Google Groups >>> "ODK Community" group. >>> To unsubscribe from this group and stop receiving emails from it, send an >>> email to opendatakit...@googlegroups.com. >>> For more options, visit https://groups.google.com/d/optout. >> >> >> >> >> -- >> Mitch Sundt >> Software Engineer >> University of Washington >> mitche...@gmail.com > > -- > -- > Post: opendatakit@googlegroups.com > Unsubscribe: opendatakit+unsubscribe@googlegroups.com > Options: http://groups.google.com/group/opendatakit?hl=en > > --- > You received this message because you are subscribed to the Google Groups > "ODK Community" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to opendatakit+unsubscribe@googlegroups.com. > For more options, visit https://groups.google.com/d/optout.

Looping in Dickson from our side to look at this

··· On Sat, Apr 1, 2017 at 1:23 AM Yaw Anokwa wrote:

Matt and Mitch,

It'd be good to get this resolved so we don't have breakage between the
tools.

Mitch: Does the version have to be represented as a primitive type in
Aggregate?

Matt: Can Ona also generate a form ID?

Matt: Can Ona limit versions to 10 digits? We've added a PR to the
XLSForm docs. https://github.com/XLSForm/xlsform.github.io/pull/82

Thanks,

Yaw

On Tue, Mar 28, 2017 at 4:32 AM, Daniel Couret dcouret@gmail.com wrote:

Thanks Mitch,

I saw that .xml got back from Ona's server caused me problems.
Thank you for the precision and the answer.

;-))

Dan

Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit :

The Ona forms generator does not, by default, supply an id on the form's
top-level node.

You can either add that by manually editing the form, or perhaps there
is
some mechanism to get Ona to generate this id.

Also, I think it is Ona's form generator that also generates a version
attribute that is 12 digits long, which will also cause a failure on ODK
Aggregate. 12 digit numbers are bigger than the largest integer value.
They
need to be no more than 10 digits long (we recommend yyyymmddvv format;
e.g., 2017032701)

See https://opendatakit.org/help/form-design/ for a description of the
XML
file.
See https://opendatakit.org/help/form-design/guidelines/ for info on
the
id and version attribute.

On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret dco...@gmail.com wrote:

Hi,

It is OK
Why?

Dan

Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit :

Hello, I read, read, read and I have nothing :- ((

I need help.

I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6
and
Apache Tomcat 8.5.12 and Java 8.0
(I am not in https://. )
I cannot load forms .xml that I have already tested, with no problem
at
all on https://ona.io
I obtain the message "Form did not specify has Form ID. For
information
one Form ID please check FAQ tea Open Data kit"
have you ideas to help me solve my problem?

Thank you very much

Dan
Afficher le contenu coupé

--

Post: opend...@googlegroups.com
Unsubscribe: opendatakit...@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google
Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send
an
email to opendatakit...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

--
Mitch Sundt
Software Engineer
University of Washington
mitche...@gmail.com

--

Post: opendatakit@googlegroups.com
Unsubscribe: opendatakit+unsubscribe@googlegroups.com
Options: http://groups.google.com/group/opendatakit?hl=en


You received this message because you are subscribed to the Google Groups
"ODK Community" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to opendatakit+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Yaw,

Matt: Can Ona also generate a form ID?

I believe the form ID is generated (largely user defined) already and usually the first tag within the tag. Which one do you mean exactly?

Matt: Can Ona limit versions to 10 digits?

We can also limit versions to 10 digits, and probably add additional checks for user defined form versions. https://github.com/onaio/onadata/issues/982

··· On Saturday, April 1, 2017 at 6:55:23 AM UTC+3, Matt Berg wrote: > Looping in Dickson from our side to look at this > > > > > > On Sat, Apr 1, 2017 at 1:23 AM Yaw Anokwa wrote: > Matt and Mitch, > > > > It'd be good to get this resolved so we don't have breakage between the tools. > > > > Mitch: Does the version have to be represented as a primitive type in Aggregate? > > > > Matt: Can Ona also generate a form ID? > > > > Matt: Can Ona limit versions to 10 digits? We've added a PR to the > > XLSForm docs. https://github.com/XLSForm/xlsform.github.io/pull/82 > > > > Thanks, > > > > Yaw > > > > On Tue, Mar 28, 2017 at 4:32 AM, Daniel Couret wrote: > > > Thanks Mitch, > > > > > > I saw that .xml got back from Ona's server caused me problems. > > > Thank you for the precision and the answer. > > > > > > ;-)) > > > > > > Dan > > > > > > Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit : > > >> > > >> The Ona forms generator does not, by default, supply an id on the form's > > >> top-level node. > > >> > > >> You can either add that by manually editing the form, or perhaps there is > > >> some mechanism to get Ona to generate this id. > > >> > > >> Also, I think it is Ona's form generator that also generates a version > > >> attribute that is 12 digits long, which will also cause a failure on ODK > > >> Aggregate. 12 digit numbers are bigger than the largest integer value. They > > >> need to be no more than 10 digits long (we recommend yyyymmddvv format; > > >> e.g., 2017032701) > > >> > > >> See https://opendatakit.org/help/form-design/ for a description of the XML > > >> file. > > >> See https://opendatakit.org/help/form-design/guidelines/ for info on the > > >> id and version attribute. > > >> > > >> > > >> > > >> > > >> > > >> On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret wrote: > > >>> > > >>> Hi, > > >>> > > >>> It is OK > > >>> Why? > > >>> > > >>> Dan > > >>> > > >>> > > >>> Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit : > > >>>> > > >>>> Hello, I read, read, read and I have nothing :- (( > > >>>> > > >>>> I need help. > > >>>> > > >>>> I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and > > >>>> Apache Tomcat 8.5.12 and Java 8.0 > > >>>> (I am not in https://. ) > > >>>> I cannot load forms .xml that I have already tested, with no problem at > > >>>> all on https://ona.io > > >>>> I obtain the message "Form did not specify has Form ID. For information > > >>>> one Form ID please check FAQ tea Open Data kit" > > >>>> have you ideas to help me solve my problem? > > >>>> > > >>>> Thank you very much > > >>>> > > >>>> Dan > > >>>> Afficher le contenu coupé > > >>> > > >>> -- > > >>> -- > > >>> Post: opend...@googlegroups.com > > >>> Unsubscribe: opendatakit...@googlegroups.com > > >>> Options: http://groups.google.com/group/opendatakit?hl=en > > >>> > > >>> --- > > >>> You received this message because you are subscribed to the Google Groups > > >>> "ODK Community" group. > > >>> To unsubscribe from this group and stop receiving emails from it, send an > > >>> email to opendatakit...@googlegroups.com. > > >>> For more options, visit https://groups.google.com/d/optout. > > >> > > >> > > >> > > >> > > >> -- > > >> Mitch Sundt > > >> Software Engineer > > >> University of Washington > > >> mitche...@gmail.com > > > > > > -- > > > -- > > > Post: opend...@googlegroups.com > > > Unsubscribe: opendatakit...@googlegroups.com > > > Options: http://groups.google.com/group/opendatakit?hl=en > > > > > > --- > > > You received this message because you are subscribed to the Google Groups > > > "ODK Community" group. > > > To unsubscribe from this group and stop receiving emails from it, send an > > > email to opendatakit...@googlegroups.com. > > > For more options, visit https://groups.google.com/d/optout.

Thanks for taking this on, Ukanga!

Daniel, if you can share the form that had this problem publicly,
please add it to this thread. If you can't, please email me directly
so I can check on it.

Yaw

··· On Fri, Mar 31, 2017 at 9:46 PM, wrote: > Yaw, > >> Matt: Can Ona also generate a form ID? > > I believe the form ID is generated (largely user defined) already and usually the first tag within the tag. Which one do you mean exactly? > >> Matt: Can Ona limit versions to 10 digits? > > We can also limit versions to 10 digits, and probably add additional checks for user defined form versions. https://github.com/onaio/onadata/issues/982 > > > > On Saturday, April 1, 2017 at 6:55:23 AM UTC+3, Matt Berg wrote: >> Looping in Dickson from our side to look at this >> >> >> >> >> >> On Sat, Apr 1, 2017 at 1:23 AM Yaw Anokwa wrote: >> Matt and Mitch, >> >> >> >> It'd be good to get this resolved so we don't have breakage between the tools. >> >> >> >> Mitch: Does the version have to be represented as a primitive type in Aggregate? >> >> >> >> Matt: Can Ona also generate a form ID? >> >> >> >> Matt: Can Ona limit versions to 10 digits? We've added a PR to the >> >> XLSForm docs. https://github.com/XLSForm/xlsform.github.io/pull/82 >> >> >> >> Thanks, >> >> >> >> Yaw >> >> >> >> On Tue, Mar 28, 2017 at 4:32 AM, Daniel Couret wrote: >> >> > Thanks Mitch, >> >> > >> >> > I saw that .xml got back from Ona's server caused me problems. >> >> > Thank you for the precision and the answer. >> >> > >> >> > ;-)) >> >> > >> >> > Dan >> >> > >> >> > Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit : >> >> >> >> >> >> The Ona forms generator does not, by default, supply an id on the form's >> >> >> top-level node. >> >> >> >> >> >> You can either add that by manually editing the form, or perhaps there is >> >> >> some mechanism to get Ona to generate this id. >> >> >> >> >> >> Also, I think it is Ona's form generator that also generates a version >> >> >> attribute that is 12 digits long, which will also cause a failure on ODK >> >> >> Aggregate. 12 digit numbers are bigger than the largest integer value. They >> >> >> need to be no more than 10 digits long (we recommend yyyymmddvv format; >> >> >> e.g., 2017032701) >> >> >> >> >> >> See https://opendatakit.org/help/form-design/ for a description of the XML >> >> >> file. >> >> >> See https://opendatakit.org/help/form-design/guidelines/ for info on the >> >> >> id and version attribute. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret wrote: >> >> >>> >> >> >>> Hi, >> >> >>> >> >> >>> It is OK >> >> >>> Why? >> >> >>> >> >> >>> Dan >> >> >>> >> >> >>> >> >> >>> Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit : >> >> >>>> >> >> >>>> Hello, I read, read, read and I have nothing :- (( >> >> >>>> >> >> >>>> I need help. >> >> >>>> >> >> >>>> I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL 9.5.6 and >> >> >>>> Apache Tomcat 8.5.12 and Java 8.0 >> >> >>>> (I am not in https://. ) >> >> >>>> I cannot load forms .xml that I have already tested, with no problem at >> >> >>>> all on https://ona.io >> >> >>>> I obtain the message "Form did not specify has Form ID. For information >> >> >>>> one Form ID please check FAQ tea Open Data kit" >> >> >>>> have you ideas to help me solve my problem? >> >> >>>> >> >> >>>> Thank you very much >> >> >>>> >> >> >>>> Dan >> >> >>>> Afficher le contenu coupé >> >> >>> >> >> >>> -- >> >> >>> -- >> >> >>> Post: opend...@googlegroups.com >> >> >>> Unsubscribe: opendatakit...@googlegroups.com >> >> >>> Options: http://groups.google.com/group/opendatakit?hl=en >> >> >>> >> >> >>> --- >> >> >>> You received this message because you are subscribed to the Google Groups >> >> >>> "ODK Community" group. >> >> >>> To unsubscribe from this group and stop receiving emails from it, send an >> >> >>> email to opendatakit...@googlegroups.com. >> >> >>> For more options, visit https://groups.google.com/d/optout. >> >> >> >> >> >> >> >> >> >> >> >> >> >> >> -- >> >> >> Mitch Sundt >> >> >> Software Engineer >> >> >> University of Washington >> >> >> mitche...@gmail.com >> >> > >> >> > -- >> >> > -- >> >> > Post: opend...@googlegroups.com >> >> > Unsubscribe: opendatakit...@googlegroups.com >> >> > Options: http://groups.google.com/group/opendatakit?hl=en >> >> > >> >> > --- >> >> > You received this message because you are subscribed to the Google Groups >> >> > "ODK Community" group. >> >> > To unsubscribe from this group and stop receiving emails from it, send an >> >> > email to opendatakit...@googlegroups.com. >> >> > For more options, visit https://groups.google.com/d/optout. >

Hi Yaw

I am sorry, I crushed all the concerned files, it was already 8 days ago
:wink:
If I find it I send them to you.

Dan

··· Le lundi 3 avril 2017 22:03:39 UTC, Yaw Anokwa a écrit : > > Thanks for taking this on, Ukanga! > > Daniel, if you can share the form that had this problem publicly, > please add it to this thread. If you can't, please email me directly > so I can check on it. > > Yaw > > On Fri, Mar 31, 2017 at 9:46 PM, <uka...@ona.io > wrote: > > Yaw, > > > >> Matt: Can Ona also generate a form ID? > > > > I believe the form ID is generated (largely user defined) already and > usually the first tag within the tag. Which one do you mean > exactly? > > > >> Matt: Can Ona limit versions to 10 digits? > > > > We can also limit versions to 10 digits, and probably add additional > checks for user defined form versions. > https://github.com/onaio/onadata/issues/982 > > > > > > > > On Saturday, April 1, 2017 at 6:55:23 AM UTC+3, Matt Berg wrote: > >> Looping in Dickson from our side to look at this > >> > >> > >> > >> > >> > >> On Sat, Apr 1, 2017 at 1:23 AM Yaw Anokwa wrote: > >> Matt and Mitch, > >> > >> > >> > >> It'd be good to get this resolved so we don't have breakage between the > tools. > >> > >> > >> > >> Mitch: Does the version have to be represented as a primitive type in > Aggregate? > >> > >> > >> > >> Matt: Can Ona also generate a form ID? > >> > >> > >> > >> Matt: Can Ona limit versions to 10 digits? We've added a PR to the > >> > >> XLSForm docs. https://github.com/XLSForm/xlsform.github.io/pull/82 > >> > >> > >> > >> Thanks, > >> > >> > >> > >> Yaw > >> > >> > >> > >> On Tue, Mar 28, 2017 at 4:32 AM, Daniel Couret wrote: > >> > >> > Thanks Mitch, > >> > >> > > >> > >> > I saw that .xml got back from Ona's server caused me problems. > >> > >> > Thank you for the precision and the answer. > >> > >> > > >> > >> > ;-)) > >> > >> > > >> > >> > Dan > >> > >> > > >> > >> > Le lundi 27 mars 2017 17:16:21 UTC, Mitch Sundt a écrit : > >> > >> >> > >> > >> >> The Ona forms generator does not, by default, supply an id on the > form's > >> > >> >> top-level node. > >> > >> >> > >> > >> >> You can either add that by manually editing the form, or perhaps > there is > >> > >> >> some mechanism to get Ona to generate this id. > >> > >> >> > >> > >> >> Also, I think it is Ona's form generator that also generates a > version > >> > >> >> attribute that is 12 digits long, which will also cause a failure on > ODK > >> > >> >> Aggregate. 12 digit numbers are bigger than the largest integer > value. They > >> > >> >> need to be no more than 10 digits long (we recommend yyyymmddvv > format; > >> > >> >> e.g., 2017032701) > >> > >> >> > >> > >> >> See https://opendatakit.org/help/form-design/ for a description of > the XML > >> > >> >> file. > >> > >> >> See https://opendatakit.org/help/form-design/guidelines/ for info > on the > >> > >> >> id and version attribute. > >> > >> >> > >> > >> >> > >> > >> >> > >> > >> >> > >> > >> >> > >> > >> >> On Mon, Mar 27, 2017 at 4:43 AM, Daniel Couret wrote: > >> > >> >>> > >> > >> >>> Hi, > >> > >> >>> > >> > >> >>> It is OK > >> > >> >>> Why? > >> > >> >>> > >> > >> >>> Dan > >> > >> >>> > >> > >> >>> > >> > >> >>> Le dimanche 26 mars 2017 17:31:51 UTC, Daniel Couret a écrit : > >> > >> >>>> > >> > >> >>>> Hello, I read, read, read and I have nothing :- (( > >> > >> >>>> > >> > >> >>>> I need help. > >> > >> >>>> > >> > >> >>>> I installed ODK Aggregate 1.4.13 on Windows 10 with PostgreSQL > 9.5.6 and > >> > >> >>>> Apache Tomcat 8.5.12 and Java 8.0 > >> > >> >>>> (I am not in https://. ) > >> > >> >>>> I cannot load forms .xml that I have already tested, with no > problem at > >> > >> >>>> all on https://ona.io > >> > >> >>>> I obtain the message "Form did not specify has Form ID. For > information > >> > >> >>>> one Form ID please check FAQ tea Open Data kit" > >> > >> >>>> have you ideas to help me solve my problem? > >> > >> >>>> > >> > >> >>>> Thank you very much > >> > >> >>>> > >> > >> >>>> Dan > >> > >> >>>> Afficher le contenu coupé > >> > >> >>> > >> > >> >>> -- > >> > >> >>> -- > >> > >> >>> Post: opend...@googlegroups.com > >> > >> >>> Unsubscribe: opendatakit...@googlegroups.com > >> > >> >>> Options: http://groups.google.com/group/opendatakit?hl=en > >> > >> >>> > >> > >> >>> --- > >> > >> >>> You received this message because you are subscribed to the Google > Groups > >> > >> >>> "ODK Community" group. > >> > >> >>> To unsubscribe from this group and stop receiving emails from it, > send an > >> > >> >>> email to opendatakit...@googlegroups.com. > >> > >> >>> For more options, visit https://groups.google.com/d/optout. > >> > >> >> > >> > >> >> > >> > >> >> > >> > >> >> > >> > >> >> -- > >> > >> >> Mitch Sundt > >> > >> >> Software Engineer > >> > >> >> University of Washington > >> > >> >> mitche...@gmail.com > >> > >> > > >> > >> > -- > >> > >> > -- > >> > >> > Post: opend...@googlegroups.com > >> > >> > Unsubscribe: opendatakit...@googlegroups.com > >> > >> > Options: http://groups.google.com/group/opendatakit?hl=en > >> > >> > > >> > >> > --- > >> > >> > You received this message because you are subscribed to the Google > Groups > >> > >> > "ODK Community" group. > >> > >> > To unsubscribe from this group and stop receiving emails from it, > send an > >> > >> > email to opendatakit...@googlegroups.com. > >> > >> > For more options, visit https://groups.google.com/d/optout. > > >

Hi Yaw

I am sorry, I crushed all the concerned files, it was already 8 days ago :wink:
If I find it I send them to you.

Dan

··· Le 03/04/2017 à 22:02, Yaw Anokwa a écrit : > Daniel, if you can share the form that had this problem publicly, > please add it to this thread. If you can't, please email me directly > so I can check on it. > > Yaw

Alrighty then. I think we can call this issue resolved :slight_smile:

··· On Tue, Apr 4, 2017 at 1:55 PM, Couret Daniel wrote: > Hi Yaw > > I am sorry, I crushed all the concerned files, it was already 8 days ago ;-) > If I find it I send them to you. > > Dan > > > > Le 03/04/2017 à 22:02, Yaw Anokwa a écrit : >> >> Daniel, if you can share the form that had this problem publicly, >> please add it to this thread. If you can't, please email me directly >> so I can check on it. >> >> Yaw > >