BizTalk Utilities CV ,   Jobs ,   Code library
 
Go to the front page to continue learning about XML or select below:

Contents

ReBlogger Contents

 
WSE
SOA
XML

 
 
Buzz index BUZZ INDEX : biztalk-adapters
 
Buzz index

Biztalk Adapters

What are BizTalk Adapters, how do you use them?
Tags found in the posts on this page : connector Search for connector on Wikipedia.Search for connector on Technorati | adapter Search for adapter on Wikipedia.Search for adapter on Technorati
Page 20 of 25

2005 Nov 09

951 of 1205 | BizTalk Server 2006 CTP Build Installation - Well, after about 10 tries on a freshly built Windows XP SP2 laptop I was finally able to get the CTP build of BizTalk Server 2006 installed and configured.  I had installed it before with no problems.  For some reason, this new image of Windows just did not want to cooperate.   The problem I ran into was with the configuration of the user groups.  I received this error: Failed to check if BizTalk Application Users is a valid domain group.   This seemed odd, since this is a stand alone laptop.  It is not a member of any domain.  I was putting my user name for the Biztalk configuration as “biztalkuser”.  I noticed in SQL 2005, the user name was listed as ComputerName\biztalkuser.  I tired th......

952 of 1205 | BTS 2006 TAP: October FAQs - Following launch, we again continue our ongoing FAQ series with the most common questions from our BTS 2006 Technology Adoption Program (TAP) customers over the last month.  Please join us in discussion and feedback on the private beta newsgroup! Regards,Doug Girard Note: This posting is provided "AS IS" with no warranties, and confers no rights. Question Response Area       What adapters will be available out of the box in BTS 2006 This link explains the adapters that are planned to be made available with BizTalk Server 2006. Adapters Are any of these adapters available for testing today Yes, four of our LOB are already available for Beta testing.  After downloading the CTP and ......

2005 Nov 08

