Hi,I installed Teamsite 6.7.1 SP1 with latest patch on a system with Windows 2003 SP1. Now when I try to run all of my old workflows from teamsite 6.5 SP2 I get the following error:Invalid workflow:ERROR: Could not add variable submittask_name to task SubmitERROR: ERROR: 00920: Object being looked up was not foundERROR: 00920: Object being looked up was not foundAny ideas on what could be causing this error. ThanksTanuj
[cgitask owner="__INSERT__($BusinessUser);" name="Check for conflicts" start="t" immediate="t"] [areavpath v="__TAG__('iw_workarea');"/] [successors] [successorset description="Generate"] [succ v="Generate"/] [/successorset] [/successors] [command v="iwconflictcheck.cgi"/] [timeout v="+000001"] [succ v="Generate"/] [/timeout] __INSERT__(submit_files_xml()); [variables] [variable key="submittask_name" value="SubmitChanges"/] [/variables] [/cgitask]
This is happening at very first step of the workflow. and yes you can reproduce it all the time.[html] name="Check for conflicts" start="t" immediate="t"> __INSERT__(submit_files_xml());[/html]
Ghoti,I copied the iwcheckconflict.ipl and cgi from old server too but even that didn't help.and yes the ipl does have variable submittask_name.Tanuj