Problem with Upload Tool (UploadFromDB.bat)

Problem with Upload Tool (UploadFromDB.bat)

Dear Sir/Madam.
I'm having the following error when trying to upload data from a local databas (MSAccess):



I'm using the following sql query:

<?xml version="1.0" encoding="UTF-8" ?>
<!-- $Id$ -->
<Queries>
<Query dbname="BaseDatos1" tablename="AAAAAA" importtype="TRUNCATEADD" matchingcols="" selectcols="" skiptop="">
         SELECT BBDDFinal.Explotacion, BBDDFinal.[Punto Operacional], BBDDFinal.SubFamilia, BBDDFinal.EAN, BBDDFinal.[Descripcion Larga], BBDDFinal.[Descripcion Corta], BBDDFinal.[Precio de Vta al Publico], BBDDFinal.[Stock en $], BBDDFinal.[Stock en Unidades], BBDDFinal.CUI, BBDDFinal.Fecha, BBDDFinal.MáxDeOrden, BBDDFinal.[SumaDeUN 2012], BBDDFinal.[SumaDeUN 2013], BBDDFinal.[SumaDeUN 2014], BBDDFinal.[SumaDeVST 2012], BBDDFinal.[SumaDeVST 2013], BBDDFinal.[SumaDeVST 2014], BBDDFinal.[SumaDeMRG 2012], BBDDFinal.[SumaDeMRG 2013], BBDDFinal.[SumaDeMRG 2014], BBDDFinal.[SumaDeMER 2012], BBDDFinal.[SumaDeMER 2013], BBDDFinal.[SumaDeMER 2014]
FROM BBDDFinal;
</Query>
</Queries>

Can anyone help me to solve this problem??

Thank you very much