mattmcspirit / azurestack

Azure Stack Resources
80 stars 41 forks source link

Error during job Add Plans and offers. #68

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

mattmcspirit commented 5 years ago

Hi, I suspect this is a change within the PowerShell module rather than the Azure Stack system itself, assuming you are still using build 1809.

I’m on vacation so won’t get to this immediately. I’ll get to it as soon as I can.

Thanks! Matt

akn9050 commented 5 years ago

I am trying to install 1809 version itself with following: .\Install-ASDKv2.ps1 -DeploymentType AAD -LocalAdminPass $adminPassword -AADTenant $aadTenant -AADTenantAdminCredential $aadAdminCreds -version "1809"

But it is still installing 1811.x build of ASDK.

Can you please suggest how can i degrade the build to 1809. It would be helpful to me.

Thanks Amit

mattmcspirit commented 5 years ago

This is more of a question for Yagmur, here: https://github.com/yagmurs/AzureStack-VM-PoC seeing as you are using his script for deployment of the ASDK itself.

akn9050 commented 5 years ago

Thanks, I found your repo link somewhere in the code. But script i am using is matching with Yagmur script.

mattmcspirit commented 5 years ago

Fixed in new version

akn9050 commented 5 years ago

Thanks, Amit