Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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)