To Free Port Number : sudo fuser -k Port_Number/tcp
3. List Mapping of a Deployed Application
4. Running the Profiling
Using ExecuteProfile :
./infacmd.sh ps executeProfile -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn infav10_Integ_Service -opn Custom_Solutions/Prof_Policy_Details
Using Execute:
./infacmd.sh ps execute -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn infav10_Integ_Service -ot profile -opn Custom_Solutions/Prof_Policy_Details
5. Running the Scorecard
./infacmd.sh ps execute -dn infav10_Domain -hp infav10:6005 -nn infav10_Node01 -un Admin -pd "#ld@msf4" -sdn Native -msn infav10_ModelRepo_Service -dsn infav10_Integ_Service -ot scorecard -opn Custom_Solutions/Scorecard_Policy_Details
The only way I know is to use a workflow parameter file and a session parameter file.
By default, when you define a workflow parameter file and a session parameter file for a session within the workflow, the Integration Service uses the workflow parameter file, and ignores the session parameter file.
You can force the workflow to use both the workflow parameter file and session parameter file by adding the following to the workflow section of the workflow parameter file:
$PMMergeSessParamFile=TRUE
This must be set for the section defined for the workflow in the workflow parameter file.
Example
[DEV_FOLDER.wf_workflow]
$PMMergeSessParamFile=TRUE
Note
If you define the same parameter or variable in both the session and workflow parameter files, the Integration Service sets parameter and variable values according to the following rules:
- When a parameter or variable is defined in the same section of the workflow and session parameter files, the Integration Service uses the value in the workflow parameter file.
- When a parameter or variable is defined in both the session section of the session parameter file and the workflow section of the workflow parameter file, the Integration Service uses the value in the session parameter file.


