Guest User

Untitled

a guest
Dec 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. $solrParams =
  2. @{
  3. Path = "C:Sitecoreinstallerconfigxconnect-solr.json"
  4. SolrUrl = "https://blabla.bla.com:8984/solr"
  5. SolrRoot = "C:Sitecoresolr-6.6.4"
  6. SolrService = "solr"
  7. CorePrefix = "sc_pprd"
  8. }
  9. Install-SitecoreConfiguration @solrParams -Verbose
  10.  
  11. [------------------------------------------------------ CreateCores [1] : ManageSolrCore -------------------------------------------------------]
  12. VERBOSE: Performing the operation "Requesting" on target "https://blabla.bla.com:8984/solr".
  13. [CreateCores [1]]:[Requesting] https://blabla.bla.com:8984/solr
  14. VERBOSE: GET https://blabla.bla.com:8984/solr with 0-byte payload
  15. VERBOSE: received 13592-byte response of content type text/html;charset=utf-8
  16. VERBOSE: Performing the operation "Invoke-ManageSolrCoreTask -Address https://blabla.bla.com:8984/solr -Action Create" on target "https://blabla.bla.com:8984/solr".
  17. [CreateCores [1]]:[SolrCore] Performing Create on https://blabla.bla.com:8984/solr
  18.  
  19. VERBOSE: Updating Solr: Uri => 'https://blabla.bla.com:8984/solr/admin/cores?action=Create&Name=sc_pprd_xdb&wt=json'
  20. VERBOSE: GET https://blabla.bla.com:8984/solr/admin/cores?action=Create&Name=sc_pprd_xdb&wt=json with 0-byte payload
  21. Install-SitecoreConfiguration : Missing required parameter: name
  22. At C:Sitecoreinstallerconfigsolr_instal_pprd.ps1:10 char:1
  23. + Install-SitecoreConfiguration @solrParams -Verbose
  24. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  25. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
  26. + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Install-SitecoreConfiguration
  27.  
  28. [TIME] 00:00:15
  29. Invoke-ManageSolrCoreTask : Missing required parameter: name
  30. At C:Program FilesWindowsPowerShellModulesSitecoreInstallFramework2.0.0PublicInstall-SitecoreConfiguration.ps1:641 char:25
  31. + & $entry.Task.Command @paramSet | Out-Default
  32. + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33. + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
  34. + FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Invoke-ManageSolrCoreTask
Add Comment
Please, Sign In to add comment