Octopus Tentacle Error - DLM-Automation not installed - Yet it is
Ant
Posts: 17 Bronze 1
Hi,
I have an octopus server set up to deploy to a tentacle on another server and the tentacle is complaining that DLM automation is not installed, which I suppose it isn't as I have now switched to SQL Change Management as requested. Is there anything I need to change now the DLM Automation tools have moved to a new path?
The process worked before I changed to SQL Change Management.
cheers,
Anthony
I have an octopus server set up to deploy to a tentacle on another server and the tentacle is complaining that DLM automation is not installed, which I suppose it isn't as I have now switched to SQL Change Management as requested. Is there anything I need to change now the DLM Automation tools have moved to a new path?
The process worked before I changed to SQL Change Management.
cheers,
Anthony
Tagged:
Answers
Sorry about that. We are currently working on a fix to the step templates that will address this issue. In the mean time you can modify the step template by going to Library > Step Templates and selecting our template for edit. Then replace the following line
with
Software Engineer
Redgate Software
to SQLChangeAutomation
Aplogies.
Software Engineer
Redgate Software
Update [dbo].[ActionTemplate]
SET json = REPLACE (REPLACE([JSON],'Import-Module DLMAutomation','Import-Module SQLChangeManagement'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SQLChangeManagement')
where [Id] = 'ActionTemplates-1'
Software Engineer
Redgate Software
Update [dbo].[DeploymentProcess]
SET json = REPLACE (REPLACE(REPLACE([JSON],'Cannot find DLM Automation','Cannot find SQL Change Management'),'Import-Module DLMAutomation','Import-Module SqlChangeAutomation'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SqlChangeAutomation')
where [Id] = 'deploymentprocess-Projects-1'
SET json = REPLACE (REPLACE(REPLACE([JSON],'Cannot find DLM Automation','Cannot find SQL Change Automation'),'Import-Module DLMAutomation','Import-Module SQLChangeAutomation'),'Get-Module -ListAvailable -Name DLMAutomation','Get-Module -ListAvailable -Name SQLChangeAutomation')
where [Id] = 'ActionTemplates-1'