biztalk - Migration issue from 2010 to 2013 -
we have migrated application biztalk 2010 2013 production.
we getting error below:
xlang/s engine event log entry: uncaught exception (see 'inner exception' below) has suspended instance of service 'biztalk.salesforce.integration.webserviceserviceclient(9ee6fc07-8b64-e4cc-a2c5-710767d71ff7)'. service instance remain suspended until administratively resumed or terminated. if resumed instance continue last persisted state , may re-throw same unexpected exception. instanceid: 113a84a5-d38b-4502-909e-fd3266e2d7aa shape name: constructmessage_quote shapeid: 45a05a8d-0fa6-4796-8816-5ce659892091 exception thrown from: segment 1, progress 6 inner exception: not load file or assembly 'microsoft.enterprisesinglesignon.interop, version=9.0.1000.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified. exception type: filenotfoundexception source: salesforce.integration.login.helper target site: system.string getsession() following stack trace identifies location exception occured @ salesforce.integration.login.helper.forcetoken.getsession() @ salesforce.integration.login.helper.forcetoken.get_sessionid() @ biztalk.salesforce.integration.webserviceserviceclient.segment1(stopconditions stopon) @ microsoft.xlangs.core.segmentscheduler.runasegment(segment s, stopconditions stopcond, exception& exp)
i tried check gac, microsoft.enterprisesinglesignon.interop
assembly present.
when tried check ssommnsnapin.dll.config
file, had
<runtime> <assemblybinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesto="v4.0.30319"> <dependentassembly> <assemblyidentity name="microsoft.enterprisesinglesignon.interop" publickeytoken="31bf3856ad364e35" culture="neutral" /> <bindingredirect oldversion="5.0.1.0" newversion="7.0.2300.0"/> </dependentassembly> </assemblybinding> </runtime>
even after changing new version 9.0.1000.0, below show same error.
<bindingredirect oldversion="5.0.1.0" newversion="9.0.1000.0"/>
what should do?
it looks error pretty straightforward
inner exception: not load file or assembly 'microsoft.enterprisesinglesignon.interop, version=9.0.1000.0, culture=neutral, publickeytoken=31bf3856ad364e35' or 1 of dependencies. system cannot find file specified.
did verify have version of assembly deployed in box?
update:
based on blog: https://arcscent.wordpress.com/2014/11/12/biztalk-sso-application-configuration-setup-issue/
the microsoft.enterprisesinglesignon.interop in biz2013 should 7.0.2300.0 version 9.0.1000.0 shipped biztalk 2013 r2.
is possible installed sso configuration application mmc 2013 r2 in old box have newer version, in new box, did not install that.
Comments
Post a Comment