BCC Work flow changes not reflecting
Workflow changes not reflecting in particular(Production/Testing) environments.
Solution
You need to Stop CA first then,copy the workflowProcessManager.xml file to your localconfig like below.
localconfig/atg/epub/workflow/process/workflowProcessManager.xml
Process Editor Server Information
Make sure the serverName and drpPort for the particular instance is correct. Otherwise workflow will not work.
<?xml version="1.0" encoding="UTF-8" ?>
<process-manager-configuration>
<process-editor-server>
<server-name>hostname:drp-port</server-name>
</process-editor-server>
</process-manager-configuration>
You can also find the hostname:drp-port from the component
/atg/dynamo/service/ServerName.The serverName() method of
this component will return these values.
You can also refer other BCC issues here
BCC Manage Snapshot functionality
BCC Delete Meta Data Files
Solution
You need to Stop CA first then,copy the workflowProcessManager.xml file to your localconfig like below.
localconfig/atg/epub/workflow/process/workflowProcessManager.xml
Process Editor Server Information
Make sure the serverName and drpPort for the particular instance is correct. Otherwise workflow will not work.
<?xml version="1.0" encoding="UTF-8" ?>
<process-manager-configuration>
<process-editor-server>
<server-name>hostname:drp-port</server-name>
</process-editor-server>
</process-manager-configuration>
You can also find the hostname:drp-port from the component
/atg/dynamo/service/ServerName.The serverName() method of
this component will return these values.
You can also refer other BCC issues here
BCC Manage Snapshot functionality
BCC Delete Meta Data Files
Comments
Post a Comment