953 of 1205 | Latency vs. Bandwidth Developers vs. Einstein - One piece of The Ultimate Wisdom which is quoted quite often is that "chatty interfaces kill the performance of a distributed application". But actually, it`s not the chatty interface which kills it - the really limiting factor is instead one of the handful of unchallenged physical constants of this universe: the speed of light. But let me come back to this later. Whenever something - and this can be something non-physical like a stream of bytes or a huge chunk of extremely physical rocks - needs to move, you can choose between a set of different alternatives in the way you transport it: You can transfer as much as possible in one go, or alternatively, you could take multiple round trips w......

2005 Nov 07

954 of 1205 | Biztalk Server 2006 Officially Launched - Today marked the official launch of Biztalk Server 2006, SQL Server 2005, and Visual Studios 2005.   On top of getting free version of SQL 2005 and Visual Studios 2005 at the launch event, Microsoft has posted a new Biztalk 2006 version to Beta Place.    The new version is the CTP Build with the Beta 2 release to hopefully follow later on.                              From what I hear, the CTP build includes the new Line of Business (LOB) adapters.   A few points: - This release works on the RTM of SQL 2005 and Visual Studios 2005 - I was not able to find the CAB file included with the download.  So, internet access might be required to download it. - I needed to restart the computer a......

955 of 1205 | Launch, Launch, Launch - In my 5 years in the business, today is the today I`m most proud of.  Not because we are finished with BizTalk Server 2006 - we are not - but we are making lots of progress having released out second and CTP build that works on the RTM versions of SQL and VS.NET.  Incidentally the quality of this build is pretty good, and beta 2 is currently in release candidate mode so we aren`t too far away from another release which is a true beta.  With beta 2 our early adopter customers will have the option to go into production - so we are at a more scalable, more stable, more feature complete point than we ever has been at this time in the cycle. No - today it is all about visibility.  As a BizTalk g......

2005 Nov 04

956 of 1205 | Routing Messages to the MQ Dead Letter Queue - I recently had a fun problem to solve for a client of mine, essentially they wanted to route messages to the MQ Series dead letter queue and have the MQ dead letter queue handler move those messages to the queue they defined in the dead letter.   The first problem was getting the message on the MQ dead letter queue, John and Anil gave some great pointers here, it turns out to send a message to the dead letter queue the message needs to be pre-pended with the dead letter header (DLH) and the MQMD_Format property needs to be set to MQ "MQDEAD  " so that MQ knows to expect the DLH.   Serializing the Dead Letter Header To achieve this I wrote a DLH utilities component that allows the various ......

957 of 1205 | Routing Messages to the MQ Dead Letter Queue - I recently had a fun problem to solve for a client of mine, essentially they wanted to route messages to the MQ Series dead letter queue and have the MQ dead letter queue handler move those messages to the queue they defined in the dead letter.   The first problem was getting the message on the MQ dead letter queue, John and Anil gave some great pointers here, it turns out to send a message to the dead letter queue the message needs to be pre-pended with the dead letter header (DLH) and the MQMD_Format property needs to be set to MQ "MQDEAD  " so that MQ knows to expect the DLH.   Serializing the Dead Letter Header To achieve this I wrote a DLH utilities component that allows the various ......

958 of 1205 | Routing Messages to the MQ Dead Letter Queue - I recently had a fun problem to solve for a client of mine, essentially they wanted to route messages to the MQ Series dead letter queue and have the MQ dead letter queue handler move those messages to the queue they defined in the dead letter.   The first problem was getting the message on the MQ dead letter queue, John and Anil gave some great pointers here, it turns out to send a message to the dead letter queue the message needs to be pre-pended with the dead letter header (DLH) and the MQMD_Format property needs to be set to MQ "MQDEAD  " so that MQ knows to expect the DLH.   Serializing the Dead Letter Header To achieve this I wrote a DLH utilities component that allows the various ......

959 of 1205 | Transport-Level Correlation in BizTalk 2004/2006 - This great post from Tomas on receiving ack/nack notifications from the MSMQ[C] adapter prompted me to write up something I had researched a few weeks back... But first, a bit of background... When doing work with message queueing systems, a very common (and well supported) convention exists when two systems are exchanging messages: System `A` sends a message to System `B`.  When System `B` wishes to reply, it uses the message identifier of the `request` message as the correlation identifier of the `reply` message.  The reply queue used is either well known by both parties, or is communicated as a property on the request message.  For purposes of dis......

960 of 1205 | Transport-Level Correlation in BizTalk 2004/2006 - This great post from Tomas on receiving ack/nack notifications from the MSMQ[C] adapter prompted me to write up something I had researched a few weeks back... But first, a bit of background... When doing work with message queueing systems, a very common (and well supported) convention exists when two systems are exchanging messages: System 'A' sends a message to System 'B'.  When System 'B' wishes to reply, it uses the message identifier of the 'request' message as the correlation identifier of the 'reply' message.  The reply queue used is either well known by both parties, or is communicated as a property on the request message.  For purpos......

2005 Oct 27

961 of 1205 | MySQL Data truncation Error - When I recently upgraded to MySQL 4.1.10 and Connector/J 3.1.8, I got the following Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data truncated for column 'productid' at row 1 In most cases, the exception is raised in the following two situtations: 1. The auto increment field is incremented using ''. 2. The date column is updated using ''. In order to recreate the problem, I created two tables, named "product" and "orders".  The former is used to test the auto increment field, the latter is used to test the date filed. CREATE TABLE `product` (  `productid` int(10) NOT NULL auto_increment,  `productname` varchar(50) NOT NULL default '',  `price......

