Installation - SP2013 On Prem Action Pack

Hi,

I am trying to install the on prem action pack for SP2013 and the install is failing the system check:

New Features Specified: 1

The is the second attempt to install the software. The first time passed the system check, but failed because it couldn’t access the GAC.

Please can you advise on the cause?

Thanks,

Hi,

Thank you for the issue report.

This issue sometime occurs if the package wasn’t successfully installed first time. To resolve this, please, use wsp package to install the solution.

Download wsp package from download page. Then use PowerShell commands to add and install wsp package:
Add-SPSolution
Install-SPSolution

For Install-SPSolution command use -Force flag.

Feel free to ask any additional questions.

Hi,

Thanks for the quick response.

I did that and all seemed to go OK, however, when I go into the central admin features there is no Plumsail auth service to activate.

The Plumsail site feature in site actions is there, but I cannot activate with the Plusail auth service working.

Cheers,

Andrew.

Hi,

it’s my problem too. Any solution for the missing web application feature?

Greets

Axel

Hello,

Please try to use the following PowerShell command to install the feature manually:

Install-SPFeature -Path "Plumsail.WFServices.OnPremise_Plumsail.AuthService"