Problem in creating oracle Adapter for biztalk2004
Hi,
I am making an oracle receive adapter which
will poll an oracle procedure and will submit
the message to biztalk if it gets any data.
In this adapter I have not created any Handler
properties, instead I have given some Location
properties.
But when I start the adapter my program stucks
at the following function :
public static void HandlerConfiguration(IPropertyBag config,
IPropertyBag bizTalkConfig)
{
// Handler properties
XmlDocument handlerConfig = ExtractConfigDomImpl(config, true);
}
When it tries to call the function ExtractConfigDomImpl,
it simply stucks there.
In the event viewer I got the following error :
The Messaging Engine failed to add a receive URL "PollingFromOracleAdapter" to the adapter "ORACLERECEIVER". Reason: "No adapter configuration XML was found on the configuration when one was expected.".
So what is the error in this.
Please help.
Ali
|