962 of 1205 | MySQL Data truncation Error - When I recently upgraded to MySQL 4.1.10 and Connector/J 3.1.8, I got the following Exception: com.mysql.jdbc.MysqlDataTruncation: Data truncation: Data truncated for column `productid` at row 1 In most cases, the exception is raised in the following two situtations: 1. The auto increment field is incremented using ``. 2. The date column is updated using ``. In order to recreate the problem, I created two tables, named "product" and "orders".  The former is used to test the auto increment field, the latter is used to test the date filed. CREATE TABLE `product` (  `productid` int(10) NOT NULL auto_increment,  `productname` varchar(50) NOT NULL default ``,  `pri......

2005 Oct 26

963 of 1205 | Writing a virtual audio driver - New Page 1 { Not invented here } Unless I scribble this down somewhere, I will forget. So let me dump my memory . .  Kernel Streaming is a fairly complicated topic. And to study this, the available resources are the DDK help documentation and the samples. AFAIK, there are no books written on this topic. And what is present online is also meager.  The Streaming Devices (Video & Audio) subsection of the DDK help, has everything documented. Now,  in order to emulate a virtual audio hardware, we have to write an Audio Miniport Adapter driver. The MSAVD sample source code can be used for this purpose. WHDC Audio Device Technologies for Windo......

2005 Oct 25

964 of 1205 | Setup for FlexBuilder 2 - ColdFusion adapter - Here is what I didto get the new FlexBuilder 2 - ColdFusion adapter. My CF server is localhost:8500 so your config could be a little different. After following the directions from macromdeia: To install the FlexBuilder 2-ColdFusion Adapter: Extract the files in the cfzorn.zip file as follows: File Extract to: hf701-61119.jar cfusion\lib\updates (mine was at C:\CFusionMX7\lib\updates) crossdomain.xml your web root (for example wwwroot, or inetpub\wwwroot) (mine was at C:\CFusionMX7\wwwroot) flex-services.xml flex-services.xsd coldfusionsamples.xml WEB-INF\flex (mine was at C:\CFusionMX7\wwwroot\WEB-INF) Note: The WEB-INF\flex directory does not already exist. Modify the web.xml file, which i......

2005 Oct 24

965 of 1205 | Migration considerations for moving from MSMQ/T to MSMQ adapter in BizTalk 2006 - This article describes the essential points to consider when migrating your solutions from MSMQ/T adapter to MSMQ adapter. Why migrate to MSMQ Adapter Technically, you dont have to migrate to MSMQ adapter. MSMQ/T is present and fully supported in BizTalk 2006. It is deprecated, but that only means that it may be not there in some next future version. Again, in BizTalk 2006 it is present and fully supported. Many customers may prefer just to do nothing and continue to use MSMQ/T adapter and avoid migration pain at this time. Consider also the following question: Are you sure what kind of messaging you would like to migrate to in three-five years Have you checked the new .Net 2.0 framework ......

966 of 1205 | Migration considerations for moving from MSMQ/T to MSMQ adapter in BizTalk 2006 - This article describes the essential points to consider when migrating your solutions from MSMQ/T adapter to MSMQ adapter. Why migrate to MSMQ Adapter? Technically, you don’t have to migrate to MSMQ adapter. MSMQ/T is present and fully supported in BizTalk 2006. It is deprecated, but that only means that it may be not there in some next future version. Again, in BizTalk 2006 it is present and fully supported. Many customers may prefer just to do nothing and continue to use MSMQ/T adapter and avoid migration pain at this time. Consider also the following question: Are you sure what kind of messaging you would like to migrate to in three-five years? Have you checked the new .Net 2.0 fram......

2005 Oct 23

967 of 1205 | Processing a Large Flat File Message with BizTalk and the SqlBulkInsert Adapter - Below discusses the second demo for a presentation that I did at the Business Process Integration & Workflow Conference in Redmond during the week of Oct 4. The title of the presentation was entitled:Handling Large Messages in BizTalk The first demo that I did for the presentation can be found here:Processing a large message and a faster, less CPU intensive splitter pattern.This entry compares two different methods for processing large flat files in BizTalk.The size of the flat files being tested ranged in size from: 8MB to 201MB. At the end of this entry is the download for the SqlBulkInsert Adapter code and the BizTalk Test Project toperform the tests. A section of the flat file message ......

968 of 1205 | Processing a Large Flat File Message with BizTalk and the SqlBulkInsert Adapter - Below discusses the second demo for a presentation that I did at the Business Process Integration & Workflow Conference in Redmond during the week of Oct 4. The title of the presentation was entitled:Handling Large Messages in BizTalk The first demo that I did for the presentation can be found here:Processing a large message and a faster, less CPU intensive splitter pattern.This entry compares two different methods for processing large flat files in BizTalk.The size of the flat files being tested ranged in size from: 8MB to 201MB. At the end of this entry is the download for the SqlBulkInsert Adapter code and the BizTalk Test Project toperform the tests. A section of the flat file ......

2005 Oct 21

969 of 1205 | News: MCE ships new auto/air power adapter for Mac laptops - MCE is shipping a new lightweight power adapter that lets PowerBooks, iBook G4 and iBook G3 systems charge batteries from auto cigarette lighters and airplane power jacks....

2005 Oct 18

970 of 1205 | News: Griffin offers AirClick with dock connector - Griffin has updated its AirClick remote control for iPods with a dock connector....

2005 Oct 17

971 of 1205 | Announcing: Microsoft BizTalk Server 2006 Line-of-Business Adapters TAP Program - Microsoft recently completed the acquisition of a set of BizTalk adapters to major enterprise Line-Of-Business (LOB) applications.http://www.microsoft.com/presspass/press/2005/aug05/08-02ApplicationAdaptersPR.mspx Namely the adapters will connect to the following applications: Peoplesoft JD Edwards OneWorld XE JD Edwards Enterprise1 Oracle Application Suite Oracle Database Connector Siebel TIBCO Rendezvous TIBCO EMS Amdocs ClarifyCRM The BizTalk Server 2006 LOB Adapters Technology Adoption Program team is pleased to announce that nominations are now being accepted for participation in the Technical Adoption Program.  Program Description This program is designed to provide collabora......

2005 Oct 14

972 of 1205 | News: Griffin announces iFM with dock connector - Griffin has introduced the iFM with dock connector, a new version of its FM radio receiver for iPod that works with newer iPod models....

2005 Oct 13

973 of 1205 | News: Griffin`s SmartDeck adds dock connector - Griffin`s new SmartDeck intelligent cassette adapter works with newer iPods using a dock connector, instead of the remote/headphone connector of the original....

974 of 1205 | News: iMac G5 VESA mount adapter gone, for now - Apple no longer offers a VESA-compliant mount adapter for the iMac G5, following the introduction of a redesigned model....

2005 Oct 12

975 of 1205 | News: HighPoint offers X4, external SATA enclosure - HighPoint has introduced the X4, an external SATA enclosure that uses a multi-lane Infiniband connector to attach to a Mac or PC equipped with a SATA controller card....

2005 Oct 11

976 of 1205 | More on MSI Deployments - Launch Conditions.... - In talking with others, it appears that the NAnt vs. MSI deployment camps are pretty much split down the middle.  I tend to lean towards MSI deployments for several reasons. When dealing with MSI packages, it is often necessary to go beyond the somewhat basic BTSInstaller project that comes with BizTalk.  I have posted before on custom actions to fill in the gaps that come with using the BTSInstaller.  Another thing to think about when using MSI deployment is what happens if BizTalk is not installed to the default install directory (it`s very common for enterprise clients to install software to a drive other than C:\).  If you are deploying pipeline components, this is important as they hav......

