26. April 2017 09:37
Command = Publish-NAVApp -Path $NAVX -ServerInstance $SI -Verbose
Fehler = Publish-NAVApp : The form specified for the subject is not one supported or known by the specified trust provider. (Exception from HRESULT: 0x800B0003)
At line:1 char:1
+ Publish-NAVApp -Path $NAVX -ServerInstance $SI -Verbose
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Microsoft.Dynam...s.PublishNavApp:PublishNavApp) [Publish-NAVApp], Exception
+ FullyQualifiedErrorId : Microsoft.Dynamics.Nav.Apps.Management.Cmdlets.PublishNavApp
Compare-NAVApplicationObject -OriginalPath $myOriginalPath -ModifiedPath $myModificatedPath -DeltaPath $myDeltaPath
New-NAVAppManifest -Name $EXName -Publisher $myPublisher -Version '1.0.0.0' | New-NAVAppPackage -Path $NAVX -SourcePath $myDeltaPath -Force
26. April 2017 09:58
26. April 2017 10:27