HodorNV / ALOps

ALOps
59 stars 24 forks source link

Can ALOpsAppPublish batch publish handle different versions of same app? #557

Closed NAVFreak closed 2 years ago

NAVFreak commented 2 years ago

Describe the bug Not clear if this is a bug or a feature request. The bottom down problem is that it tries to publish two versions of the same app and that gives me an error

I know publish same app with two versions at the same time isn't a good process ;) But the reason for this is a chain dependency effect. Which is not optimal but I still need to be able to do it. All the apps are installed together with their dependet apps that were being used to build that app. So when I try to build the app top down I end up with dependent apps that were build on the same app different versions

image The publish process is to download ALL dependency apps and then batch publish them before I try to build current app.

This issue seems very close to #451 But I can't see any solution to my problem there.

the output

2022-08-18T06:00:54.0286968Z *** Sync App [MyApp] on tenant [default]
2022-08-18T06:00:54.1390830Z *** App Already installed, doing upgrade default
2022-08-18T06:00:54.1404299Z   * Current version: 1.0.202234.8438
2022-08-18T06:00:54.1420142Z   * New version: 1.0.202234.8424
2022-08-18T06:00:54.1427192Z *** Sync App default
2022-08-18T06:00:54.2490760Z Cannot synchronize extension MyApp because a newer version has already been synchronized with app ID ...

Expected behavior That it only tries to publish the newest one or doesnt fail when publishing an version <= newest app

waldo1001 commented 2 years ago

Can you please share full yaml and full log - and if possible, a repo with a reproduction scenario?

NAVFreak commented 2 years ago

Reproduction scenario One app (B) is published in its pipeline with its dependency apps that were used when the app was built. At that time Sales Allocation had version 19.0.202233.8383 image

My pipeline has this app as an dependency hence why it downloads the app + its dependency app (indirect dependencies)

My pipeline also has direct dependency against Sales Allocations that has version 19.0.202234.843*4. So it downloads Sales Allocation with

When I batchpublish my dependencies it gives error since I have two versions and it installs the highest version first.

ALOpsBatch output

