I am getting a paused state on my very first workflow call when posting a url
to the web server when I do an iisreset on the server. I realize this code
has to compile, but I believe it may be compiling for too long and therefore
CRM WF is timing out. How do I get around this issue.
Note: After the first url call to the web server, everything works fine ---
until another iisreset.

Thanks for your help in advance

RE: IIS reset (iisreset) causes workflow to enter paused state by Keener

Keener
Wed Feb 02 16:15:02 CST 2005

Apparently there is a 10000 millisecond timeout feature that Microsoft has a
hotfix for. I will test this when Microsoft supplies me with the hotfix.

"Keener" wrote:

> I am getting a paused state on my very first workflow call when posting a url
> to the web server when I do an iisreset on the server. I realize this code
> has to compile, but I believe it may be compiling for too long and therefore
> CRM WF is timing out. How do I get around this issue.
> Note: After the first url call to the web server, everything works fine ---
> until another iisreset.
>
> Thanks for your help in advance

RE: IIS reset (iisreset) causes workflow to enter paused state by Keener

Keener
Wed Mar 02 10:41:09 CST 2005

I contacted MS and they sent me the fix and it works now.

"Keener" wrote:

> Apparently there is a 10000 millisecond timeout feature that Microsoft has a
> hotfix for. I will test this when Microsoft supplies me with the hotfix.
>
> "Keener" wrote:
>
> > I am getting a paused state on my very first workflow call when posting a url
> > to the web server when I do an iisreset on the server. I realize this code
> > has to compile, but I believe it may be compiling for too long and therefore
> > CRM WF is timing out. How do I get around this issue.
> > Note: After the first url call to the web server, everything works fine ---
> > until another iisreset.
> >
> > Thanks for your help in advance