-
Recent Posts
My avatar
Follow me on twitter
- Hello @TomKerkhove , any idea on this issue? learn.microsoft.com/en-us/answers/…| 2 weeks ago
- RT @rseroter: Cloud and software vendors sometimes make life difficult by misusing labels. We all do it. I Don’t Know What Serverless Is A…| 1 month ago
- RT @shanselman: systemd for WSL!!!| 4 months ago
- RT @sbwalker: .NET Foundation Most Active Community Projects for the first half of 2022... Orchard Core takes top spot for PRs (460). Avalo…| 7 months ago
- RT @migueldeicaza: Truly disappointing that Microsoft would subvert an active open source project by ramming in a proprietary extension to…| 7 months ago
Archives
- September 2021
- October 2016
- September 2016
- August 2016
- July 2016
- October 2015
- September 2015
- July 2015
- January 2015
- December 2014
- November 2014
- October 2014
- August 2014
- February 2014
- October 2013
- September 2013
- August 2013
- June 2013
- May 2013
- April 2013
- March 2013
- January 2013
- December 2012
- October 2012
- September 2012
- August 2012
- June 2012
- May 2012
- April 2012
- March 2012
- February 2012
- January 2012
- November 2011
- October 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- October 2010
- September 2010
- July 2010
- June 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
Categories
Meta
Tag Cloud
- .net
- 2011
- ACS
- Adapter
- Adapter Pack
- Announcements
- API
- asp.net
- Authentication
- Azure
- Azure Storage
- azure web sites
- BAM
- BAP
- BizTalk
- BizTalk 2010
- BizTalk 2010 R2 CTP
- BizTalk Server
- BizTalk Server 2009
- BizTalk Server 2010
- Cloud
- Cloud Computing
- Cluster
- Codeplex
- CTP
- Cumulative Update
- datasync
- ESB Toolkit 2.1
- event
- event hub
- github
- Licencing
- Management Pack
- management portal
- Microsoft
- mobile service
- msdays
- MSI
- MVP
- Orchestration
- Platform
- portal
- Powershell
- Provider
- Redmond
- Release
- SCOM 2007 R2
- sdk
- Service Bus
- SharePoint Foundation
- SQL Azure
- SQL Server
- Storage
- stream analytics
- System Center
- Team Foundation Server
- Team Foundation Service
- TechDays
- Techdays 2011
- TFS
- Tips
- Training
- tutoriel
- Update
- Visual Studio
- WCF
- web Deploy
- web jobs
- web sites
- WFTestDesign
- Windows
- Windows Azure
- Windows Azure SDK
- Windows Azure SDK for .NET
- Worker Role
Monthly Archives: November 2009
Tips : Input Parameter dans les functoids
Peut être avez vous déjà eu l’occasion d’utiliser le functoid DataBase Lookup dans lequel on peut renseigner une chaine de connexion à une base de données. Avez-vous prété attention à la taille de votre chaine de connexion ? Nous utilisons … Continue reading
Posted in BizTalk
Leave a comment
Inner exception: Multi-part message ‘msgMessages2’ has body part ‘Message1’, expected body part ‘Message2’
Récemment, j’ai fait un traitement ou j’utilisais des multi-part messages et je me suis heurté à ce type d’erreur.Inner exception: Multi-part message ‘msgMessages2’ has body part ‘Message1’, expected body part ‘Message2’ J’ai une premiere orchestration qui émet un multi-part avec … Continue reading
Posted in BizTalk
Leave a comment
Appeler un pipeline dans une orchestration avec BizTalk Server 2006 R2
Il peut être intéressant d’appeler directement un pipeline à l’intérieur d’une orchestration. Pourquoi faire ? Et bien par exemple : J’ai besoin de décompresser un fichier en entrée, et il en résulte plusieurs fichiers (un binaire et un xml dans … Continue reading
Posted in BizTalk
Leave a comment
L’opérateur XLANG : Exist
Il est parfois bien utile de procéder au test de la présence d’une propriété dans un message avant de la lire ou de la modifier sous peine d’avoir droit à l’erreur suivante :Inner exception: There is no value associated with … Continue reading
Posted in BizTalk
Leave a comment