I am getting this error when I schedule a workflow to start:
Log Name: LFWorkflow
Source: Workflow Monitor Schedule
Date: 02/10/2014 15:30:01
Event ID: 4
Task Category: None
Level: Error
Keywords: Classic
User: N/A
Computer:
Description:
System.ServiceModel.CommunicationException: An error occurred while sending to the queue: Unrecognized error -1072824281 (0xc00e0027).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists
with the required access mode and authorization. ---> System.ServiceModel.MsmqException: An error occurred while sending to the queue: Unrecognized error -1072824281 (0xc00e0027).Ensure that MSMQ is installed and running. If you are
sending to a local queue, ensure the queue exists with the required access mode and authorization.
at System.ServiceModel.Channels.MsmqQueue.Send(NativeMsmqMessage message, MsmqTransactionMode transactionMode)
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Laserfiche.Workflow.ComponentModel.ICreationService.CreateWorkflow(WorkflowCreationDetails workflowCreationDetails)
at Laserfiche.Workflow.Internal.CreationServiceClient.CreateWorkflow(WorkflowCreationDetails details)
at Laserfiche.Workflow.Objects.CreationQueue.CreateWorkflow(WorkflowCreationDetails creationDetails)
at Laserfiche.Workflow.Objects.CreationQueue.StartWorkflow(String workflowName, String ruleName, StartingEntry entry, Initiator user, WorkflowCreationOptions advancedOptions, Dictionary`2 parameters)
at Laserfiche.Workflow.ScheduleMonitor.Program.StartWorkflow(String configFile, Int32 workflowId, String scheduleName)System.ServiceModel.MsmqException (0xC00E0027): An error occurred while sending to the queue: Unrecognized error -
1072824281 (0xc00e0027).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists with the required access mode and authorization.
at System.ServiceModel.Channels.MsmqQueue.Send(NativeMsmqMessage message, MsmqTransactionMode transactionMode)
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
<System>
<Provider Name="Workflow Monitor Schedule" />
<EventID Qualifiers="0">4</EventID>
<Level>2</Level>
<Task>0</Task>
<Keywords>0x80000000000000</Keywords>
<TimeCreated SystemTime="2014-10-02T13:30:01.000000000Z" />
<EventRecordID>39096</EventRecordID>
<Channel>LFWorkflow</Channel>
<Computer>XX</Computer>
<Security />
</System>
<EventData>
<Data>System.ServiceModel.CommunicationException: An error occurred while sending to the queue: Unrecognized error -1072824281 (0xc00e0027).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the
queue exists with the required access mode and authorization. ---> System.ServiceModel.MsmqException: An error occurred while sending to the queue: Unrecognized error -1072824281 (0xc00e0027).Ensure that MSMQ is installed and running.
If you are sending to a local queue, ensure the queue exists with the required access mode and authorization.
at System.ServiceModel.Channels.MsmqQueue.Send(NativeMsmqMessage message, MsmqTransactionMode transactionMode)
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)
--- End of inner exception stack trace ---
Server stack trace:
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.OutputChannel.Send(Message message, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
at Laserfiche.Workflow.ComponentModel.ICreationService.CreateWorkflow(WorkflowCreationDetails workflowCreationDetails)
at Laserfiche.Workflow.Internal.CreationServiceClient.CreateWorkflow(WorkflowCreationDetails details)
at Laserfiche.Workflow.Objects.CreationQueue.CreateWorkflow(WorkflowCreationDetails creationDetails)
at Laserfiche.Workflow.Objects.CreationQueue.StartWorkflow(String workflowName, String ruleName, StartingEntry entry, Initiator user, WorkflowCreationOptions advancedOptions, Dictionary`2 parameters)
at Laserfiche.Workflow.ScheduleMonitor.Program.StartWorkflow(String configFile, Int32 workflowId, String scheduleName)System.ServiceModel.MsmqException (0xC00E0027): An error occurred while sending to the queue: Unrecognized error -
1072824281 (0xc00e0027).Ensure that MSMQ is installed and running. If you are sending to a local queue, ensure the queue exists with the required access mode and authorization.
at System.ServiceModel.Channels.MsmqQueue.Send(NativeMsmqMessage message, MsmqTransactionMode transactionMode)
at System.ServiceModel.Channels.MsmqOutputChannel.OnSend(Message message, TimeSpan timeout)</Data>
</EventData>
</Event>
Please help