Error to upload a form

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at Line: 3,
Column: 102!

thanks a lot t=for your support

I assume you are trying to upload the form definition into ODK Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug where
it would insert an XML comment at an inappropriate position in the form
definition which could cause an error like this. The work-around is to
remove that comment manually, ensure that you are running on a newer
version of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a failure
very early in the form definition, such as a bad character in the title of
the form.

You will probably need to view the xml in a text editor such as Notepad++
to identify what is at or around line 3, column 102. Notepad++ displays
the line (Ln) and column (Col) in the bottom right border of the editor
window.

ODK Validate might be able to give you a more informative error message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any spaces or
carriage-returns.

··· On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form: org.opendatakit.aggregate.
exception.ODKIncompleteSubmissionData: org.javarosa.xform.parse.XFormParseException:
XML Syntax Error at Line: 3, Column: 102!

thanks a lot t=for your support

--

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

Thnak you Mitch

··· 2014-08-04 14:27 GMT-07:00 Mitch Sundt :

I assume you are trying to upload the form definition into ODK Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in the
form definition which could cause an error like this. The work-around is to
remove that comment manually, ensure that you are running on a newer
version of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a failure
very early in the form definition, such as a bad character in the title of
the form.

You will probably need to view the xml in a text editor such as Notepad++
to identify what is at or around line 3, column 102. Notepad++ displays
the line (Ln) and column (Col) in the bottom right border of the editor
window.

ODK Validate might be able to give you a more informative error message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form: org.opendatakit.aggregate.
exception.ODKIncompleteSubmissionData: org.javarosa.xform.parse.XFormParseException:
XML Syntax Error at Line: 3, Column: 102!

thanks a lot t=for your support

--

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.

