Archive for December, 2007
Destination party not found while attempting to send message
If are working with BAS , you may encounter this issue. Now if you have deployed your trading client and activated the agreements earlier, there are chances you may encounter this issue.
Resolution:
Deactivate the client agreement in the BAS Site
Undeploy the client in the BAS site
Activate the client agreement in the BAS Site
Deploy the [...]
Posted: December 31st, 2007 under BAS, BizTalk.
Comments: 3
Custom Send and Receive Pipelines - When to use in BizTalk
There are basically exisiting pipelines, for receive as well as send adapters, they are PassThruReceive . XMLReceive, PassThruTransmit and XMLTransmit .
When you don’t want your application to bother about the format and file types, you can simply set passthrureceive or passthrutransmit for receive ports and send ports respectively.
If you are using a standards [...]
Posted: December 28th, 2007 under BizTalk, Receive Pipeline, Send Pipeline, custom pipeline.
Comments: none
Guide to BizTalk Server hosted on paid domain
Hello everyone,
I feel proud to announce that this blog BizTalkServerGuide has been hosted on a paid domain , well the domain name is same as the blog, thank god , this domain was not reserved. Well the name of the domain is http://biztalkserverguide.com/ . The domain name and hosting cost me around $20. worth it [...]
Posted: December 28th, 2007 under Uncategorized.
Tags: BizTalkServerGuide, domain
Comments: none
In which scenarios you should use Call or Start Orchestration shapes in BizTalk
I had encountered a scenario where in I had to send a mail after the batch of 10 orders is processed successfully.
The shape which I used initially in the Orchestration A was Start Orchestration , well, this was not the right way because, the start orchestration is asynchronous, which means , just start the [...]
Posted: December 26th, 2007 under orchestration.
Tags: call orchestration, start orchestration
Comments: none
How to test HTTP Send and Receive port in BizTalk
I have interviewed around 10 people on BizTalk, none were able to answer this question.
How do I test HTTP Send and Receive in BizTalk?
One guy told me to create a Plugin using DOT Net using webrequest and webresponse objects.
I asked him is there any alternative and quick way of doing the same without writing a [...]
Posted: December 25th, 2007 under Physical Ports, Receive Port, Send Port.
Tags: Receive Port, Send Port
Comments: none
Converting xml to pdf in BizTalk
Businesses are more concerned about reports , that is easily readable. I have seen many users who have posted asking , how to convert xml to pdf files in BizTalk. Well , this can be achievedas follows.
Create a Table in a Database, with the key fields : for Ex: Invoice will contain Invoice #, Customer [...]
Posted: December 25th, 2007 under BizTalk, Fileformats, xml.
Tags: BizTalk, Fileformats, xml
Comments: none
How to debatch a xml file
I searched the internet to find ways to debatch an xml file and found a way to do the same.
I did not write a custom pipeline component to achieve the same.
What I did is wrote a method which accepts the xpath of the node , you want to debatch , its current node ,count and [...]
Posted: December 25th, 2007 under component, debatching, xml.
Comments: none
Hello world!
Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Posted: December 25th, 2007 under Uncategorized.
Comments: none