Pregunta Sync Framework and Identity Specification issue

  • miércoles, 25 de enero de 2012 22:45
     
     

    Hola, estoy utilizando el sync framework para una aplicación ocasionalmente conectada y este es el escenario.

    En el servidor remoto tengo dos tablas X y Y, ambas tablas relacionadas y con la especificación de identidad auto incrementable.

    Cuando se lleva  acabo el aprovisionamiento, el servidor local tiene las tablas sin relación y su especificación de identidad tiene el Seed en 0 (cero) en lugar de 1.

    Alguna idea de como resolver este problema o como evitar este comportamiento?

    Gracias

    --

    Hello, I'm using the sync framework for a occasionally connected application and this is the scenario:

    In the Remote Server I have 2 related tables, X and Y both tables have an identity specification auto incremental.

    When the provisioning is completed in the Local server both tables doesn't have their relations and the identity specification seed is set to 0 (zero) instead of 1

    Any ideas about how to avoid this behavior or to fix the problem?

    Thanks,