Problems with creating a database release

Hey all

In hopes of some help I'm posting this here.

I'm trying out the deployment process with Octopus by following this guide and when trying out the deployment itself I'm prompted with the following in the task log:

Join-Path : Cannot bind argument to parameter 'Path' because it is null.
July 6th 2018 14:37:36
Error
At C:\Octopus\Work\20180706143733-15850-50\Script.ps1:39 char:47
July 6th 2018 14:37:36
Error
+ ... h (Join-Path (Join-Path $DLMAutomationDeploymentResourcesPath $projec ...
July 6th 2018 14:37:36
Error
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
July 6th 2018 14:37:36
Error
+ CategoryInfo : InvalidData: (:) [Join-Path], ParentContainsErro
July 6th 2018 14:37:36
Error
rRecordException
July 6th 2018 14:37:36
Error
+ FullyQualifiedErrorId : ParameterArgumentValidationErrorNullNotAllowed,M
July 6th 2018 14:37:36
Error
icrosoft.PowerShell.Commands.JoinPathCommand
July 6th 2018 14:37:36
Error
July 6th 2018 14:37:36
Fatal
The remote script failed with exit code 1

I'm unsure if this path is the export path, which is set btw, or if it's some other path I'm unsure of?
Tagged:

Answers

Sign In or Register to comment.