Hi Dojo,
Do we have a connector that can monitor the folder size on the server on which the DMA is running?
I know that the Microsoft Platform connector can monitor the size of a disk, but I'm looking for a connector that can monitor a specific folder.
Hello Jens,
The Generic Folder Monitor will be your friend.
Here is the link: https://catalog.dataminer.services/result/driver/4904
Which version are you trying to use? Can you try version 1.0.1.2?
I tried on both 1.0.1.2 & 1.0.0.13
Thank you Pedro! This seems more a connector that monitors the files inside a folder. I’m looking for a connector that can monitor 1 or multiple folders by showing a trend graph of the folder size. In my case I’m not interested in the files at a first stage, only the size of the folder.
I think there may be some dependencies missing in the package, when I create an element I see compilation errors in the element logging:
(21,8): error CS0246: The type or namespace name ‘Renci’ could not be found (are you missing a using directive or an assembly reference?)
(22,8): error CS0246: The type or namespace name ‘Renci’ could not be found (are you missing a using directive or an assembly reference?)
(627,84): error CS0246: The type or namespace name ‘SftpClient’ could not be found (are you missing a using directive or an assembly reference?)
(685,98): error CS0246: The type or namespace name ‘SftpClient’ could not be found (are you missing a using directive or an assembly reference?)
(711,73): error CS0246: The type or namespace name ‘SftpClient’ could not be found (are you missing a using directive or an assembly reference?)
(711,156): error CS0246: The type or namespace name ‘SftpFile’ could not be found (are you missing a using directive or an assembly reference?)
(639,30): error CS0246: The type or namespace name ‘AuthenticationMethod’ could not be found (are you missing a using directive or an assembly reference?)
(641,12): error CS0246: The type or namespace name ‘PasswordAuthenticationMethod’ could not be found (are you missing a using directive or an assembly reference?)
(644,7): error CS0246: The type or namespace name ‘Renci’ could not be found (are you missing a using directive or an assembly reference?)
(644,50): error CS0246: The type or namespace name ‘Renci’ could not be found (are you missing a using directive or an assembly reference?)
(647,24): error CS0246: The type or namespace name ‘SftpClient’ could not be found (are you missing a using directive or an assembly reference?)
(689,11): error CS0246: The type or namespace name ‘SftpFile’ could not be found (are you missing a using directive or an assembly reference?)
(733,14): error CS0246: The type or namespace name ‘SftpFile’ could not be found (are you missing a using directive or an assembly reference?)