PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → Help! Cannot synchronize analysis
Help! Cannot synchronize analysis
Iniciado por gallen.dbmc, 29,ago. 2015 17:57 - 2 respuestas
Miembro registrado
31 mensajes
Publicado el 29,agosto 2015 - 17:57
I am a WinDev20 beginner developing a project. Although the project seems to work(so far) I run into problems if I attempt to use WDMap on one of the data files. The error says:
<BOATID> key differs from key described in the analysis. Check the key type... etc.

BOATID is a 1 character text field defined as a key with duplicates. I have checked the definition and done everything I can think of to synchronize the analysis with the physical file to no avail.
I am at a loss as to how to proceed - does anyone have suggestions?

--
Garry
Publicado el 30,agosto 2015 - 11:33
Hello Garry,

This looks like a case of mistaken identity (or more precisely, location)
1. write down the exact path of the file you are trying to access via wdmap
2. in the analysis, start the "synchronizing the structure"
3. When offered a list of files to synchronize, check if the EXACT path
you wrote down in 1 is there, if not add it
4. if it WAS there, check the icon next to the file. IN some cases, you
will have to change it to FORCE the synchronization to be done

Best regards

--
Fabrice Harari
International WinDev, WebDev and WinDev mobile Consulting

Already there: WXShowroom.com, WXReplication (open source)
Coming soon: WXEDM (open source)
More information on http://www.fabriceharari.com


On 8/29/2015 9:57 AM, Garry ALLEN wrote:
I am a WinDev20 beginner developing a project. Although the project
seems to work(so far) I run into problems if I attempt to use WDMap on
one of the data files. The error says:
<BOATID> key differs from key described in the analysis. Check the key
type... etc.

BOATID is a 1 character text field defined as a key with duplicates. I
have checked the definition and done everything I can think of to
synchronize the analysis with the physical file to no avail.
I am at a loss as to how to proceed - does anyone have suggestions?

--
Garry
Miembro registrado
31 mensajes
Publicado el 30,agosto 2015 - 22:50
Thank you Fabrice!
I was working with imported files. They went into c:\MyProjects\RBL\. I then modified the structure of a couple of them. The modified files were put in c:\MyProjects\RBL\EXE\ and I didn't notice that I had some duplicate files.
Hopefully, now that I know what is going on, I can straighten things out.

--
Garry