Questions tagged [send-port]

23 questions
2
votes
2 answers

Biztalk Send Port Group and Filtering

So the model I need for my solution is as follows: I need to poll the database and based on a result, create a request to the database for more data, get the response and pass it to a group of ports, for which based on a promoted property, only one…
achinda99
  • 5,020
  • 4
  • 34
  • 42
2
votes
1 answer

BizTalk dynamic solicit-response send port - Set Timeout

I would like to increase the timeout for a dynamic solicit-response send port I have created on BizTalk 2013. Currently the timeout is set to 1 minute, which is default by BizTalk, but every time a large message comes through, BizTalk is generating…
Michele La Ferla
  • 6,775
  • 11
  • 53
  • 79
2
votes
3 answers

BizTalk: Queue requests to a send port

I have a send port going to a web service. At most, I want only 10 requests to be send to the web service at a time. Is this possible to do in biztalk? Hopefully through configuration?
Jeremy
  • 44,950
  • 68
  • 206
  • 332
1
vote
0 answers

BizTalk Sendport WS Secure OASIS WCF Custom and Behavior

I have a BizTalk app that is currently using the WCF-Custom Adapter. The config Sendport, the problem is that only the body and the TimeStamp have to be signed and the messageProtectionOrder property does not allow the only signature. I need…
Sergio
  • 11
  • 2
1
vote
2 answers

Dynamic FTP Folder pipeline

I'm trying to set Dynamically the output folder of an FTP location. Assignment, for each customer I need to create a separate folder to store an Excel file and / or XML file. What I've tried Created a Custom Pipeline Component to set all the…
1
vote
1 answer

Enable - Disable ports history in BizTalk

I am using BizTalk 2010. I would like to search the history of a receive location or Send Port, to see when they were enabled and when disabled. I have access to BizTalk database to run queries. If also I could see for which reason they were…
user3417479
  • 1,830
  • 3
  • 18
  • 23
1
vote
2 answers

Export Biztalk Dynamic Send Port Handler Name

When I export binding for Dynamic Send Port Then no handler name is shown in the binding file. So is there any alternate method for that.
Avinash Kumar
  • 167
  • 2
  • 12
1
vote
1 answer

The adapter failed to transmit message going to send port in BizTalk Server 2009

I am using BizTalk Server 2009 to send EDI messages to my client using AS2. I am able to send messages, but getting an error while sending messages that exceeds 5KB of file size. I checked with the partner whether they are using any restrictions on…
user240484
  • 21
  • 1
  • 6
1
vote
2 answers

BizTalk: Send Ports not showing up in the deployed orchestration

I am trying to deploy a simple orchestration with 1 Receive port and 1 Send port. When I am trying to deploy the solution from Visual Studio 2010 only Receive port is appearing in the Administration Console for binding but the Send port is not…
1
vote
1 answer

Managing messages processed by a dynamic send port

We are building a distribution system where an incomming message is routed to a destination based on content of the message. This pattern in biztalk is relatively straightforward. In our solution, messages come in, are stored in a repository, and…
Jeremy
  • 44,950
  • 68
  • 206
  • 332
0
votes
1 answer

BizTalk 2016/19: How to create Message to receive Access Token from Webservice with dynamic Sendport

Msg_Get_AccessToken = ""; Msg_Get_AccessToken(GUID) = ...; Msg_Get_AccessToken(WebServiceHost) = "http://..."; Msg_Get_AccessToken(WCF.VariablePropertyMapping)= @"
BenjaminR
  • 23
  • 4
0
votes
1 answer

Getting the same file name from two BizTalk send ports

In BizTalk 2016, we are planning something where there is a set of send ports. One going to our backup. The other is going to archive. The backup send port is already created. Its file name has to be “ExampleText%MessageID%.xml” without quotes.…
user401
  • 53
  • 5
0
votes
1 answer

Dynamic subject on send port generated email

I've recently inherited a BizTalk 2013 setup and am struggling to get up to speed with it. I have a send port which generates an email when it receives an XML file - currently it sends the file as an attachment to a specific email address. My…
supermeerkat
  • 159
  • 14
0
votes
2 answers

Message not being picked up from onRamp WCF type send port in BizTalk

I have an Orchestration in my application which receives an XML message as an input from MSMQ, processes it and then in the end sends it to an OnRamp WCF send port. Now the OnRamp port has got following configurations set - Application:…
pradeepradyumna
  • 952
  • 13
  • 34
0
votes
1 answer

Unable to find Microsoft.Practices.ESB.Itinerary filter under Send Port properties in Biztalk Server Administration Console

I'm trying to create an OffRamp Send Port for my application here and would like to configure its Filters with values something like - Microsoft.Practices.ESB.Itinerary.Schemas.ServiceName Equal …
pradeepradyumna
  • 952
  • 13
  • 34
1
2