Issues After upgrading BizTalk 2013 to BizTalk 2013 R2 - Could not load file or assembly 'Microsoft.BizTalk.Interop.SSOClient

I just upgraded 2013 to 2013 R2.



These are the steps.

  1. I installed VS 2013 first which is required.
  2. Backup All the DB's
    • ·         BizTalkDTADb
    • ·         BizTalkMgmtDb
    • ·         BizTalkMsgBoxDb
    • ·         BizTalkRuleEngineDb


This is the issues that I found.

After Smooth Installation of Biztalk 2013 R2.I tested the already deployed orchestration which was up and running before R2 installation to check the impact of upgrade on the code. After restarting the Host Instances when I trigger the orchestration by placing the message at receive location,message got suspended and following Exception was logged in Event Viewer.

Exception :

Inner exception: Could not load file or assembly 'Microsoft.BizTalk.Interop.SSOClient, Version=7.0.2300.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.

I searched different forum which say's Install SSOClient from [BizTalkServer2013 installation media]\BT Server\Platform\SSO\Client will fix the issue but after smooth installation of SSOclient the issue persists.


Fix : I have copied the Microsoft.BizTalk.Interop.SSOClient.dll from my college's machine who has not installed Biztalk 2013 R2 upgrade yet and gac it using gacuitl -i command from visual studio command prompt which resolved the issue.


Regards,
Farhan Jamil
Senior Software Engineer
Systems Limited,Pakistan



Comments

Popular posts from this blog

[Resolved] : Unable to load DLL 'SqlServerSpatial110.dll': The specified module could not be found.

Creating Custom Pipeline Component and Pipeline for Reading Excel File in BizTalk