2005 Oct 10

977 of 1205 | What about BizTalk Indeed - Oliver Rist wrote a column in his blog titled "What about BizTalk" Historically I haven`t responded to these types of articles, but that`s what blogging is supposed to be for - expressing your opinions and this seemed like a good article to respond to so here we are. Starting at the beginning - I never really like the Michael Vaughan character on Alias. He kind of reminded of a secret agent for a certain European country and a Greenpeace incident in NZ a while back so I was happy to see him being written out of the script (assuming he doesn`t reincarnate). Oliver asserts that for the vast majority of its implementations BizTalk will require plenty of time and money. When I started in this ......

2005 Oct 06

978 of 1205 | ActionScript 3.0 (Not a Typo), Flash Player 8.5, Flex 2 and More - Theres a new press release over at Macromedia concerning the Flash Platform. New elements covered in the release:Flash Player 8.5?the latest high-performance client runtime for rich Internet applicationsFlex Framework 2?the core programming model and component library for Flex Flex Builder 2?an all new Eclipse-based environment for developing rich Internet applications with the Flex Framework. Flex Builder 2, previously code-named Zorn,can incorporate rich media content from the recently released Macromedia Flash Professional 8, the leading authoring tool for creating rich interactive content.Flex Enterprise Services 2?essential data services, automated testing support, and an open adapter ......

979 of 1205 | News: CuPhone adapter lets regular phones work with Skype - CuPhone has released a $39 USB adapter that lets you make landline calls or Voice over IP calls using a regular telephone....

2005 Oct 05

980 of 1205 | Review: Griffin Technology SmartDeck - The SmartDeck is a unique and clever product that we’re glad to see finally hit the street. Although it’s not going to be the perfect solution for everyone, it’s definitely worth considering if you’re in the market for a cassette adapter. Is it worth the $10 to $20 price premium over other cassette adapters That depends on what you’re looking for in an adapter....

2005 Oct 04

981 of 1205 | Service Pack 2 for Windows SharePoint Services 2003 has been released - Service Pack 2 for Windows SharePoint Services 2003 has been released last week on September 27. You can download the SP2 here . You can download the full version of Windows SharePoint Services with SP2 integrated (slipstream) from here . From my perspective, most interesting features added by this service pack are: - Whidbey (.Net Framework 2.0) support: both side-by-side with .Net Framework 1.1 and also support for running against Whidbey - Support for 64 bit - WSS with SP2 can run in 32-bit emulation mode on a 64-bit machine Information for BizTalk 2006 Beta 1 UsersWSS adapter and BAS included with BizTalk Beta 1 require the preview build of WSS SP2 which has been made available throug......

2005 Oct 01

982 of 1205 | News: Griffin ships SmartDeck cassette adapter for iPod - Griffin is shipping its SmartDeck, an intelligent cassette adapter for the iPod that lets you control iPod playback through your car`s cassette deck....

2005 Sep 30

983 of 1205 | BTS 2006 TAP: September FAQs - This month we continue our ongoing FAQ series with the most popular questions from our Technology Adoption Program customers on BTS 2006.  As always, we welcome discussion and feedback on the private beta newsgroup! Regards,Doug Girard Note: This posting is provided "AS IS" with no warranties, and confers no rights. Question Response Area Are there any changes to our high availability story in BTS 2006 In BizTalk Server 2006, the messaging service is clusterable now. For receive adapters, like MSMQ, FTP and POP3, using a clustered messaging service will achieve HA.  All send adapters can also benefit from this (in addition to the existing multi-host approach in BizTalk 2004).  Ther......

2005 Sep 28

984 of 1205 | Preview of Design Patterns in Action - Just mention design patterns in a development setting and you may incite riot. Some dispute their taxonomy - many dismiss their utility - while others unaware of the topic entirely. So with proper expectations set I have solicited the PerCS authors to write about the various patterns. These posts will not be high-level; they will be real-life application of patterns. They will contrast patterned design with random design. But most of all they will contain freely distributed, well patterned code. Creational Patterns Abstract Factory Builder Factory Method Prototype Singleton Structural Patterns Adapter Bridge Composite Decorator Facade Flyweight Proxy Behavioral Patterns Chain of Responsi......

2005 Sep 26

985 of 1205 | Community Sample: SSB Adapter - Jesus Rodriguez has created a super cool adapter for BizTalk Server 2006 that talks to SQL Service Broker in SQL Server 2005 so that you can use SSB as a transport for SQL to SQL communications within a broader BizTalk Server ecosystem.  His adapter is available on gotdotnet and you can read more about it on his blog, http://weblogs.asp.net/gsusx/archive/2005/09/26/425989.aspx Thanks, Jesus!...

2005 Sep 21

986 of 1205 | Super cool jobs available: Senior Workflow Technical Product Manager & Adapter Product Manager - Now the cat is out of the bag on a couple of areas (Workflow and Adapters) where we need some more incredibly motivated, clever, articulate folks to help us make a real impact on the business in the following two roles: 1) Senior Workflow Technical Product Manager At PDC 2005 we announced Windows Workflow Foundation.  Windows Workflow Foundation redefines workflow making it available as part of WinFX with support for both human and system workflow.  Windows Workflow Foundation provides a consistent andfamiliar experience for Visual Studio .NET developers.  This is your chance to play a major role in a first version technology that will be distributed to millions of developers and users of W......

