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.

delete from epub_wf_server_id delete from epub_coll_workflow delete from epub_workflow_info

Comments

Popular posts from this blog

how to generate classes from swagger

How to create new user/account in BCC