Could not create local.workflow.data
Created: 15 Oct 2012 | 1 comment
Has anyone experienced the attached error? Using Workflow 7.1, published successfully to dev server and when i use the link, get the following (see attached snapshot) error. What does this error mean so i can debug? thank you!
Discussion Filed Under:
Group Ownership:
Comments 1 Comment • Jump to latest comment
I got several times this kind of exception.
In general it means that on server where the process is run does not exists specific exchange configuration.
In your case you should check the configuration named "local.workflow.data-".
In details: this exception it seems to be thrown during creation a task. Among data variables in process exists at least one stored externally (by default it is FileDataType - this is configured on page "Storage Preferences" in projects settings).
Data stored externally are using seperate exchange config which name is provided in project properties named "ExternalStorageExchangeName". I suppose in your case it is set to "local.workflow.data-". In debug mode is used different exchange config which name is provided in properties named "DebugExternalStorageExchangeName".
Would you like to reply?
Login or Register to post your comment.