Hi,
I have a Shell entry with this script
When I run this script from a .bat file in the command line, everything works fine. If I run the same script from PDI and with the Shell entry, it simply goes over the step, executes it and continues. But it does not actually run the script.
Anybody got an idea what that might be?
Thanks
Bobse
I have a Shell entry with this script
Code:
@echo on
cd P:
Set BIRT_HOME=P:\server
%BIRT_HOME%\ReportEngine\genReport.bat -f pdf -o "P:\pentaho\output\reports\client\copacker\cpacker.pdf" -F "P:\server\tomcat\webapps\birt\copacker_asn.rptdesign"
Anybody got an idea what that might be?
Thanks
Bobse