2022-08-18T06:00:07.0557893Z ##[section]Starting: BatchPublish - ALOpsAppPublish@***
2022-08-18T06:00:07.0673367Z ==============================================================================
2022-08-18T06:00:07.0673770Z Task         : ALOps App Publish
2022-08-18T06:00:07.0674031Z Description  : Publish AL Extension to Business Central
2022-08-18T06:00:07.0674330Z Version      : ***.45***.3***7
2022-08-18T06:00:07.0674512Z Author       : Hodor
2022-08-18T06:00:07.0674759Z Help         : Publish Business Central extension to service tier.
2022-08-18T06:00:07.0675090Z ==============================================================================
2022-08-18T06:00:09.0621778Z *** Validate configuration
2022-08-18T06:00:09.3692104Z *** Task Inputs:
2022-08-18T06:00:09.3822549Z 
2022-08-18T06:00:09.3836103Z name                                                                                                              value
2022-08-18T06:00:09.3839503Z ----                                                                                                              -----
2022-08-18T06:00:09.3843211Z usedocker                                                                                                          True
2022-08-18T06:00:09.3845981Z fixed_tag                                                                                                              
2022-08-18T06:00:09.3848948Z installpublishedapps                                                                                               True
2022-08-18T06:00:09.3851708Z installaltesttool                                                                                                 False
2022-08-18T06:00:09.3854448Z install_al_app_names                                                                             Tests-TestLibraries...
2022-08-18T06:00:09.3857218Z strictappnames                                                                                                    False
2022-08-18T06:00:09.3860030Z nav_serverinstance                                                                                                BC***40
2022-08-18T06:00:09.3862689Z artifact_path                                                                                                          
2022-08-18T06:00:09.3865120Z nav_artifact_app_filter                                                                                           *.app
2022-08-18T06:00:09.3867618Z skip_verification                                                                                                  True
2022-08-18T06:00:09.3870087Z forceinstall                                                                                                      False
2022-08-18T06:00:09.3872536Z forcesync                                                                                                         False
2022-08-18T06:00:09.3874974Z publish_scope                                                                                                    Global
2022-08-18T06:00:09.3877422Z tenant                                                                                                          default
2022-08-18T06:00:09.3880193Z batch_publish_folder                                              c:\vsts-agent-win-x64-***.***0***.0\_work\***0\a\Dependencies
2022-08-18T06:00:09.3882850Z publisherazureactivedirectorytenantid                                                                                  
2022-08-18T06:00:09.3918011Z 
2022-08-18T06:00:09.3927888Z 
2022-08-18T06:00:09.3962498Z 
2022-08-18T06:00:09.4230622Z *** For documentation, please visit   : https://www.alops.be/documentation
2022-08-18T06:00:09.4322836Z 
2022-08-18T06:00:09.6670427Z *** ALOps License:
2022-08-18T06:00:09.6698463Z   * Licensed To: ***** AB (Collection/Organization License)
2022-08-18T06:00:09.6704079Z 
2022-08-18T06:00:09.6833265Z *** Importing required PS-Functions
2022-08-18T06:00:10.0765481Z *** Initiate Docker Session
2022-08-18T06:00:10.3256070Z *** Set Docker Container ErrorActionPreference = Stop
2022-08-18T06:00:10.6287504Z *** Start Batch App-Publish.
2022-08-18T06:00:10.7085264Z *** Copy Artifacts: [c:\vsts-agent-win-x64-***.***0***.0\_work\***0\a\Dependencies] to [c:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e]
2022-08-18T06:00:13.9927192Z *** Import NAV/BC Management DLL's
2022-08-18T06:00:13.9993015Z *** Loading assemblies for ServiceTier [BC].
2022-08-18T06:00:14.2693517Z *** Loading assemblies from: [C:\program files\microsoft dynamics nav\***00\service]
2022-08-18T06:00:14.2817596Z *** Selected module: [C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-08-18T06:00:14.2846846Z *** Loading module: [C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Apps.Management.dll]
2022-08-18T06:00:14.3169882Z *** Selected module: [C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Management.dll]
2022-08-18T06:00:14.3180653Z *** Loading module: [C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Management.dll]
2022-08-18T06:00:14.3478505Z *** BC NCL Management DLL: C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Ncl.dll
2022-08-18T06:00:14.6835914Z *** BC Types DLL: C:\program files\microsoft dynamics nav\***00\service\Microsoft.Dynamics.Nav.Types.dll
2022-08-18T06:00:15.0748393Z *** Get Available Applications from [c:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e].
2022-08-18T06:00:15.0866393Z *** Get [*.app] files recursive from [c:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e]
2022-08-18T06:00:15.0939625Z *** Found [***5] files.
2022-08-18T06:00:15.0958056Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Batch Error Log_***7.0.***0***7.8***79_APP.app]
2022-08-18T06:00:15.1866950Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Communication Message Handler_***7.0.***0***7.8***69_APP.app]
2022-08-18T06:00:15.1970701Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Sales Allocation_***9.0.***0***34.843***_APP.app]
2022-08-18T06:00:15.1998398Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** WMS_***7.0.***0***34.84***7_APP.app]
2022-08-18T06:00:15.2038495Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\SmartApps_LicenseProvider_OnPrem_***9.***.35355.***00.app]
2022-08-18T06:00:15.2064200Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\SmartApps_SweBase_***9.6.44***8.0.app]
2022-08-18T06:00:15.2166475Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_Kickbacks_***.0.***0***7.8***95_APP.app]
2022-08-18T06:00:15.2192101Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Batch Error Log_***7.0.***0***7.8***79_APP.app]
2022-08-18T06:00:15.2213106Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Communication Message Handler_***7.0.***0***7.8***69_APP.app]
2022-08-18T06:00:15.2235567Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Sales Allocation_***9.0.***0***34.84***4_APP.app]
2022-08-18T06:00:15.2261709Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** WMS iCore Connector_***7.0.***0***7.8***67_APP.app]
2022-08-18T06:00:15.2287503Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** WMS_***7.0.***0***34.84***7_APP.app]
2022-08-18T06:00:15.2327494Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_********** Dangerous Goods_***.0.***0***7.8***97_APP.app]
2022-08-18T06:00:15.2349786Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\SmartApps_LicenseProvider_OnPrem_***9.***.35355.***00.app]
2022-08-18T06:00:15.2369191Z *** Extract App detail from [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\SmartApps_SweBase_***9.6.44***8.0.app]
2022-08-18T06:00:15.2929784Z *** Installing Applications:
2022-08-18T06:00:15.3454688Z 
2022-08-18T06:00:15.3498287Z **************************************
2022-08-18T06:00:15.3510547Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Batch Error Log_***7.0.***0***7.8***79_APP.app]
2022-08-18T06:00:15.3515527Z 
2022-08-18T06:00:15.3564909Z  * App.ID        = c***c4b***8-***b48-4d34-9c0***-405be9fd***dc6
2022-08-18T06:00:15.3576348Z  * App.Name      = ***** Batch Error Log
2022-08-18T06:00:15.3588085Z  * App.Publisher = ***** AB
2022-08-18T06:00:15.3616854Z  * App.Version   = ***7.0.***0***7.8***79
2022-08-18T06:00:15.6745541Z  => Publishing App '***** Batch Error Log v***7.0.***0***7.8***79'
2022-08-18T06:00:15.8381496Z *** Get Tenants
2022-08-18T06:00:16.0414205Z *** Tenant Info:
2022-08-18T06:00:16.0577674Z 
2022-08-18T06:00:16.0578726Z 
2022-08-18T06:00:16.0579480Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:16.0580113Z DatabaseName                           : CRONUS
2022-08-18T06:00:16.0580687Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:16.0581234Z DatabaseUserName                       : 
2022-08-18T06:00:16.0581750Z State                                  : Operational
2022-08-18T06:00:16.0582285Z DetailedState                          : 
2022-08-18T06:00:16.0582827Z DeletionState                          : Not deleted
2022-08-18T06:00:16.0583802Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:16.0584781Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:16.0585561Z Compression                            : Page
2022-08-18T06:00:16.0586260Z Id                                     : default
2022-08-18T06:00:16.0586943Z AlternateId                            : {}
2022-08-18T06:00:16.0587560Z ValidAudiences                         : {}
2022-08-18T06:00:16.0588166Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:16.0588966Z NasServicesEnabled                     : False
2022-08-18T06:00:16.0589876Z RunNasWithAdminRights                  : False
2022-08-18T06:00:16.0590683Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:16.0591427Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:16.0592142Z DefaultCompany                         : 
2022-08-18T06:00:16.0592852Z DefaultTimeZone                        : UTC
2022-08-18T06:00:16.0593723Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:16.0594602Z AadTenantId                            : common
2022-08-18T06:00:16.0595348Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:16.0596078Z DisplayName                            : 
2022-08-18T06:00:16.0596729Z EnvironmentName                        : 
2022-08-18T06:00:16.0597389Z EnvironmentType                        : Sandbox
2022-08-18T06:00:16.0598075Z EnvironmentSettings                    : 
2022-08-18T06:00:16.0598473Z 
2022-08-18T06:00:16.0598654Z 
2022-08-18T06:00:16.0598810Z 
2022-08-18T06:00:16.0598948Z 
2022-08-18T06:00:16.0599553Z *** Published App:
2022-08-18T06:00:16.0687498Z 
2022-08-18T06:00:16.0688841Z 
2022-08-18T06:00:16.0689513Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:16.0690051Z ExtensionDataVersion                  : 
2022-08-18T06:00:16.0690528Z IsInstalled                           : False
2022-08-18T06:00:16.0691512Z SyncState                             : NotSynced
2022-08-18T06:00:16.0691871Z NeedsUpgrade                          : False
2022-08-18T06:00:16.0692297Z IsPublished                           : True
2022-08-18T06:00:16.0692669Z Brief                                 : 
2022-08-18T06:00:16.0693059Z Description                           : 
2022-08-18T06:00:16.0693566Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:16.0693986Z PrivacyStatement                      : 
2022-08-18T06:00:16.0694434Z Eula                                  : 
2022-08-18T06:00:16.0694801Z Help                                  : 
2022-08-18T06:00:16.0695198Z Url                                   : http://www.*****.se
2022-08-18T06:00:16.0695650Z Logo                                  : 
2022-08-18T06:00:16.0695996Z DeveloperTenantId                     : 
2022-08-18T06:00:16.0696379Z ScreenShots                           : {}
2022-08-18T06:00:16.0697017Z Dependencies                          : {Base Application, Microsoft, ***6.***.***6***9.***805, False}
2022-08-18T06:00:16.0697844Z Capabilities                          : {}
2022-08-18T06:00:16.0698308Z PackageId                             : b***e7***8c-754a-4e07-a339-6ba34470f57e
2022-08-18T06:00:16.0698683Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:16.0699096Z AppId                                 : c***c4b***8-***b48-4d34-9c0***-405be9fd***dc6
2022-08-18T06:00:16.0699469Z Name                                  : ***** Batch Error Log
2022-08-18T06:00:16.0699783Z Publisher                             : ***** AB
2022-08-18T06:00:16.0700116Z Version                               : ***7.0.***0***7.8***79
2022-08-18T06:00:16.0700452Z ExtensionType                         : ModernDev
2022-08-18T06:00:16.0701200Z Scope                                 : Global
2022-08-18T06:00:16.0701799Z Tenant                                : 
2022-08-18T06:00:16.0702153Z 
2022-08-18T06:00:16.0702323Z 
2022-08-18T06:00:16.0702451Z 
2022-08-18T06:00:16.0702759Z 
2022-08-18T06:00:16.0703146Z *** Sync Tenant default
2022-08-18T06:00:16.1209774Z *** Sync App [***** Batch Error Log] on tenant [default]
2022-08-18T06:00:16.2249804Z *** Install App [***** Batch Error Log] on tenant [default]
2022-08-18T06:00:16.8578847Z 
2022-08-18T06:00:16.8594429Z **************************************
2022-08-18T06:00:16.8595871Z 
2022-08-18T06:00:16.8611219Z 
2022-08-18T06:00:16.8628650Z **************************************
2022-08-18T06:00:16.8641346Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Batch Error Log_***7.0.***0***7.8***79_APP.app]
2022-08-18T06:00:16.8643779Z 
2022-08-18T06:00:16.8673297Z  * App.ID        = c***c4b***8-***b48-4d34-9c0***-405be9fd***dc6
2022-08-18T06:00:16.8684635Z  * App.Name      = ***** Batch Error Log
2022-08-18T06:00:16.8695550Z  * App.Publisher = ***** AB
2022-08-18T06:00:16.8706930Z  * App.Version   = ***7.0.***0***7.8***79
2022-08-18T06:00:16.9117969Z  * App '***** Batch Error Log v***7.0.***0***7.8***79' already published.
2022-08-18T06:00:16.9118460Z *** Get Tenants
2022-08-18T06:00:16.9301441Z *** Tenant Info:
2022-08-18T06:00:16.9330213Z 
2022-08-18T06:00:16.9330977Z 
2022-08-18T06:00:16.9331603Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:16.9332192Z DatabaseName                           : CRONUS
2022-08-18T06:00:16.9333234Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:16.9334235Z DatabaseUserName                       : 
2022-08-18T06:00:16.9334705Z State                                  : Operational
2022-08-18T06:00:16.9335140Z DetailedState                          : 
2022-08-18T06:00:16.9335573Z DeletionState                          : Not deleted
2022-08-18T06:00:16.9336349Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:16.9337072Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:16.9337810Z Compression                            : Page
2022-08-18T06:00:16.9339021Z Id                                     : default
2022-08-18T06:00:16.9339994Z AlternateId                            : {}
2022-08-18T06:00:16.9340651Z ValidAudiences                         : {}
2022-08-18T06:00:16.9341154Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:16.9341625Z NasServicesEnabled                     : False
2022-08-18T06:00:16.9342108Z RunNasWithAdminRights                  : False
2022-08-18T06:00:16.9342630Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:16.9343200Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:16.9343753Z DefaultCompany                         : 
2022-08-18T06:00:16.9344298Z DefaultTimeZone                        : UTC
2022-08-18T06:00:16.9344988Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:16.9345703Z AadTenantId                            : common
2022-08-18T06:00:16.9346299Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:16.9346900Z DisplayName                            : 
2022-08-18T06:00:16.9347799Z EnvironmentName                        : 
2022-08-18T06:00:16.9348352Z EnvironmentType                        : Sandbox
2022-08-18T06:00:16.9348929Z EnvironmentSettings                    : 
2022-08-18T06:00:16.9349172Z 
2022-08-18T06:00:16.9349349Z 
2022-08-18T06:00:16.9349502Z 
2022-08-18T06:00:16.9349654Z 
2022-08-18T06:00:16.9350088Z *** Published App:
2022-08-18T06:00:16.9378515Z 
2022-08-18T06:00:16.9378891Z 
2022-08-18T06:00:16.9380122Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:16.9381009Z ExtensionDataVersion                  : ***7.0.***0***7.8***79
2022-08-18T06:00:16.9381864Z IsInstalled                           : True
2022-08-18T06:00:16.9384542Z SyncState                             : Synced
2022-08-18T06:00:16.9385070Z NeedsUpgrade                          : False
2022-08-18T06:00:16.9385945Z IsPublished                           : True
2022-08-18T06:00:16.9386527Z Brief                                 : 
2022-08-18T06:00:16.9386944Z Description                           : 
2022-08-18T06:00:16.9388026Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:16.9388552Z PrivacyStatement                      : 
2022-08-18T06:00:16.9388971Z Eula                                  : 
2022-08-18T06:00:16.9389359Z Help                                  : 
2022-08-18T06:00:16.9389813Z Url                                   : http://www.*****.se
2022-08-18T06:00:16.9390264Z Logo                                  : 
2022-08-18T06:00:16.9390685Z DeveloperTenantId                     : 
2022-08-18T06:00:16.9391131Z ScreenShots                           : {}
2022-08-18T06:00:16.9391755Z Dependencies                          : {Base Application, Microsoft, ***6.***.***6***9.***805, False}
2022-08-18T06:00:16.9392338Z Capabilities                          : {}
2022-08-18T06:00:16.9392892Z PackageId                             : b***e7***8c-754a-4e07-a339-6ba34470f57e
2022-08-18T06:00:16.9393493Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:16.9394087Z AppId                                 : c***c4b***8-***b48-4d34-9c0***-405be9fd***dc6
2022-08-18T06:00:16.9394694Z Name                                  : ***** Batch Error Log
2022-08-18T06:00:16.9395505Z Publisher                             : ***** AB
2022-08-18T06:00:16.9396142Z Version                               : ***7.0.***0***7.8***79
2022-08-18T06:00:16.9396661Z ExtensionType                         : ModernDev
2022-08-18T06:00:16.9397125Z Scope                                 : Global
2022-08-18T06:00:16.9397559Z Tenant                                : 
2022-08-18T06:00:16.9397744Z 
2022-08-18T06:00:16.9397873Z 
2022-08-18T06:00:16.9398022Z 
2022-08-18T06:00:16.9398150Z 
2022-08-18T06:00:16.9398606Z *** Sync Tenant default
2022-08-18T06:00:16.9669772Z *** App Already installed, doing upgrade default
2022-08-18T06:00:16.9672611Z   * Current version: ***7.0.***0***7.8***79
2022-08-18T06:00:16.9688918Z   * New version: ***7.0.***0***7.8***79
2022-08-18T06:00:16.9706432Z *** Sync App default
2022-08-18T06:00:17.0024607Z 
2022-08-18T06:00:17.0041881Z **************************************
2022-08-18T06:00:17.0045410Z 
2022-08-18T06:00:17.0057568Z 
2022-08-18T06:00:17.0076214Z **************************************
2022-08-18T06:00:17.0082646Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\SmartApps_LicenseProvider_OnPrem_***9.***.35355.***00.app]
2022-08-18T06:00:17.0091603Z 
2022-08-18T06:00:17.0118180Z  * App.ID        = ***63e0***54-8***ae-44b6-8***c***-***fe4***0***f54a
2022-08-18T06:00:17.0128553Z  * App.Name      = LicenseProvider
2022-08-18T06:00:17.0140014Z  * App.Publisher = SmartApps
2022-08-18T06:00:17.0152093Z  * App.Version   = ***9.***.35355.***00
2022-08-18T06:00:17.0690447Z  => Publishing App 'LicenseProvider v***9.***.35355.***00'
2022-08-18T06:00:17.2743197Z *** Get Tenants
2022-08-18T06:00:17.3123857Z *** Tenant Info:
2022-08-18T06:00:17.3154033Z 
2022-08-18T06:00:17.3155148Z 
2022-08-18T06:00:17.3156248Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:17.3156839Z DatabaseName                           : CRONUS
2022-08-18T06:00:17.3157359Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:17.3157887Z DatabaseUserName                       : 
2022-08-18T06:00:17.3158349Z State                                  : Operational
2022-08-18T06:00:17.3158795Z DetailedState                          : 
2022-08-18T06:00:17.3159713Z DeletionState                          : Not deleted
2022-08-18T06:00:17.3160298Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:17.3161548Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:17.3162145Z Compression                            : Page
2022-08-18T06:00:17.3162651Z Id                                     : default
2022-08-18T06:00:17.3163184Z AlternateId                            : {}
2022-08-18T06:00:17.3163715Z ValidAudiences                         : {}
2022-08-18T06:00:17.3164243Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:17.3164828Z NasServicesEnabled                     : False
2022-08-18T06:00:17.3165409Z RunNasWithAdminRights                  : False
2022-08-18T06:00:17.3166004Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:17.3166583Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:17.3167124Z DefaultCompany                         : 
2022-08-18T06:00:17.3167666Z DefaultTimeZone                        : UTC
2022-08-18T06:00:17.3168341Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:17.3169041Z AadTenantId                            : common
2022-08-18T06:00:17.3169629Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:17.3170109Z DisplayName                            : 
2022-08-18T06:00:17.3170589Z EnvironmentName                        : 
2022-08-18T06:00:17.3171129Z EnvironmentType                        : Sandbox
2022-08-18T06:00:17.3171638Z EnvironmentSettings                    : 
2022-08-18T06:00:17.3171874Z 
2022-08-18T06:00:17.3172016Z 
2022-08-18T06:00:17.3172174Z 
2022-08-18T06:00:17.3172321Z 
2022-08-18T06:00:17.3172753Z *** Published App:
2022-08-18T06:00:17.3203939Z 
2022-08-18T06:00:17.3204234Z 
2022-08-18T06:00:17.3205567Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:17.3206533Z ExtensionDataVersion                  : 
2022-08-18T06:00:17.3207053Z IsInstalled                           : False
2022-08-18T06:00:17.3207519Z SyncState                             : NotSynced
2022-08-18T06:00:17.3208040Z NeedsUpgrade                          : False
2022-08-18T06:00:17.3208485Z IsPublished                           : True
2022-08-18T06:00:17.3209121Z Brief                                 : LicenseProvider OnPrem - This app is required for running apps distributed by 
2022-08-18T06:00:17.3210053Z                                         SmartApps OnPrem
2022-08-18T06:00:17.3210968Z Description                           : LicenseProvider OnPrem - This app is required for running apps distributed by 
2022-08-18T06:00:17.3211658Z                                         SmartApps in an OnPremises environment.
2022-08-18T06:00:17.3212300Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:17.3212881Z PrivacyStatement                      : https://docs.smartappsford365.com/common/privacy-statement
2022-08-18T06:00:17.3213562Z Eula                                  : https://docs.smartappsford365.com/common/eula/
2022-08-18T06:00:17.3214193Z Help                                  : https://docs.smartappsford365.com/licenseprovider/
2022-08-18T06:00:17.3214812Z Url                                   : https://www.smartappsford365.com/
2022-08-18T06:00:17.3215302Z Logo                                  : 
2022-08-18T06:00:17.3215704Z DeveloperTenantId                     : 
2022-08-18T06:00:17.3216157Z ScreenShots                           : {}
2022-08-18T06:00:17.3216991Z Dependencies                          : {Application, Microsoft, ***8.0.0.0, False}
2022-08-18T06:00:17.3217519Z Capabilities                          : {}
2022-08-18T06:00:17.3218074Z PackageId                             : ***77b7b45-49***5-4ce6-b674-***b0***3***c599f
2022-08-18T06:00:17.3218691Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:17.3219377Z AppId                                 : ***63e0***54-8***ae-44b6-8***c***-***fe4***0***f54a
2022-08-18T06:00:17.3220041Z Name                                  : LicenseProvider
2022-08-18T06:00:17.3220800Z Publisher                             : SmartApps
2022-08-18T06:00:17.3221338Z Version                               : ***9.***.35355.***00
2022-08-18T06:00:17.3221860Z ExtensionType                         : ModernDev
2022-08-18T06:00:17.3222318Z Scope                                 : Global
2022-08-18T06:00:17.3222793Z Tenant                                : 
2022-08-18T06:00:17.3223003Z 
2022-08-18T06:00:17.3223142Z 
2022-08-18T06:00:17.3223293Z 
2022-08-18T06:00:17.3223437Z 
2022-08-18T06:00:17.3223904Z *** Sync Tenant default
2022-08-18T06:00:17.3584432Z *** Sync App [LicenseProvider] on tenant [default]
2022-08-18T06:00:17.4006748Z *** Install App [LicenseProvider] on tenant [default]
2022-08-18T06:00:17.6445769Z 
2022-08-18T06:00:17.6461449Z **************************************
2022-08-18T06:00:17.6464069Z 
2022-08-18T06:00:17.6477357Z 
2022-08-18T06:00:17.6494452Z **************************************
2022-08-18T06:00:17.6505481Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\SmartApps_LicenseProvider_OnPrem_***9.***.35355.***00.app]
2022-08-18T06:00:17.6511233Z 
2022-08-18T06:00:17.6538599Z  * App.ID        = ***63e0***54-8***ae-44b6-8***c***-***fe4***0***f54a
2022-08-18T06:00:17.6550470Z  * App.Name      = LicenseProvider
2022-08-18T06:00:17.6561632Z  * App.Publisher = SmartApps
2022-08-18T06:00:17.6572921Z  * App.Version   = ***9.***.35355.***00
2022-08-18T06:00:17.6974916Z  * App 'LicenseProvider v***9.***.35355.***00' already published.
2022-08-18T06:00:17.6978378Z *** Get Tenants
2022-08-18T06:00:17.7048269Z *** Tenant Info:
2022-08-18T06:00:17.7086259Z 
2022-08-18T06:00:17.7086777Z 
2022-08-18T06:00:17.7088010Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:17.7089225Z DatabaseName                           : CRONUS
2022-08-18T06:00:17.7089773Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:17.7090273Z DatabaseUserName                       : 
2022-08-18T06:00:17.7090987Z State                                  : Operational
2022-08-18T06:00:17.7092444Z DetailedState                          : 
2022-08-18T06:00:17.7093233Z DeletionState                          : Not deleted
2022-08-18T06:00:17.7093900Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:17.7095271Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:17.7096098Z Compression                            : Page
2022-08-18T06:00:17.7096771Z Id                                     : default
2022-08-18T06:00:17.7097303Z AlternateId                            : {}
2022-08-18T06:00:17.7098014Z ValidAudiences                         : {}
2022-08-18T06:00:17.7098738Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:17.7099499Z NasServicesEnabled                     : False
2022-08-18T06:00:17.7100738Z RunNasWithAdminRights                  : False
2022-08-18T06:00:17.7101521Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:17.7102127Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:17.7102694Z DefaultCompany                         : 
2022-08-18T06:00:17.7103261Z DefaultTimeZone                        : UTC
2022-08-18T06:00:17.7103930Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:17.7104573Z AadTenantId                            : common
2022-08-18T06:00:17.7105460Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:17.7106042Z DisplayName                            : 
2022-08-18T06:00:17.7106571Z EnvironmentName                        : 
2022-08-18T06:00:17.7107150Z EnvironmentType                        : Sandbox
2022-08-18T06:00:17.7107734Z EnvironmentSettings                    : 
2022-08-18T06:00:17.7108050Z 
2022-08-18T06:00:17.7108221Z 
2022-08-18T06:00:17.7108343Z 
2022-08-18T06:00:17.7108492Z 
2022-08-18T06:00:17.7108995Z *** Published App:
2022-08-18T06:00:17.7133930Z 
2022-08-18T06:00:17.7134269Z 
2022-08-18T06:00:17.7135138Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:17.7137138Z ExtensionDataVersion                  : ***9.***.35355.***00
2022-08-18T06:00:17.7138160Z IsInstalled                           : True
2022-08-18T06:00:17.7138655Z SyncState                             : Synced
2022-08-18T06:00:17.7139159Z NeedsUpgrade                          : False
2022-08-18T06:00:17.7139633Z IsPublished                           : True
2022-08-18T06:00:17.7140271Z Brief                                 : LicenseProvider OnPrem - This app is required for running apps distributed by 
2022-08-18T06:00:17.7140927Z                                         SmartApps OnPrem
2022-08-18T06:00:17.7141579Z Description                           : LicenseProvider OnPrem - This app is required for running apps distributed by 
2022-08-18T06:00:17.7142305Z                                         SmartApps in an OnPremises environment.
2022-08-18T06:00:17.7142899Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:17.7143684Z PrivacyStatement                      : https://docs.smartappsford365.com/common/privacy-statement
2022-08-18T06:00:17.7144303Z Eula                                  : https://docs.smartappsford365.com/common/eula/
2022-08-18T06:00:17.7144851Z Help                                  : https://docs.smartappsford365.com/licenseprovider/
2022-08-18T06:00:17.7145389Z Url                                   : https://www.smartappsford365.com/
2022-08-18T06:00:17.7145824Z Logo                                  : 
2022-08-18T06:00:17.7146219Z DeveloperTenantId                     : 
2022-08-18T06:00:17.7146628Z ScreenShots                           : {}
2022-08-18T06:00:17.7147116Z Dependencies                          : {Application, Microsoft, ***8.0.0.0, False}
2022-08-18T06:00:17.7147591Z Capabilities                          : {}
2022-08-18T06:00:17.7148101Z PackageId                             : ***77b7b45-49***5-4ce6-b674-***b0***3***c599f
2022-08-18T06:00:17.7148622Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:17.7149167Z AppId                                 : ***63e0***54-8***ae-44b6-8***c***-***fe4***0***f54a
2022-08-18T06:00:17.7149675Z Name                                  : LicenseProvider
2022-08-18T06:00:17.7150085Z Publisher                             : SmartApps
2022-08-18T06:00:17.7150819Z Version                               : ***9.***.35355.***00
2022-08-18T06:00:17.7151269Z ExtensionType                         : ModernDev
2022-08-18T06:00:17.7151670Z Scope                                 : Global
2022-08-18T06:00:17.7152059Z Tenant                                : 
2022-08-18T06:00:17.7152296Z 
2022-08-18T06:00:17.7152446Z 
2022-08-18T06:00:17.7152530Z 
2022-08-18T06:00:17.7152625Z 
2022-08-18T06:00:17.7153018Z *** Sync Tenant default
2022-08-18T06:00:17.7474556Z *** App Already installed, doing upgrade default
2022-08-18T06:00:17.7480342Z   * Current version: ***9.***.35355.***00
2022-08-18T06:00:17.7486465Z   * New version: ***9.***.35355.***00
2022-08-18T06:00:17.7492467Z *** Sync App default
2022-08-18T06:00:17.7713949Z 
2022-08-18T06:00:17.7729888Z **************************************
2022-08-18T06:00:17.7734407Z 
2022-08-18T06:00:17.7747886Z 
2022-08-18T06:00:17.7763393Z **************************************
2022-08-18T06:00:17.7774440Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Communication Message Handler_***7.0.***0***7.8***69_APP.app]
2022-08-18T06:00:17.7779130Z 
2022-08-18T06:00:17.7807177Z  * App.ID        = 4cbac5d9-***03f-4c6c-9ca0-c***b***77***4dcf
2022-08-18T06:00:17.7818165Z  * App.Name      = ***** Communication Message Handler
2022-08-18T06:00:17.7829206Z  * App.Publisher = ***** AB
2022-08-18T06:00:17.7840785Z  * App.Version   = ***7.0.***0***7.8***69
2022-08-18T06:00:17.8226315Z  => Publishing App '***** Communication Message Handler v***7.0.***0***7.8***69'
2022-08-18T06:00:18.0454539Z *** Get Tenants
2022-08-18T06:00:18.0849389Z *** Tenant Info:
2022-08-18T06:00:18.0878981Z 
2022-08-18T06:00:18.0879609Z 
2022-08-18T06:00:18.0880096Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:18.0880459Z DatabaseName                           : CRONUS
2022-08-18T06:00:18.0880879Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:18.0882445Z DatabaseUserName                       : 
2022-08-18T06:00:18.0883247Z State                                  : Operational
2022-08-18T06:00:18.0883738Z DetailedState                          : 
2022-08-18T06:00:18.0884264Z DeletionState                          : Not deleted
2022-08-18T06:00:18.0884701Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:18.0885355Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:18.0885792Z Compression                            : Page
2022-08-18T06:00:18.0886257Z Id                                     : default
2022-08-18T06:00:18.0886645Z AlternateId                            : {}
2022-08-18T06:00:18.0887052Z ValidAudiences                         : {}
2022-08-18T06:00:18.0887561Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:18.0888012Z NasServicesEnabled                     : False
2022-08-18T06:00:18.0888512Z RunNasWithAdminRights                  : False
2022-08-18T06:00:18.0889002Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:18.0889521Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:18.0889914Z DefaultCompany                         : 
2022-08-18T06:00:18.0890336Z DefaultTimeZone                        : UTC
2022-08-18T06:00:18.0890930Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:18.0891498Z AadTenantId                            : common
2022-08-18T06:00:18.0891935Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:18.0892370Z DisplayName                            : 
2022-08-18T06:00:18.0892654Z EnvironmentName                        : 
2022-08-18T06:00:18.0892942Z EnvironmentType                        : Sandbox
2022-08-18T06:00:18.0893251Z EnvironmentSettings                    : 
2022-08-18T06:00:18.0893401Z 
2022-08-18T06:00:18.0893488Z 
2022-08-18T06:00:18.0893570Z 
2022-08-18T06:00:18.0895076Z 
2022-08-18T06:00:18.0895698Z *** Published App:
2022-08-18T06:00:18.0924643Z 
2022-08-18T06:00:18.0925927Z 
2022-08-18T06:00:18.0926812Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:18.0927359Z ExtensionDataVersion                  : 
2022-08-18T06:00:18.0927811Z IsInstalled                           : False
2022-08-18T06:00:18.0928305Z SyncState                             : NotSynced
2022-08-18T06:00:18.0929081Z NeedsUpgrade                          : False
2022-08-18T06:00:18.0930924Z IsPublished                           : True
2022-08-18T06:00:18.0931664Z Brief                                 : Shows communication messages.
2022-08-18T06:00:18.0932545Z Description                           : This functions is used to show communication messages that has been sent to 
2022-08-18T06:00:18.0933380Z                                         and from system.
2022-08-18T06:00:18.0934162Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:18.0934841Z PrivacyStatement                      : 
2022-08-18T06:00:18.0935841Z Eula                                  : 
2022-08-18T06:00:18.0936423Z Help                                  : 
2022-08-18T06:00:18.0937031Z Url                                   : http://www.*****.se
2022-08-18T06:00:18.0937652Z Logo                                  : 
2022-08-18T06:00:18.0938314Z DeveloperTenantId                     : 
2022-08-18T06:00:18.0939005Z ScreenShots                           : {}
2022-08-18T06:00:18.0939918Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, Base Application, Microsoft, 
2022-08-18T06:00:18.0940811Z                                         ***.0.0.0, False}
2022-08-18T06:00:18.0941457Z Capabilities                          : {}
2022-08-18T06:00:18.0942289Z PackageId                             : 8d60f0bf-5b57-4098-9***ae-***bb076b5800c
2022-08-18T06:00:18.0943156Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:18.0944002Z AppId                                 : 4cbac5d9-***03f-4c6c-9ca0-c***b***77***4dcf
2022-08-18T06:00:18.0944821Z Name                                  : ***** Communication Message Handler
2022-08-18T06:00:18.0945531Z Publisher                             : ***** AB
2022-08-18T06:00:18.0946225Z Version                               : ***7.0.***0***7.8***69
2022-08-18T06:00:18.0946993Z ExtensionType                         : ModernDev
2022-08-18T06:00:18.0947844Z Scope                                 : Global
2022-08-18T06:00:18.0948498Z Tenant                                : 
2022-08-18T06:00:18.0948859Z 
2022-08-18T06:00:18.0949052Z 
2022-08-18T06:00:18.0949190Z 
2022-08-18T06:00:18.0949482Z 
2022-08-18T06:00:18.0949984Z *** Sync Tenant default
2022-08-18T06:00:18.1402392Z *** Sync App [***** Communication Message Handler] on tenant [default]
2022-08-18T06:00:18.2580023Z *** Install App [***** Communication Message Handler] on tenant [default]
2022-08-18T06:00:18.5113964Z 
2022-08-18T06:00:18.5426168Z **************************************
2022-08-18T06:00:18.5426482Z 
2022-08-18T06:00:18.5427098Z 
2022-08-18T06:00:18.5433242Z **************************************
2022-08-18T06:00:18.5443608Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** WMS_***7.0.***0***34.84***7_APP.app]
2022-08-18T06:00:18.5444491Z 
2022-08-18T06:00:18.5468144Z  * App.ID        = 7***4ef***d-e6***9-4da7-bbcb-b495c7c8f3a5
2022-08-18T06:00:18.5477786Z  * App.Name      = ***** WMS
2022-08-18T06:00:18.5490113Z  * App.Publisher = ***** AB
2022-08-18T06:00:18.5501077Z  * App.Version   = ***7.0.***0***34.84***7
2022-08-18T06:00:18.5888561Z  => Publishing App '***** WMS v***7.0.***0***34.84***7'
2022-08-18T06:00:20.8228435Z *** Get Tenants
2022-08-18T06:00:20.8658699Z *** Tenant Info:
2022-08-18T06:00:20.8688164Z 
2022-08-18T06:00:20.8688565Z 
2022-08-18T06:00:20.8690260Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:20.8691490Z DatabaseName                           : CRONUS
2022-08-18T06:00:20.8692083Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:20.8692604Z DatabaseUserName                       : 
2022-08-18T06:00:20.8693190Z State                                  : Operational
2022-08-18T06:00:20.8693679Z DetailedState                          : 
2022-08-18T06:00:20.8694186Z DeletionState                          : Not deleted
2022-08-18T06:00:20.8694724Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:20.8695430Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:20.8695946Z Compression                            : Page
2022-08-18T06:00:20.8696430Z Id                                     : default
2022-08-18T06:00:20.8696891Z AlternateId                            : {}
2022-08-18T06:00:20.8697346Z ValidAudiences                         : {}
2022-08-18T06:00:20.8697885Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:20.8698352Z NasServicesEnabled                     : False
2022-08-18T06:00:20.8698973Z RunNasWithAdminRights                  : False
2022-08-18T06:00:20.8699294Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:20.8699650Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:20.8699980Z DefaultCompany                         : 
2022-08-18T06:00:20.8700306Z DefaultTimeZone                        : UTC
2022-08-18T06:00:20.8700722Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:20.8701134Z AadTenantId                            : common
2022-08-18T06:00:20.8701518Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:20.8701820Z DisplayName                            : 
2022-08-18T06:00:20.8702134Z EnvironmentName                        : 
2022-08-18T06:00:20.8702472Z EnvironmentType                        : Sandbox
2022-08-18T06:00:20.8702810Z EnvironmentSettings                    : 
2022-08-18T06:00:20.8702949Z 
2022-08-18T06:00:20.8703081Z 
2022-08-18T06:00:20.8703169Z 
2022-08-18T06:00:20.8703250Z 
2022-08-18T06:00:20.8703546Z *** Published App:
2022-08-18T06:00:20.8732819Z 
2022-08-18T06:00:20.8735399Z 
2022-08-18T06:00:20.8736231Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:20.8736785Z ExtensionDataVersion                  : 
2022-08-18T06:00:20.8737277Z IsInstalled                           : False
2022-08-18T06:00:20.8737722Z SyncState                             : NotSynced
2022-08-18T06:00:20.8738225Z NeedsUpgrade                          : False
2022-08-18T06:00:20.8738779Z IsPublished                           : True
2022-08-18T06:00:20.8739268Z Brief                                 : 
2022-08-18T06:00:20.8739730Z Description                           : 
2022-08-18T06:00:20.8740309Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:20.8740860Z PrivacyStatement                      : 
2022-08-18T06:00:20.8741267Z Eula                                  : 
2022-08-18T06:00:20.8741729Z Help                                  : 
2022-08-18T06:00:20.8742206Z Url                                   : http://www.*****.se
2022-08-18T06:00:20.8742667Z Logo                                  : 
2022-08-18T06:00:20.8743122Z DeveloperTenantId                     : 
2022-08-18T06:00:20.8743643Z ScreenShots                           : {}
2022-08-18T06:00:20.8744444Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, ***** Batch Error Log, ***** 
2022-08-18T06:00:20.8745325Z                                         AB, ***7.0.0.***, False, Base Application, Microsoft, ***.0.0.0, False}
2022-08-18T06:00:20.8746009Z Capabilities                          : {}
2022-08-18T06:00:20.8746629Z PackageId                             : cfc***bf06-6ae7-4fb4-8d5c-***d4d08ec44***b
2022-08-18T06:00:20.8747330Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:20.8748048Z AppId                                 : 7***4ef***d-e6***9-4da7-bbcb-b495c7c8f3a5
2022-08-18T06:00:20.8748917Z Name                                  : ***** WMS
2022-08-18T06:00:20.8749399Z Publisher                             : ***** AB
2022-08-18T06:00:20.8749965Z Version                               : ***7.0.***0***34.84***7
2022-08-18T06:00:20.8750510Z ExtensionType                         : ModernDev
2022-08-18T06:00:20.8750960Z Scope                                 : Global
2022-08-18T06:00:20.8751491Z Tenant                                : 
2022-08-18T06:00:20.8751733Z 
2022-08-18T06:00:20.8751864Z 
2022-08-18T06:00:20.8751996Z 
2022-08-18T06:00:20.8752170Z 
2022-08-18T06:00:20.8752592Z *** Sync Tenant default
2022-08-18T06:00:20.9221074Z *** Sync App [***** WMS] on tenant [default]
2022-08-18T06:00:21.7182442Z *** Install App [***** WMS] on tenant [default]
2022-08-18T06:00:24.0995062Z 
2022-08-18T06:00:24.1010127Z **************************************
2022-08-18T06:00:24.1011746Z 
2022-08-18T06:00:24.1026918Z 
2022-08-18T06:00:24.1043035Z **************************************
2022-08-18T06:00:24.1056398Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\SmartApps_SweBase_***9.6.44***8.0.app]
2022-08-18T06:00:24.1058289Z 
2022-08-18T06:00:24.1156265Z  * App.ID        = b830ef47-c998-4e30-bb03-5***be437f36f6
2022-08-18T06:00:24.1165512Z  * App.Name      = SweBase
2022-08-18T06:00:24.1177040Z  * App.Publisher = SmartApps
2022-08-18T06:00:24.1189068Z  * App.Version   = ***9.6.44***8.0
2022-08-18T06:00:24.1667091Z  => Publishing App 'SweBase v***9.6.44***8.0'
2022-08-18T06:00:31.6779480Z *** Get Tenants
2022-08-18T06:00:31.7370401Z *** Tenant Info:
2022-08-18T06:00:31.7399981Z 
2022-08-18T06:00:31.7400823Z 
2022-08-18T06:00:31.7401565Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:31.7402453Z DatabaseName                           : CRONUS
2022-08-18T06:00:31.7402993Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:31.7403512Z DatabaseUserName                       : 
2022-08-18T06:00:31.7404237Z State                                  : Operational
2022-08-18T06:00:31.7404788Z DetailedState                          : 
2022-08-18T06:00:31.7405262Z DeletionState                          : Not deleted
2022-08-18T06:00:31.7405771Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:31.7406477Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:31.7407143Z Compression                            : Page
2022-08-18T06:00:31.7407732Z Id                                     : default
2022-08-18T06:00:31.7408296Z AlternateId                            : {}
2022-08-18T06:00:31.7408864Z ValidAudiences                         : {}
2022-08-18T06:00:31.7409460Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:31.7410060Z NasServicesEnabled                     : False
2022-08-18T06:00:31.7410654Z RunNasWithAdminRights                  : False
2022-08-18T06:00:31.7411282Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:31.7411881Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:31.7412447Z DefaultCompany                         : 
2022-08-18T06:00:31.7413058Z DefaultTimeZone                        : UTC
2022-08-18T06:00:31.7413765Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:31.7414390Z AadTenantId                            : common
2022-08-18T06:00:31.7414980Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:31.7415543Z DisplayName                            : 
2022-08-18T06:00:31.7416108Z EnvironmentName                        : 
2022-08-18T06:00:31.7416721Z EnvironmentType                        : Sandbox
2022-08-18T06:00:31.7417294Z EnvironmentSettings                    : 
2022-08-18T06:00:31.7417622Z 
2022-08-18T06:00:31.7417787Z 
2022-08-18T06:00:31.7417909Z 
2022-08-18T06:00:31.7418202Z 
2022-08-18T06:00:31.7418544Z *** Published App:
2022-08-18T06:00:31.7444495Z 
2022-08-18T06:00:31.7445228Z 
2022-08-18T06:00:31.7445915Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:31.7447764Z ExtensionDataVersion                  : 
2022-08-18T06:00:31.7448302Z IsInstalled                           : False
2022-08-18T06:00:31.7448772Z SyncState                             : NotSynced
2022-08-18T06:00:31.7449292Z NeedsUpgrade                          : False
2022-08-18T06:00:31.7449688Z IsPublished                           : True
2022-08-18T06:00:31.7450186Z Brief                                 : SweBase - functionality for Sweden
2022-08-18T06:00:31.7450774Z Description                           : Simplify your daily work and reduce the need for customizations! SweBase is an 
2022-08-18T06:00:31.7451424Z                                         essential app if you operate in Sweden
2022-08-18T06:00:31.7452043Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:31.7452662Z PrivacyStatement                      : https://docs.smartappsford365.com/common/privacy-statement
2022-08-18T06:00:31.7453678Z Eula                                  : https://docs.smartappsford365.com/common/eula/
2022-08-18T06:00:31.7454267Z Help                                  : https://docs.smartappsford365.com/swebase/
2022-08-18T06:00:31.7455417Z Url                                   : https://smartappsford365.com/swebase/
2022-08-18T06:00:31.7455958Z Logo                                  : 
2022-08-18T06:00:31.7456364Z DeveloperTenantId                     : 
2022-08-18T06:00:31.7456759Z ScreenShots                           : {}
2022-08-18T06:00:31.7457442Z Dependencies                          : {LicenseProvider, SmartApps, ***9.***.35355.0, False, Application, Microsoft, 
2022-08-18T06:00:31.7457892Z                                         ***9.0.0.0, False}
2022-08-18T06:00:31.7458193Z Capabilities                          : {}
2022-08-18T06:00:31.7458548Z PackageId                             : 4cc443c8-c408-40f3-87ff-0677d9c36edd
2022-08-18T06:00:31.7458952Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:31.7459336Z AppId                                 : b830ef47-c998-4e30-bb03-5***be437f36f6
2022-08-18T06:00:31.7459683Z Name                                  : SweBase
2022-08-18T06:00:31.7460014Z Publisher                             : SmartApps
2022-08-18T06:00:31.7460337Z Version                               : ***9.6.44***8.0
2022-08-18T06:00:31.7460660Z ExtensionType                         : ModernDev
2022-08-18T06:00:31.7460948Z Scope                                 : Global
2022-08-18T06:00:31.7461229Z Tenant                                : 
2022-08-18T06:00:31.7461363Z 
2022-08-18T06:00:31.7461448Z 
2022-08-18T06:00:31.7461530Z 
2022-08-18T06:00:31.7461635Z 
2022-08-18T06:00:31.7462275Z *** Sync Tenant default
2022-08-18T06:00:31.7959590Z *** Sync App [SweBase] on tenant [default]
2022-08-18T06:00:35.3118531Z *** Install App [SweBase] on tenant [default]
2022-08-18T06:00:48.9994926Z 
2022-08-18T06:00:49.0008997Z **************************************
2022-08-18T06:00:49.0015710Z 
2022-08-18T06:00:49.0028078Z 
2022-08-18T06:00:49.0045731Z **************************************
2022-08-18T06:00:49.0058555Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Communication Message Handler_***7.0.***0***7.8***69_APP.app]
2022-08-18T06:00:49.0060690Z 
2022-08-18T06:00:49.0091306Z  * App.ID        = 4cbac5d9-***03f-4c6c-9ca0-c***b***77***4dcf
2022-08-18T06:00:49.0112404Z  * App.Name      = ***** Communication Message Handler
2022-08-18T06:00:49.0113272Z  * App.Publisher = ***** AB
2022-08-18T06:00:49.0129462Z  * App.Version   = ***7.0.***0***7.8***69
2022-08-18T06:00:49.0601677Z  * App '***** Communication Message Handler v***7.0.***0***7.8***69' already published.
2022-08-18T06:00:49.0608704Z *** Get Tenants
2022-08-18T06:00:49.0617723Z *** Tenant Info:
2022-08-18T06:00:49.0648827Z 
2022-08-18T06:00:49.0651157Z 
2022-08-18T06:00:49.0651699Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.0652333Z DatabaseName                           : CRONUS
2022-08-18T06:00:49.0652853Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:49.0653391Z DatabaseUserName                       : 
2022-08-18T06:00:49.0653894Z State                                  : Operational
2022-08-18T06:00:49.0654381Z DetailedState                          : 
2022-08-18T06:00:49.0654893Z DeletionState                          : Not deleted
2022-08-18T06:00:49.0655433Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:49.0656082Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:49.0656865Z Compression                            : Page
2022-08-18T06:00:49.0657484Z Id                                     : default
2022-08-18T06:00:49.0658056Z AlternateId                            : {}
2022-08-18T06:00:49.0658629Z ValidAudiences                         : {}
2022-08-18T06:00:49.0659499Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:49.0660099Z NasServicesEnabled                     : False
2022-08-18T06:00:49.0660712Z RunNasWithAdminRights                  : False
2022-08-18T06:00:49.0661341Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:49.0661933Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:49.0662522Z DefaultCompany                         : 
2022-08-18T06:00:49.0663095Z DefaultTimeZone                        : UTC
2022-08-18T06:00:49.0663780Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:49.0664416Z AadTenantId                            : common
2022-08-18T06:00:49.0665020Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:49.0665593Z DisplayName                            : 
2022-08-18T06:00:49.0666165Z EnvironmentName                        : 
2022-08-18T06:00:49.0666733Z EnvironmentType                        : Sandbox
2022-08-18T06:00:49.0667320Z EnvironmentSettings                    : 
2022-08-18T06:00:49.0667664Z 
2022-08-18T06:00:49.0667868Z 
2022-08-18T06:00:49.0668164Z 
2022-08-18T06:00:49.0668333Z 
2022-08-18T06:00:49.0668716Z *** Published App:
2022-08-18T06:00:49.0691387Z 
2022-08-18T06:00:49.0693001Z 
2022-08-18T06:00:49.0695474Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.0696321Z ExtensionDataVersion                  : ***7.0.***0***7.8***69
2022-08-18T06:00:49.0697156Z IsInstalled                           : True
2022-08-18T06:00:49.0698485Z SyncState                             : Synced
2022-08-18T06:00:49.0699085Z NeedsUpgrade                          : False
2022-08-18T06:00:49.0700153Z IsPublished                           : True
2022-08-18T06:00:49.0700745Z Brief                                 : Shows communication messages.
2022-08-18T06:00:49.0701439Z Description                           : This functions is used to show communication messages that has been sent to 
2022-08-18T06:00:49.0702295Z                                         and from system.
2022-08-18T06:00:49.0702840Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:49.0703323Z PrivacyStatement                      : 
2022-08-18T06:00:49.0703762Z Eula                                  : 
2022-08-18T06:00:49.0704176Z Help                                  : 
2022-08-18T06:00:49.0704635Z Url                                   : http://www.*****.se
2022-08-18T06:00:49.0705089Z Logo                                  : 
2022-08-18T06:00:49.0705503Z DeveloperTenantId                     : 
2022-08-18T06:00:49.0705951Z ScreenShots                           : {}
2022-08-18T06:00:49.0706597Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, Base Application, Microsoft, 
2022-08-18T06:00:49.0707473Z                                         ***.0.0.0, False}
2022-08-18T06:00:49.0708047Z Capabilities                          : {}
2022-08-18T06:00:49.0709024Z PackageId                             : 8d60f0bf-5b57-4098-9***ae-***bb076b5800c
2022-08-18T06:00:49.0709739Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:49.0710485Z AppId                                 : 4cbac5d9-***03f-4c6c-9ca0-c***b***77***4dcf
2022-08-18T06:00:49.0711174Z Name                                  : ***** Communication Message Handler
2022-08-18T06:00:49.0711749Z Publisher                             : ***** AB
2022-08-18T06:00:49.0712414Z Version                               : ***7.0.***0***7.8***69
2022-08-18T06:00:49.0713009Z ExtensionType                         : ModernDev
2022-08-18T06:00:49.0714102Z Scope                                 : Global
2022-08-18T06:00:49.0714519Z Tenant                                : 
2022-08-18T06:00:49.0714659Z 
2022-08-18T06:00:49.0714745Z 
2022-08-18T06:00:49.0714828Z 
2022-08-18T06:00:49.0714925Z 
2022-08-18T06:00:49.0715448Z *** Sync Tenant default
2022-08-18T06:00:49.1043276Z *** App Already installed, doing upgrade default
2022-08-18T06:00:49.1048842Z   * Current version: ***7.0.***0***7.8***69
2022-08-18T06:00:49.1087290Z   * New version: ***7.0.***0***7.8***69
2022-08-18T06:00:49.1087983Z *** Sync App default
2022-08-18T06:00:49.1265317Z 
2022-08-18T06:00:49.1280650Z **************************************
2022-08-18T06:00:49.1285043Z 
2022-08-18T06:00:49.1297079Z 
2022-08-18T06:00:49.1312290Z **************************************
2022-08-18T06:00:49.1322402Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** WMS_***7.0.***0***34.84***7_APP.app]
2022-08-18T06:00:49.1328365Z 
2022-08-18T06:00:49.1373545Z  * App.ID        = 7***4ef***d-e6***9-4da7-bbcb-b495c7c8f3a5
2022-08-18T06:00:49.1420749Z  * App.Name      = ***** WMS
2022-08-18T06:00:49.1431885Z  * App.Publisher = ***** AB
2022-08-18T06:00:49.1443513Z  * App.Version   = ***7.0.***0***34.84***7
2022-08-18T06:00:49.1890038Z  * App '***** WMS v***7.0.***0***34.84***7' already published.
2022-08-18T06:00:49.1893603Z *** Get Tenants
2022-08-18T06:00:49.1957151Z *** Tenant Info:
2022-08-18T06:00:49.1991537Z 
2022-08-18T06:00:49.1994148Z 
2022-08-18T06:00:49.1995414Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.1996821Z DatabaseName                           : CRONUS
2022-08-18T06:00:49.1997461Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:49.1998728Z DatabaseUserName                       : 
2022-08-18T06:00:49.1999261Z State                                  : Operational
2022-08-18T06:00:49.1999739Z DetailedState                          : 
2022-08-18T06:00:49.2000219Z DeletionState                          : Not deleted
2022-08-18T06:00:49.2000709Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:49.2001379Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:49.2001890Z Compression                            : Page
2022-08-18T06:00:49.2002363Z Id                                     : default
2022-08-18T06:00:49.2002817Z AlternateId                            : {}
2022-08-18T06:00:49.2003261Z ValidAudiences                         : {}
2022-08-18T06:00:49.2003735Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:49.2004232Z NasServicesEnabled                     : False
2022-08-18T06:00:49.2004722Z RunNasWithAdminRights                  : False
2022-08-18T06:00:49.2005232Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:49.2005729Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:49.2006182Z DefaultCompany                         : 
2022-08-18T06:00:49.2006616Z DefaultTimeZone                        : UTC
2022-08-18T06:00:49.2007191Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:49.2007995Z AadTenantId                            : common
2022-08-18T06:00:49.2008748Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:49.2009688Z DisplayName                            : 
2022-08-18T06:00:49.2010278Z EnvironmentName                        : 
2022-08-18T06:00:49.2010874Z EnvironmentType                        : Sandbox
2022-08-18T06:00:49.2011452Z EnvironmentSettings                    : 
2022-08-18T06:00:49.2011750Z 
2022-08-18T06:00:49.2011937Z 
2022-08-18T06:00:49.2012067Z 
2022-08-18T06:00:49.2012201Z 
2022-08-18T06:00:49.2012700Z *** Published App:
2022-08-18T06:00:49.2042265Z 
2022-08-18T06:00:49.2043136Z 
2022-08-18T06:00:49.2045128Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.2045988Z ExtensionDataVersion                  : ***7.0.***0***34.84***7
2022-08-18T06:00:49.2048355Z IsInstalled                           : True
2022-08-18T06:00:49.2049069Z SyncState                             : Synced
2022-08-18T06:00:49.2050255Z NeedsUpgrade                          : False
2022-08-18T06:00:49.2050835Z IsPublished                           : True
2022-08-18T06:00:49.2051370Z Brief                                 : 
2022-08-18T06:00:49.2052240Z Description                           : 
2022-08-18T06:00:49.2052860Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:49.2053444Z PrivacyStatement                      : 
2022-08-18T06:00:49.2053979Z Eula                                  : 
2022-08-18T06:00:49.2054470Z Help                                  : 
2022-08-18T06:00:49.2055035Z Url                                   : http://www.*****.se
2022-08-18T06:00:49.2055596Z Logo                                  : 
2022-08-18T06:00:49.2056117Z DeveloperTenantId                     : 
2022-08-18T06:00:49.2056663Z ScreenShots                           : {}
2022-08-18T06:00:49.2057462Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, ***** Batch Error Log, ***** 
2022-08-18T06:00:49.2058699Z                                         AB, ***7.0.0.***, False, Base Application, Microsoft, ***.0.0.0, False}
2022-08-18T06:00:49.2059627Z Capabilities                          : {}
2022-08-18T06:00:49.2060501Z PackageId                             : cfc***bf06-6ae7-4fb4-8d5c-***d4d08ec44***b
2022-08-18T06:00:49.2061409Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:49.2062329Z AppId                                 : 7***4ef***d-e6***9-4da7-bbcb-b495c7c8f3a5
2022-08-18T06:00:49.2063167Z Name                                  : ***** WMS
2022-08-18T06:00:49.2063871Z Publisher                             : ***** AB
2022-08-18T06:00:49.2064684Z Version                               : ***7.0.***0***34.84***7
2022-08-18T06:00:49.2065472Z ExtensionType                         : ModernDev
2022-08-18T06:00:49.2066189Z Scope                                 : Global
2022-08-18T06:00:49.2066861Z Tenant                                : 
2022-08-18T06:00:49.2067248Z 
2022-08-18T06:00:49.2067461Z 
2022-08-18T06:00:49.2067620Z 
2022-08-18T06:00:49.2067770Z 
2022-08-18T06:00:49.2068369Z *** Sync Tenant default
2022-08-18T06:00:49.2548458Z *** App Already installed, doing upgrade default
2022-08-18T06:00:49.2554601Z   * Current version: ***7.0.***0***34.84***7
2022-08-18T06:00:49.2559838Z   * New version: ***7.0.***0***34.84***7
2022-08-18T06:00:49.2562572Z *** Sync App default
2022-08-18T06:00:49.2704034Z 
2022-08-18T06:00:49.2720549Z **************************************
2022-08-18T06:00:49.2727849Z 
2022-08-18T06:00:49.2740777Z 
2022-08-18T06:00:49.2758524Z **************************************
2022-08-18T06:00:49.2770996Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\SmartApps_SweBase_***9.6.44***8.0.app]
2022-08-18T06:00:49.2778141Z 
2022-08-18T06:00:49.2872414Z  * App.ID        = b830ef47-c998-4e30-bb03-5***be437f36f6
2022-08-18T06:00:49.2883959Z  * App.Name      = SweBase
2022-08-18T06:00:49.2895352Z  * App.Publisher = SmartApps
2022-08-18T06:00:49.2908815Z  * App.Version   = ***9.6.44***8.0
2022-08-18T06:00:49.3364086Z  * App 'SweBase v***9.6.44***8.0' already published.
2022-08-18T06:00:49.3365196Z *** Get Tenants
2022-08-18T06:00:49.3435958Z *** Tenant Info:
2022-08-18T06:00:49.3469478Z 
2022-08-18T06:00:49.3470519Z 
2022-08-18T06:00:49.3471819Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.3473497Z DatabaseName                           : CRONUS
2022-08-18T06:00:49.3475051Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:49.3475784Z DatabaseUserName                       : 
2022-08-18T06:00:49.3476969Z State                                  : Operational
2022-08-18T06:00:49.3477499Z DetailedState                          : 
2022-08-18T06:00:49.3477968Z DeletionState                          : Not deleted
2022-08-18T06:00:49.3478483Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:49.3479111Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:49.3479642Z Compression                            : Page
2022-08-18T06:00:49.3480096Z Id                                     : default
2022-08-18T06:00:49.3480909Z AlternateId                            : {}
2022-08-18T06:00:49.3481360Z ValidAudiences                         : {}
2022-08-18T06:00:49.3481839Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:49.3482344Z NasServicesEnabled                     : False
2022-08-18T06:00:49.3482835Z RunNasWithAdminRights                  : False
2022-08-18T06:00:49.3483345Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:49.3483843Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:49.3484297Z DefaultCompany                         : 
2022-08-18T06:00:49.3484736Z DefaultTimeZone                        : UTC
2022-08-18T06:00:49.3485314Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:49.3486115Z AadTenantId                            : common
2022-08-18T06:00:49.3486748Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:49.3487342Z DisplayName                            : 
2022-08-18T06:00:49.3487920Z EnvironmentName                        : 
2022-08-18T06:00:49.3488509Z EnvironmentType                        : Sandbox
2022-08-18T06:00:49.3489086Z EnvironmentSettings                    : 
2022-08-18T06:00:49.3489381Z 
2022-08-18T06:00:49.3489571Z 
2022-08-18T06:00:49.3489701Z 
2022-08-18T06:00:49.3489833Z 
2022-08-18T06:00:49.3490345Z *** Published App:
2022-08-18T06:00:49.3521748Z 
2022-08-18T06:00:49.3523484Z 
2022-08-18T06:00:49.3526171Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.3526962Z ExtensionDataVersion                  : ***9.6.44***8.0
2022-08-18T06:00:49.3527543Z IsInstalled                           : True
2022-08-18T06:00:49.3528093Z SyncState                             : Synced
2022-08-18T06:00:49.3528688Z NeedsUpgrade                          : False
2022-08-18T06:00:49.3529678Z IsPublished                           : True
2022-08-18T06:00:49.3530520Z Brief                                 : SweBase - functionality for Sweden
2022-08-18T06:00:49.3531313Z Description                           : Simplify your daily work and reduce the need for customizations! SweBase is an 
2022-08-18T06:00:49.3532296Z                                         essential app if you operate in Sweden
2022-08-18T06:00:49.3532904Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:49.3533551Z PrivacyStatement                      : https://docs.smartappsford365.com/common/privacy-statement
2022-08-18T06:00:49.3534394Z Eula                                  : https://docs.smartappsford365.com/common/eula/
2022-08-18T06:00:49.3535061Z Help                                  : https://docs.smartappsford365.com/swebase/
2022-08-18T06:00:49.3535677Z Url                                   : https://smartappsford365.com/swebase/
2022-08-18T06:00:49.3536174Z Logo                                  : 
2022-08-18T06:00:49.3536610Z DeveloperTenantId                     : 
2022-08-18T06:00:49.3538336Z ScreenShots                           : {}
2022-08-18T06:00:49.3539157Z Dependencies                          : {LicenseProvider, SmartApps, ***9.***.35355.0, False, Application, Microsoft, 
2022-08-18T06:00:49.3539867Z                                         ***9.0.0.0, False}
2022-08-18T06:00:49.3540448Z Capabilities                          : {}
2022-08-18T06:00:49.3541094Z PackageId                             : 4cc443c8-c408-40f3-87ff-0677d9c36edd
2022-08-18T06:00:49.3541739Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:49.3542416Z AppId                                 : b830ef47-c998-4e30-bb03-5***be437f36f6
2022-08-18T06:00:49.3543016Z Name                                  : SweBase
2022-08-18T06:00:49.3543594Z Publisher                             : SmartApps
2022-08-18T06:00:49.3544204Z Version                               : ***9.6.44***8.0
2022-08-18T06:00:49.3544792Z ExtensionType                         : ModernDev
2022-08-18T06:00:49.3545346Z Scope                                 : Global
2022-08-18T06:00:49.3545879Z Tenant                                : 
2022-08-18T06:00:49.3546383Z 
2022-08-18T06:00:49.3546550Z 
2022-08-18T06:00:49.3546691Z 
2022-08-18T06:00:49.3546822Z 
2022-08-18T06:00:49.3547333Z *** Sync Tenant default
2022-08-18T06:00:49.4032444Z *** App Already installed, doing upgrade default
2022-08-18T06:00:49.4035961Z   * Current version: ***9.6.44***8.0
2022-08-18T06:00:49.4040847Z   * New version: ***9.6.44***8.0
2022-08-18T06:00:49.4045159Z *** Sync App default
2022-08-18T06:00:49.4189752Z 
2022-08-18T06:00:49.4205878Z **************************************
2022-08-18T06:00:49.4209544Z 
2022-08-18T06:00:49.4222006Z 
2022-08-18T06:00:49.4240164Z **************************************
2022-08-18T06:00:49.4251120Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_********** Dangerous Goods_***.0.***0***7.8***97_APP.app]
2022-08-18T06:00:49.4253131Z 
2022-08-18T06:00:49.4280259Z  * App.ID        = 8***9a65***0-78e4-4***f3-b8b***-39d0d***454***36
2022-08-18T06:00:49.4290571Z  * App.Name      = ********** Dangerous Goods
2022-08-18T06:00:49.4301088Z  * App.Publisher = ***** AB
2022-08-18T06:00:49.4312659Z  * App.Version   = ***.0.***0***7.8***97
2022-08-18T06:00:49.5016177Z  => Publishing App '********** Dangerous Goods v***.0.***0***7.8***97'
2022-08-18T06:00:49.6094279Z *** Get Tenants
2022-08-18T06:00:49.6471273Z *** Tenant Info:
2022-08-18T06:00:49.6499538Z 
2022-08-18T06:00:49.6501110Z 
2022-08-18T06:00:49.6502040Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.6502628Z DatabaseName                           : CRONUS
2022-08-18T06:00:49.6503195Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:49.6503693Z DatabaseUserName                       : 
2022-08-18T06:00:49.6504482Z State                                  : Operational
2022-08-18T06:00:49.6505032Z DetailedState                          : 
2022-08-18T06:00:49.6505762Z DeletionState                          : Not deleted
2022-08-18T06:00:49.6506378Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:49.6507213Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:49.6507944Z Compression                            : Page
2022-08-18T06:00:49.6508554Z Id                                     : default
2022-08-18T06:00:49.6509147Z AlternateId                            : {}
2022-08-18T06:00:49.6509748Z ValidAudiences                         : {}
2022-08-18T06:00:49.6510370Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:49.6510997Z NasServicesEnabled                     : False
2022-08-18T06:00:49.6511632Z RunNasWithAdminRights                  : False
2022-08-18T06:00:49.6512298Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:49.6512950Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:49.6513540Z DefaultCompany                         : 
2022-08-18T06:00:49.6514471Z DefaultTimeZone                        : UTC
2022-08-18T06:00:49.6515225Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:49.6515881Z AadTenantId                            : common
2022-08-18T06:00:49.6516524Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:49.6517121Z DisplayName                            : 
2022-08-18T06:00:49.6517715Z EnvironmentName                        : 
2022-08-18T06:00:49.6518342Z EnvironmentType                        : Sandbox
2022-08-18T06:00:49.6518943Z EnvironmentSettings                    : 
2022-08-18T06:00:49.6519286Z 
2022-08-18T06:00:49.6519486Z 
2022-08-18T06:00:49.6519612Z 
2022-08-18T06:00:49.6519743Z 
2022-08-18T06:00:49.6520382Z *** Published App:
2022-08-18T06:00:49.6542214Z 
2022-08-18T06:00:49.6543611Z 
2022-08-18T06:00:49.6544248Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:49.6544984Z ExtensionDataVersion                  : 
2022-08-18T06:00:49.6545562Z IsInstalled                           : False
2022-08-18T06:00:49.6546394Z SyncState                             : NotSynced
2022-08-18T06:00:49.6546899Z NeedsUpgrade                          : False
2022-08-18T06:00:49.6547447Z IsPublished                           : True
2022-08-18T06:00:49.6547883Z Brief                                 : 
2022-08-18T06:00:49.6548334Z Description                           : 
2022-08-18T06:00:49.6548888Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:49.6549382Z PrivacyStatement                      : 
2022-08-18T06:00:49.6549816Z Eula                                  : 
2022-08-18T06:00:49.6550223Z Help                                  : 
2022-08-18T06:00:49.6550695Z Url                                   : http://www.*****.se
2022-08-18T06:00:49.6551261Z Logo                                  : 
2022-08-18T06:00:49.6551561Z DeveloperTenantId                     : 
2022-08-18T06:00:49.6551979Z ScreenShots                           : {}
2022-08-18T06:00:49.6552546Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, Base Application, Microsoft, 
2022-08-18T06:00:49.6633372Z                                         ***8.0.0.0, False}
2022-08-18T06:00:49.6634346Z Capabilities                          : {}
2022-08-18T06:00:49.6635053Z PackageId                             : 84***8b***7c-cbfc-49c***-9006-63ab8b***94338
2022-08-18T06:00:49.6635715Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:49.6636522Z AppId                                 : 8***9a65***0-78e4-4***f3-b8b***-39d0d***454***36
2022-08-18T06:00:49.6637202Z Name                                  : ********** Dangerous Goods
2022-08-18T06:00:49.6637837Z Publisher                             : ***** AB
2022-08-18T06:00:49.6638512Z Version                               : ***.0.***0***7.8***97
2022-08-18T06:00:49.6639136Z ExtensionType                         : ModernDev
2022-08-18T06:00:49.6639728Z Scope                                 : Global
2022-08-18T06:00:49.6640332Z Tenant                                : 
2022-08-18T06:00:49.6640656Z 
2022-08-18T06:00:49.6640840Z 
2022-08-18T06:00:49.6640982Z 
2022-08-18T06:00:49.6641116Z 
2022-08-18T06:00:49.6641631Z *** Sync Tenant default
2022-08-18T06:00:49.7176246Z *** Sync App [********** Dangerous Goods] on tenant [default]
2022-08-18T06:00:49.7852018Z *** Install App [********** Dangerous Goods] on tenant [default]
2022-08-18T06:00:50.2222297Z 
2022-08-18T06:00:50.2291872Z **************************************
2022-08-18T06:00:50.2294793Z 
2022-08-18T06:00:50.2308446Z 
2022-08-18T06:00:50.2323811Z **************************************
2022-08-18T06:00:50.2335631Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\***** AB_***** Sales Allocation_***9.0.***0***34.843***_APP.app]
2022-08-18T06:00:50.2340896Z 
2022-08-18T06:00:50.2375086Z  * App.ID        = 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3
2022-08-18T06:00:50.2384461Z  * App.Name      = ***** Sales Allocation
2022-08-18T06:00:50.2397380Z  * App.Publisher = ***** AB
2022-08-18T06:00:50.2407382Z  * App.Version   = ***9.0.***0***34.843***
2022-08-18T06:00:50.2703821Z  => Publishing App '***** Sales Allocation v***9.0.***0***34.843***'
2022-08-18T06:00:51.1293682Z *** Get Tenants
2022-08-18T06:00:51.1682646Z *** Tenant Info:
2022-08-18T06:00:51.1709336Z 
2022-08-18T06:00:51.1710029Z 
2022-08-18T06:00:51.1711655Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:51.1712347Z DatabaseName                           : CRONUS
2022-08-18T06:00:51.1712860Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:51.1713350Z DatabaseUserName                       : 
2022-08-18T06:00:51.1713814Z State                                  : Operational
2022-08-18T06:00:51.1714288Z DetailedState                          : 
2022-08-18T06:00:51.1714870Z DeletionState                          : Not deleted
2022-08-18T06:00:51.1715409Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:51.1717116Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:51.1717875Z Compression                            : Page
2022-08-18T06:00:51.1718329Z Id                                     : default
2022-08-18T06:00:51.1719423Z AlternateId                            : {}
2022-08-18T06:00:51.1719915Z ValidAudiences                         : {}
2022-08-18T06:00:51.1720366Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:51.1720825Z NasServicesEnabled                     : False
2022-08-18T06:00:51.1721284Z RunNasWithAdminRights                  : False
2022-08-18T06:00:51.1721758Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:51.1722219Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:51.1722630Z DefaultCompany                         : 
2022-08-18T06:00:51.1723041Z DefaultTimeZone                        : UTC
2022-08-18T06:00:51.1723456Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:51.1723858Z AadTenantId                            : common
2022-08-18T06:00:51.1724182Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:51.1724496Z DisplayName                            : 
2022-08-18T06:00:51.1724780Z EnvironmentName                        : 
2022-08-18T06:00:51.1725070Z EnvironmentType                        : Sandbox
2022-08-18T06:00:51.1725378Z EnvironmentSettings                    : 
2022-08-18T06:00:51.1725530Z 
2022-08-18T06:00:51.1725617Z 
2022-08-18T06:00:51.1725699Z 
2022-08-18T06:00:51.1725794Z 
2022-08-18T06:00:51.1726063Z *** Published App:
2022-08-18T06:00:51.1754825Z 
2022-08-18T06:00:51.1755241Z 
2022-08-18T06:00:51.1757232Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:51.1758047Z ExtensionDataVersion                  : 
2022-08-18T06:00:51.1758516Z IsInstalled                           : False
2022-08-18T06:00:51.1759010Z SyncState                             : NotSynced
2022-08-18T06:00:51.1759480Z NeedsUpgrade                          : False
2022-08-18T06:00:51.1759921Z IsPublished                           : True
2022-08-18T06:00:51.1760382Z Brief                                 : 
2022-08-18T06:00:51.1760839Z Description                           : 
2022-08-18T06:00:51.1761408Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:51.1762199Z PrivacyStatement                      : 
2022-08-18T06:00:51.1762711Z Eula                                  : 
2022-08-18T06:00:51.1763059Z Help                                  : 
2022-08-18T06:00:51.1763506Z Url                                   : http://www.*****.se
2022-08-18T06:00:51.1763924Z Logo                                  : 
2022-08-18T06:00:51.1764337Z DeveloperTenantId                     : 
2022-08-18T06:00:51.1764784Z ScreenShots                           : {}
2022-08-18T06:00:51.1765662Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, Base Application, Microsoft, 
2022-08-18T06:00:51.1766537Z                                         ***8.0.0.0, False}
2022-08-18T06:00:51.1766846Z Capabilities                          : {}
2022-08-18T06:00:51.1767233Z PackageId                             : cf4953***a-8df***-45b5-8b3c-867ab46bf54b
2022-08-18T06:00:51.1767629Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:51.1768029Z AppId                                 : 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3
2022-08-18T06:00:51.1768417Z Name                                  : ***** Sales Allocation
2022-08-18T06:00:51.1768734Z Publisher                             : ***** AB
2022-08-18T06:00:51.1769075Z Version                               : ***9.0.***0***34.843***
2022-08-18T06:00:51.1769415Z ExtensionType                         : ModernDev
2022-08-18T06:00:51.1769715Z Scope                                 : Global
2022-08-18T06:00:51.1769992Z Tenant                                : 
2022-08-18T06:00:51.1770116Z 
2022-08-18T06:00:51.1770333Z 
2022-08-18T06:00:51.1770431Z 
2022-08-18T06:00:51.1770516Z 
2022-08-18T06:00:51.1770796Z *** Sync Tenant default
2022-08-18T06:00:51.2381184Z *** Sync App [***** Sales Allocation] on tenant [default]
2022-08-18T06:00:51.5154737Z *** Install App [***** Sales Allocation] on tenant [default]
2022-08-18T06:00:53.0679469Z 
2022-08-18T06:00:53.0698131Z **************************************
2022-08-18T06:00:53.0703239Z 
2022-08-18T06:00:53.0715691Z 
2022-08-18T06:00:53.0731932Z **************************************
2022-08-18T06:00:53.0745963Z  * App File = [C:\Run\DevOps\Artifacts-00***ad53b***5***04b578f65***f***0866df***9e\Dependencies\***** AB_***** Sales Allocation_***9.0.***0***34.84***4_APP.app]
2022-08-18T06:00:53.0747337Z 
2022-08-18T06:00:53.0785117Z  * App.ID        = 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3
2022-08-18T06:00:53.0795168Z  * App.Name      = ***** Sales Allocation
2022-08-18T06:00:53.0805292Z  * App.Publisher = ***** AB
2022-08-18T06:00:53.0815171Z  * App.Version   = ***9.0.***0***34.84***4
2022-08-18T06:00:53.1133069Z  => Publishing App '***** Sales Allocation v***9.0.***0***34.84***4'
2022-08-18T06:00:53.9220888Z *** Get Tenants
2022-08-18T06:00:53.9609389Z *** Tenant Info:
2022-08-18T06:00:53.9635492Z 
2022-08-18T06:00:53.9636261Z 
2022-08-18T06:00:53.9637342Z ServerInstance                         : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:53.9637930Z DatabaseName                           : CRONUS
2022-08-18T06:00:53.9638437Z DatabaseServer                         : localhost\SQLEXPRESS
2022-08-18T06:00:53.9638859Z DatabaseUserName                       : 
2022-08-18T06:00:53.9639165Z State                                  : Operational
2022-08-18T06:00:53.9639467Z DetailedState                          : 
2022-08-18T06:00:53.9639760Z DeletionState                          : Not deleted
2022-08-18T06:00:53.9640090Z IsInExclusiveAccessMode                : False
2022-08-18T06:00:53.9640622Z TenantDataVersion                      : ***0.4.443***3.45***67
2022-08-18T06:00:53.9640975Z Compression                            : Page
2022-08-18T06:00:53.9641265Z Id                                     : default
2022-08-18T06:00:53.9641555Z AlternateId                            : {}
2022-08-18T06:00:53.9641844Z ValidAudiences                         : {}
2022-08-18T06:00:53.9642160Z AllowAppDatabaseWrite                  : True
2022-08-18T06:00:53.9642628Z NasServicesEnabled                     : False
2022-08-18T06:00:53.9643170Z RunNasWithAdminRights                  : False
2022-08-18T06:00:53.9643763Z EncryptionProvider                     : LocalKeyFile
2022-08-18T06:00:53.9644317Z AzureKeyVaultSettings                  : 
2022-08-18T06:00:53.9644862Z DefaultCompany                         : 
2022-08-18T06:00:53.9645403Z DefaultTimeZone                        : UTC
2022-08-18T06:00:53.9646041Z ExchangeAuthenticationMetadataLocation : https://outlook.office365.com/
2022-08-18T06:00:53.9647110Z AadTenantId                            : common
2022-08-18T06:00:53.9647686Z ApplicationInsightsConnectionString    : 
2022-08-18T06:00:53.9648160Z DisplayName                            : 
2022-08-18T06:00:53.9648579Z EnvironmentName                        : 
2022-08-18T06:00:53.9649030Z EnvironmentType                        : Sandbox
2022-08-18T06:00:53.9649491Z EnvironmentSettings                    : 
2022-08-18T06:00:53.9649933Z 
2022-08-18T06:00:53.9650066Z 
2022-08-18T06:00:53.9650211Z 
2022-08-18T06:00:53.9695358Z 
2022-08-18T06:00:53.9703854Z *** Published App:
2022-08-18T06:00:53.9713531Z 
2022-08-18T06:00:53.9714206Z 
2022-08-18T06:00:53.9715055Z ServerInstance                        : MicrosoftDynamicsNavServer$BC
2022-08-18T06:00:53.9715801Z ExtensionDataVersion                  : ***9.0.***0***34.843***
2022-08-18T06:00:53.9716420Z IsInstalled                           : False
2022-08-18T06:00:53.9716923Z SyncState                             : NotSynced
2022-08-18T06:00:53.9717465Z NeedsUpgrade                          : False
2022-08-18T06:00:53.9718316Z IsPublished                           : True
2022-08-18T06:00:53.9718753Z Brief                                 : 
2022-08-18T06:00:53.9719181Z Description                           : 
2022-08-18T06:00:53.9719736Z CompatibilityId                       : ***.0.0.0
2022-08-18T06:00:53.9720413Z PrivacyStatement                      : 
2022-08-18T06:00:53.9721032Z Eula                                  : 
2022-08-18T06:00:53.9721614Z Help                                  : 
2022-08-18T06:00:53.9722238Z Url                                   : http://www.*****.se
2022-08-18T06:00:53.9722810Z Logo                                  : 
2022-08-18T06:00:53.9723415Z DeveloperTenantId                     : 
2022-08-18T06:00:53.9724007Z ScreenShots                           : {}
2022-08-18T06:00:53.9724820Z Dependencies                          : {System Application, Microsoft, ***.0.0.0, False, Base Application, Microsoft, 
2022-08-18T06:00:53.9725554Z                                         ***8.0.0.0, False}
2022-08-18T06:00:53.9726157Z Capabilities                          : {}
2022-08-18T06:00:53.9726894Z PackageId                             : 6c5***a56c-a947-4e8f-8e5f-***5a***ccf966ad
2022-08-18T06:00:53.9727574Z PublisherAzureActiveDirectoryTenantId : 
2022-08-18T06:00:53.9728324Z AppId                                 : 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3
2022-08-18T06:00:53.9728990Z Name                                  : ***** Sales Allocation
2022-08-18T06:00:53.9729608Z Publisher                             : ***** AB
2022-08-18T06:00:53.9730283Z Version                               : ***9.0.***0***34.84***4
2022-08-18T06:00:53.9731083Z ExtensionType                         : ModernDev
2022-08-18T06:00:53.9731728Z Scope                                 : Global
2022-08-18T06:00:53.9732304Z Tenant                                : 
2022-08-18T06:00:53.9732620Z 
2022-08-18T06:00:53.9732832Z 
2022-08-18T06:00:53.9733101Z 
2022-08-18T06:00:53.9733284Z 
2022-08-18T06:00:53.9733667Z *** Sync Tenant default
2022-08-18T06:00:54.0286968Z *** Sync App [***** Sales Allocation] on tenant [default]
2022-08-18T06:00:54.1390830Z *** App Already installed, doing upgrade default
2022-08-18T06:00:54.1404299Z   * Current version: ***9.0.***0***34.843***
2022-08-18T06:00:54.1420142Z   * New version: ***9.0.***0***34.84***4
2022-08-18T06:00:54.1427192Z *** Sync App default
2022-08-18T06:00:54.2490760Z Cannot synchronize extension ***** Sales Allocation because a newer version has already been synchronized with app ID 
2022-08-18T06:00:54.2492123Z 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3.
2022-08-18T06:00:54.2492896Z At line:***46 char:***7
2022-08-18T06:00:54.2493708Z + ...             $Result = Invoke-Command -Session $DockerSession -ScriptB ...
2022-08-18T06:00:54.2494568Z +                 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2022-08-18T06:00:54.2495968Z     + CategoryInfo          : InvalidOperation: (:) [Sync-NAVApp], InvalidOperationException
2022-08-18T06:00:54.2497083Z     + FullyQualifiedErrorId : MicrosoftDynamicsNavServer$BC/default,Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.Syn 
2022-08-18T06:00:54.2497934Z    cNavApp
2022-08-18T06:00:54.2498448Z  
2022-08-18T06:00:54.2498748Z 
2022-08-18T06:00:54.2561047Z ##[error]Batch App-Publish failed: Cannot synchronize extension ***** Sales Allocation because a newer version has already been synchronized with app ID 8***4eff33-f***ed-4***-bea4-***3ac43f9***0a3.
2022-08-18T06:00:54.2983342Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.2984599Z Build '8436' has following tags now: App.***** Batch Error Log.***7.0.***0***7.8***79, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.2985572Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.2986853Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.2988224Z Build '8436' has following tags now: App.***** Batch Error Log.***7.0.***0***7.8***79, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.2989185Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.2990493Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.2991832Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.***** Batch Error Log.***7.0.***0***7.8***79, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.2992901Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.2994154Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.2995475Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.***** Batch Error Log.***7.0.***0***7.8***79, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.2996578Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.2997807Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.2999349Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3000602Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3001835Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3003443Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3004805Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3006035Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3007734Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3009187Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3010428Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3012272Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3013735Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3014959Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3016638Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3018329Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3019744Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3021523Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3023004Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3024324Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3026218Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.********** Dangerous Goods.***.0.***0***7.8***97, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08
2022-08-18T06:00:54.3027893Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3029186Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3031254Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.********** Dangerous Goods.***.0.***0***7.8***97, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08, App.***** Sales Allocation.***9.0.***0***34.843***
2022-08-18T06:00:54.3033041Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3034368Z ##[section]Async Command Start: Add Build Tag
2022-08-18T06:00:54.3036600Z Build '8436' has following tags now: App.LicenseProvider.***9.***.35355.***00, App.SweBase.***9.6.44***8.0, App.********** Dangerous Goods.***.0.***0***7.8***97, App.***** Batch Error Log.***7.0.***0***7.8***79, App.***** Communication Message Handler.***7.0.***0***7.8***69, App.***** WMS.***7.0.***0***34.84***7, App.***** Sales Allocation.***9.0.***0***34.84***4, myimage-sandbox-***0.4.443***3.45***67-se-***0.0.***7763.3***87dev-ltsc***0***9, BC.Version.***0.4.443***3.45***67, BC.Platform.***0.0.44***66.45***08, App.***** Sales Allocation.***9.0.***0***34.843***
2022-08-18T06:00:54.3038555Z ##[section]Async Command End: Add Build Tag
2022-08-18T06:00:54.3040053Z ##[section]Finishing: BatchPublish - ALOpsAppPublish@***

I realise that if my app B and C had trigger against Sales Allocation so they will be rebuilt whenever Sales Allocation is rebuilt this wouldnt be an issue.

waldo1001 commented 2 years ago

We fixed this, will be part of the next release (expected this week).

How it will be: we'll take only the newest, and assume that highest versions will all be compatible (that's pretty much the only thing we CAN do ..)

NAVFreak commented 2 years ago

Great! 👍