Forum Discussion

tim_goodsell's avatar
tim_goodsell
Frequent Visitor
3 months ago
Solved

Fabric Mirrored Databases

I have just va couple of questions about fabroc mirrored databases   When i stop the replication all monitoring data disappears, when i start it again monitoring data appears but the last complete ...
  • svenchio's avatar
    svenchio
    3 months ago

    But, did you check the status using the API? according to the current documntation, at table-level, there is not sucha "Running", see from current oficial doc.  Mirroring - Get Tables Mirroring Status - REST API (MirroredDatabase) | Microsoft Learn  ... in my article Removing Orphan Fabric Deployment Pipelines follow pre-requisites and solution steps 1 (get access token) & 2 (post-man auth) and issue a Post request to the interface replacing Ids as corresponding 

    https://api.fabric.microsoft.com/v1/workspaces/{workspaceId}/mirroredDatabases/{mirroredDatabaseId}/getTablesMirroringStatus 

     

    And check the status of the tables, what is the actual status of the tables? 

     

     

    Let us know!