I was trying to replicate the "shared bookmark" functionality in jetstream to dxtoolkit.
Assume we have dsource named MYSOURCE.
And there are 2 VDBs provisioned from MYSOURCE, named VDB1 and VDB2.
In jetstream, if I defined 2 containers for VDB1 and VDB2 each, user A can create a shared bookmark on VDB1, and another user B can refresh VDB2 using that shared bookmark.
In dxtoolkit, i tried creating a snapshot and bookmark on VDB1, but when trying to refresh VDB2 using that bookmark it failed with "Unable to refresh to a TimeFlow point from a container other than the provision container".
I can workaround this limitation by deleting and re-provisioning VDB2 from another VDB's snapshot / bookmark, but this will delete existing snapshot / bookmark on VDB2 (so i may instead need to create new VDB3 and stop VDB2 just in case VDB2 data is still required).
Does anyone has similar experience? I believe whatever available in Jetstream is available via API, but no idea how to achieve this shared-bookmark functionality using dxtoolkit or direct API in non-Jetstream environment (we do not want to depend on Jetstream for automation workflow) .
Thanks & Regards,
tomi