987 of 1205 | Will Windows Workflow Foundation Replace BizTalk Server - The answer is no.Here is anexcerpt from David Chappell`s excellent whitepaper: Introducing Microsoft Windows Workflow Foundation: An Early Look Use Windows Workflow Foundation when: An application will itself host workflows. Windows Workflow Foundation lets workflow be built into an application, allowing the workflow to be deployed and managed as a native part of the application. Because it`s focused on integrating diverse applications rather than providing a general workflow framework, BizTalk Server always runs orchestrations within the BizTalk Server process. The business process being implemented requires human workflow. BizTalk Server addresses system workflow, and so it lacks Windows......

988 of 1205 | Will Windows Workflow Foundation Replace BizTalk Server ? - The answer is no. Here is an excerpt from David Chappell's excellent whitepaper: Introducing Microsoft Windows Workflow Foundation: An Early Look  Use Windows Workflow Foundation when: An application will itself host workflows. Windows Workflow Foundation lets workflow be built into an application, allowing the workflow to be deployed and managed as a native part of the application. Because it's focused on integrating diverse applications rather than providing a general workflow framework, BizTalk Server always runs orchestrations within the BizTalk Server process. The business process being implemented requires human workflow. BizTalk Server addresses system workflow, and so it lacks W......

2005 Sep 20

