Not able to install Aspose.slides 18.1

I am trying to install the aspose.slides 18.1 to the server using the latest install package.

I get below error

“Feature with Id ‘0d5fc337-73e8-4072-aac4-7007de7b86c4’ is not installed in this farm, and cannot be added to this scope.”

Need help

@AAST001Dev_ddc-its_com,

I have observed the information shared by you and request you to please try installing latest Aspose.Slides 18.10 on your end. If there is still an issue then please provide complete information that how and which package of Aspose.Slides you are trying to install along with Operating System and Java details.

aspose-good.png (37.9 KB)
aspose-bad.png (27.5 KB)

@AAST001Dev_ddc-its_com,

I have observed your comments. Can you please provide complete information that how and which package of Aspose.Slides you are trying to install along with Operating System and Java details.

I tried it again below is the error during install
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Info: ***** SOLUTION DEPLOYMENT *****
Info: Installing solution at level 15: aspose.slides.sharepoint2013.wsp
Info: solution ContainsWebApplicationResource: True, applications: 2
Info: Deploying to web application(s): All existing.
Info: SPWFEVM : http://test.abc.com/ : The solution was successfully deployed.
SPAPPVM : http://servername:1100/ : The solution was successfully deployed.
SPAPPVM : http://test.abc.com/ : The solution was successfully deployed.

Info: ***** FEATURE ACTIVATION *****
Info: http://servername:1100 : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
Info: http://servername:1100/sites/Help : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
Info: http://test.abc.com : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
*Error: http://test.abc.com/ABCD
Info: ***** FEATURE DEACTIVATION *****
Info: http://servername:1100 : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
Info: http://servername:1100/sites/Help : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
Info: http://test.abc.com : Aspose.Slides.SharePoint2013 (0d5fc337-73e8-4072-aac4-7007de7b86c4)
*Error: ***** ERROR *****
*Error: Feature with Id ‘0d5fc337-73e8-4072-aac4-7007de7b86c4’ is not installed in this farm, and cannot be added to this scope.
Exception: System.InvalidOperationException: Feature with Id ‘0d5fc337-73e8-4072-aac4-7007de7b86c4’ is not installed in this farm, and cannot be added to this scope.
at CodePlex.SharePointInstaller.InstallProcessControl.SiteCollectionFeatureCommand.Execute()
at CodePlex.SharePointInstaller.InstallProcessControl.TimerEventInstall(Object myObject, EventArgs myEventArgs)

aspose-wsp.jpg (4.7 KB)
aspose-version.jpg (7.0 KB)

It is windows server 2012, No Java installed - Test Server
I have installed 18.1 successfully on Dev server with no Java installed

On the previous successful Install I also ran powershell script to render extensions - script as below and everything is working fine on that server
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Write-Host “Adding Aspose.Slides rendering extensions”
Add-PSSnapIn Microsoft.SharePoint.PowerShell

Write-Host “Get ReportinService Application Service”
$app = get-sprsserviceapplication

if ($app) {
$app | ForEach-Object {

            $aspps = Get-SPRSExtension -Identity $_ -Name "ASPPS" -ExtensionType "Render"
            $aspptx = Get-SPRSExtension -Identity $_ -Name "ASPPTX" -ExtensionType "Render"
            $asppsx = Get-SPRSExtension -Identity $_ -Name "ASPPSX" -ExtensionType "Render"
            $asppt = Get-SPRSExtension -Identity $_ -Name "ASPPT" -ExtensionType "Render"

            if (-not $aspps ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPS" -TypeName "Aspose.Slides.ReportingServices.PpsRenderer,Aspose.Slides.ReportingServices" }
            if (-not $aspptx) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPTX" -TypeName "Aspose.Slides.ReportingServices.PptxRenderer,Aspose.Slides.ReportingServices"}
            if (-not $asppsx ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPSX" -TypeName "Aspose.Slides.ReportingServices.PpsxRenderer,Aspose.Slides.ReportingServices"}
            if (-not $asppt ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPT" -TypeName "Aspose.Slides.ReportingServices.PptRenderer,Aspose.Slides.ReportingServices"}
            }

}

@AAST001Dev_ddc-its_com,

Thank you for sharing the details with us. I like to share that at present we have latest Aspose.Slides for SharePoint 18.10 available and request you to please try that on your end. The SharePoint installer is a simple package that gets installed if SharePoint environment is properly configured. I suggest you to please visit these installation guidelines for your kind reference and share with us the installation issue in the form of snapshot along with SharePoint environment complete details.

Mudassir,

I am using the same installer you provided, all the pre checks are perfectly fine, but next step errors out, Solution is deployed but feature does not show up in site collection to activate.

Mudassir,
I just tested the same on another server, it installed fine and feature was available, I went ahead and activated it, then ran the powershell script, it did not render any extensions on the reports…

@AAST001Dev_ddc-its_com,

Can you please let us know how we may reproduce the issue on our end. Please also provide the SharePoint version and Operating System details on your end as well.

Secondly, for your following comments:

What Powershell script you ran? You have mentioned that before running Powershell script things were working.

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Write-Host “Adding Aspose.Slides rendering extensions”
Add-PSSnapIn Microsoft.SharePoint.PowerShell

Write-Host “Get ReportinService Application Service”
$app = get-sprsserviceapplication

if ($app) {
$app | ForEach-Object {

            $aspps = Get-SPRSExtension -Identity $_ -Name "ASPPS" -ExtensionType "Render"
            $aspptx = Get-SPRSExtension -Identity $_ -Name "ASPPTX" -ExtensionType "Render"
            $asppsx = Get-SPRSExtension -Identity $_ -Name "ASPPSX" -ExtensionType "Render"
            $asppt = Get-SPRSExtension -Identity $_ -Name "ASPPT" -ExtensionType "Render"

            if (-not $aspps ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPS" -TypeName "Aspose.Slides.ReportingServices.PpsRenderer,Aspose.Slides.ReportingServices" }
            if (-not $aspptx) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPTX" -TypeName "Aspose.Slides.ReportingServices.PptxRenderer,Aspose.Slides.ReportingServices"}
            if (-not $asppsx ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPSX" -TypeName "Aspose.Slides.ReportingServices.PpsxRenderer,Aspose.Slides.ReportingServices"}
            if (-not $asppt ) { New-SPRSExtension -ExtensionType "Render"  -Identity $_ -Name "ASPPT" -TypeName "Aspose.Slides.ReportingServices.PptRenderer,Aspose.Slides.ReportingServices"}
            }

Configuration database version:
15.0.5067.1000

windows server 2012

@AAST001Dev_ddc-its_com,

We have created an issue with ID SLIDESSP-33275 in our issue tracking system to further investigate the issue on our end. This thread has been linked with this thread so that you may be notified once the issue will be fixed.

@AAST001Dev_ddc-its_com,

We have investigated the details shared by you. Actually, you are trying to activate extensions on SQL Reporting Service. But Aspose.Slides for SharePoint does not contain them. It contains only SharePoint solution for exporting presentations, not SQL Server rendering extensions. For installing extensions for SQL Reporting Service you must use Aspose.Slides for SQL Reporting Service. Aspose Slides for Reporting Service automatically detects reporting mode (native or SharePoint) of SQL Server and installs all needed components. Can you please try installung Aspose.Slides for SSRS.