RE: Installation steps for Retail channel components in an on-premises environment dbo.RETAILSELFSERVICEPACKAGEINFO table empty after intialize
HI Amr
In the link which you have shared, have you followed steps which we have highlighted below?
Installation steps
- On the previously created Application share, (not the LocalAgent share folder), create a new folder called selfservicepackages in the root directory of the share location.
- On each AOS computer, create an easily accessible directory, such as C:/selfservicepackages.
- On one AOS computer (which one does not matter), run the following PowerShell script.
PowerShell Copy
.\RetailUpdateDatabase.ps1 -envName '<Environment name>' -AosUrl 'https://<My Environment Name>.com/namespaces/AXSF/’ - SendProductSupportTelemetryToMicrosoft
Important
The above steps apply to version 10.0 and later. For the original 8.1.3 release of Retail on-premises functionality, the original version of the script delimiters must be used.
PowerShell Copy
.\RetailUpdateDatabase.ps1 -DatabaseServer '<Database server name for AOS database>' -DatabaseName '<Database name for AOS database>' -envName '<Environment name>' -RetailSelfServicePackages '<Local path of Retail self-service packages, such as **C:/selfservicepackages**>’ -SendProductSupportTelemetryToMicrosoft
- The parameter -envName should be known based on creation when the environment is generated.
- The legacy parameters -DatabaseServer and -DatabaseName should be known based on the environment setup.
- The parameter -SendProductSupportTelemetryToMicrosoft is a required value to enable telemetry to Microsoft. This is critical to maximize support from Microsoft.
- This script will perform a variety of actions, including updating the Retail Service user and role and updating Retail registry keys.
- On each AOS computer, run the following PowerShell script.
PowerShell Copy
.\RetailUpdateDatabase.ps1 -RetailSelfServicePackages 'C:\RetailSelfService\Packages'
Note
The parameter -RetailSelfServicePackages is the full path location created in the beginning of this step (C:/selfservicepackages).
Kind Regards
Surya