989 of 1205 | WSS Adapter webcast recording is now available on Microsoft Betaplace - I mentioned before that I`ll be doing a webcast on the Windows SharePoint Services native adapter included in BizTalk 2006 (see SeptemberWSSAdapterWebcast). The "BTS 2006 Windows SharePoint Services (WSS) Adapter Deep Dive" webcast is now available on the Microsoft Beta Place http://beta.microsoft.com/ , Microsoft BizTalk Server 2006, under the Additional File Downloads section. If you haven`t signed-up already in the BizTalk 2006 Beta program, then go to bts2006beta to see the instructions....

2005 Sep 19

990 of 1205 | Avoid Premature Generalization - Youve no doubt heard me rant against premature optimization in the past, but Eric Gunnerson points out another Premature action to be avoided, Premature Generalization. His discussion centers around a very specific question of whether to use private properties to access private fields, or just allow access to the field. Note this discussion pertains to fields that are not publicly accessible via property nor direct access. The place youll often see premature generalization is when inexperienced developers start applying Design Patterns everywhere. If you need to instantiate a factory, implement an adapter class and use a bridge to the toilet just to take a dump, then you probably liv......

991 of 1205 | BizTalk Solution Designer: A First Look - I love the BTS 2004 messaging layer. You know that. But I`m the first to admit thatit hasn`t been the easiest thing for developers to use. I think the main usability issue stems from not being able to visualize what happens to a message as it enters, passes through, and leaves the system. There are numerous moving parts that come into play such asports, adapters, pipelines, maps, subscriptions, etc, and they`re configured across different controls and dialogs. This makes it difficult to approach a particular system and figure out what`s going on without spelunking around the different UI`s and stitching the overall configuration together in your head. Enter the BizTalk Solution Designer. Th......

2005 Sep 17

992 of 1205 | Windows Vista Beta 2 Aero Glass is Amazing! - So,  I said in my last post that I didn`t get Aero Glass by default on my NVidia GeForce FX Go5200 but you can change this. I found how on this post on Neowin: Start > run, type in devmgmt.mscDisplay Adapters > right click on Geforce FX Go5200goto driversupdate driversdont do win updatedont searchchoose pick from listuncheck show compatible hardwareMan: nVidiaDevice: Geforce FX 5200 (LDDM) The thing that is amazing is all the visual candy that now works such as the Sliding Full Preview Alt-Tab feature and the Windows - Spacebar Window stacking! Holy cow this rocks! The only trouble is with the LDDM Glass driver I can only get 1024X768 instead of the regular 1440X900 widescreen which makes ......

2005 Sep 16

993 of 1205 | BizTalk Server Futures: BizTalk Server Solution Designer - We had a bunch of fun recording this video for channel 9 on the BizTalk Server Solution Designer which is coming after BizTalk Server 2006 and was shown to folks at PDC along with a demo of Windows Workflow Foundation in an ASP.NET web-site talking to BizTalk Server (its pretty simple stuff you use web-services or the sharepoint adapter and all is good).  Anyways I hope you enjoy the video of the BizTalk Server Solution Designer.  To view it click here....

2005 Sep 13