Mitch,
I edit my base64RsaPublicKey and make it a long string without any spaces
or carriage-returns (puting all thing in a one line). I copy it and paste
it in my url_id . After doing all, ODK aggregate dispays the same message.
There is nothing at the line 3 and column 102 (only that stuff: <h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

··· 2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud :

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in the
form definition which could cause an error like this. The work-around is to
remove that comment manually, ensure that you are running on a newer
version of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a failure
very early in the form definition, such as a bad character in the title of
the form.

You will probably need to view the xml in a text editor such as Notepad++
to identify what is at or around line 3, column 102. Notepad++ displays
the line (Ln) and column (Col) in the bottom right border of the editor
window.

ODK Validate might be able to give you a more informative error message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form: org.opendatakit.aggregate.
exception.ODKIncompleteSubmissionData: org.javarosa.xform.parse.XFormParseException:
XML Syntax Error at Line: 3, Column: 102!

thanks a lot t=for your support

--

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.

Mitch,
I clear the id_key and re-submit it and i get the same message.

··· 2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud :

Mitch,
I edit my base64RsaPublicKey and make it a long string without any spaces
or carriage-returns (puting all thing in a one line). I copy it and paste
it in my url_id . After doing all, ODK aggregate dispays the same message.
There is nothing at the line 3 and column 102 (only that stuff: <h:head>
)
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in the
form definition which could cause an error like this. The work-around is to
remove that comment manually, ensure that you are running on a newer
version of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a failure
very early in the form definition, such as a bad character in the title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102. Notepad++
displays the line (Ln) and column (Col) in the bottom right border of the
editor window.

ODK Validate might be able to give you a more informative error message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form: org.opendatakit.aggregate.
exception.ODKIncompleteSubmissionData: org.javarosa.xform.parse.XFormParseException:
XML Syntax Error at Line: 3, Column: 102!

thanks a lot t=for your support

--

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.

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any spaces
or carriage-returns (puting all thing in a one line). I copy it and paste it
in my url_id . After doing all, ODK aggregate dispays the same message.
There is nothing at the line 3 and column 102 (only that stuff: <h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in the
form definition which could cause an error like this. The work-around is to
remove that comment manually, ensure that you are running on a newer version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a failure
very early in the form definition, such as a bad character in the title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102. Notepad++
displays the line (Ln) and column (Col) in the bottom right border of the
editor window.

ODK Validate might be able to give you a more informative error message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate. my
url_id is https://legarraudien2013.appspot.com/submission. I have this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

Yaw,
I don't use ODK Validate yet

··· 2014-08-04 21:31 GMT-07:00 Yaw Anokwa :

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud <pagarraud1@gmail.com
:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any
spaces
or carriage-returns (puting all thing in a one line). I copy it and
paste it
in my url_id . After doing all, ODK aggregate dispays the same message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud <pagarraud1@gmail.com
:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in
the
form definition which could cause an error like this. The work-around
is to
remove that comment manually, ensure that you are running on a newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right border of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

Pierre,

I'd recommend you do. If your form is something you can share, you can
also paste it in dpaste.com and send out a link for us to review for
mistakes.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any
spaces
or carriage-returns (puting all thing in a one line). I copy it and
paste it
in my url_id . After doing all, ODK aggregate dispays the same message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a bug
where it would insert an XML comment at an inappropriate position in
the
form definition which could cause an error like this. The work-around
is to
remove that comment manually, ensure that you are running on a newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right border of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

No problem i can share it with you

garraud.xls (28 KB)

garraud.xml (5.1 KB)

··· 2014-08-05 10:58 GMT-07:00 Yaw Anokwa :

Pierre,

I'd recommend you do. If your form is something you can share, you can
also paste it in dpaste.com and send out a link for us to review for
mistakes.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any
spaces
or carriage-returns (puting all thing in a one line). I copy it and
paste it
in my url_id . After doing all, ODK aggregate dispays the same
message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a
bug
where it would insert an XML comment at an inappropriate position
in
the
form definition which could cause an error like this. The
work-around
is to
remove that comment manually, ensure that you are running on a
newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right border
of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien < pagarraud1@gmail.com> wrote:

Hi I have an encrypted form that i want to uplaod to ODK
Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

--

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.

Pierre,

This form works great on Aggregate 1.4.3. I'd recommend you upgrade your server.

First backup your data with ODK Briefcase, then look up the version
you have installed at
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
upgrade.

Yaw

··· -- Need ODK services? http://nafundi.com provides form design, server setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 4:55 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

No problem i can share it with you

2014-08-05 10:58 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

I'd recommend you do. If your form is something you can share, you can
also paste it in dpaste.com and send out a link for us to review for
mistakes.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any
spaces
or carriage-returns (puting all thing in a one line). I copy it and
paste it
in my url_id . After doing all, ODK aggregate dispays the same
message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had a
bug
where it would insert an XML comment at an inappropriate position
in
the
form definition which could cause an error like this. The
work-around
is to
remove that comment manually, ensure that you are running on a
newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right border
of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK
Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:
org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:
org.javarosa.xform.parse.XFormParseException: XML Syntax Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

--

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.

Thanks a lot

··· Le 6 août 2014 14:21, "Yaw Anokwa" a écrit :

Pierre,

This form works great on Aggregate 1.4.3. I'd recommend you upgrade your
server.

First backup your data with ODK Briefcase, then look up the version
you have installed at
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
upgrade.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 4:55 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

No problem i can share it with you

2014-08-05 10:58 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

I'd recommend you do. If your form is something you can share, you can
also paste it in dpaste.com and send out a link for us to review for
mistakes.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without any
spaces
or carriage-returns (puting all thing in a one line). I copy it
and
paste it
in my url_id . After doing all, ODK aggregate dispays the same
message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update
it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt <mitchellsundt@gmail.com
:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2) had
a
bug
where it would insert an XML comment at an inappropriate
position
in
the
form definition which could cause an error like this. The
work-around
is to
remove that comment manually, ensure that you are running on a
newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in
the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right
border
of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without
any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK
Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I
have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:

org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:

org.javarosa.xform.parse.XFormParseException: XML Syntax Error
at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

--

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.

--

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,
I read and read the aggregaterelaesenote and i stil don't know how to
upgrate my odk aggregate. Can you tell how to do it?

··· 2014-08-06 19:06 GMT-07:00 Pierre Anthony Garraud :

Thanks a lot
Le 6 août 2014 14:21, "Yaw Anokwa" yanokwa@nafundi.com a écrit :

Pierre,

This form works great on Aggregate 1.4.3. I'd recommend you upgrade your
server.

First backup your data with ODK Briefcase, then look up the version
you have installed at
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
upgrade.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 4:55 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

No problem i can share it with you

2014-08-05 10:58 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

I'd recommend you do. If your form is something you can share, you can
also paste it in dpaste.com and send out a link for us to review for
mistakes.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without
any
spaces
or carriage-returns (puting all thing in a one line). I copy it
and
paste it
in my url_id . After doing all, ODK aggregate dispays the same
message.
There is nothing at the line 3 and column 102 (only that stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to update
it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt <mitchellsundt@gmail.com
:

I assume you are trying to upload the form definition into ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2)
had a
bug
where it would insert an XML comment at an inappropriate
position
in
the
form definition which could cause an error like this. The
work-around
is to
remove that comment manually, ensure that you are running on a
newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would indicate a
failure
very early in the form definition, such as a bad character in
the
title of
the form.

You will probably need to view the xml in a text editor such as
Notepad++ to identify what is at or around line 3, column 102.
Notepad++
displays the line (Ln) and column (Col) in the bottom right
border
of
the
editor window.

ODK Validate might be able to give you a more informative error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string without
any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK
Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission. I
have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:

org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:

org.javarosa.xform.parse.XFormParseException: XML Syntax
Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

--

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.

--

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.

Pierre,

Easiest thing to do is to pull your data from your existing instance
with Briefcase. Once you have all your data, install the latest
version of Aggregate on a new instance. Then push your data from
Briefcase to the new Aggregate install.

If you need more help than that, you can hire one of Nafundi's data
collection experts at http://nafundi.com/contact

Yaw

··· On Sun, Aug 10, 2014 at 7:24 AM, Pierre Anthony Garraud wrote: > YAW, > I read and read the aggregaterelaesenote and i stil don't know how to > upgrate my odk aggregate. Can you tell how to do it? > > > 2014-08-06 19:06 GMT-07:00 Pierre Anthony Garraud : > >> Thanks a lot >> >> Le 6 août 2014 14:21, "Yaw Anokwa" a écrit : >> >>> Pierre, >>> >>> This form works great on Aggregate 1.4.3. I'd recommend you upgrade your >>> server. >>> >>> First backup your data with ODK Briefcase, then look up the version >>> you have installed at >>> https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and >>> upgrade. >>> >>> Yaw >>> -- >>> Need ODK services? http://nafundi.com provides form design, server >>> setup, professional support, and software development for ODK. >>> >>> On Tue, Aug 5, 2014 at 4:55 PM, Pierre Anthony Garraud wrote: >>> > No problem i can share it with you >>> > >>> > >>> > 2014-08-05 10:58 GMT-07:00 Yaw Anokwa : >>> > >>> >> Pierre, >>> >> >>> >> I'd recommend you do. If your form is something you can share, you can >>> >> also paste it in dpaste.com and send out a link for us to review for >>> >> mistakes. >>> >> >>> >> Yaw >>> >> -- >>> >> Need ODK services? http://nafundi.com provides form design, server >>> >> setup, professional support, and software development for ODK. >>> >> >>> >> On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud wrote: >>> >> > Yaw, >>> >> > I don't use ODK Validate yet >>> >> > >>> >> > >>> >> > >>> >> > 2014-08-04 21:31 GMT-07:00 Yaw Anokwa : >>> >> > >>> >> >> Pierre, >>> >> >> >>> >> >> https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes >>> >> >> has >>> >> >> Aggregate upgrade information. >>> >> >> >>> >> >> What happens if you run your form through ODK Validate? >>> >> >> >>> >> >> Yaw >>> >> >> -- >>> >> >> Need ODK services? http://nafundi.com provides form design, server >>> >> >> setup, professional support, and software development for ODK. >>> >> >> >>> >> >> On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud wrote: >>> >> >> > Mitch, >>> >> >> > I clear the id_key and re-submit it and i get the same message. >>> >> >> > >>> >> >> > >>> >> >> > >>> >> >> > 2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud >>> >> >> > : >>> >> >> > >>> >> >> >> Mitch, >>> >> >> >> I edit my base64RsaPublicKey and make it a long string without >>> >> >> >> any >>> >> >> >> spaces >>> >> >> >> or carriage-returns (puting all thing in a one line). I copy it >>> >> >> >> and >>> >> >> >> paste it >>> >> >> >> in my url_id . After doing all, ODK aggregate dispays the same >>> >> >> >> message. >>> >> >> >> There is nothing at the line 3 and column 102 (only that stuff: >>> >> >> >> ) >>> >> >> >> Mya be i need to update my ODK aggregate. Tell me how to update >>> >> >> >> it? >>> >> >> >> >>> >> >> >> >>> >> >> >> 2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud >>> >> >> >> : >>> >> >> >> >>> >> >> >>> Thnak you Mitch >>> >> >> >>> >>> >> >> >>> >>> >> >> >>> 2014-08-04 14:27 GMT-07:00 Mitch Sundt >>> >> >> >>> : >>> >> >> >>> >>> >> >> >>>> I assume you are trying to upload the form definition into ODK >>> >> >> >>>> Aggregate. >>> >> >> >>>> >>> >> >> >>>> Note that a very old version of ODK Aggregate (version 1.2) >>> >> >> >>>> had a >>> >> >> >>>> bug >>> >> >> >>>> where it would insert an XML comment at an inappropriate >>> >> >> >>>> position >>> >> >> >>>> in >>> >> >> >>>> the >>> >> >> >>>> form definition which could cause an error like this. The >>> >> >> >>>> work-around >>> >> >> >>>> is to >>> >> >> >>>> remove that comment manually, ensure that you are running on a >>> >> >> >>>> newer >>> >> >> >>>> version >>> >> >> >>>> of ODK Aggregate, then re-submit the form definition. >>> >> >> >>>> >>> >> >> >>>> For there to be an error in line 3 of the form would indicate >>> >> >> >>>> a >>> >> >> >>>> failure >>> >> >> >>>> very early in the form definition, such as a bad character in >>> >> >> >>>> the >>> >> >> >>>> title of >>> >> >> >>>> the form. >>> >> >> >>>> >>> >> >> >>>> You will probably need to view the xml in a text editor such >>> >> >> >>>> as >>> >> >> >>>> Notepad++ to identify what is at or around line 3, column 102. >>> >> >> >>>> Notepad++ >>> >> >> >>>> displays the line (Ln) and column (Col) in the bottom right >>> >> >> >>>> border >>> >> >> >>>> of >>> >> >> >>>> the >>> >> >> >>>> editor window. >>> >> >> >>>> >>> >> >> >>>> ODK Validate might be able to give you a more informative >>> >> >> >>>> error >>> >> >> >>>> message, >>> >> >> >>>> but perhaps not. >>> >> >> >>>> >>> >> >> >>>> The base64RsaPublicKey should be one very long string without >>> >> >> >>>> any >>> >> >> >>>> spaces >>> >> >> >>>> or carriage-returns. >>> >> >> >>>> >>> >> >> >>>> >>> >> >> >>>> >>> >> >> >>>> >>> >> >> >>>> On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien wrote: >>> >> >> >>>>> >>> >> >> >>>>> Hi I have an encrypted form that i want to uplaod to ODK >>> >> >> >>>>> Agreggate. >>> >> >> >>>>> my >>> >> >> >>>>> url_id is https://legarraudien2013.appspot.com/submission. I >>> >> >> >>>>> have >>> >> >> >>>>> this >>> >> >> >>>>> message and i don't how to correct this error. >>> >> >> >>>>> >>> >> >> >>>>> Error: Problem with JavaRosa Parsing Form: >>> >> >> >>>>> >>> >> >> >>>>> org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData: >>> >> >> >>>>> org.javarosa.xform.parse.XFormParseException: XML Syntax >>> >> >> >>>>> Error at >>> >> >> >>>>> Line: 3, >>> >> >> >>>>> Column: 102! >>> >> >> >>>>> >>> >> >> >>>>> thanks a lot t=for your support >>> >> >> >>>>> >>> >> >> >>>>> -- >>> >> >> >>>>> -- >>> >> >> >>>>> 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. >>> >> >> >>> >> >> -- >>> >> >> -- >>> >> >> 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. >>> >> >>> >> -- >>> >> -- >>> >> 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. >>> >>> -- >>> -- >>> 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.

Yaw
Thanks a lot

··· 2014-08-10 7:33 GMT-07:00 Yaw Anokwa :

Pierre,

Easiest thing to do is to pull your data from your existing instance
with Briefcase. Once you have all your data, install the latest
version of Aggregate on a new instance. Then push your data from
Briefcase to the new Aggregate install.

If you need more help than that, you can hire one of Nafundi's data
collection experts at http://nafundi.com/contact

Yaw

On Sun, Aug 10, 2014 at 7:24 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

YAW,
I read and read the aggregaterelaesenote and i stil don't know how to
upgrate my odk aggregate. Can you tell how to do it?

2014-08-06 19:06 GMT-07:00 Pierre Anthony Garraud <pagarraud1@gmail.com
:

Thanks a lot

Le 6 août 2014 14:21, "Yaw Anokwa" yanokwa@nafundi.com a écrit :

Pierre,

This form works great on Aggregate 1.4.3. I'd recommend you upgrade
your
server.

First backup your data with ODK Briefcase, then look up the version
you have installed at
https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes and
upgrade.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 4:55 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

No problem i can share it with you

2014-08-05 10:58 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

I'd recommend you do. If your form is something you can share, you
can
also paste it in dpaste.com and send out a link for us to review
for
mistakes.

Yaw

Need ODK services? http://nafundi.com provides form design, server
setup, professional support, and software development for ODK.

On Tue, Aug 5, 2014 at 7:26 AM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Yaw,
I don't use ODK Validate yet

2014-08-04 21:31 GMT-07:00 Yaw Anokwa yanokwa@nafundi.com:

Pierre,

https://code.google.com/p/opendatakit/wiki/AggregateReleaseNotes
has
Aggregate upgrade information.

What happens if you run your form through ODK Validate?

Yaw

Need ODK services? http://nafundi.com provides form design,
server
setup, professional support, and software development for ODK.

On Mon, Aug 4, 2014 at 7:01 PM, Pierre Anthony Garraud pagarraud1@gmail.com wrote:

Mitch,
I clear the id_key and re-submit it and i get the same
message.

2014-08-04 18:41 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Mitch,
I edit my base64RsaPublicKey and make it a long string without
any
spaces
or carriage-returns (puting all thing in a one line). I copy
it
and
paste it
in my url_id . After doing all, ODK aggregate dispays the same
message.
There is nothing at the line 3 and column 102 (only that
stuff:
<h:head> )
Mya be i need to update my ODK aggregate. Tell me how to
update
it?

2014-08-04 16:09 GMT-07:00 Pierre Anthony Garraud
pagarraud1@gmail.com:

Thnak you Mitch

2014-08-04 14:27 GMT-07:00 Mitch Sundt
mitchellsundt@gmail.com:

I assume you are trying to upload the form definition into
ODK
Aggregate.

Note that a very old version of ODK Aggregate (version 1.2)
had a
bug
where it would insert an XML comment at an inappropriate
position
in
the
form definition which could cause an error like this. The
work-around
is to
remove that comment manually, ensure that you are running
on a
newer
version
of ODK Aggregate, then re-submit the form definition.

For there to be an error in line 3 of the form would
indicate
a
failure
very early in the form definition, such as a bad character
in
the
title of
the form.

You will probably need to view the xml in a text editor such
as
Notepad++ to identify what is at or around line 3, column

Notepad++
displays the line (Ln) and column (Col) in the bottom right
border
of
the
editor window.

ODK Validate might be able to give you a more informative
error
message,
but perhaps not.

The base64RsaPublicKey should be one very long string
without
any
spaces
or carriage-returns.

On Mon, Aug 4, 2014 at 12:59 PM, Legarraudien pagarraud1@gmail.com wrote:

Hi I have an encrypted form that i want to uplaod to ODK
Agreggate.
my
url_id is https://legarraudien2013.appspot.com/submission.
I
have
this
message and i don't how to correct this error.

Error: Problem with JavaRosa Parsing Form:

org.opendatakit.aggregate.exception.ODKIncompleteSubmissionData:

org.javarosa.xform.parse.XFormParseException: XML Syntax
Error at
Line: 3,
Column: 102!

thanks a lot t=for your support

--

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.

--

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.

--

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.

--

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.

--

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.