search
Twitter Rss Feeds
MicrosoftArticlesForumsGroups
C# .NET
VB.NET
Visual Studio .NET
ADO.NET
Xml/Xslt
VB 6.0
.NET CF
GDI+
LINQ
Deployment
Security
FoxPro
Silverlight / WPF
Entity Framework
RIA Services

Web ProgrammingArticlesForumsGroups
JavaScript
ASP
ASP.NET
Web Services

Non-MicrosoftArticlesForumsGroups
NHibernate
Perl
PHP
Ruby
Java
Linux / Unix
Apple
Open Source

DatabasesArticlesForumsGroups
SQL Server
Access
Oracle
MySQL
Other Databases

OfficeArticlesForumsGroups
Microsoft Excel
Microsoft Word
Microsoft Powerpoint
Publisher
Money

Operating SystemsArticlesForumsGroups
Windows 7
Windows Server
Windows Vista
Windows XP
Windows Update
MAC
Linux / UNIX

Server PlatformsArticlesForumsGroups
Share Point
BizTalk
Site Server
Exhange Server
IIS
Transaction Server

Graphic DesignArticlesForumsGroups
Macromedia Flash
Adobe PhotoShop
Microsoft Expression

OtherArticlesForumsGroups
Subversion / CVS
Ask Dr. Dotnetsky
Active Directory
Networking
Uninstall Virus
Job Openings
Reviews
Search Engines
Resumes

 

Previous Thread:   Can't keep breakpoints in orchestration in HAT

7/16/2005 6:13:02 AM    MSMQ CorrelationId missing the last digit
I have a .net program that sends request and gets response from Biztalk using  
  
MSMQ adapter.  In order for the .Net program to receive the response message  
  
by CorrelationId, the biztalk process uses the following expression in  
  
MessageAssignment:  
  
ResponseMsg(MSMQ.CorrelationId) = RequestMsg(MSMQ.Id);  
  
However, in my test, the CorrelationId is missing the last digit. Therefore,  
  
the .net program cannot receive the response.  
  
Example:  
  
Request MSMQ Id sent to Biztalk:   <guid>/3432432  
  
Response MSMQ CorrelationId from Biztalk:  <guid>/343243  
  
This happens only when message ID is greater than or equal to 7 digits  
  
(i.e., 3432432).  If message ID contains less than 7 digits, Biztalk will  
  
take entire ID from  
  
request message and set it to response message as correlation ID.  
  
Any ideas?  Please Help???


Pete's Blog   |    Pete's Resume   |    Robbe's Blog   |    Robbe's Resume   |    Archive #2   |    Archive #3   |    Dotnetslackers   |    XmlPitStop   |    Advertise   |   Contact Us   |   Privacy   |   Copyright (c) 2000 - 2009 eggheadcafe.com  All rights reserved.