Error, "A process configured with Activation option [Multiple AppNodes] cannot invoke another process configured with Activation option [Single AppNode]" ?

Error, "A process configured with Activation option [Multiple AppNodes] cannot invoke another process configured with Activation option [Single AppNode]" ?

book

Article ID: KB0085171

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks -
Not Applicable -

Description

Description:
In BW6, everything is a service and a sub process can be decoupled from the main project. To provide that functionality, the process should know if it is going to run in single or multiple node. Processes can not be mixed with single and multiple nodes.


Issue/Introduction

Error, "A process configured with Activation option [Multiple AppNodes] cannot invoke another process configured with Activation option [Single AppNode]" ?

Resolution

Do the following to fix the issue.

1). Go to the Process Properties page. It would be the calling process where "callprocess" activity is defined.
2). Open the Properties tab.
3). Under the "General" sub tab, choose the Activation as "Single AppNode".
4). The same can be done at the called process level. You need to change the Activation as "Multiple AppNode".

Additional Information