BizTalk MQSeries adapter -


looking upgrade biztalk server host on windows 2008 r2 64 bit, websphere mq stays in 32 bit environment, problem?

that shouldn't problem @ all. have 1 of 2 options:

  1. on 64-bit machine, mark biztalk host assigned run mqseries adapter '32-bit only' host (see http://msdn.microsoft.com/en-us/library/aa561079(v=bts.20).aspx). allow execute adapter under 32-bit architecture on 64-bit machine under wow64 (http://msdn.microsoft.com/en-us/library/windows/desktop/aa384249(v=vs.85).aspx)
  2. use mixed 32-bit/64-bit environment - i.e. have 1 server in biztalk group 32-bit , 1 (or more) 64-bit. execute mqseries adapter in biztalk host configured host instance on 32-bit server.

note: second option overkill, works if upgrading 64-bit environment , decommissioning older hardware.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -