Replication Report
Hi All
I need to create a report for replication shares , Field Values required, ( Replication Enabled ( checked , unchecked ) , Failover To K1000 ( checked , unchecked ) , Replication Machine , download path
I need to create a report for replication shares , Field Values required, ( Replication Enabled ( checked , unchecked ) , Failover To K1000 ( checked , unchecked ) , Replication Machine , download path
0 Comments
[ + ] Show comments
Answers (3)
Please log in to answer
Posted by:
scottlutz
12 years ago
It would be good to know what you have tried so far, so as to help point you in the right direction.
I have something I use that I changed to match your names:
select ENABLED, FAILOVER_TO_KBOX AS Failover_To_K1000, MACHINE.NAME, DOWNLOAD_DIR AS Download_Path
FROM REPLICATION_SHARE
INNER JOIN MACHINE
ON REPLICATION_SHARE.MACHINE_ID=MACHINE.ID
HTH
I have something I use that I changed to match your names:
select ENABLED, FAILOVER_TO_KBOX AS Failover_To_K1000, MACHINE.NAME, DOWNLOAD_DIR AS Download_Path
FROM REPLICATION_SHARE
INNER JOIN MACHINE
ON REPLICATION_SHARE.MACHINE_ID=MACHINE.ID
HTH
Comments:
-
Hi Scottlutz,
Can you please modify the report and add the field ( machine currently connected or disconnected )
Thanks - merrymax 12 years ago
Posted by:
merrymax
12 years ago
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.