maxieduncan

Wednesday 20 October 2010

ATG publishing workflows

To delete workflows:

delete epub_workflow_info;
delete epub_coll_workflow;
delete epub_ind_workflow;


To recreate the workflows you need to ensure that the process editor is set up for the server you're using in /atg/epub/workflow/process/workflowProcessManager.xml:

<?xml version="1.0" encoding="ISO-8859-1" ?>
<process-manager-configuration>
  <process-editor-server>
    <server-name>HOSTNAME:DRP_PORT</server-name>
  </process-editor-server>
  <global-server>
    <server-name>HOSTNAME:DRP_PORT</server-name>
  </global-server>
</process-manager-configuration>

When specifying HOSTNAME it should match the name of the machine (localhost won't do).

No comments:

Post a Comment