Guest User

Untitled

a guest
Sep 20th, 2018
495
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.75 KB | None | 0 0
  1. [---------------------------------------------- InstallWDP : WebDeploy -----------------------------------------------]
  2. [WebDeploy]:[Path] C:Program FilesiisMicrosoft Web Deploy V3msdeploy.exe
  3. Info: Adding MsDeploy.Site (MsDeploy.Site).
  4. Info: Adding database (user id=sa;data source=XYZ;initial catalog=Dev_Processing.Pools)
  5. Info: Initializing deployment: Pending.
  6. Info: Analyzing deployment plan: Pending.
  7. Info: Updating database: Pending.
  8. Info: Creating deployment plan: Pending.
  9. Info: Verifying deployment plan: Pending.
  10. Info: Deploying package to database: Pending.
  11. Info: Creating deployment plan: Running.
  12. Info: Initializing deployment: Running.
  13. Info: Initializing deployment (Start)
  14. Info: Initializing deployment: Faulted.
  15. Info: Initializing deployment (Failed)
  16. Info: Creating deployment plan: Faulted.
  17. Info: Verifying deployment plan: Faulted.
  18. Info: Deploying package to database: Faulted.
  19. Error Code: ERROR_EXECUTING_METHOD
  20. Error: Could not deploy package.
  21. Error: Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvi
  22. der is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database p
  23. latform service.
  24. Error: Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvi
  25. der is not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database p
  26. latform service.
  27. More Information: Could not deploy package.Error count: 1.
  28.  
  29. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider is
  30. not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform
  31. service.
  32. Internal Error. The database platform service with type Microsoft.Data.Tools.Schema.Sql.Sql130DatabaseSchemaProvider is
  33. not valid. You must make sure the service is loaded, or you must provide the full type name of a valid database platform
  34. service.
  35. Learn more at: http://go.microsoft.com/fwlink/?LinkId=221672#ERROR_EXECUTING_METHOD.
  36. Install-SitecoreConfiguration : Command C:Program FilesiisMicrosoft Web Deploy V3msdeploy.exe returned a non-zero
  37. exit code - (-1)
  38. At E:ScriptsSiteCoreInstallSitecore9.ps1:44 char:1
  39. + Install-SitecoreConfiguration @xconnectParams
  40. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  41. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
  42. + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration
  43.  
  44. [TIME] 00:01:30
  45. Transcript stopped, output file is E:ScriptsSiteCorexconnect-xp0.180920.log
  46. Invoke-CommandTask : Command C:Program FilesiisMicrosoft Web Deploy V3msdeploy.exe returned a non-zero exit code -
  47. (-1)
  48. At C:Program FilesWindowsPowerShellModulesSitecoreInstallFramework1.2.1PublicTasksInvoke-WebDeployTask.ps1:36
  49. char:2
  50. + Invoke-CommandTask -Path $Path -Arguments $msdeployArgs -TaskName ...
  51. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  52. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
  53. + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-CommandTask
  54.  
  55. #deploy xconnect instance
  56. $xconnectParams = @{
  57. Path = "$PSScriptRootxconnect-xp0.json"
  58. Package = "$PSScriptRootSitecore 9.0.2 rev. 180604 (OnPrem)_xp0xconnect.scwdp.zip"
  59. LicenseFile = "$PSScriptRootlicense.xml"
  60. Sitename = $XConnectCollectionService
  61. XConnectCert = $certParams.CertificateName
  62. SqlDbPrefix = $prefix
  63. SqlServer = $SqlServer
  64. SqlAdminUser = $SqlAdminUser
  65. SqlAdminPassword = $SqlAdminPassword
  66. SolrCorePrefix = $prefix
  67. SolrURL = $SolrUrl
  68. }
  69. Install-SitecoreConfiguration @xconnectParams //(line: 44)
Add Comment
Please, Sign In to add comment