Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oduexport not working #4

Open
tsunami28 opened this issue Feb 5, 2020 · 1 comment
Open

oduexport not working #4

tsunami28 opened this issue Feb 5, 2020 · 1 comment

Comments

@tsunami28
Copy link

The property 'Id' cannot be found on this object. Verify that the property exists.
At C:\Program Files\WindowsPowerShell\Modules\OctopusDeployUtilities\1.1.4\Source\Private\Export_Misc.ps1:42 char:121

  • ... on rest type $($ApiCall.RestName) on item with Id $($ExportItem.Id)"
  •                                                      ~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
    • FullyQualifiedErrorId : PropertyNotFoundStrict
@tsunami28
Copy link
Author

tsunami28 commented Feb 5, 2020

DRS:\ [master ≡]> oduexport -Verbose
Exporting data...
VERBOSE: Get-ODUConfigOctopusServer :: Getting config
VERBOSE: Get-ODUConfig :: Calling Import-Configuration with Version 1.0.0
VERBOSE: Get-ODUConfigOctopusServer :: Retrieving Octopus Server configuration
VERBOSE: Convert-ODUDecryptText :: Decrypting Text
VERBOSE: Get-ODUConfig :: Calling Import-Configuration with Version 1.0.0
VERBOSE: New-ODURootExportFolder :: Create export root folder: c:\OctoExports\HOSTNAME\20200205-125206
VERBOSE: Get-ODUConfigOctopusServer :: Getting config
VERBOSE: Get-ODUConfig :: Calling Import-Configuration with Version 1.0.0
VERBOSE: Get-ODUConfigOctopusServer :: Retrieving Octopus Server configuration
VERBOSE: Get-ODUConfigTypeBlacklist :: Returning values
VERBOSE: Get-ODUConfigOctopusServer :: Getting config
VERBOSE: Get-ODUConfig :: Calling Import-Configuration with Version 1.0.0
VERBOSE: Get-ODUConfigOctopusServer :: Retrieving Octopus Server configuration
VERBOSE: Get-ODUConfigTypeWhitelist :: Returning values
VERBOSE: Get-ODUFilteredExportRestApiCall :: Filtering RestApiCalls based on Type whitelist: Variables DeploymentProcesses Environments
VERBOSE: Export-ODUOctopusDeployConfigMain :: Creating folder for api calls
VERBOSE: New-ODUFolderForEachApiCall :: Parent folder is: c:\OctoExports\10.128.56.196\20200205-125206
VERBOSE: Invoke-ODURestMethod :: Calling Url http://HOSTNAME/app#/api/environments with API Key (first 7 characters) API-13YP...
VERBOSE: GET http://HOSTNAME/app#/api/environments with 0-byte payload
VERBOSE: received -1-byte response of content type text/html
VERBOSE: Get-ODUConfig :: Calling Import-Configuration with Version 1.0.0
The property 'Id' cannot be found on this object. Verify that the property exists.
At C:\Program Files\WindowsPowerShell\Modules\OctopusDeployUtilities\1.1.4\Source\Private\Export_Misc.ps1:42 char:121

  • ... on rest type $($ApiCall.RestName) on item with Id $($ExportItem.Id)"
  •                                                      ~~~~~~~~~~~~~~
    
    • CategoryInfo : NotSpecified: (:) [], PropertyNotFoundException
    • FullyQualifiedErrorId : PropertyNotFoundStrict

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant