I have python 3.4 installed on my windows 2012 server. When I try to run transformation with CPython Script Executor step, it gives me the below error.
"python": CreateProcess error=2, The system cannot find the file specified
I am trying to run a simple script which assigns a variable with an integer value.
Any idea, what might be going wrong ?
This was simply the python path was not set in the environment variables. As soon as I do it, its running OK.