Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
hi folks
it looks like the "internal_path" property is required for creating a new CIFS share, but this isn't noted as mandatory (and, given that we're providing a Qtree, does it need to be?)
Error registering variable: 'newShare' as its attributes do not include all natural key attributes of the object 'Cifs'.
Missing natural keys [internal_path]
Failed to resolve a mandatory parameter: 'ShareName' for command: 'Create CIFS Share' using value: 'newShare.name' in row: 1
Failed to evaluate find-chart: 'setCifsShare' to resolve variable: 'newShare'
we can resolve this by setting "internal_path" to fullQtreePathName(theVolumeToUse.name,$ExportName) - but we're providing that info anyway!
what gives?
Solved! See The Solution
1 ACCEPTED SOLUTION
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Peter,
I apologize, but that's currently a known issue we are trying to work around with
(And please forgive me for not putting all the details here, it's something releted to the internal
presentation of dictionary objects).
You can put anything there. Even "" would work.
The command does not use that value anyway but creates is from the other values.
Yaron
1 REPLY 1
migration has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Peter,
I apologize, but that's currently a known issue we are trying to work around with
(And please forgive me for not putting all the details here, it's something releted to the internal
presentation of dictionary objects).
You can put anything there. Even "" would work.
The command does not use that value anyway but creates is from the other values.
Yaron
