Saturday, January 12, 2019

Sitecore commerce - Fix for the property 'Value' cannot be found on this object. Verify that the property exists.



[-------------------- CommerceEngine-Ops_CreateWebsiteForMinion [Skipped] : Website ----------------------------------------------------------------]

[----------------------------------------- CommerceEngine-Ops_StopWebsite : ManageWebsite ----------------------------------------------------------]
VERBOSE: Stops the website if it is running.
[CommerceEngine-Ops_StopWebsite]:[Stop] CommerceOps_Sc9
VERBOSE: Performing the operation "Stop-Website" on target "CommerceOps_Sc9".
VERBOSE: Checking state of Website 'CommerceOps_Sc9'
Install-SitecoreConfiguration : The property 'Value' cannot be found on this object. Verify that the property exists.
At C:\deploy\SIF.Sitecore.Commerce.3.0.28\Deploy-Sitecore-Commerce.ps1:95 char:1
+ Install-SitecoreConfiguration @params -Verbose *>&1 | Tee-Object "$PS ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration

[TIME] 00:00:52
Invoke-ManageWebsiteTask : The property 'Value' cannot be found on this object. Verify that the property exists.
At C:\Program Files\WindowsPowerShell\Modules\SitecoreInstallFramework\2.1.0\Public\Install-SitecoreConfiguration.ps1:641 char:25
+                         & $entry.Task.Command @paramSet | Out-Default
+                         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (:) [Write-Error], WriteErrorException
    + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-ManageWebsiteTask

PS C:\deploy\SIF.Sitecore.Commerce.3.0.28>

FIx - In my case, my IIS was stop, I have restarted by IIS and it resolved the issue.

No comments:

Post a Comment