Error to upload

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form: org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The version string must be an integer less than 2147483648

How can i solve this?

Pierre

Hi,

I ma using odk agregrate (cloud). pleased find attached the xml form i want
to upload in the server.

Thanks a lot

Opportunite.xml (85.1 KB)

··· 2015-03-10 10:43 GMT-07:00 :

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The
version string must be an integer less than 2147483648

How can i solve this?

Pierre

--

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.

I believe this is a problem with FormHub when generating an automatic
version string.
The version string can be manually set on the settings sheet.

The string needs to have a numeric value that is less than 2**32.

We recommend using a format of:

yyyymmddvv

where vv is the number of the revision of this form on the given day. E.g.,

2015031005

would be the 5th revision on 2015-03-10

The generated version number that FormHub produces has 2 extra digits:

··· On Tue, Mar 10, 2015 at 12:48 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Hi,

I ma using odk agregrate (cloud). pleased find attached the xml form i
want to upload in the server.

Thanks a lot

2015-03-10 10:43 GMT-07:00 bridessondage@gmail.com:

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The
version string must be an integer less than 2147483648

How can i solve this?

Pierre

--

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.

--

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

Please could you tell me how to correct it ?

Pierre

··· 2015-03-10 13:21 GMT-07:00 Mitch Sundt :

I believe this is a problem with FormHub when generating an automatic
version string.
The version string can be manually set on the settings sheet.

The string needs to have a numeric value that is less than 2**32.

We recommend using a format of:

yyyymmddvv

where vv is the number of the revision of this form on the given day.
E.g.,

2015031005

would be the 5th revision on 2015-03-10

The generated version number that FormHub produces has 2 extra digits:

On Tue, Mar 10, 2015 at 12:48 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Hi,

I ma using odk agregrate (cloud). pleased find attached the xml form i
want to upload in the server.

Thanks a lot

2015-03-10 10:43 GMT-07:00 bridessondage@gmail.com:

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The
version string must be an integer less than 2147483648

How can i solve this?

Pierre

--

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.

--

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

--

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.

The version string can be manually set on the settings sheet of your Excel
spreadsheet.

See the ODK example XLSForm
http://opendatakit.org/wp-content/uploads/2013/06/sample_xlsform.xls

If FormHub insists on using its own version string and will not respect the
version entered on the settings sheet, you will need to switch to use
XLSForm, either from our website, from the Windows stand-alone version, or
from some other compatible source.

··· On Tue, Mar 10, 2015 at 1:28 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Please could you tell me how to correct it ?

Pierre

2015-03-10 13:21 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I believe this is a problem with FormHub when generating an automatic

version string.
The version string can be manually set on the settings sheet.

The string needs to have a numeric value that is less than 2**32.

We recommend using a format of:

yyyymmddvv

where vv is the number of the revision of this form on the given day.
E.g.,

2015031005

would be the 5th revision on 2015-03-10

The generated version number that FormHub produces has 2 extra digits:

On Tue, Mar 10, 2015 at 12:48 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Hi,

I ma using odk agregrate (cloud). pleased find attached the xml form i
want to upload in the server.

Thanks a lot

2015-03-10 10:43 GMT-07:00 bridessondage@gmail.com:

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The
version string must be an integer less than 2147483648

How can i solve this?

Pierre

--

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.

--

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

--

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.

--

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

Many thanks

··· On Mar 10, 2015 3:53 PM, "Mitch Sundt" wrote:

The version string can be manually set on the settings sheet of your
Excel spreadsheet.

See the ODK example XLSForm
http://opendatakit.org/wp-content/uploads/2013/06/sample_xlsform.xls

If FormHub insists on using its own version string and will not respect
the version entered on the settings sheet, you will need to switch to use
XLSForm, either from our website, from the Windows stand-alone version, or
from some other compatible source.

On Tue, Mar 10, 2015 at 1:28 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Please could you tell me how to correct it ?

Pierre

2015-03-10 13:21 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I believe this is a problem with FormHub when generating an automatic

version string.
The version string can be manually set on the settings sheet.

The string needs to have a numeric value that is less than 2**32.

We recommend using a format of:

yyyymmddvv

where vv is the number of the revision of this form on the given day.
E.g.,

2015031005

would be the 5th revision on 2015-03-10

The generated version number that FormHub produces has 2 extra digits:

On Tue, Mar 10, 2015 at 12:48 PM, Pierre Anthony Garraud < pagarraud1@gmail.com> wrote:

Hi,

I ma using odk agregrate (cloud). pleased find attached the xml form i
want to upload in the server.

Thanks a lot

2015-03-10 10:43 GMT-07:00 bridessondage@gmail.com:

Dear User

I have to upload a form and I get this error
Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: The
version string must be an integer less than 2147483648

How can i solve this?

Pierre

--

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.

--

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

--

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.

--

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

--

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.