Hi,
I’m trying to implement the SqlTrackingService for Workflow Foundation. I’ve installed the schema & logic and have added the appropriate code to the Service element of the web.config file. I know that my application is trying to access the
tracking tables because if I rename them it’s throws an error.
I’ve created and completed a workflow but no data is appearing in the tracking tables. From what I’ve read it should work OOB but am I missing something?
Couple of other questions. I originally put the tracking tables in a separate database but my application didn’t like the tracking being in a separate database to the content to which workflow was being applied. Is this how tracking has to be implemented?
We put our database connection details in a separate file from the web.config, can I do the same for the tracking db connection or does this have to an attribute of the service/
Application is .Net 3.5 & SQL Server 2005. It also uses SharedConnectionWorkflowCommitWorkBatchService & SqlWorkflowPersistenceService and looking at some other threads I wondered if this has an impact.
Thanks in advance
Neil
View Complete Post