|
Home > Archive > BizTalk Server Applications Integration > July 2004 > Oracle Adapter
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
|
|
| Nicolas 2004-06-26, 10:53 am |
| Hi
I did develope an oracle adapter with BTS2004 Beta, after installing the released version I have now problems.
It seems that the problem is when I am trying to retrieve the Configuration properties for the adapter. There is a method (Load(IPropertyBag propBag, int errorLog)). Which is used to extract the XML configuration properties. I was using "propBag.Read("Se
nd", out val, 0)"method.
It seems that the PropertyBag doesn't have an entry for the Read tag anymore!
Any input is welcomed
Nicoals
| |
| Christof 2004-06-26, 10:53 am |
| Are you counting on defaults or have you set the value explicitly please?
If you specify default values in your XSD configuration schema, then BizTalk
will not explicitly promote those values onto the context... (Just guessing
here.)
Best regards,
Christof
"Nicolas" <Nicolas@discussions.microsoft.com> wrote in message
news:635D43F3-23E1-49A2-AD85-2177BD4A67CB@microsoft.com...
> Hi
>
> I did develope an oracle adapter with BTS2004 Beta, after installing the
released version I have now problems.
>
> It seems that the problem is when I am trying to retrieve the
Configuration properties for the adapter. There is a method
(Load(IPropertyBag propBag, int errorLog)). Which is used to extract the XML
configuration properties. I was using "propBag.Read("Send", out val,
0)"method.
>
> It seems that the PropertyBag doesn't have an entry for the Read tag
anymore!
>
> Any input is welcomed
>
> Nicoals
>
>
| |
|
| I'm trying to develop Biztalk Adapter for Oralce. Can you share an example with me please.
---------------------------------------------------------
quote: Originally posted by Nicolas
Hi
I did develope an oracle adapter with BTS2004 Beta, after installing the released version I have now problems.
It seems that the problem is when I am trying to retrieve the Configuration properties for the adapter. There is a method (Load(IPropertyBag propBag, int errorLog)). Which is used to extract the XML configuration properties. I was using "propBag.Read("Se
nd", out val, 0)"method.
It seems that the PropertyBag doesn't have an entry for the Read tag anymore!
Any input is welcomed
Nicoals
|
|
|
|
|