Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Impenetrable error messages

Updated: 31 May 2010 | 3 comments
sanderville's picture
0 0 Votes
Login to vote

Hi all.  Is there any reference material for Workflow error messages?  I'm building some simple workflow routines which send emails and some are working, some aren't.  I can't make head or tail of this error message:

Exception Type : System.Exception
Message: (Dialog Workflow DialogWorkflowComponent) - Execution Engine Exception
Stack Trace
(inner exception)

Execution Engine Exception at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.RunEngine()
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.ExecuteComponent(IData data, IOrchestrationComponent comp)
at LogicBase.Core.Models.EmbeddedDecisionModel.EmbeddedDecisionModelExecutionEngine.Run(IData data)
at LogicBase.Core.Models.EmbeddedDecisionModel.EmbeddedDecisionModelDataType.Run(IData data)
at LogicBase.Core.AbstractEnsembleWorkflowComponent.Start(String taskID, String workflowID, IData data)
at LogicBase.Core.Models.Workflow.WorkflowDelegate.Execute(IData data, IOrchestrationComponent comp, String& outputPath, IExecutionEngine engine, TLExecutionContext context)
at LogicBase.Core.ExecutionEngine.AbstractExecutionEngine.DoRunComp(IOrchestrationComponent comp, IData data, TLExecutionContext context)
 

Can anyone give me a clue how to decipher this?
 

discussion Filed Under:

Comments

reecardo's picture
20
Nov
2009
0 Votes 0
Login to vote

Unsure if this is what's

Unsure if this is what's thrown in the browser or not... but the logs (in Workflow Designer\Logs) or the Configuration + Logging Tool might provide more information.

Jimbaland's picture
20
Nov
2009
0 Votes 0
Login to vote

Can you give a little more

Can you give a little more detail as to what you are trying to do? When the error occurs during the process? Maybe post a screenshot of your model?

sanderville's picture
30
Nov
2009
0 Votes 0
Login to vote

Thanks, guys.  I figured out

Thanks, guys.  I figured out what my problem was - user error.  I still think the error messages are unhelpful though.