atg.workflow.WorkflowException: The inner project was not created. Check that your project workflow has been initialized by the workflow engine.
atg.workflow.WorkflowException: The inner project was not created. Check that your project workflow has been initialized by the workflow engine.
1.It usually happens when workflow process got modified from ACC.
2.It may also occur when importRepository or startSqlRepository are running.
3.While server startup or creating any workflow project(commonWorkflow or import)
Cause and solution:
Any workflows being used by importRepository or startSqlrepository,They need to be updated or initialized on the WorkflowProcessEditorServer or BCC server.
If you happened to modify any workflows from ACC, Make sure to run updateAllProcesses method from /atg/epub/workflow/process/WorkflowProcessManager component in Dyn Admin.
And restart BCC instance
if above step does not work,Run below scripts and restart BCC.
1.It usually happens when workflow process got modified from ACC.
2.It may also occur when importRepository or startSqlRepository are running.
3.While server startup or creating any workflow project(commonWorkflow or import)
Cause and solution:
Any workflows being used by importRepository or startSqlrepository,They need to be updated or initialized on the WorkflowProcessEditorServer or BCC server.
If you happened to modify any workflows from ACC, Make sure to run updateAllProcesses method from /atg/epub/workflow/process/WorkflowProcessManager component in Dyn Admin.
And restart BCC instance
if above step does not work,Run below scripts and restart BCC.
Comments
Post a Comment