bonjour,
je rencontre un probleme depuis quelques semaines et je bloque dessus. Voila, j'ai envi d'utiliser la fonction SQLEXECUTE (offerte par l'adaptateur Oracle pour Biztalk) deux fois dans la même orchestration mais pour deux tables différentes. Cependant quand je l'ajoute deux fois il me donne l'erreur suivante:
donc j'ai changé un des target namespace http://Microsoft.LobServices.OracleDB/2007/03 en http://Miiccrosoft.LobServices.OracleDB/2007/03"SqlExec.OracleDBBindingSchema1, SqlExec, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2514d899a8bbc86f" and a previously deployed schema "" have the same target namespace "http://Microsoft.LobServices.OracleDB/2007/03". Target namespaces should be unique. "SqlExec.OracleDBBindingSchema2, SqlExec, Version=1.0.0.0, Culture=neutral, PublicKeyToken=2514d899a8bbc86f" and a previously deployed schema "" have the same target namespace "http://schemas.microsoft.com/2003/10/Serialization/Arrays". Target namespaces should be unique.
apres l'avoir deployer, j'ai essayer de le tester et la j'ai cette erreur que je n'arrive pas a résoudre:
S'il vous plait, est ce que quelqu'un a une solution a mon probléme??!The adapter failed to transmit message going to send port "testSQLEXECUTE_Custom" with URL "oracledb://agr.marjane.co.ma/?PollingId=testestest". It will be retransmitted after the retry interval specified for this Send Port. Details:"Microsoft.ServiceModel.Channels.Common.XmlReaderParsingException: Invalid argument: http://Miiccrosoft.LobServices.Oracl...TMT/SQLEXECUTE ---> Microsoft.ServiceModel.Channels.Common.MetadataException: Invalid argument: http://Miiccrosoft.LobServices.Oracl...TMT/SQLEXECUTE
Partager