Hi all,
I'm trying a script to deploy an Organization and all it's components but I'm getting the following error message. Any ideas?
New-Org : 5/4/2017 3:08:24 PM | New-Org | The specified Href 'https://vCloudDirectorServer/api/Internal errror: ComposeOperationHref() : serviceUrl is not |
prefix of sourceHref' is not valid.
At line:1 char:9
+ | New-Org -Name $row.Name -FullName $row.FullOrgName -Description $row.Des ... | |
+ | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
+ CategoryInfo | : NotSpecified: (:) [New-Org], VimException | |
+ FullyQualifiedErrorId : Core_BaseCmdlet_UnknownError,VMware.VimAutomation.Cloud.Commands.Cmdlets.NewOrg |
Thanks!
Alicia