yagmurs / AzureStack-VM-PoC

66 stars 71 forks source link

Error during job Add Plans and offers. #8

Closed akn9050 closed 5 years ago

akn9050 commented 5 years ago

Hi Logs.zip

When I am running post config script, It is not working from last 2 day (from 17 Dec 2018 Morning). When I am re-running the script found same issue every time. It could be due to there is some interface updates in Azure Stack Admin portal. Can you please look into the issue. Attaching logs zip folder: Logs.zip

ASDK Configurator Stage: CreatePlansOffers failed. Updating ConfigASDK Progress database GetScripts : Complete CheckPowerShell : Complete InstallPowerShell : Complete DownloadTools : Complete HostConfiguration : Complete Registration : Complete UbuntuServerImage : Complete WindowsUpdates : Complete ServerCoreImage : Complete ServerFullImage : Complete MySQLGalleryItem : Complete SQLServerGalleryItem : Complete AddVMExtensions : Complete MySQLRP : Skipped SQLServerRP : Complete MySQLSKUQuota : Skipped SQLServerSKUQuota : Complete UploadScripts : Skipped MySQLDBVM : Skipped SQLServerDBVM : Complete MySQLAddHosting : Skipped SQLServerAddHosting : Complete AppServiceFileServer : Complete AppServiceSQLServer : Complete DownloadAppService : Complete AddAppServicePreReqs : Complete DeployAppService : Complete RegisterNewRPs : Complete CreatePlansOffers : Failed InstallHostApps : Incomplete CreateOutput : Incomplete

Thanks! Amit

akn9050 commented 5 years ago

May be this issue because of new version of 1811. By default script is installing 1811.X. Can you suggest how can i degrade the version to 1809. It would be very helpful. I tried following but did not work. Still installing latest version. .\Install-ASDKv2.ps1 -DeploymentType AAD -LocalAdminPass $adminPassword -AADTenant $aadTenant -AADTenantAdminCredential $aadAdminCreds -version "1809"

yagmurs commented 5 years ago

Please check out examples.md, there are additional examples available now. 1809 that version numbers does not work always. Please use findLatestASDK function in ASDKHelperModule.psm1 module to find list of available versions. The version parameter most of the time same as announced number but not always. Check/use findLatestASDK function.