Unsupported Screen Size: The viewport size is too small for the theme to render properly.

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Error in SJA (?) #16357
    lion78at
    Member

    Ok, accepted 😀

    Thanks for your answears!

    Bernhard

    in reply to: Error in SJA (?) #16355
    lion78at
    Member

    2 databases: localDB & onlineDB

    table T_Report with columns ReportID (primary key), Content & Counter

    the synchronization is configured as one-way-sync with source onlineDB & target localDB, don't delete extra rows & synchronize ONLY column Counter from table T_Report

    data BEFORE sync:

    localDB: data set with ReportID=1, Content=”value new”, Counter=0

    onlineDB: data set with ReportID=1, Content=”value old”, Counter=10

    data AFTER sync (ACTUAL VALUE):

    localDB: data set with ReportID=1, Content=”value old” (!), Counter=10

    onlineDB: data set with ReportID=1, Content=”value old”, Counter=10

    data AFTER sync (RATED VALUE):

    localDB: data set with ReportID=1, Content=”value new”, Counter=10

    onlineDB: data set with ReportID=1, Content=”value old”, Counter=10

    that means: the column Content is also changed/synchronized, although it should be NOT synchronized – ONLY the column Counter should be synchronized => BUG !!!

    in reply to: Error in SJA (?) #16352
    lion78at
    Member

    Hello!

    I think I found a new BUG (in Version 4 BETA 3): “Don't delete extra row(s) in Target database” doesn't work. Extra rows will be always deleted!

    Kind regards,

    Bernhard

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