RE: Installation steps for Retail channel components in an on-premises environment dbo.RETAILSELFSERVICEPACKAGEINFO table empty after intialize
Hi Sergey,
I am executing the below command with errors.
PS C:\InfrastructureScripts\Scripts\VMs\MSD-365-AOS01> .\RetailUpdateDatabase.ps1 -envName 'UAT' -AosUrl 'xyz.com/.../' -SendProductSupportTelemetryToMicrosoft
Cannot index into a null array.
At C:\InfrastructureScripts\Scripts\VMs\MSD-365-AOS01\RetailUpdateDatabase.ps1:368 char:5
+ $CommonClusterId = $ServiceFabricAppDetails.ApplicationParameters ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
You cannot call a method on a null-valued expression.
At C:\InfrastructureScripts\Scripts\VMs\MSD-365-AOS01\RetailUpdateDatabase.ps1:102 char:9
+ $stringArray = $AppDetailValues.CommonClusterId.Split("\")
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation: (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
CommonClusterId cannot be split into 3 strings
At C:\InfrastructureScripts\Scripts\VMs\MSD-365-AOS01\RetailUpdateDatabase.ps1:105 char:13
+ Throw "CommonClusterId cannot be split into 3 strings";
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OperationStopped: (CommonClusterId... into 3 strings:String) [], RuntimeException
+ FullyQualifiedErrorId : CommonClusterId cannot be split into 3 strings
