I am using WFA 2.1.0.70.31RC1. When developing a new workflow, I was testing an SQL query and many of my CIFS shares are not represented in the output. My select statement looked like this:
SELECT share_name as s_name, array_name as a_name
FROM storage.cifs_share, storage.array
WHERE cifs_share.array_id = array.id
AND array.name = "My.Array.Name"
When I view my CIFS shares in DFM, I see 22 shares. When I view them via testing the select statement in WFA I see 12. In the case of one vfiler it is missing all the shares including all the C$ and ETC$ and whatnot. In the case of another vfiler, C$ and its ilk are there, but other shares that have been created are missing. I can't spot any particular pattern, just that a bunch of them are gone.
Has anybody ever seen this before? Is it a bug that is fixed in a later version? Is it some kind of freak configuration problem? Any help or guidance would be appreciated.
-- David