workflow foundation 4 - Using localdb with for WF4.5 persistence fails -
i trying create unit tests workflow uses sqlworkflowinstancestore it's persistent store. when try create , instance following error:
the execution of instancepersistencecommand named {urn:schemas-microsoft-com:system.activities.persistence/command}createworkflowownerwithidentity interrupted error.
with inner error of:
verify set options correct use indexed views and/or indexes on computed columns and/or filtered indexes and/or query notifications and/or xml data type methods and/or spatial index operations.
has have same solution this. when use sqlexpress using same dacpac make sure schema etc identical.
both ansi_nulls , quoted_identifier off.
i have seen similar errors in past caused datatypes trying persist not being compatible database.
my first attack on problem run workflow has no arguments , see if persist.
Comments
Post a Comment