BizTalk Sql Query to Lookup Party/Profile based on an identifier
You might open a file like this: ISA*00* *00* *ZZ*123000013 *ZZ*ABC3001 *160719*1600*U*00401*201160030*0*P*;~ and then want to know what is company with ID=123000013? I don’t know of any any way in the BizTalk Admin console to do a reverse lookup like this. <pre> select P.PartnerId as 'ParterID', P.Name as 'PartyName', BP.Name as 'ProfileName', BP.ProfileID, BI.Qualifier, […]