London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
I've created a zip file module and added an epidata export to utils/setup.
When I use this module with Deployment Centre to update a new site I get an error below. Anyone now what might be wrong? I'm guess it might be becuase the export file contains pages and I was not asked to specify the root page for importing them.
Thanks
Importing Util\setup\ExportedFile.episerverdata
An error has occured and the transaction will be rolled back
Rolledback
An unhandled error has occured:
Exception: Parameter has no page set
Parameter name: pageLink[]
When executing
At C:\Program Files\EPiServer\CMS\5.2.375.133\Install\System Scripts\Install ZI
P Module.ps1:130 char:20
+ Add-EPiServerData <<<< -ImportSource $importFilePath `
Error - System.Management.Automation.CmdletInvocationException: A bulk installation has not been started ---> System.ApplicationException: A bulk installation has not been started
at EPiServer.Install.InstallationManager.RollbackBulkInstall()
at EPiServer.Install.Common.Cmdlets.RollbackBulkInstallCmdlet.ProcessRecord()
at System.Management.Automation.Cmdlet.DoProcessRecord()
at System.Management.Automation.CommandProcessor.ProcessRecord()
--- End of inner exception stack trace ---
at System.Management.Automation.Internal.PipelineProcessor.SynchronousExecuteEnumerate(Object input, Hashtable errorResults, Boolean enumerate)
at System.Management.Automation.Parser.PipelineNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)
at System.Management.Automation.Parser.StatementListNode.Execute(Array input, Pipe outputPipe, ArrayList& resultList)