Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > Biztalk
|
Biztalk General discussion about Biztalk server.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Biztalk section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 1st, 2004, 09:05 AM
Registered User
 
Join Date: Oct 2004
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to AliAsghar
Default 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
 
Old January 14th, 2005, 07:22 AM
Registered User
 
Join Date: Jan 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

I've got the same problem, Have you managed to solve it? if so then could you tell me how please?!

Kamal


 
Old January 27th, 2005, 05:30 AM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Hi,

Same problem here. I've created a custom adapter for reading binary files. Created the adapter using the Wizard and ended up with the same errormessage "No adapter configuration XML was found on the configuration when one was expected.".

I've also tried to add some handler properties, but that didn't help.

I've created the adapter with modifying the DotNetFile sample adapter and this works fine.

But I would realy like the code created by the Wizard to work - don't like the idea of renaming all the classes, functions, files etc. in the DotNetFile sample.

Ronny Birkeli
 
Old January 27th, 2005, 06:01 AM
Registered User
 
Join Date: Jan 2005
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Check this for solution:
http://www.gotdotnet.com/Community/U...8-1aa9456b6ca0

 
Old April 19th, 2005, 05:33 AM
Registered User
 
Join Date: Apr 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default

hiii

I've got the same problem, Have you managed to solve it? if so then could you tell me how please?!

[email protected]







Similar Threads
Thread Thread Starter Forum Replies Last Post
creating SQL 2000 veiws on oracle database Shwetha SQL Server 2000 1 June 30th, 2006 06:30 AM
Universal Translation in BizTalk2004 karjagis Biztalk 0 April 21st, 2006 10:00 AM
ODBC Data Adapter Configuration Wizard Problem TCantrell VB Databases Basics 0 February 27th, 2005 05:03 PM
Problem inserting with data adapter cridley ADO.NET 1 February 22nd, 2005 05:02 PM
Creating and connecting in a Oracle Database cutovoi Excel VBA 2 February 4th, 2004 07:06 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.