It has been brought to our attention that the current version of the component (version 1.1.30.349) has a minor issue that you may encounter when running the component on BizTalk Server 2009 & 2010 – rest assured that we are currently working on a fix for these issues which should be released in the next few days.
After successfully archiving a message, the Message Archiving Component writes the archived filename into a custom context-property called ‘ArchiveFilename‘. This property can then be used later in your own solution. From BizTalk Server 2009 onwards, a supporting Property Schema must be deployed to the management database, otherwise the following error will occur:
There was a failure executing the send pipeline: “[YOUR SEND PIPELINE]” Source: “Message Archiving Component” Send Port: “[YOUR SEND PORT]” URI: “[YOUR SEND PORT URI]” Reason: Loading property information list by namespace failed or property not found in the list. Verify that the schema is deployed properly.
By default, we do not deploy this assembly to a BizTalk Application. To deploy the required Property Schema, following the instructions below.
Deploying a Property Schema Assembly to a BizTalk Application
1. Identify the AtomicScope.BizTalk.Pipelines.MessageArchivingComponent.Properties.dll assembly in the installation folder, usually C:\Program Files\Atomic-Scope\BizTalk Message Archiving Component\
2. Open the BizTalk Administration Console and expand the BizTalk Application your would like to deploy the assembly to. Note: this can be any BizTalk Application.
3. Right-click the Application and select Add -> BizTalk Assemblies.
4. In the Add Resources dialog, click the Add button and select the AtomicScope.BizTalk.Pipelines.MessageArchivingComponent.Properties.dll assembly from the installation folder. The assembly will appear in the Selected Files to Add list. Ensure that the checkboxes Overwrite All, Add to the Global Assembly Cache on add resource (gacutil) and Add to the Global Assembly Cache on MSI file install (gacutil) are ticked. Click Ok.
5. Restart all BizTalk Host Instances.
Contact us at support@atomic-scope.com if you have any problems performing these steps.



