Calling Distributed Engine on Windows Machine through Workflow
Hello Allwe have a sort of distributed Environment: we have Demantra AS with Tomcat on a windows 2008 machine, and we have a dedicated windows 2008 machine to be used as Analitycal Engine only.
We want to run Analitycal Engine from workflow, so we created a .bat file on AS which executes a call with psexec to EngineManager on the remote dedicated machine, as advised in note "How to run Engine from workflow (windows /windows) (Doc ID 1497834.1)"
Unfortunately, it does not work. When the .bat file is called directly from the AS windows machine, it works, so it connects to the remote machine and launches the engine perfectly.