In my 10.1 instance this table is not present, even though I have replicas and they are all sync'ing fine. Is this a change in the 10.1 architecture or is my database screwy? If this is normal, how do I go about identifying orphaned replicas?
SELECT ITEMS.Definition.value('(/GPReplica/ID)[1]', 'nvarchar(max)') AS "ID", ITEMS.Definition.value('(/GPReplica/Name)[1]', 'nvarchar(max)') AS "Replica Name", ITEMS.Definition.value('(/GPReplica/ReplicaVersion)[1]', 'nvarchar(max)') AS "Replica Version", ITEMS.Definition.value('(/GPReplica/CreationDate)[1]', 'nvarchar(max)') AS "Creation Date" from dbo.GDB_ITEMS AS ITEMS INNER JOIN dbo.GDB_ITEMTYPES AS ITEMTYPES ON ITEMS.Type = ITEMTYPES.UUID WHERE ITEMTYPES.Name = 'Replica';
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.