473,473 Members | 1,822 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Workflow with id xxxxx not found in state persistence store

Hi,

I'm testing Web Approval Starter Kit with Visual Studio 2005 over Windows XP
SP2, .NET Framework 3.0 & 3.5 versions installed.

When try to complete an activity, the following error araises:
System.InvalidOperationException was unhandled by user code
Message="Workflow with id \"47773eee-c181-44a9-b045-30f5b7b1de51\" not
found in state persistence store."
Source="System.Workflow.Runtime"

Any idea?

Thanks in advance

Jun 27 '08 #1
1 4536
Assume you use default SQL Server persisence provider. Use a SQL Server
management tool, such as SSMS to open the database (WorkflowPersistence),
and then open the table dbo.InstanceState. You can then verify if the
workflow's instance ID exists in the table (column "uidInstanceID"). If not,
that means the not-completed Workflow instance did not get persisted for
some reason when the workflow runtime is stopped.

The reason could be when you do the testing, the testing app was not
finished normally. Or you modified the workflow design...
"linux2k8" <li******@discussions.microsoft.comwrote in message
news:43**********************************@microsof t.com...
Hi,

I'm testing Web Approval Starter Kit with Visual Studio 2005 over Windows
XP
SP2, .NET Framework 3.0 & 3.5 versions installed.

When try to complete an activity, the following error araises:
System.InvalidOperationException was unhandled by user code
Message="Workflow with id \"47773eee-c181-44a9-b045-30f5b7b1de51\" not
found in state persistence store."
Source="System.Workflow.Runtime"

Any idea?

Thanks in advance
Jun 27 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: Paolo Losi | last post by:
Hi all, I'm pretty new to the python language so please excuse me if this is FAQ... I'm very glad to be part of the list! :-) I'm looking into a way to implement a generic workflow framework...
4
by: BB | last post by:
Hello all, I might be missing something here, but am trying to understand the difference between using application-level variables--i.e. Application("MyVar")--and global variables--i.e. public...
6
by: Eric McVicker | last post by:
Session state has options to be inproc, state server or sql server. Why does Application state not allow for state server or sql server so the same Application state could be shared between...
1
by: Urs | last post by:
Hi What happens to workflow references to objects outside the workflow class instance, when passivating a workflow, having SqkWorkflowPersistenceService enabled? Example: Let's say my...
3
by: =?Utf-8?B?R3JhaGFt?= | last post by:
I've added 2 tracking services to the wf runtime; one is the standard SqlTrackingService: trackingService = new SqlTrackingService(<trackingConnectionString>); <workflow...
1
by: Andrzej Jaworek | last post by:
Hello, I'm testing this starter kit and I have a problem with persisting workflow state. In UserActivitiesHelper class there is a method UserActivitiesHelper() with the code block that clears the...
3
by: =?Utf-8?B?Um9iZXJ0IFNsYW5leQ==?= | last post by:
I have a state transition trigger by a Delay Activity. If I include the default SQL persistence service, this state transition is fired twice. Any suggestions ?
6
by: ludwig_stuyck | last post by:
Hi, one of our customers has Oracle and does not want to use Sql Server. Now we need a workflow tool in a .NET environment that works with Oracle. Workflow Foundation comes out of the box...
11
by: Grzegorz Staniak | last post by:
Hi, In a couple of weeks I'm starting a medium-size project (using a web framework) involving a workflow implementation. Are you aware of any open source workflow engines/libraries that I could...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.