unable to migrate content from one distribution point to another using PowerShell Command

For Example: Start-CMDistributionPointMigration -SourceDistributionPointName -DestinationDistributionPointName

When trying to use that command on the Primary Site server in an Administrator Powershell session, it will give a generic error.

Error:\
Start-CMDistributionPointMigration : Generic failure

At line:1 char:1

\+ Start-CMDistributionPointMigration -SourceDistributionPointName stewp …

\+ \~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~\~

\+ CategoryInfo : InvalidOperation: (Microsoft.Confi…nPointMigration:StartDistributionPointMigration) [Start-CMDistributionPointMigration], WqlQueryEx

ception

\+ FullyQualifiedErrorId : Invalid Operation,Microsoft.ConfigurationManagement.PowerShell.Cmdlets.DPMigration.StartDistributionPointMigration

Any help would be appreciated to help figure out why this is happening and how to resolve.