Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
External task - command compile
vahu
Hello
I am trying to run a command from an external task.
The thing i want is the following:
1. Compile a dcr an tpl to an jsp file using iw-pt_compile command
This is how i have done it in the external task
1. added an external task
2. in the command line written the following
iwpt_compile.ipl -iw_pt-dcr PATHTOSELECTEDDCR/test1 -pt PATHTOSELECTED/test.tpl -ofile PATHTOROOT/test1.jsp
The uppercase path is the path to the dcr and tpl
The thing is that when i run this from Teamsite, it is executed, but the output file isn't created.
When i run this from the command line, it works.
I have tried to enter the full path to iw-pt_compile.ipl, but that doesn't help.
My suggestion is that the path's to the dcr or tpl or incorrect.
Is there a way to log all things that happens in a workflow executed from teamsite??
Or does anyone have an idea why it isn't working.
Best regards,
Mats Lindberg
Find more posts tagged with
Comments
vahu
Never mind, i found the error.
I looked in the log files and found that i had to use the full path when referring to the DCR and TPL.