-
Hello I have written a custom pipeline to process email messages with the POP3 adapter. When an email with mutliple attachments and two of those attachments have the same name I receive this error: Item has already been added. Key in dictionary Has anyone found a fix / workaround for this issue? When...
-
I think I found a reson for the necessity of the WCF-Custom adapter. We are processing large amounts of complex data, and we were getting the error "Connection closed unexpectedly". By doing a service side trace, we learned that the real message was: 'Maximum number of items that can be...
-
II am having the issue that i receive NULL Response when i select WCFTCPADAPTER. What i had done is just made a Orchestration which just sends Response in String Format. Then I Deploy and publish the Project as a WCF Service after executing SVCUTILS.exe <WCF Link> then it Generated 2 Files which...
Posted to
BizTalk 2006 R2
(Forum)
by
Anonymous
on
Tue, Aug 19 2008
Filed under: WCF binding proxy BizTalk 2006 R2, adapter, XML Assembler, WCF binding publishing wizard .svc, request response webservice using Wizard
-
Hi! I had a dynamic port to call a "https://..." URI. To avoid proxy errors, we create rules to give permission to reach this URI without uses proxy from several machines. And it works ok. But now we need to change the dynamic port for a class where we create a HTTPWebRequest to call the URI...
-
I have a requirement in my project to access (read/write) to DB2 & IMS databases. I intend to use "Biztalk Adapters for Host Systems". The documentation for these adapters is not quite clear. Is it mandatory to use Host Integration Server (HIS) to use these adapters or can they be used...
-
I developed a custom compression and decompression pipeline. but I stuck with a problem that it is not consistent. Some times My Service works fine and some times it suspend the service instance and says that A message going to a one-way send port is being suspended. Reason:The send port configuration...
-
Thank you for the replies. Turned out the problem was not with the SQL Stored Proc. Used "DTC Ping" to check the communication between the servers and found the the target server with SQL database did not resolve the server name on which BizTalk was running. We corrected this and Biztalk was...
-
Our current ERP software is Infor's Visual Enterprise and DCMS. I am looking for information on how to integrate this with Biz Talk for EDI and Business Process management. Has anyone had experience in integrating Biztalk with Visual Enterprise? Or can anyone point me in a direction to find more...
Posted to
BizTalk 2006 R2
(Forum)
by
jmp
on
Tue, Mar 25 2008
Filed under: Biztalk, Data Structure Type and Schema Imports, AS2, BOM, BizTalk Server 2006 R2, Map, biztalk 2006 r2 sql db adapter scheme database, Biztalk 2006 r2 WCF Publishing Wizard, adapter
-
We are using n HTTP Send Adapter, and have configured an in-process application host just for it. We are having problems throttling to the webiste however. By monitoring the performance of the website, we have determined that about 30 concurrent messages it the maximum it can handle with the resources...
-
I need an example of polling an oracle procedure from Biztalk. Specifically, I'm having heck finding how to configure the receive port once deployed. I'm attempting to call a procedure wrapped in a package with a refcursor. Steps I'm aware of: 1. Generate Schema using consume adapter in VS2005...