Visualizzazione post con etichetta WCF. Mostra tutti i post
Visualizzazione post con etichetta WCF. Mostra tutti i post

lunedì 17 novembre 2014

WCF-SQL Adapter Hangs in Active State

Check the Ordered Delivery option. If it is on, the Send port instance will work as a Singleton application. It will be started by first message and lives forever.

giovedì 3 novembre 2011

Working with BizTalk Adapter for Oracle Database Binding Properties


The Microsoft BizTalk Adapter for Oracle Database surfaces several binding properties. By setting these properties, you can control some of the adapter's behavior. This section describes the Oracle Database adapter binding properties. It also shows how you can access them by using .NET programming or by setting properties on a BizTalk Server physical port binding.


Here:
The Adapter Binding Properties

martedì 21 giugno 2011

Biztalk 2006: Oracle adapter namespace problem

I was deploying a Biztalk project from the development enviroment to the test enviroment when I encountered an error with Oracle adapter. That's because I have a different database schema name in both enviroments and database schema name is hard-coded to the schema.


My solution:


Open a file of the solution( ex. xxxx.xsd) with editor xml (in visual studio) , and make a find of NAMEOFSCHEMA and make a REPLACE in entire solution with new VALUE of NAMEOFSCHEMA.


Redeploy , change the port that uses the WCF adapter oracle, set the new NAMEOFSCHEMA  in soap Action value...


i've tried other solutions such as delete the namespace and activate EnableBiztalkCompabilityMode=true anduseSchemaInNamespace=false, but without success...




bye

giovedì 2 luglio 2009

WCF lob adapter: errore XmlParsing invalid argument

Ciao
puo' capitare se si usa wcf lob adapter di incorre in questo problema
Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException: Invalid argument: <BtsActionMapping xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"> ...

La soluzione è molto semplice!! Basta mettere nell'orchestrazione il nome della operation sulla Porta Logica , uguale al nome dell ' ACTION generata dal wcf consume service ...
per esempio se avete creato un schema con il wcf consume e volete fare una SELECT su una tabella , il nome da associare all operation sarà SELECT ( attenzione alle maiuscole e  minuscole).

ciao
alla prossima!