Home
TeamSite
iwutild error CreateProcessAsUser
Kevin Butcher
I have a trigger installed to run a script on WorkflowActiviate and WorkflowInactivate. I'm getting an error in the iwutild.log saying
"Error: CreateProcessAsUser failure user=userName; argcount=8; errCode=3; cmd=C:/iw-home/iw-perl/bin/iwperl.exe C:/iw-home/bin/Reporting/Common/wf_active_inactivate_trigger.ipl "[Thu Sep 03 09:58:52 2009]" userName Unknown WorkflowInactivate workflow "Intranet Content Workflow" 0x700"
I'm testing an upgrade on this server which is running Windows 2003 server and TeamSite 6.7.2.
Any ideas on what could be the reason for the error?
Find more posts tagged with
Comments
nipper
So you user is called userName. Does that user have permissions to run a process on the Windows server, I think they need an attribute, logOnLocally (or something like that). For fun, make it run as tsadmin or Administrator instead of iw_user
user=userName;
userName Unknown
Kevin Butcher
I just didn't put the actual user names in the post. I just figured out what the problem was. My new install is on a different drive (D:\iw-home) and the trigger was installed with the old path to the script (C:\iw-home).
I'm not getting the errors anymore, but it looks like the triggers may not be executing now since they are logging. Still have to figure that one out.