Can I achive this, I do not want to give the parameter file path within my informatica session, just pass the parameter file name.
If I pass the parameter file path and name form PMCMD command, can my session automatically get the parameter file path.
Here is the command I am using
startworkflow -f folder -paramfile 'parameter/path/filename.txt' workflowname
and in my session I am giving only the parameter filename .
when I am running my session I am getting a mesage, parameter file not found, any suggestions.
Can you suggest, if I am planning on not giving the parameter file path in my session, what is the best way.
What is the most efficient way of passing a parameter file name and path ( I want to make it the most dynamic).
If I pass the parameter file path and name form PMCMD command, can my session automatically get the parameter file path.
Here is the command I am using
startworkflow -f folder -paramfile 'parameter/path/filename.txt' workflowname
and in my session I am giving only the parameter filename .
when I am running my session I am getting a mesage, parameter file not found, any suggestions.
Can you suggest, if I am planning on not giving the parameter file path in my session, what is the best way.
What is the most efficient way of passing a parameter file name and path ( I want to make it the most dynamic).