I'm running a workspace that ultimately uses a python caller to generate a chart from features processed within it. To allow me to use the group by function I have wrapped the python caller in a custom transformer. This was working great but I am now getting the following error code when I try to run the workspace:
Attempting to retrieve global variable 'pmi_is_error' which was not set -- setting it to the empty string
Failed to create process, error was 'Access is denied.
', command line arguments were.......
I've tried running the python caller outside of the custom transformer on single features which works fine so I assume the fault must be with the custom transformer.
Any ideas of how to solve this would be greatly appreciated!
Thanks