Answered by:
Issue with workflows

Question
-
I have installed crm4 on windows server 2008 SP 1 and rollup 13 is installed, I imported the workflows from my dev server to the real server and i see that when they suppose to be triggered the get stuck in the system job list with the status waiting
It's true to all the workflows that where imported and that I created later
i see the CrmAsyncService running in tha task mabager and the service Microsoft Crm Asynchronous Processing Service is running as well
Thanks for you help Jonathan
Wednesday, October 20, 2010 11:51 AM
Answers
-
Is this happening only with recently imported workflows or for everyone??? Is Data Import functionality working fine??? Check the below blog post which will be helpful to you.
http://www.dynamicscare.com/blog/index.php/crm-imports-workflows-stuck-in-submitted-state/
Vicky http://howto-mscrm.blogspot.com "Please Mark it as answer if it helps in resolving your query"- Marked as answer by Jonathan Y. _ Wednesday, October 20, 2010 1:38 PM
Wednesday, October 20, 2010 12:56 PM
All replies
-
Hello,
Try quering the problem with:
select
CreatedOn,
ActivityName,
Message
from
WorkflowLog
where
Status = 3
order by
CreatedOn desc[]´s
Carlos Amorim Junior
"Colabore! A comunidade precisa de você."
http://www.dynamicscrm.com.br- Proposed as answer by Carlos Amorim Junior Wednesday, October 20, 2010 12:07 PM
Wednesday, October 20, 2010 12:06 PM -
the table is emptyWednesday, October 20, 2010 12:48 PM
-
Is this happening only with recently imported workflows or for everyone??? Is Data Import functionality working fine??? Check the below blog post which will be helpful to you.
http://www.dynamicscare.com/blog/index.php/crm-imports-workflows-stuck-in-submitted-state/
Vicky http://howto-mscrm.blogspot.com "Please Mark it as answer if it helps in resolving your query"- Marked as answer by Jonathan Y. _ Wednesday, October 20, 2010 1:38 PM
Wednesday, October 20, 2010 12:56 PM -
Thanks vicky, run the dyployment config tool and fix the value
now it working
Wednesday, October 20, 2010 1:38 PM