994 of 1205 | News: DLO offers "nano-ready" AutoPod charger - DLO on Tuesday introduced a redesigned AutoPod, which charges your iPod`s battery from a cigarette lighter or accessory adapter....

2005 Sep 09

995 of 1205 | "I cannot access the MSMQC adapter properties in an orchestration" issue - Recently, somebody asked me how to access the MSMQ label from BizTalk, in order to access some information that is passed by its own C# application through the MSMQ label.See issue described below.----------------------------------Below I give my problem, Please give me a good solution for me.I have a C# application. It has an upload page. If user uploads a XML file,the C# application reads it and send this to MSMQ as a Message.The code is below. StreamReader sr = new StreamReader(Path); string str; str = sr.ReadToEnd(); System.Messaging.Message mm = new System.Messaging.Message(); mm.Formatter = new ActiveXMessageFormatter(); mm.Body = str.ToString(); mm.Label = UserID; mq.Send(mm); I crea......

996 of 1205 | Biztalk, Convoys, GetTempFileName, and InterceptorException - It’s late on a Friday.  I am still at the client site.  I just canceled my flight home.  It is my anniversary weekend (yep it is on 9/11, sure sucks).  We are hours from going live...  But, what does Exceptions.Types.InterceptorException GetTempFileName Failed mean   I ran into this problem while testing some recently updated Orchestrations that use Convoys to process messages received from multiple source systems in order.  A small change was made that removed a Send Shape and replaced it with a custom .net component call to a java web service.  Seems simple enough.   When the process encounters an exception, it uses the file adapter to write the file to disk and stops message process.  Th......

997 of 1205 | Biztalk, Convoys, GetTempFileName, and InterceptorException - It’s late on a Friday.  I am still at the client site.  I just canceled my flight home.  It is my anniversary weekend (yep it is on 9/11, sure sucks).  We are hours from going live...  But, what does Exceptions.Types.InterceptorException GetTempFileName Failed mean   I ran into this problem while testing some recently updated Orchestrations that use Convoys to process messages received from multiple source systems in order.  A small change was made that removed a Send Shape and replaced it with a custom .net component call to a java web service.  Seems simple enough.   When the process encounters an exception, it uses the file adapter to write the file to disk and stops message process.  Th......

2005 Sep 08

998 of 1205 | BizTalk Server 2006 Beta-1 Webcasts - Join us for the next upcoming webcast: WSS Adapter Deep Dive (Adrian Hamza)September 14, 2005 8:00 AM PDT https://www.livemeeting.com/cc/microsoft/joinid=S48F4P&role=attend&pw=42XXCXAUDIO: Toll Free Number: +1 (866) 500-6738, Participant Passcode: 185691 Look for all beta webcasts and related content to be posted to Betaplace.  Our POP3 and SMTP webcast (held today) will be posted there shortly. - Doug...

2005 Sep 07

999 of 1205 | WSS, POP3, SMTP adapters webcasts - I will be holding a WSS Adapter Deep Dive webcast on September 14. Before that, on September 8, Erik Leaseburg will hold a POP3 and SMTP adapters webcast.See below anouncement from Doug Girard forwarded to BizTalk Beta testers. Beta testers, You`re all invited to a webcast this Thursday courtesy of the Technology Adoption Programs team and Erik Leaseburg.  Here are the details: BizTalk Server 2006 Adapters, with a focus on POP3 and SMTP (Erik Leaseburg)September 8, 2005 8:00 AM PDT WEBCAST: https://www.livemeeting.com/cc/microsoft/joinid=2GXPF2&role=attend&pw=42XXC AUDIO: Toll Free Number: 1-866-500-6738, Participant Passcode: 185691 The subsequent webcast will be: WSS Adapter Deep Di......

2005 Sep 03

1000 of 1205 | Web Services Architecture Domain Model - I`m not in a position to provide any details just yet, but a couple of us on the patterns & practices team have teamed up with heavy hitters like Jason Hogg, Beat Schwegler, Christian Weyer, Wojtek Kozaczynski, Maarten Mullender, Daniel Cazzulino, Victor Aprea, Hernan de Lahitte, and Pablo Galiano to provide some kick ass guidance around designing and developing Web services. During one of our meetings this week, we thought there might be some value in throwing together a domain model so we could make sure we were all singing from the same sheet of music when we used certain terms. This is a Visio version of what the whiteboard looked like after the meeting. This is by no means complete, b......

Page 20 of 25

Newest posts Newest posts in biztalk-adapters