...all code worked fine previously... different types of tasks are being hung
Ran the cmd with the following resultsF:\Apps\Interwoven\iw-home\custom\bin>iwperl -c ScriptPathCan't open perl script "ScriptPath": No such file or directory
sorry posted wrong lineF:\Apps\Interwoven\iw-home\custom\bin>iwperl -c wf_unlock.iplwf_unlock.ipl syntax OK
All jobs in the system cannot process external tasks. When it gets to the first external task it just stops there. No obvious error in the logs either.iwgetwfobj appears to return a complete object (I have attached file of output) the problem we are having is that no task can transition to the next task, no variables get passed to the next task, although the WF object appears to be created.How do we repair a corrupted workflow store?any other ideas?
External Workflow Tasks Not working in TeamSite 6.7A new feature of TeamSite 6.7 is that external workflow tasks can run as a user instead of SYSTEM. In this case, if a user does not have permission to execute the external Perl scripts, then they should be executed as SYSTEM. This article explains how to execute external tasks as SYSTEM from TeamSite 6.7.For the external tasks to be executed as SYSTEM in TeamSite 6.7, you need to set the following in the [authentication] section of the iw.cfg file:[authentication]impersonate_without_password=falseAfter updating iw.cfg, run iwreset -a to reset the services.For TeamSite 6.71 Service Pack 1, please see knowledge base 60319.Refer https://customers.autonomy.com/supp...oven/55773.html