We had a recent scenario where we need to run a informatica workflow on particular node due to database connectivity issues from other nodes
We were having three nodes (nodeA,nodeB and nodeC ) running on a grid. The session must be run on node A because that is where we didnt having db connectivity issues . Selecting nodeA, in the Resources option on the General tab did not force the session to run on nodeA , rather it randomly chooses all three nodes for running session, sometimes node A, other times node B.
Cause
This behavior occurs when the IgnoreResourceRequirement Integration Service property is enabled.
Solution
To resolve this set IgnoreResourceRequirement to "No" as per below
- In the Administration Console, select the Integration Service.
- Under the Properties tab select Advanced Properties > Edit .
- Clear the IgnoreResourceRequirements property.
- Restart the Integration Service.
- Run the workflow.
No comments:
Post a Comment