RDA Pull()

  • Hi,

    I am new and i m not 100% sure to post this in the good spot ...

    Anyway if it is 🙂 I ve setup a Rda architecture, after many configurations (for sql server 2005 especially)

    I succeed to import and export data :w00t:

    But now I have another problem ...

    It s when i call the Pull() method for the 2° times. For what i red, i have to drop the pocket table before recalling a Pull(). But when i do it the first time, i use the trackingonwithindexes options which create sys table, and i specified a error table name which also created (I dont understand why, because on the docs i ve found it says that this table is created when a Push() encounter problems ...)

    And when i call my Pull() for the second time after having succesfully droping my pocket table, an error is generated :

    Message : [MyErrorTableName]

    Source : Microsoft SQL Server 2005 Mobile Edition

    Native : 28753

    HResult : -2147467259

    I don t know what to do ... I cant drop this table ...

    If anybody knows his knowledge is welcome 😀

    Thanks

  • After too much time of searching the problem has been spotted ....

    I just needed to deploy my application in Windows/ instead of Program Files/ ... :pinch:

    Hope this post will help some people to not loose as much time as me

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply