Questions tagged [receive-location]

Receive Location is a term for a Microsoft BizTalk Server for an end point for to receive messages. For example this can be a file location, a web service, a message queue, FTP(s), SFTP or database.

12 questions
2
votes
1 answer

BizTalk WCF-SQL Receivelocation Notification callback returned an error

Im trying to get SQL Notifications to work with BizTalk, but im struggling a one point. The Binding of the Receivelocation is the following: The SQL Server is supporting Notifications, and the connection string is correct. When i start the…
lukas
  • 96
  • 6
2
votes
2 answers

Duplicate a receive location in Biztalk

I have a Biztalk application the requires about a dozen receive locations that are all almost exactly the same (one property, the folder on a remote FTP site, is different between them). Ideally, I'd like to take one location I've already created,…
SqlRyan
  • 30,939
  • 32
  • 109
  • 190
1
vote
1 answer

POP3 receive location is not able to connect to mail server

I've added a receive location in biztalk sever console and I'm getting the warning saying it's not connecting. I've checked the connection outside biztalk and it's working. Based on that the problem must be with biztalk console definitions or…
1
vote
1 answer

BizTalk "Receive Location" status remains disabled despite "Enable" attribute equal true in binding file

I imported the sample binding file from "BizTalk Server Administration Console" -> "Import -> Bindings...". It created receive location successfully but despite in the file true, it created locations with status as disabled. Is it…
Serkan Arslan
  • 12,345
  • 4
  • 22
  • 38
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,590
  • 1
  • 13
  • 17
1
vote
1 answer

Biztalk - processing a flat file receives "no subscribers found" message

I've created a flat file schema in Visual Studio from an instance of a CSV file I have, and it validates fine, and I've hooked up an orchestration to send and receive ports set to expect a file of that schema. When I publish the orchestration and…
SqlRyan
  • 30,939
  • 32
  • 109
  • 190
1
vote
2 answers

Biztalk - can I change the receive port of an existing receive location?

I have two different receive ports and two receive locations - one location assigned to each port. The ports are set to receive the exact same type of file - I ended up with both because I consolidated two different applications that did the same…
SqlRyan
  • 30,939
  • 32
  • 109
  • 190
0
votes
0 answers

Invalid namespace error on system.management

I have a program that will query for the state of BizTalk resources, specifically the ReceiveLocations component. When I run the sample program (obtained from C:\Program Files (x86)\Microsoft BizTalk Server 2013 R2\SDK\Samples\Admin\WMI\Enumerate…
Golide
  • 187
  • 1
  • 2
  • 12
0
votes
0 answers

Operand type clash: xml is incompatible with text

I am passing a CSV file to the receive location of my orchestration and I had this error Uncaught exception (see the 'inner exception' below) has suspended an instance of service …
0
votes
1 answer

Biztalk multipart message with null member

I created one POP3 receive location which sends the email to one orchestration. The message I use for this is a multipart message, one part is for the Attachment and the second part is for the body. When I send an email with attachment everything…
user3417479
  • 1,590
  • 1
  • 13
  • 17
0
votes
2 answers

BizTalk 2010 Determine Host Throttle settings for receive locations

Because a required pipeline components seems to have trouble hitting a database to details of messages, I am planning to use Host Throttling to limit the amount of files BizTalk is processing at the receive location. I want to be able to indicate…
René
  • 119
  • 1
  • 4
  • 12
0
votes
1 answer

Create different orchestration with different receive location

I need to have two orchestrations that take the same input schema message from an HTTP Receive Port. The orchestrations do different things. I do not understand how can I call either an orchestration or the other one. I have just a solution in my…
Ciccio
  • 1,703
  • 3
  • 23
  • 62