02-08-04 01:42 PM
I have an orchestration that sends my xml document to a wsc component
that sends an email. Currently I have about 6-10 processes that use
this same setup, but different WSC components due to document
definition changes, and different ports/channels due to a other
obvious reasons.
I created a new process today and I have never had problems in the
past, I've tried just about everything and can't figure it out. The
process works fine without the orchestration but with it I'm
constantly failing.
I'm getting these two error msgs:
Event Type: Error
Event Source: XLANG Scheduler
Event Category: Engine
Event ID: 12303
Date: 1/14/2004
Time: 9:50:43 AM
User: N/A
Computer: STBIZ1
Description:
The IDispatch::Invoke() interface call to a method failed. The
dispatch ID for the method is shown in the following message. The name
of the port on which the call was attempted is:
SendEmail
Error Code = 0x80020101 :
IID: {00020400-0000-0000-C000-000000000046}
Dispid = 1
XLANG Scheduler Engine Internals Information:
File: e:\bizetsp\private\sked\src\runtime\tech
bind\com\combinder\combinder.c
pp
Line: 486
----------------------------------------------------------------------
Event Type: Error
Event Source: XLANG Scheduler
Event Category: Engine
Event ID: 12304
Date: 1/14/2004
Time: 9:50:43 AM
User: N/A
Computer: STBIZ1
Description:
The invoked method, whose dispatch ID is shown in the following
message, reported an error. The name of the port on which the call was
attempted is:
SendEmail
Error Code = 0x80020101 :
Method #: 1
XLANG Scheduler Engine Internals Information:
File: e:\bizetsp\private\sked\src\runtime\tech
bind\com\combinder\IBindingExe
cutionContext.cpp
Line: 1421
[ Post a follow-up to this message ]
|