Guest User

Untitled

a guest
Nov 6th, 2017
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.30 KB | None | 0 0
  1. PS D:Deployment> &'C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe' -verb:sync -source:package='D:tempCI.Web.Pack_20130824.1_PublishedWebsitesProjectXYZ_Package
  2. ProjectXYZ.zip' -dest="auto,computerName='https://localhost:8172/msdeploy.axd?site=siteName',username
  3. ='deployUserName',password='deployPassword',authType=basic,includeAcls='False'" -skip:objectName=createApp -disableLink:AppPoolExtens
  4. ion -disableLink:ContentExtension -disableLink:CertificateExtension -allowUntrusted
  5. Info: Using ID '2b0c6151-a2b0-4a87-9135-263330c5e619' for connections to the remote server.
  6. Info: Object createApp (D:Builds2Mayo.KCMSCI.Web.PackSourcesDEVWebProjectXYZobjRele
  7. asePackagePackageTmp) skipped due to skip directive 'CommandLineSkipDirective 1'.
  8. Info: Adding sitemanifest (sitemanifest).
  9. Info: Adding IIS Application (Default Web Site/ProjectXYZ_deploy)
  10. Error Code: ERROR_USER_NOT_AUTHORIZED_FOR_IISAPP
  11. More Information: Could not complete an operation with the specified provider ("iisApp") when connecting using the Web M
  12. anagement Service. This can occur if the server administrator has not authorized the user for this operation. iisApp htt
  13. p://go.microsoft.com/fwlink/?LinkId=178034 Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_NOT_
  14. AUTHORIZED_FOR_IISAPP.
  15. Error count: 1.
  16.  
  17. wmsvc.exe Error: 0 : User:
  18. Client IP: ::1
  19. Content-Type: application/msdeploy
  20. Version: 9.0.0.0
  21. MSDeploy.VersionMin: 7.1.600.0
  22. MSDeploy.VersionMax: 9.0.1631.0
  23. MSDeploy.Method: Sync
  24. MSDeploy.RequestId: 6b694745-0024-416c-9439-3e97608417b9
  25. MSDeploy.RequestCulture: en-US
  26. MSDeploy.RequestUICulture: en-US
  27. ServerVersion: 9.0.1631.0
  28. Skip: objectName="^configProtectedData$"objectName="createApp"
  29. Provider: auto, Path:
  30. A tracing deployment agent exception occurred that was propagated to the client. Request ID '6b694745-0024-416c-9439-3e97608417b9'. Request Timestamp: '8/26/2013 2:01:55 PM'. Error Details:
  31. ERROR_USER_NOT_AUTHORIZED_FOR_IISAPP
  32. Microsoft.Web.Deployment.DeploymentDetailedUnauthorizedAccessException: Could not complete an operation with the specified provider ("iisApp") when connecting using the Web Management Service. This can occur if the server administrator has not authorized the user for this operation. iisApp http://go.microsoft.com/fwlink/?LinkId=178034 Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_USER_NOT_AUTHORIZED_FOR_IISAPP.
  33. at Microsoft.Web.Deployment.DelegationHelper.ImpersonateForOperation(String deploymentAction, String deploymentProvider, String deploymentPath, DelegationContextCache cache)
  34. at Microsoft.Web.Deployment.DelegationHelper.ImpersonateForOperation(String deploymentAction, DeploymentObject deploymentObject)
  35. at Microsoft.Web.Deployment.DeploymentObject.Add(DeploymentObject source, DeploymentSyncContext syncContext)
  36. at Microsoft.Web.Deployment.DeploymentSyncContext.HandleAdd(DeploymentObject destObject, DeploymentObject sourceObject)
  37. at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildren(DeploymentObject dest, DeploymentObject source)
  38. at Microsoft.Web.Deployment.DeploymentSyncContext.SyncChildrenOrder(DeploymentObject dest, DeploymentObject source)
  39. at Microsoft.Web.Deployment.DeploymentSyncContext.ProcessSync(DeploymentObject destinationObject, DeploymentObject sourceObject)
  40. at Microsoft.Web.Deployment.DeploymentObject.SyncToInternal(DeploymentObject destObject, DeploymentSyncOptions syncOptions, PayloadTable payloadTable, ContentRootTable contentRootTable, Nullable`1 syncPassId)
  41. at Microsoft.Web.Deployment.DeploymentAgent.HandleSync(DeploymentAgentAsyncData asyncData, Nullable`1 passId)
  42. at Microsoft.Web.Deployment.DeploymentAgent.HandleRequestWorker(DeploymentAgentAsyncData asyncData)
  43. at Microsoft.Web.Deployment.DeploymentAgent.HandleRequest(DeploymentAgentAsyncData asyncData)
  44.  
  45. &'C:Program FilesIISMicrosoft Web Deploy V3msdeploy.exe' -verb:sync -source:package='D:tempProject_XYZ.zip' -setParamFile:setParameters.xml -dest="auto,computerName='https://localhost:8172/msdeploy.axd?site=siteName',username='deployUser',password='changeMe',authType=basic,includeAcls='False'" -skip:objectName=createApp -disableLink:AppPoolExtension -disableLink:ContentExtension -disableLink:CertificateExtension -allowUntrusted -whatif
  46.  
  47. <?xml version="1.0" encoding="utf-8"?>
  48. <parameters>
  49. <setParameter name="IIS Web Application Name" value="siteName" />
  50. </parameters>
Add Comment
Please, Sign In to add comment