This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.
move data in edb does not make it available for the pull server #56
Closed
Description
When moving data from mdb to edb or sql to edb, the pull server will not see the inserted records.
moving data out of edb to mdb or sql will make it available to the pull server.
Investigate what needs to be done before the pull server will see the records. One thing I see is tat inserts by the pull server code make use of update.SaveAndGotoBookmark();
which is not implemented in the current dscpullserveradmin code for set-eserecord
Metadata
Assignees
Labels
No labels