MQ Series adapter error in BizTalk 2013

Hi All,
I stuck in the process of migrating one application from biztalk 2006 to bizTalk 2013 .
I need to enable a MQ series receive location but while configuration I am getting below error .
retrieving the com class factory for remote computer with CLSID from machine failed due to following error -80070005
Can anyone has a solution for this .
Thanks
Abhishek

Few things I would consider when installing MQSC:
Ensure you have correct version of client installed on your server.
With MQSC adapter in the past, there is always a issue with the registry entry - HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Wow6432Node\CLSID key. I have not tried it with BizTalk 2013. But its worth check whether the registry entries has been created properly.
Check this MSDN blog in this context:
http://blogs.msdn.com/b/biztalkcpr/archive/2011/06/28/mqsc-options-may-not-be-available-in-biztalk-administration-console.aspx
Also ensure the host instance you're using for the port is 64 bit, not 32-bit (which is the default host setting when you create a host).
If these options doesn't help, check the blogpost where the author has similar error as yours:
BizTalk MQSeries Adapter COM+ Error 80004005
If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

Similar Messages

  • "The handle is invalid" error installing biztalk 2013 HL7 accelerator

    I have installed Biztalk Server 2013 on a Windows Server 2008 R2 SP1 machine and Sql Server 2008 R2 SP1 but when i try to install the HL7 accelerator it fails with the error message "The
    specified account "Domain\AccountName" is invalid. Error code: The handle is invalid."
    I already followed the steps in http://blogs.msdn.com/b/mandi/archive/2014/06/22/quot-the-handle-is-invalid-quot-error-installing-hl7.aspx but
    the error remains.
    what could be the problem?
    Thanks

    Guys,
    we just got the BizTalk 2010 HL7 accelerator installed yesterday on two servers. We had to uninstall several Windows updates. We tried to pinpoint which updates are causing the problem, but were unable to narrow the list much. Along with the original 5 mentioned
    earlier in the post here is a list of the other unpdates we uninstalled. All of these are very recent updates. It's a bit long, but it worked. Uninstalling these also worked for a friend of mine at another company this week.
    KB2973351
    KB2973201
    KB2962872
    KB2961072
    KB2871997
    KB2982378
    KB3000869
    KB2991963
    KB3005607
    KB3006226
    KB3010788
    KB3011780
    KB2979570
    KB2840631
    KB2978120
    KB3003743
    KB2972100
    KB2861191
    KB2832414
    KB2861698
    KB2973112
    KB2992611
    KB3000061
    KB2987107
    KB2984976
    KB2984972
    KB2977292
    KB2968294
    KB2937610
    KB289484v2
    KB2943357
    KB2993958
    KB3002885
    KB3003057
    KB953196

  • BizTalk 2013 Integration with JDE EnterpriseOne 9.1

    Hi Guys,
    I want to connect to JDE EnterpriseOne 9.1 using the out of box Enterprise JDE adapter provided by BizTalk.
    I have done standalone installation of JDE EO on my machine.
    I have gone through the tutorial and found that I would need Connector.jar, Kernel.jar and JDEDynAccess.jar.
    However, I have found Connector.jar and JDEDynAccess.jar but somehow I don't see Kernel.jar in the installation folders of JDE EO.
    Where should I get the specified file?
    Thanks in advance...
    Dhiraj Bhavsar

    I hope I am not the only person on the planet who is trying to implement this solution (Integrating JDE using Adapter). :-(
    Does BizTalk 2013/R2 support with JD Edwards EnterpriseOne 9.1?
    Thanks & regards,
    Dhiraj Bhavsar

  • BizTalk 2013 SFTP Adapter Dynamic SFTP send port exception: Open remote file for write error

    I am using BizTalk 2013 SFTP adapter. I defined a Dynamic One-Way
    send port on BizTalk server administration.
    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
     Server stack trace:
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.OpenRemoteFileWrite(String fileName, Int32 fileOffset)
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpFileWriterStream.Write(Byte[] buffer, Int32 offset, Int32 count)
       at Microsoft.BizTalk.Adapter.Sftp.SftpOutputChannel.Send(Message message, TimeSpan timeOut)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
     Exception rethrown at [0]:
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
     Exception rethrown at [1]:
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IOutputChannel.EndSend(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendCallback(IAsyncResult result)
    MessageId:  {926F44F2-9180-4B33-96FF-9E4CBC459382}
    InstanceID: {36A50A7F-63C4-48D9-903D-A33C85DDAE36}
    Can you please assist with explaining why are we getting this exception?
    Thank you for your help.

    Below is the error I'm getting on BizTalk while trying to write files to a designated folder on a client's SFTP server.
    When defining the same path and properties on a Static One-Way send port everything works properly and the files are being saved on the SFTP server.
    A message sent to adapter "SFTP" on send port "ComverseSFTP_1.0.0.0_ComverseSFTP.SendFileToSFTP_SendFileToSFTPServer_f6b86b86a22079f8" with URI "SFTP://abc.xyz.com:22/upload/%SourceFileName%"
    is suspended.
    Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Open remote file for write error.
    Hi Yaeli1,
    From the error message above,  please check the permission for file writing , it seems that this issue is related to access permission.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Error handling HTTP 400 in WCF-WebHttp adapter BizTalk 2013

    Hi!
    Does anyone knows how to catch HTTP errors when using WCF-WebHttp REST adapter in BizTalk 2013? I've looked into the article BizTalk
    Server: REST Services Error Handling, but that is for BizTalk 2010 using the WCF-Custom adapter.
    What I want is to catch the exception in an orchestration, and do some actions dependent on which HTTP error it is, i.e. HTTP 400.
    Idar H.

    Hi Idar,
    Welcome to BizTalk forum.
    From your description above, I don't have exact same scenario like yours, this scenario exposes a BizTalk Orchestration as a RESTful webservice using WCF-WebHttp, perhaps it will be good reference for you. See:
    http://blog.tallan.com/2014/09/29/wcf-webhttp-and-custom-json-error-messages/
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Getting error while setting SFTP adapter properties dynamically in Biztalk 2013

    Hi ,
    I am getting error while doing setup SFTP adapter in biztalk 2013.
     Error details: Microsoft.BizTalk.Adapter.SftpInvoker.SftpException: Create SFTP facade error.
    Server stack trace: 
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker..ctor(String host, Int32 port, String username, String password, String key, String privateKeyPassword, Boolean acceptAnyserverKey, String expectedServerFingerPrint, String proxyhost, Int32 proxyport,
    String proxyuserName, String proxypassword, Int32 proxytype, Int32 encryptionType, Boolean isKeyData)
       at Microsoft.BizTalk.Adapter.Sftp.SftpConnection.OpenUnderlyingConnection(SftpConnectionProperties connectionProperties)
       at Microsoft.BizTalk.Adapters.CommonHelpers.Connection`3.ConnectionPool`3.GetConnection(T1 connectionProperties, TimeSpan timeout)
       at Microsoft.BizTalk.Adapters.CommonHelpers.Connection`3.GetConnection(T connectionProperties, TimeSpan timeout)
       at Microsoft.BizTalk.Adapter.Sftp.SftpOutputChannel.Send(Message message, TimeSpan timeOut)
       at System.Runtime.Remoting.Messaging.StackBuilderSink._PrivateProcessMessage(IntPtr md, Object[] args, Object server, Object[]& outArgs)
       at System.Runtime.Remoting.Messaging.StackBuilderSink.AsyncProcessMessage(IMessage msg, IMessageSink replySink)
    Exception rethrown at [0]: 
       at System.Runtime.AsyncResult.End[TAsyncResult](IAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.SendAsyncResult.End(SendAsyncResult result)
       at System.ServiceModel.Channels.ServiceChannel.EndCall(String action, Object[] outs, IAsyncResult result)
    Exception rethrown at [1]: 
       at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage reqMsg, IMessage retMsg)
       at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData& msgData, Int32 type)
       at System.ServiceModel.Channels.IOutputChannel.EndSend(IAsyncResult result)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendCallback(IAsyncResult result) 
     MessageId:  {1059433E-B2D4-4394-8277-C31BDFC00553}
     InstanceID: {BED31F04-E764-446D-A587-65B1F72F7A98}

    Hi Abhay,
    Can you pls explain what are you trying to achieve here? Little bit about your solution/requirement and the way you implementing things?
    As you have mentioned that you are setting the SFTP adapter properties dynamically within your orchestration, can you share the code where you are assigning the properties and constructing the message?
    Rachit

  • SFTP Adapter Receive location does not work on BizTalk 2013

    I am using SFTP 32 bit Adapter on BizTalk 2013 , I have provided proper credentials like user name and password, server name, port #......but the file is being not picked.
    Iam dropping just 1 file at a time, but why doesn't it work ?
    Please suggest
    MBH

    The Messaging Engine failed to add a receive location "corp.Integration.RP.SeTwoAxis_rcvPayad" with URL "sftp://dcla.sftp.xxxxcorp.com:22/users/mnopt_user/sereng/IN/*.txt" to the adapter "SFTP". Reason: "Microsoft.BizTalk.Adapter.SftpInvoker.SftpException:
    List remote directory error.
       at Microsoft.BizTalk.Adapter.SftpInvoker.SftpInvoker.ListRemoteDirectory(String dirname)
       at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.ValidateConfiguration(SftpReceivePropertyBag receivePropertyBag)
       at Microsoft.BizTalk.Adapter.Sftp.SftpRLConfig.CreateBinding(RHConfig rhConfig)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.BtsServiceHostBase.InitializeRuntime()
       at System.ServiceModel.ServiceHostBase.OnBeginOpen()
       at System.ServiceModel.ServiceHostBase.OnOpen(TimeSpan timeout)
       at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint.Enable()
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiveEndpoint..ctor(BizTalkEndpointContext endpointContext, IBTTransportProxy transportProxy, ControlledTermination control)
       at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfReceiver`2.AddReceiveEndpoint(String url, IPropertyBag adapterConfig, IPropertyBag bizTalkConfig)".
    MBH

  • BizTalk 2013 R2 - WC-Custom Adapter SAP-Binding: Unhandeld exception on failure tests

    Dear Mr./Ms.
    We have set up a test environment with BizTalk 2013 R2 Developer edition.
    And we have also set up the SAP adapter following this blog
    https://sandroaspbiztalkblog.wordpress.com/2015/03/04/biztalk-server-20132013-r2-step-by-step-wcf-sap-adapter-installation-guide/#comments
    .But instead we used a WCF-Custom adapter with SAP-Binding
    Everthing works fine if BizTalk can connect to SAP. But if we do some failure test, like giving in a wrong password. We get next error in the event viewer:
    Application: BTSNTSvc64.exe
    Framework Version: v4.0.30319
    Description: The process was terminated due to an unhandled exception.
    Exception Info: System.Runtime.CallbackException
    Stack:
    at Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredAsyncResult.SignalFinished(System.Object, System.Exception)
    at Microsoft.Adapters.Internal.LayeredChannelBindingElement.LayeredOutboundChannel`1[[System.__Canon, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089]].AsyncRequest(System.Object)
    at System.Threading.ExecutionContext.RunInternal(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean)
    at System.Threading.QueueUserWorkItemCallback.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem()
    at System.Threading.ThreadPoolWorkQueue.Dispatch()
    We would expect that we get some kind of authentication error and a suspended message. But Instead the host instance crash and message stays in process. Thanks in advance.
    Kind regards
    Benny Verhamme
    benny verhamme signed

    We would expect that we get some kind of authentication error and a suspended message. But Instead the host instance crash and message stays in process. Thanks in advance.
    Hi Benny,
    Thanks for your feedback in BizTalk forum.
    As you mentioned above, we will receive an unhandled exception when we did something wrong during the procedure. I'm afraid that this is "by design", if this request is urgent for you, you could consider contact support directly(http://support.microsoft.com
     ).   Thanks for your understanding.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • BizTalk 2013 SFTP Adapter : Host Instance configured for SFTP Receive cause high CPU usage

    Hi,
    Our BizTalk 2013 Server test env have 16 GB RAM.  We have one SFTP Receive Location which is using a dedicated Host instance for SFTP receive.
    As soon as we start this SFTP Host Instance it starts consuming 50-60% CPU. (Even when it is not handling any file receive)
    As suggested in below thread, to fix this issue, we changed the SFTP RL default configuration. i.e. Changed polling interval from default 0 sec to
    10 minutes and also changed the RL Schedule window to business hours only.
    https://connectedpawns.wordpress.com/2014/04/13/biztalk-2013-sftp-adapter-biztalk-host-receiving-throttled-because-processmemory-exceeded-the-configured-throttling-limit/#comment-2602
    Even after changing the RL configuration , the Host Instance continuously consumes ~60% CPU.
    Any suggestions to troubleshoot more on this issue ?
    Thanks in advance !!
    Anoop

    This is one of the issue which has already been raised to Microsoft and hopefully a public build will be available soon  in next cumulative update pack .
    There are variety of reason for this starting for password mismatch or password not given , SFTP adapter unable to connect and so on .
    There is good post here in below link for this issue
    http://thoughtsofmarcus.blogspot.co.uk/2013/06/leaving-password-blank-in-biztalk-2013.html
    Another greate artcicle is by Nino which states these issues .SFTP adapter is  protocol  sensitive and some configuration by server side, can cause a lot of crazy situations
    http://ninocrudele.me/2014/01/29/checkstat-and-sftp-adapter-issues/
    Thanks
    Abhishek

  • BizTalk 2013 SFTP adapter not polling

    Hi,
    I am trying to poll some files from an SFTP location. I have configured my SFTP Receive Location on the BizTalk Server 2013. However I do not see any polling happening.
    I have a BizTalk Server 2006 R2 environment from where I have configured the polling from the same location (this is ofcourse stopped when using the BizTalk 2013). From here, the polling is happening fine (bLogical sftp adapter).
    Can you please let me know if I am missing any other steps apart from the RL configuration.
    Regards,
    Ujjwal
    -Ujjwal

    Though you have been using SFTP process with your BizTalk 2006 environment, your new BizTalk server may have new IP and new configurations. So ensure the SFTP server where
    you’re trying to receive the files from allow this new server.
    First try to use any SFTP client tools like
    FileZilla or
    WinSCP and see whether you can connect to your SFTP server. This would help you to solve some of the access issues.
    Ensure your IP (external IP) is not blocked by your SFTP server. If any firewall is involved between, check this firewall is not blocking the access.
    Also ensure that values you give while configuring the Security section of the Receive Location is correct. Most of the issues around the SFTP adapter trying to receive the
    files are Firewall issue,  Security properties configuration.
    Also check
    this SFTP adapter article from TechNet Wiki for more help..
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • Biztalk 2013 WCF-WebHTTP Adapter - Outbound HTTP Headers

    Hi
    I have a requirement to connect to a service using the WCF-WebHTTP adapter that requires authentication to be passed in the Headers.
    A usercode and password is sent in the intial header and a security token is returned in the response header.
    This security token is then used in the header of each subsequent call to the service.
    I could not find anything in the documentation about getting and setting the "HTTP Header" data using maps or variables or using variables in the "Outbound HTTP Headers" on the adapter transport properties.
    Any help on this would be gratefully received.
    Malcolm

    You can set the outbound HTTP header in WCF-WebHTTP adapter by 2 ways
    1) At adapter level Change adapter properties
    2)Changing Message context property at Orchestration or at pipeline
    Its been well documented here
    http://blog.codit.eu/post/2013/04/30/Using-HttpHeaders-with-WCF-WebHttp-Adapter-on-Biztalk-2013.aspx
    Thanks
    Abhishek

  • Biztalk 2013 SFTP Adapter Properties

    Hello All,
    In Biztalk 2010, some applications use the On Receive After property in the SSHFTP adapter to remove the file after receive. How can this be done in SFTP in the Biztalk 2013.Any help is greatly appreciated.
    Thanks

    Sorry I don't get your point. By default files would be deleted/removed once it’s been received/downloaded. The problem what I have seen is some issue when dealing
    with read-only files. In future enhancement to this adapter we may except feature like “Delete After Download” and “Enable Timestamp comparison” properties as happened in FTP adapter.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • TCPIP adapter for BizTalk 2013

    Hello,
    Is there a TCPIP adapter for BizTalk 2013. The one on codeplex can not be installed.
    Regards,
    Paul

    You should download the one from CodePlex for BizTalk 2009 and edit the setup project where it is checking for BizTalk Version and modify this to the value for 2013. Rebuild and then you'd be able to deploy.
    You would also need to re-target the one for 2009 from .Net 3.0 to .Net 4.0
    Regards.

  • Compilation error after installling BizTalk 2013 CU2

    Hi,
    I started getting the below error in the orchestration project
    "non-readonly field/property access is limited to distinguished fields on class-based messages"
    it was failing at this line RequestMessage.DocumentElement.LocalName == "Fault".
    Here RequestMessage is a message of type System.Xml.XmlDocument. 
    It was working again after I uninstalled BizTalk 2013 CU2. Has anyone faced this problem and what was the solution .
    Looking at the release notes of CU2 at
    http://support.microsoft.com/kb/2892599/en-gb it says about a fix to XpathMutator class
    "FIX: XpathMutatorStream class does not work as expected when you execute Xpath statements against XmlDocuments in BizTalk Server 2013"
    Probably this is causing the compilation error. Can we raise this with the BizTalk Product team if someone else has also faced this issue ?
    Regards,
    Mahesh

    What subsequent CU's? There hasn't been any CU's for BizTalk Server 2013 since CU2 which was released in Oct. 2013 (almost 1 1/2 year ago now!)
    http://support.microsoft.com/kb/2555976
    Morten la Cour

  • BizTalk 2013 BAM Tools - BAM Alerts Configuration error in Multi Computer Env

    Hi,
    I am trying to install BizTalk Server in multi-computer environment.
    I did install BizTalk Server on primary server smoothly.
    On Sencodary Server, I am able to join existing SSO and BizTalk Group.
    When I try to configure BAM Tools and BAM Alerts I get an error in BizTalk Log - 
    2014-02-06 11:12:39:6987 [Info] BAMTools Source:
    2014-02-06 11:12:39:6987 [Info] BAMTools System.ServiceProcess
    2014-02-06 11:12:39:6987 [Info] BAMTools Error messages:
    2014-02-06 11:12:39:6987 [Info] BAMTools 
    2014-02-06 11:12:39:6987 [Info] BAMTools Service BAMAlerts was not found on computer '.'.
    2014-02-06 11:12:39:6997 [Info] BAMTools The specified service does not exist as an installed service
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools Call stack:
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateNames()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_ServiceName()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateStatus()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_Status()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertHostHelper.StopService()
    2014-02-06 11:12:39:6997 [Info] BAMTools <BizTalk2009>
    02/06/2014 11:12:38 1
    Microsoft.BizTalk.Bam.Management.AlertModule2012
    UpdateConfig Error
    Exception thrown
    2014-02-06 11:12:39:6997 [Info] BAMTools Source:
    2014-02-06 11:12:39:6997 [Info] BAMTools System.ServiceProcess
    2014-02-06 11:12:39:6997 [Info] BAMTools Error messages:
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools Service BAMAlerts was not found on computer '.'.
    2014-02-06 11:12:39:6997 [Info] BAMTools The specified service does not exist as an installed service
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools Call stack:
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateNames()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_ServiceName()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateStatus()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_Status()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertHostHelper.StopService()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertModule2012.UpdateConfig(BamConfigurationManager originalConfig, BamConfigurationManager bamConfig)
    2014-02-06 11:12:39:6997 [Info] BAMTools <BizTalk2009>
    02/06/2014 11:12:38 1
    Microsoft.BizTalk.Bam.Management.AlertModule2012
    UpdateConfig Exit
    2014-02-06 11:12:39:6997 [Info] BAMTools <BizTalk2009>
    02/06/2014 11:12:38 1
    Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility
    Main Error
    Exception thrown
    2014-02-06 11:12:39:6997 [Info] BAMTools Source:
    2014-02-06 11:12:39:6997 [Info] BAMTools System.ServiceProcess
    2014-02-06 11:12:39:6997 [Info] BAMTools Error messages:
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools Service BAMAlerts was not found on computer '.'.
    2014-02-06 11:12:39:6997 [Info] BAMTools The specified service does not exist as an installed service
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools Call stack:
    2014-02-06 11:12:39:6997 [Info] BAMTools 
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateNames()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_ServiceName()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.GenerateStatus()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at System.ServiceProcess.ServiceController.get_Status()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertHostHelper.StopService()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertModule2012.UpdateConfig(BamConfigurationManager originalConfig, BamConfigurationManager bamConfig)
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.AlertModule.UpdateConfig()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.BamManager.UpdateConfigurationXml()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.HandleUpdateConfig()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.DispatchCommand()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Run()
    2014-02-06 11:12:39:6997 [Info] BAMTools    at Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility.Main(String[] args)
    2014-02-06 11:12:39:6997 [Info] BAMTools <BizTalk2009>
    02/06/2014 11:12:38 1
    Microsoft.BizTalk.Bam.Management.BamManagementUtility.BamManagementUtility
    Main Exit
    2014-02-06 11:12:39:6997 [Info] BAMTools Finished logging tracing of bm.exe execution.
    2014-02-06 11:12:39:6997 [Info] BAMTools Deleting File: C:\Users\!gtqk\AppData\Local\Temp\2\6fc65525-7a2d-4c82-aa3a-e776e4e58291-BamManagerTrace.log
    2014-02-06 11:12:39:7007 [Info] BAMTools Deleting File: E:\Program Files (x86)\Microsoft BizTalk Server 2013\Tracking\bm.exe.config
    2014-02-06 11:12:39:7007 [Error] BAMTools Error configuring
    Error executing bm.exe with tracing enabled. (Microsoft.BizTalk.Bam.CfgExtHelper.Utility)
    Error executing process: E:\Program Files (x86)\Microsoft BizTalk Server 2013\Tracking\bm.exe (Microsoft.BizTalk.Bam.CfgExtHelper.Utility)
    Microsoft (R) Business Activity Monitoring Utility Version 3.10.229.0
    Copyright (C) Microsoft Corporation. All rights reserved.
    I have made the required changes on the SQL Server - MSTDC, Named Pipes Enabled.
    BizTalk Server 1 and BizTalk Server 2 both have required MSDTC settings. Along with this Firewall settings are also modified.
    I have followed this link - http://social.technet.microsoft.com/wiki/contents/articles/1888.install-and-configure-bam-business-activity-monitoring-in-a-multi-computer-environment.aspx
    which is for BizTalk Server 2010 (provided for BizTalk Server 2013 ?).
    Kindly, let me knoe if anyone had similar issue and it has been resolved , or any other pointers
    With Regards,
    Gopal Talreja

    I faced similar problem while installing BAMAlerts on 2nd BizTalk 2013 R2 server in a group. The reason for this error is the Wizard is unable to create the windows service (BAMAlerts) during the configuration. To fix the issue you need to create the service
    manually. I had to perform following actions:
    1.CREATE SERVICE:
    Start command prompt as administrator on the node with problems. Execute (do not use copy paste from email, it often gives error):
    sc create BAMAlerts binPath=  "C:\Program Files (x86)\Microsoft BizTalk Server 2013\Tracking\BAMAlerts.exe”
    2. SET USERNAME and PASSWORD on this Service:
    Open services admin console, and change the user and password for the BAMAlerts Service.
    - Start the service.
    Start again the configuration for the BAM on the node with problems and complete the BAMTools and BAMAlerts configration (do not enter any username and password in the BAMAlerts configuration wizard).
    3. RUN SQL Statement:
    After starting the Service, BAMAlerts service may stop with following error in the event log:
    Microsoft.BizTalk.Bam.Management.BamManagerException: Encountered error while executing command on SQL Server "A-CLS01VISQL1". --->
    System.Data.SqlClient.SqlException: The EXECUTE permission was denied on the object 'bam_Metadata_GetProperty', database 'BAMPrimaryImport', schema 'dbo'.
    To solve this, run following SQL statement 
    USE BAMPrimaryImport
    GRANT
    EXECUTE
    ON
    bam_Metadata_GetProperty
        TO
    BAM_ManagementNSReader;
    GO
    This should solve the problem.
    Thanks to Microsoft support engineer for help.
    Strange bug and I hope MS will solve this issue in next patch/CU/update

Maybe you are looking for

  • Unit Testing, Null, and Warnings

    I have a Unit Test that includes the following lines: Dim nullarray As Integer()() Assert.AreEqual(nullarray.ToString(False), "Nothing") The variable "nullarray" will obviously be null when ToString is called (ToString is an extension method, which i

  • Error in Creating a BOM / CSAP_MAT_BOM_MAINTAIN

    hi, i need to create multiple bom alternatives in my development. i try using CSAP_MAT_BOM_MAINTAIN for this purpose. even after i give all the inputs and flags necessary for creating a new bom, i am getting an error stating that bom already exist fo

  • Problem with process order settlement

    Hi, I'm having a problem while doing settlment for process orders. I have two types of process orders AJWV and AJW0; AJWV works for center 2000 and AJW0 works for center 1000. When I calculate variances both work good. The problem comes when I try to

  • Has anyone ever used a livescribe smartpen with a Mac?

    I am about to purchase a livescribe smartpen which will record handwritten notes and audio and store them to a computer. Most of the promotion about the smartpen describes its use with a PC. How does it work with a MacBook Pro?

  • Expression for due date less than today

    hi - i'm trying to compare if the due date of a task is less than today, so that I can automatically mark it as completed. any idea what expression I'd use?