0
Scope of Informatica Parameter File
Take a quick look on how we can restrict the scope of Parameters by changing the Parameter File Heading section.
- [Global] -> All Integration Services, Workflows, Worklets, Sessions.
- [Service:IntegrationService_Name] -> The Named Integration Service and Workflows, Worklets, Sessions that runs under this IS.
- [Service:IntegrationService_Name.ND:Node_Name]
- [Folder_Name.WF:Workflow_Name] -> The Named workflow and all sessions within the workflow.
- [Folder_Name.WF:Workflow_Name.WT:Worklet_Name] -> The Named worklet and all sessions within the worklet.
- [Folder_Name.WF:Workflow_Name.WT:Worklet_Name.WT:Nested_Worklet_Name] -> The Named nested worklet and all sessions within the nested worklet.
- [Folder_Name.WF:Workflow_Name.WT:Worklet_Name.ST:Session_Name] -> The Named Session.
- [Folder_Name.WF:Workflow_Name.ST:Session_Name] -> The Named Session.
- [Folder_Name.ST:Session_Name] -> The Named Session.
- [Session_Name] -> The Named Session.
0Awesome Comments!