BizTalk 2013 - BAMAlerts service crash

Hi,
I am deploying BizTalk into a new clean Production environment. My topology is the following:
- 2 SQL Server machines (clustered)
- 2 BizTalk application servers (with BTS runtime)
- 1 BAM server
I have everything deployed and working well except for the BAMAlerts service crashing a minute after it starts on the BAM server.
The software installed on the BAM server is:
Windows 2008 R2 x64
SQL Server 2012 SP1 x64 with the  following features:
Reporting Services (Native)
SQL Server Data Tools
Client Tools Connectivity
Integration Services
Management Tools – Basic
Management Tools – Complete
SQL Server 2012 SP1 Cumulative Update 9
BizTalk Server 2013 x64 with the following features:
Portal Components
Business Activity Monitoring
Administrative Tools and Monitoring
Additional Software
Enterprise Single Sign-On Administration Module
Enterprise Single Sign-On Master Secret Server
BAM Alert Provider for SQL Notification Services
BAM Client
BAM-Eventing
Office Excel 2013 (x86)
Once the BizTalk binaries are installed I installed Windows Update suggested patches including  the update for BizTalk Server 2013 (KB2830546).
I then went on and configured the relevant features. Configuration worked well but the BAMAlerts service crashes 1 minute after starting with the following error:
Microsoft.BizTalk.Bam.Management.BamManagerException: Encountered error while executing command on SQL Server "". ---> System.Data.SqlClient.SqlException: A network-related or instance-specific error occurred while establishing a connection
to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
I verified the following:
A database mail profile was created on the SQL Server instance and it works (I can use it to send emails)
Using the BAMAlerts service account I am able to connect to the SQL Server instance using Named Pipes or TCP/IP, call BizTalkMgmtDb.dbo.adm_Group_GetBAMServerAndDBName or query tables
I installed SQL Server 2005 Notification Services x64 in order to see if it helps but no success.
I installed BizTalk 2013 Cumulative Update 2 but it did no help either.
The worse part is that I hit the same issue when setting up our UAT environment, tried a number of things and ended up with a setup that works but I am not able to reproduce that success in Prod...
Following is the full error message:
Microsoft.BizTalk.Bam.Management.BamManagerException: Encountered error while executing command on SQL Server "". ---> System.Data.SqlClient.SqlException:
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider:
Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
at System.Data.SqlClient.TdsParser.Connect(ServerInfo serverInfo, SqlInternalConnectionTds connHandler, Boolean ignoreSniOpenTimeout, Int64 timerExpire, Boolean encrypt, Boolean trustServerCert, Boolean integratedSecurity, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, Int64 timerExpire, SqlConnection owningObject)
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(String host, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, Int64 timerStart)
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at Microsoft.BizTalk.Bam.Management.SqlHelper.ExecuteQuery(String cmdText, CommandType cmdType, Transaction transaction)
--- End of inner exception stack trace ---
at Microsoft.BizTalk.Bam.Management.SqlHelper.ExecuteQuery(String cmdText, CommandType cmdType, Transaction transaction)
at Microsoft.BizTalk.Bam.AlertHost.AlertHost.Run()
at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
at System.Threading.ThreadHelper.ThreadStart()
Thanks
Emmanuel

Known issue, you need BizTalk Server 2013 CU1:
http://support.microsoft.com/kb/2838133/en-us
(See hotfix 2832137)
Morten la Cour

Similar Messages

  • BizTalk 2013 R2: SB-Messaging Windows Service Bus On Premise 1.1 (Not Windows Azure)

    Let me preface this by saying that I have been able to connect to the destination Service Bus Topics and Queue using traditional .NET methods (e.g. System.ServiceBus.Messaging namespace) and the applications using those components are running fine on the
    same local VM.  This uses the connection string that is provided from GET-SBAuthorizationRule.
    Development Environment:
    Windows Server 2012
    SQL Server 2014
    BizTalk 2013 R2
    Local VM that is not on the Domain (but can connect to computers on the network)
    I am trying to create a simple BizTalk 2013 R2 Messaging Solution that will use the SB-Messaging adapter features with Windows Service Bus On-Premise.  My solution is using a Static One-Way Send Port to send messages to an existing topic on with Windows
    Service Bus 1.1 using the SB-Messaging Adapter.  After using the programmatic approach, the configurations were not as intuitive, but I believe I am close to the resolution.  I have tried several combinations of key data but I am still not able to
    connect.  This seems like I am missing something small that is causing the problem but I am at a loss for the moment.  The error I receive is below:
    A message sent to adapter "SB-Messaging" on send port "SBSendPort" with URI "sb://<SERVERNAME>/NsServiceBus/collateraltopic" is suspended.
    Error details: System.UnauthorizedAccessException: The token provider was unable to provide a security token while accessing 'https://<SERVERNAME>:7355/WRAPv0.9/'. Token provider returned message: '<Error><Code>400</Code><Detail>Namespace cannot be resolved 'https://<SERVERNAME>:7355/WRAPv0.9/'.TrackingId:6bcd22e8-1741-41fc-a84c-9aa3f7146ab5_GUS2522512,TimeStamp:6/30/2014 8:35:35 PM</Detail></Error>'. ---> System.IdentityModel.Tokens.SecurityTokenException: The token provider was unable to provide a security token while accessing 'https://<SERVERNAME>:7355/WRAPv0.9/'. Token provider returned message: '<Error><Code>400</Code><Detail>Namespace cannot be resolved 'https://<SERVERNAME>:7355/WRAPv0.9/'.TrackingId:6bcd22e8-1741-41fc-a84c-9aa3f7146ab5_GUS2522512,TimeStamp:6/30/2014 8:35:35 PM</Detail></Error>'. ---> System.Net.WebException: The remote server returned an error: (400) Bad Request.
    at System.Net.HttpWebRequest.EndGetResponse(IAsyncResult asyncResult)
    at Microsoft.ServiceBus.TokenProviderHelper.TokenRequestAsyncResult.<GetAsyncSteps>b__8(TokenRequestAsyncResult thisPtr, IAsyncResult r)
    at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.EnumerateSteps(CurrentThreadType state)
    --- End of inner exception stack trace ---
    Server stack trace:
    Exception rethrown at [0]:
    at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(TokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    --- End of inner exception stack trace ---
    Server stack trace:
    at Microsoft.ServiceBus.TokenProviderUtility.GetMessagingToken(TokenProvider tokenProvider, Uri baseAddress, String appliesTo, String action, Boolean bypassCache, TimeSpan timeout)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.GetAuthorizationToken(String appliesTo, String action)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.GetAuthorizationHeader(String action)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageCreator.CreateWcfMessageInternal(String action, Object body, Boolean includeToken, String parentLinkId, RetryPolicy policy, TrackingContext trackingContext)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender.GetOverheadSize()
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessageSender..ctor(String path, SbmpMessagingFactory messagingFactory, SbmpMessageCreator messageCreator, RetryPolicy retryPolicy)
    at Microsoft.ServiceBus.Messaging.Sbmp.CreateSenderLinkSettings..ctor(SbmpMessagingFactory messagingFactory, String entityName, Nullable`1 entityType, String transferDestinationEntityName, RetryPolicy retryolicy)
    at Microsoft.ServiceBus.Messaging.Sbmp.SbmpMessagingFactory.OnBeginCreateMessageSender(String transferDestinationEntityName, String viaEntityName, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.MessagingFactory.CreateMessageSenderAsyncResult.<GetAsyncSteps>b__52(CreateMessageSenderAsyncResult thisPtr, TimeSpan t, AsyncCallback c, Object s)
    at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.EnumerateSteps(CurrentThreadType state)
    at Microsoft.ServiceBus.Messaging.IteratorAsyncResult`1.Start()
    Exception rethrown at [0]:
    at Microsoft.ServiceBus.Common.AsyncResult.End[TAsyncResult](IAsyncResult result)
    at Microsoft.ServiceBus.Common.AsyncResult`1.End(IAsyncResult asyncResult)
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.<>c__DisplayClass4`1.<Begin>b__3(IAsyncResult r, T& output)
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.OpenOnceManagerAsyncResult`1.OperationComplete(IAsyncResult result)
    at Microsoft.ServiceBus.Common.AsyncResult.SyncContinue(IAsyncResult result)
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.OpenOnceManagerAsyncResult`1.BeginOperation()
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.OpenOnceManagerAsyncResult`1.OpenComplete(IAsyncResult result)
    at Microsoft.ServiceBus.Common.AsyncResult.SyncContinue(IAsyncResult result)
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.OpenOnceManagerAsyncResult`1..ctor(OpenOnceManager openOnceManager, TimeSpan openTimeout, AsyncCallback callback, Object state, Func`3 beginOperation, EndOperation`1 endOperation)
    at Microsoft.ServiceBus.Messaging.OpenOnceManager.Begin[T](AsyncCallback callback, Object state, Func`3 beginOperation, Func`2 endOperation)
    at Microsoft.ServiceBus.Messaging.MessagingFactory.BeginCreateMessageSender(String transferDestinationEntityPath, String viaEntityPath, Boolean tryPairSender, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.Channels.ServiceBusOutputChannel.OpenMessagingFactoryAndMessageSenderAsyncResult.CreateFactoryComplete(IAsyncResult result)
    at Microsoft.ServiceBus.Common.AsyncResult.SyncContinue(IAsyncResult result)
    at Microsoft.ServiceBus.Messaging.Channels.ServiceBusOutputChannel.OpenMessagingFactoryAndMessageSenderAsyncResult..ctor(ServiceBusOutputChannel outputChannel, TimeSpan timeout, AsyncCallback callback, Object state)
    at Microsoft.ServiceBus.Messaging.Channels.ServiceBusOutputChannel.OnOpen(TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationObject.Open()
    at Microsoft.BizTalk.Adapter.SBMessaging.SBMessagingOutputChannelFactory.OnCreateChannel(EndpointAddress address, Uri via)
    at System.ServiceModel.Channels.ChannelFactoryBase`1.InternalCreateChannel(EndpointAddress address, Uri via)
    at System.ServiceModel.Channels.ChannelFactoryBase`1.CreateChannel(EndpointAddress address, Uri via)
    at System.ServiceModel.Channels.ServiceChannelFactory.ServiceChannelFactoryOverOutput.CreateInnerChannelBinder(EndpointAddress to, Uri via)
    at System.ServiceModel.Channels.ServiceChannelFactory.CreateServiceChannel(EndpointAddress address, Uri via)
    at System.ServiceModel.Channels.ServiceChannelFactory.CreateChannel(Type channelType, EndpointAddress address, Uri via)
    at System.ServiceModel.ChannelFactory`1.CreateChannel(EndpointAddress address, Uri via)
    at System.ServiceModel.ChannelFactory`1.CreateChannel()
    at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.GetChannel[TChannel](IBaseMessage bizTalkMessage, ChannelFactory`1& cachedFactory)
    at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendMessage(IBaseMessage bizTalkMessage)
    MessageId: {28428716-88C2-437B-953F-D471DA00C5A6}
    InstanceID: {18C48B89-D9C0-47A8-ADF0-0CA62746FBB1}
    Below are my Send Port Adapter Configurations:
    URI is blacked out
    /Namespace/Topic/ are next in the path
    Can someone confirm that the Issuer Name is the Namespace and the Issuer Key is the Primary Key from the get-SBAuthorizationRule?  I also tried Shared Access Signature (SAS) but that service was connecting to a default port and do not believe that is
    how I need to connect.
    Also, there is nothing on the Properties Tab as I do not have anything custom for the initial step.
    Any and all help is appreciated.

    Glenn,
    Thank you very much for the response, I will go down this route in further detail.  A couple of quick questions for you to help further my understanding.
    Where is the SAS limitation documented?  I am sure I glossed over it and it did not register, but your help in where to look next time will be helpful.
    Also, can I change the default Port for which it is listening on the BizTalk Server or the Service Bus Location?  The connection string I get from get-SBAuthorization Rule is as follows:
    Endpoint=sb://{ServiceBusLocation}/NsServiceBus;StsEndpoint=https://{ServiceBusLocation}:7355/NsServiceBus;RuntimePort=7354;ManagementPort=7355;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey={KeyValue}
    The exception I get is:
    A message sent to adapter "SB-Messaging" on send port "SBSendPort" with URI "sb://<ServiceBusLocation>/NsServiceBus/collateraltopic" is suspended.
    Error details: System.ServiceModel.EndpointNotFoundException: Could not connect to net.tcp://<ServiceBusLocation>:9354/. The connection attempt lasted for a time span of 00:00:04.0250873. TCP error code 10061: No connection could be made because the target machine actively refused it <IPAddress>:9354. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it
    at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
    at System.ServiceModel.Channels.SocketConnectionInitiator.ConnectAsyncResult.OnConnect(IAsyncResult result)
    --- End of inner exception stack trace ---
    It looks like it is going to 9354 for the authentication when the Service Bus is configured for
    7355.  I believe I have opened the ports on both ends but do not think it will matter since it looks like it is sending the
    request to a different location.
    Thank you

  • How To convert BizTalk 2009 Web Services(Receive Locations) to 2013 WebServices ??

    Hi ,
    We are actually going to migrate from  BizTalk 2009 to BizTalk 2013 . As a part of this i want to convert all current BizTalk Artifacts to get compatibly with BizTalk 2013. I was able to convert schemas , maps , Orchestration etc to .net 4.5  directly
    via Visual Studio 2012 Conversion Wizard. But for BizTalk Rcv Location WebServices (.asmx and .svc) , i was not able to do the same. Could anyone give some insight on how to migrate the Rcv Location during the migration from BizTalk 2009 to BizTalk 2013. 
    Abhijith

    well i guess you need not to re expose the schema, i am not pretty sure though. Because your code relies on .net 2.0 and you are moving it to higher version 4.5, it should work.
    So only changes in apppool settings and if required, changes on web.config file for runtime version property will do.
    well i am not pretty sure though, just try and trouble shoot it.
    Please mark the post as answer if this answers your question. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • 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

  • 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.

  • 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

  • Issues connecting BizTalk 2013 WCF to Microsoft CRM 2011 using ADFS

    I have a Microsoft CRM 2011 instance I'm trying to connect to from BizTalk 2013 using WCF. The CRM instance is using ADFS based security
    and basic "domain/user" "password" security. The OrganizationService has the following policy in the WSDL.
    <wsp:Policy wsu:Id="CustomBinding_IOrganizationService_policy">
    <wsp:ExactlyOne>
    <wsp:All>
    <ms-xrm:AuthenticationPolicy xmlns:ms-xrm="http://schemas.microsoft.com/xrm/2011/Contracts/Services">
    <ms-xrm:Authentication>Federation</ms-xrm:Authentication>
    <ms-xrm:SecureTokenService>
    <ms-xrm:Identifier>http://example.com/adfs/services/trust</ms-xrm:Identifier>
    </ms-xrm:SecureTokenService>
    </ms-xrm:AuthenticationPolicy>
    <sp:TransportBinding xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
    <wsp:Policy>
    <sp:TransportToken>
    <wsp:Policy>
    <sp:HttpsToken/>
    </wsp:Policy>
    </sp:TransportToken>
    <sp:AlgorithmSuite>
    <wsp:Policy>
    <sp:Basic256/>
    </wsp:Policy>
    </sp:AlgorithmSuite>
    <sp:Layout>
    <wsp:Policy>
    <sp:Strict/>
    </wsp:Policy>
    </sp:Layout>
    <sp:IncludeTimestamp/>
    </wsp:Policy>
    </sp:TransportBinding>
    <sp:EndorsingSupportingTokens xmlns:sp="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
    <wsp:Policy>
    <sp:IssuedToken sp:IncludeToken="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702/IncludeToken/AlwaysToRecipient">
    <Issuer xmlns="http://docs.oasis-open.org/ws-sx/ws-securitypolicy/200702">
    <Address xmlns="http://www.w3.org/2005/08/addressing">http://www.w3.org/2005/08/addressing/anonymous</Address>
    <Metadata xmlns="http://www.w3.org/2005/08/addressing">
    <Metadata xmlns="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <wsx:MetadataSection xmlns="">
    <wsx:MetadataReference>
    <Address xmlns="http://www.w3.org/2005/08/addressing">
    https://example.com/adfs/services/trust/mex
    </Address>
    </wsx:MetadataReference>
    </wsx:MetadataSection>
    </Metadata>
    </Metadata>
    </Issuer>
    <sp:RequestSecurityTokenTemplate>
    <trust:KeyType xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">
    http://docs.oasis-open.org/ws-sx/ws-trust/200512/SymmetricKey
    </trust:KeyType>
    <trust:KeySize xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">256</trust:KeySize>
    <trust:Claims xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512" Dialect="http://schemas.xmlsoap.org/ws/2005/05/identity">
    <wsid:ClaimType xmlns:wsid="http://schemas.xmlsoap.org/ws/2005/05/identity" Uri="http://schemas.xmlsoap.org/ws/2005/05/identity/claims/upn"/>
    </trust:Claims>
    <trust:KeyWrapAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#rsa-oaep-mgf1p</trust:KeyWrapAlgorithm>
    <trust:EncryptWith xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#aes256-cbc</trust:EncryptWith>
    <trust:SignWith xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2000/09/xmldsig#hmac-sha1</trust:SignWith>
    <trust:CanonicalizationAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/10/xml-exc-c14n#</trust:CanonicalizationAlgorithm>
    <trust:EncryptionAlgorithm xmlns:trust="http://docs.oasis-open.org/ws-sx/ws-trust/200512">http://www.w3.org/2001/04/xmlenc#aes256-cbc</trust:EncryptionAlgorithm>
    </sp:RequestSecurityTokenTemplate>
    <wsp:Policy>
    <sp:RequireInternalReference/>
    </wsp:Policy>
    </sp:IssuedToken>
    </wsp:Policy>
    </sp:EndorsingSupportingTokens>
    </wsp:All>
    </wsp:ExactlyOne>
    </wsp:Policy>
    I've set up the following client configuration:
    <binding name="ws2007FederationHttpBinding">
    <security mode="TransportWithMessageCredential">
    <message>
    <issuer address="https://adfs20.example.com/adfs/services/trust/2005/usernamemixed"
    binding="wsHttpBinding"
    bindingConfiguration="stsBinding" />
    <issuerMetadata address="https://adfs20.example.com/adfs/services/trust/mex" />
    </message>
    </security>
    </binding
    And referencing this for adfs specific communication
    <wsHttpBinding>
    <clear />
    <binding name="stsBinding">
    <security mode="TransportWithMessageCredential">
    <transport clientCredentialType="None"/>
    <message clientCredentialType="UserName" establishSecurityContext="false"/>
    </security>
    </binding>
    </wsHttpBinding>
    As I try using it I get the receive the following error message
    A message sent to adapter "WCF-Custom" on send port "SendPort6" with URI "https://crm-test.example.com/XRMServices/2011/Organization.svc" is suspended.
    Error details: System.ServiceModel.FaultException: MSIS3127: The specified request failed.
    Server stack trace:
    at System.ServiceModel.Security.IssuanceTokenProviderBase`1.DoNegotiation(TimeSpan timeout)
    at System.ServiceModel.Security.IssuanceTokenProviderBase`1.GetTokenCore(TimeSpan timeout)
    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)
    at System.ServiceModel.Security.Tokens.IssuedSecurityTokenProvider.GetTokenCore(TimeSpan timeout)
    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)
    at System.ServiceModel.Security.SecurityProtocol.TryGetSupportingTokens(SecurityProtocolFactory factory, EndpointAddress target, Uri via, Message message, TimeSpan timeout, Boolean isBlockingCall, IList`1& supportingTokens)
    at System.ServiceModel.Security.TransportSecurityProtocol.SecureOutgoingMessageAtInitiator(Message& message, String actor, TimeSpan timeout)
    at System.ServiceModel.Security.TransportSecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout)
    at System.ServiceModel.Security.SecurityProtocol.SecureOutgoingMessage(Message& message, TimeSpan timeout, SecurityProtocolCorrelationState correlationState)
    at System.ServiceModel.Channels.SecurityChannelFactory`1.SecurityRequestChannel.Request(Message message, TimeSpan timeout)
    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.DoOperation(SecuritySessionOperation operation, EndpointAddress target, Uri via, SecurityToken currentToken, TimeSpan timeout)
    at System.ServiceModel.Security.SecuritySessionSecurityTokenProvider.GetTokenCore(TimeSpan timeout)
    at System.IdentityModel.Selectors.SecurityTokenProvider.GetToken(TimeSpan timeout)
    at System.ServiceModel.Security.SecuritySessionClientSettings`1.ClientSecuritySessionChannel.OnOpen(TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
    at System.ServiceModel.Channels.ServiceChannel.OnOpen(TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationObject.Open(TimeSpan timeout)
    at System.ServiceModel.Channels.CommunicationObject.Open()
    Exception rethrown at [0]:
    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.ICommunicationObject.Open()
    at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.GetChannel[TChannel](IBaseMessage bizTalkMessage, ChannelFactory`1& cachedFactory)
    at Microsoft.BizTalk.Adapter.Wcf.Runtime.WcfClient`2.SendMessage(IBaseMessage bizTalkMessage)
    MessageId: {0A8D8BB1-0838-43AF-B3A1-D63D432C22AA}
    InstanceID: {B57B4979-2187-4CF7-8115-4D65B3952982}
    What am I missing ..?
    http://www.richardhallgren.com

    Hi Angie and Richard
    Currently I am also having the similar issue and I tried the settings you mentioned. But I get his error 
    The adapter failed to transmit message going to send port "WcfSendPort_OrganizationService_CustomBinding_IOrganizationService" with URL "https://examplecrm.com/XRMServices/2011/Organization.svc".
    It will be retransmitted after the retry interval specified for this Send Port. Details:"System.ServiceModel.FaultException: The message with Action 'http://docs.oasis-open.org/ws-sx/ws-trust/200512/RST/Issue' cannot be processed at the receiver, due
    to a ContractFilter mismatch at the EndpointDispatcher. This may be because of either a contract mismatch (mismatched Actions between sender and receiver) or a binding/security mismatch between the sender and the receiver.  Check that sender and receiver
    have the same contract and the same binding (including security requirements, e.g. Message, Transport, None).
    By any chance did you go through this error or do you have any suggestions?I am trying to connect from WCF-Custom adapter on BizTalk 2010 to CRM 2013 using ADFS. 
    Thanks 
    Narri

  • DPM 2012 service crashes when creating a protection group

    DPM Server Setup:
    Windows Server 2012 Datacenter
    DPM 2012 SP1 RU3 (Version 4.1.3417.0)
    SQL Server Setup:
    Windows Server 2012 Datacenter
    SQL Server 2012 Standard (11.0.3128.0)
    DPM database is on a named instance on a custom port
    Windows firewall is completely open between DPM and SQL servers
    Whenever I create a protection group, when it gets to the stage of actually creating the group the DPM service crashes and the group isn't created. This happens whether creating from the console or the shell. The error is:
    Connection to the DPM service has been lost.
    Review the application event log for information about a possible service shutdown. Verify that the following services are not disabled:
                DPM
                DPM Replication Agent
                SQLAgent$SCDPM
                MSSQL$SCDPM
                Virtual Disk Service
                Volume Shadow Copy
    ID: 917
    The Windows error log has the following:
    Log Name:      Application
    Source:        MSDPM
    Date:          17/10/2013 18:37:46
    Event ID:      945
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      backup.domain.local
    Description:
    The description for Event ID 945 from source MSDPM cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
    If the event originated on another computer, the display information had to be saved with the event.
    The following information was included with the event:
    Unable to connect to the DPM database because of a general database failure.  Make sure that SQL Server is running and that it is configured correctly.
    Problem Details:
    <FatalServiceError><__System><ID>19</ID><Seq>68</Seq><TimeCreated>17/10/2013 17:37:46</TimeCreated><Source>DpmThreadPool.cs</Source><Line>163</Line><HasError>True</HasError></__System><ExceptionType>SqlException</ExceptionType><ExceptionMessage>The
    specified '@owner_login_name' is invalid (valid values are returned by sp_helplogins [excluding Windows NT groups]).</ExceptionMessage><ExceptionDetails>System.Data.SqlClient.SqlException: The specified '@owner_login_name' is invalid (valid values
    are returned by sp_helplogins [excluding Windows NT groups]).
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.AddJob(String jobName, String jobOwner, String CategoryName)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.RegisterSchedule(Schedule schedule)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.PerformDBOperation()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.Execute(SqlContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SchedulerImpl.Register(SqlContext sqlContext, String scheduleXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.CreateScheduleDefinition(String jobDefinitionId, RecurrenceType[] scheduleRecurrances)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleJobDefinition(JobTranslator jobTranslator)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleReplicationJob(JobTranslator jobTranslator, BackupTypeType backupType, Boolean scheduleOnlyForApplications)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleDeltaReplicationJob()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.UpdateJobDefinitions()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.TranslateGroup(IMCatalogType IMCatalogXmlPassed, String intentCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.ConfigureProtectedGroup(UInt16* bstrIMCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.ConfigureProtectedGroup(CCoreServices* , UInt16* bstrIMCatalogXml, tagSAFEARRAY** exceptionResult)</ExceptionDetails></FatalServiceError>
    the message resource is present but the message is not found in the string/message table
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="MSDPM" />
        <EventID Qualifiers="0">945</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2013-10-17T17:37:46.000000000Z" />
        <EventRecordID>10250</EventRecordID>
        <Channel>Application</Channel>
        <Computer>backup.domain.local</Computer>
        <Security />
      </System>
      <EventData>
        <Data>Unable to connect to the DPM database because of a general database failure.  Make sure that SQL Server is running and that it is configured correctly.
    Problem Details:
    &lt;FatalServiceError&gt;&lt;__System&gt;&lt;ID&gt;19&lt;/ID&gt;&lt;Seq&gt;68&lt;/Seq&gt;&lt;TimeCreated&gt;17/10/2013 17:37:46&lt;/TimeCreated&gt;&lt;Source&gt;DpmThreadPool.cs&lt;/Source&gt;&lt;Line&gt;163&lt;/Line&gt;&lt;HasError&gt;True&lt;/HasError&gt;&lt;/__System&gt;&lt;ExceptionType&gt;SqlException&lt;/ExceptionType&gt;&lt;ExceptionMessage&gt;The
    specified '@owner_login_name' is invalid (valid values are returned by sp_helplogins [excluding Windows NT groups]).&lt;/ExceptionMessage&gt;&lt;ExceptionDetails&gt;System.Data.SqlClient.SqlException: The specified '@owner_login_name' is invalid
    (valid values are returned by sp_helplogins [excluding Windows NT groups]).
       at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
       at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj)
       at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
       at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
       at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
       at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
       at System.Data.SqlClient.SqlCommand.InternalExecuteNonQuery(DbAsyncResult result, String methodName, Boolean sendToPipe)
       at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.DB.SqlRetryCommand.ExecuteNonQuery()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.AddJob(String jobName, String jobOwner, String CategoryName)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SqlAgentHelper.RegisterSchedule(Schedule schedule)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.PerformDBOperation()
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.RegisterScheduleHelper.Execute(SqlContext sqlContext)
       at Microsoft.Internal.EnterpriseStorage.Dls.Scheduler.SchedulerImpl.Register(SqlContext sqlContext, String scheduleXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.CreateScheduleDefinition(String jobDefinitionId, RecurrenceType[] scheduleRecurrances)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleJobDefinition(JobTranslator jobTranslator)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleReplicationJob(JobTranslator jobTranslator, BackupTypeType backupType, Boolean scheduleOnlyForApplications)
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ScheduleTranslator.ScheduleDeltaReplicationJob()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.UpdateJobDefinitions()
       at Microsoft.Internal.EnterpriseStorage.Dls.Intent.ProtectedGroupTranslator.TranslateGroup(IMCatalogType IMCatalogXmlPassed, String intentCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CIntentServices.ConfigureProtectedGroup(UInt16* bstrIMCatalogXml)
       at Microsoft.Internal.EnterpriseStorage.Dls.Engine.CCoreServices.ConfigureProtectedGroup(CCoreServices* , UInt16* bstrIMCatalogXml, tagSAFEARRAY** exceptionResult)&lt;/ExceptionDetails&gt;&lt;/FatalServiceError&gt;
    </Data>
        <Binary>3C0046006100740061006C0053006500720076006900630065004500720072006F0072003E003C005F005F00530079007300740065006D003E003C00490044003E00310039003C002F00490044003E003C005300650071003E00360038003C002F005300650071003E003C00540069006D00650043007200650061007400650064003E00310037002F00310030002F0032003000310033002000310037003A00330037003A00340036003C002F00540069006D00650043007200650061007400650064003E003C0053006F0075007200630065003E00440070006D0054006800720065006100640050006F006F006C002E00630073003C002F0053006F0075007200630065003E003C004C0069006E0065003E003100360033003C002F004C0069006E0065003E003C004800610073004500720072006F0072003E0054007200750065003C002F004800610073004500720072006F0072003E003C002F005F005F00530079007300740065006D003E003C0045007800630065007000740069006F006E0054007900700065003E00530071006C0045007800630065007000740069006F006E003C002F0045007800630065007000740069006F006E0054007900700065003E003C0045007800630065007000740069006F006E004D006500730073006100670065003E0054006800650020007300700065006300690066006900650064002000270040006F0077006E00650072005F006C006F00670069006E005F006E0061006D0065002700200069007300200069006E00760061006C006900640020002800760061006C00690064002000760061006C0075006500730020006100720065002000720065007400750072006E00650064002000620079002000730070005F00680065006C0070006C006F00670069006E00730020005B006500780063006C007500640069006E0067002000570069006E0064006F007700730020004E0054002000670072006F007500700073005D0029002E003C002F0045007800630065007000740069006F006E004D006500730073006100670065003E003C0045007800630065007000740069006F006E00440065007400610069006C0073003E00530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0045007800630065007000740069006F006E003A00200054006800650020007300700065006300690066006900650064002000270040006F0077006E00650072005F006C006F00670069006E005F006E0061006D0065002700200069007300200069006E00760061006C006900640020002800760061006C00690064002000760061006C0075006500730020006100720065002000720065007400750072006E00650064002000620079002000730070005F00680065006C0070006C006F00670069006E00730020005B006500780063006C007500640069006E0067002000570069006E0064006F007700730020004E0054002000670072006F007500700073005D0029002E000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006E006E0065006300740069006F006E002E004F006E004500720072006F0072002800530071006C0045007800630065007000740069006F006E00200065007800630065007000740069006F006E002C00200042006F006F006C00650061006E00200062007200650061006B0043006F006E006E0065006300740069006F006E0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E005400640073005000610072007300650072002E005400680072006F00770045007800630065007000740069006F006E0041006E0064005700610072006E0069006E0067002800540064007300500061007200730065007200530074006100740065004F0062006A006500630074002000730074006100740065004F0062006A0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E005400640073005000610072007300650072002E00520075006E002800520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C002000530071006C0043006F006D006D0061006E006400200063006D006400480061006E0064006C00650072002C002000530071006C00440061007400610052006500610064006500720020006400610074006100530074007200650061006D002C002000420075006C006B0043006F0070007900530069006D0070006C00650052006500730075006C0074005300650074002000620075006C006B0043006F0070007900480061006E0064006C00650072002C002000540064007300500061007200730065007200530074006100740065004F0062006A006500630074002000730074006100740065004F0062006A0029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00460069006E0069007300680045007800650063007500740065005200650061006400650072002800530071006C0044006100740061005200650061006400650072002000640073002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200053007400720069006E0067002000720065007300650074004F007000740069006F006E00730053007400720069006E00670029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00520075006E004500780065006300750074006500520065006100640065007200540064007300280043006F006D006D0061006E0064004200650068006100760069006F007200200063006D0064004200650068006100760069006F0072002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200042006F006F006C00650061006E002000720065007400750072006E00530074007200650061006D002C00200042006F006F006C00650061006E0020006100730079006E00630029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E00520075006E004500780065006300750074006500520065006100640065007200280043006F006D006D0061006E0064004200650068006100760069006F007200200063006D0064004200650068006100760069006F0072002C002000520075006E004200650068006100760069006F0072002000720075006E004200650068006100760069006F0072002C00200042006F006F006C00650061006E002000720065007400750072006E00530074007200650061006D002C00200053007400720069006E00670020006D006500740068006F0064002C002000440062004100730079006E00630052006500730075006C007400200072006500730075006C00740029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E0049006E007400650072006E0061006C0045007800650063007500740065004E006F006E00510075006500720079002800440062004100730079006E00630052006500730075006C007400200072006500730075006C0074002C00200053007400720069006E00670020006D006500740068006F0064004E0061006D0065002C00200042006F006F006C00650061006E002000730065006E00640054006F00500069007000650029000D000A00200020002000610074002000530079007300740065006D002E0044006100740061002E00530071006C0043006C00690065006E0074002E00530071006C0043006F006D006D0061006E0064002E0045007800650063007500740065004E006F006E0051007500650072007900280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E00440042002E00530071006C005200650074007200790043006F006D006D0061006E0064002E0045007800650063007500740065004E006F006E0051007500650072007900280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00530071006C004100670065006E007400480065006C007000650072002E004100640064004A006F006200280053007400720069006E00670020006A006F0062004E0061006D0065002C00200053007400720069006E00670020006A006F0062004F0077006E00650072002C00200053007400720069006E0067002000430061007400650067006F00720079004E0061006D00650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00530071006C004100670065006E007400480065006C007000650072002E00520065006700690073007400650072005300630068006500640075006C00650028005300630068006500640075006C00650020007300630068006500640075006C00650029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00520065006700690073007400650072005300630068006500640075006C006500480065006C007000650072002E0050006500720066006F0072006D00440042004F007000650072006100740069006F006E00280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E00520065006700690073007400650072005300630068006500640075006C006500480065006C007000650072002E0045007800650063007500740065002800530071006C0043006F006E0074006500780074002000730071006C0043006F006E00740065007800740029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E005300630068006500640075006C00650072002E005300630068006500640075006C006500720049006D0070006C002E00520065006700690073007400650072002800530071006C0043006F006E0074006500780074002000730071006C0043006F006E0074006500780074002C00200053007400720069006E00670020007300630068006500640075006C00650058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E004300720065006100740065005300630068006500640075006C00650044006500660069006E006900740069006F006E00280053007400720069006E00670020006A006F00620044006500660069006E006900740069006F006E00490064002C00200052006500630075007200720065006E006300650054007900700065005B005D0020007300630068006500640075006C00650052006500630075007200720061006E0063006500730029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C0065004A006F00620044006500660069006E006900740069006F006E0028004A006F0062005400720061006E0073006C00610074006F00720020006A006F0062005400720061006E0073006C00610074006F00720029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C0065005200650070006C00690063006100740069006F006E004A006F00620028004A006F0062005400720061006E0073006C00610074006F00720020006A006F0062005400720061006E0073006C00610074006F0072002C0020004200610063006B00750070005400790070006500540079007000650020006200610063006B007500700054007900700065002C00200042006F006F006C00650061006E0020007300630068006500640075006C0065004F006E006C00790046006F0072004100700070006C00690063006100740069006F006E00730029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E005300630068006500640075006C0065005400720061006E0073006C00610074006F0072002E005300630068006500640075006C006500440065006C00740061005200650070006C00690063006100740069006F006E004A006F006200280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E00500072006F00740065006300740065006400470072006F00750070005400720061006E0073006C00610074006F0072002E005500700064006100740065004A006F00620044006500660069006E006900740069006F006E007300280029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0049006E00740065006E0074002E00500072006F00740065006300740065006400470072006F00750070005400720061006E0073006C00610074006F0072002E005400720061006E0073006C00610074006500470072006F0075007000280049004D0043006100740061006C006F0067005400790070006500200049004D0043006100740061006C006F00670058006D006C005000610073007300650064002C00200053007400720069006E006700200069006E00740065006E00740043006100740061006C006F00670058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0045006E00670069006E0065002E00430049006E00740065006E007400530065007200760069006300650073002E0043006F006E00660069006700750072006500500072006F00740065006300740065006400470072006F00750070002800550049006E007400310036002A002000620073007400720049004D0043006100740061006C006F00670058006D006C0029000D000A002000200020006100740020004D006900630072006F0073006F00660074002E0049006E007400650072006E0061006C002E0045006E0074006500720070007200690073006500530074006F0072006100670065002E0044006C0073002E0045006E00670069006E0065002E00430043006F0072006500530065007200760069006300650073002E0043006F006E00660069006700750072006500500072006F00740065006300740065006400470072006F00750070002800430043006F0072006500530065007200760069006300650073002A0020002C002000550049006E007400310036002A002000620073007400720049004D0043006100740061006C006F00670058006D006C002C0020007400610067005300410046004500410052005200410059002A002A00200065007800630065007000740069006F006E0052006500730075006C00740029003C002F0045007800630065007000740069006F006E00440065007400610069006C0073003E003C002F0046006100740061006C0053006500720076006900630065004500720072006F0072003E00</Binary>
      </EventData>
    </Event>
    Things I have tried:
    Changing username format as detailed here:
    http://blogs.technet.com/b/dpm/archive/2012/01/30/fix-the-dpm-console-crashes-and-logs-event-id-945-when-making-any-changes.aspx
    Reinstalling DPM 2012 SP1

    We eventually got this resolved through Microsoft support.
    The issue for us was entering the AD domain as the FQDN on install. Apparently DPM doesn't work if it is authenticating with FQDN\username.
    The fix is to change the following registry setting:
    HKLM\Software\Microsoft\Microsoft Data Protection Manager\Setup\SchedulerJobOwnerName
    To domain\username rather than domain.local\user (or [email protected], which also doesn't work). Alternatively, when you install DPM just put the netbios AD domain name rather than the FQDN.

  • Sql server service crashes a few times yesterday, however, there is no .MDMP file generated in the log folder

    hi there:
     I've experienced several sql server service crashes yesterday, service was brought up after a few secs as we have an autostart feature. 
    Today, I'd like to dig more into the errors and on the event viewer -> Application, I saw errors below
    "Faulting application sqlservr.exe, version 2009.100.4302.0, time stamp 0x52f5d194, faulting module ntdll.dll, version 6.0.6001.18538, time stamp 0x4cb73957, exception code 0xc0000374, fault offset 0x00000000000a7857, process id 0x15ec, application
    start time 0x01cfd7e72b2997d3.
    People suggested to check dump file inside C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log
    However, the lastest .mdmp file was  on April 11, 2014. Do I need to turn on some settings on sql server in order to have this dump file? 
    Thanks
    Hui
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

    Results after sp_readerrorlog 1
    LogDate ProcessInfo
    Text
    2014-09-24 04:03:28.460 Server
    Microsoft SQL Server 2008 R2 (SP2) - 10.50.4302.0 (X64) 
    Feb  7 2014 17:23:24 
    Copyright (c) Microsoft Corporation
    Enterprise Edition (64-bit) on Windows NT 6.0 <X64> (Build 6001: Service Pack 1)
    2014-09-24 04:03:28.460 Server
    (c) Microsoft Corporation.
    2014-09-24 04:03:28.460 Server
    All rights reserved.
    2014-09-24 04:03:28.460 Server
    Server process ID is 5612.
    2014-09-24 04:03:28.460 Server
    System Manufacturer: 'IBM', System Model: 'IBM System x3650 -[7979AC1]-'.
    2014-09-24 04:03:28.460 Server
    Authentication mode is MIXED.
    2014-09-24 04:03:28.460 Server
    Logging SQL Server messages in file 'C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log\ERRORLOG'.
    2014-09-24 04:03:28.460 Server
    This instance of SQL Server last reported using a process ID of 6780 at 9/24/2014 4:03:20 AM (local) 9/24/2014 11:03:20 AM (UTC). This is an informational message only; no user action is required.
    2014-09-24 04:03:28.460 Server
    Registry startup parameters: 
    -d C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\DATA\master.mdf
    -e C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\Log\ERRORLOG
    -l C:\Program Files\Microsoft SQL Server\MSSQL10_50.SQL2008R2\MSSQL\DATA\mastlog.ldf
    2014-09-24 04:03:28.480 Server
    SQL Server is starting at normal priority base (=7). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.480 Server
    Detected 4 CPUs. This is an informational message; no user action is required.
    2014-09-24 04:03:28.480 Server
    Cannot use Large Page Extensions:  lock memory privilege was not granted.
    2014-09-24 04:03:28.580 Server
    Using dynamic lock allocation.  Initial allocation of 2500 Lock blocks and 5000 Lock Owner blocks per node.  This is an informational message only.  No user action is required.
    2014-09-24 04:03:28.700 Server
    Node configuration: node 0: CPU mask: 0x000000000000000f:0 Active CPU mask: 0x000000000000000f:0. This message provides a description of the NUMA configuration for this computer. This is an informational message only. No user action is required.
    2014-09-24 04:03:28.870 spid7s
    Starting up database 'master'.
    2014-09-24 04:03:28.940 spid7s
    1 transactions rolled forward in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.940 spid7s
    0 transactions rolled back in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:28.940 spid7s
    Recovery is writing a checkpoint in database 'master' (1). This is an informational message only. No user action is required.
    2014-09-24 04:03:29.040 spid7s
    CHECKDB for database 'master' finished without errors on 2014-09-20 12:00:01.697 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:29.050 spid7s
    Resource governor reconfiguration succeeded.
    2014-09-24 04:03:29.050 spid7s
    SQL Server Audit is starting the audits. This is an informational message. No user action is required.
    2014-09-24 04:03:29.050 spid7s
    SQL Server Audit has started the audits. This is an informational message. No user action is required.
    2014-09-24 04:03:29.050 spid7s
    FILESTREAM: effective level = 0, configured level = 0, file system access share name = 'SQL2008R2'.
    2014-09-24 04:03:29.070 spid7s
    SQL Trace ID 1 was started by login "sa".
    2014-09-24 04:03:29.070 spid7s
    Starting up database 'mssqlsystemresource'.
    2014-09-24 04:03:29.090 spid7s
    The resource database build version is 10.50.4302. This is an informational message only. No user action is required.
    2014-09-24 04:03:29.600 spid10s
    Starting up database 'model'.
    2014-09-24 04:03:29.600 spid7s
    Server name is 'BPWDB046\SQL2008R2'. This is an informational message only. No user action is required.
    2014-09-24 04:03:29.880 spid13s
    A new instance of the full-text filter daemon host process has been successfully started.
    2014-09-24 04:03:29.960 spid14s
    Starting up database 'msdb'.
    2014-09-24 04:03:29.960 spid17s
    Starting up database 'DW_Detail'.
    2014-09-24 04:03:29.960 spid16s
    Starting up database 'ReportServer_MSSQLSSRSTempDB'.
    2014-09-24 04:03:29.960 spid13s
    Starting up database 'Billing_Rep'.
    2014-09-24 04:03:29.960 spid15s
    Starting up database 'ReportServer_MSSQLSSRS'.
    2014-09-24 04:03:29.960 spid18s
    Starting up database 'BCBio_DW'.
    2014-09-24 04:03:29.960 spid19s
    Starting up database 'ODS'.
    2014-09-24 04:03:29.960 spid20s
    Starting up database 'ReportServer$SQL2008'.
    2014-09-24 04:03:29.970 spid21s
    Starting up database 'ReportServer$SQL2008TempDB'.
    2014-09-24 04:03:29.970 spid22s
    Starting up database 'Billing'.
    2014-09-24 04:03:29.970 spid23s
    Starting up database 'Billing_Snap'.
    2014-09-24 04:03:29.970 spid24s
    Starting up database 'DBA'.
    2014-09-24 04:03:30.000 Server
    A self-generated certificate was successfully loaded for encryption.
    2014-09-24 04:03:30.000 Server
    Server is listening on [ 'any' <ipv6> 52328].
    2014-09-24 04:03:30.000 Server
    Server is listening on [ 'any' <ipv4> 52328].
    2014-09-24 04:03:30.000 Server
    Server local connection provider is ready to accept connection on [ \\.\pipe\SQLLocal\SQL2008R2 ].
    2014-09-24 04:03:30.000 Server
    Server local connection provider is ready to accept connection on [ \\.\pipe\MSSQL$SQL2008R2\sql\query ].
    2014-09-24 04:03:30.010 Server
    Server is listening on [ ::1 <ipv6> 52329].
    2014-09-24 04:03:30.010 Server
    Server is listening on [ 127.0.0.1 <ipv4> 52329].
    2014-09-24 04:03:30.010 Server
    Dedicated admin connection support was established for listening locally on port 52329.
    2014-09-24 04:03:30.060 spid10s
    CHECKDB for database 'model' finished without errors on 2014-09-20 12:00:17.583 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.060 spid10s
    Clearing tempdb database.
    2014-09-24 04:03:30.140 Server
    The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/BPWDB046.bcbio.org:SQL2008R2 ] for the SQL Server service. 
    2014-09-24 04:03:30.140 Server
    The SQL Server Network Interface library successfully registered the Service Principal Name (SPN) [ MSSQLSvc/BPWDB046.bcbio.org:52328 ] for the SQL Server service. 
    2014-09-24 04:03:30.140 Server
    SQL Server is now ready for client connections. This is an informational message; no user action is required.
    2014-09-24 04:03:30.480 spid21s
    CHECKDB for database 'ReportServer$SQL2008TempDB' finished without errors on 2014-09-20 16:13:10.043 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.520 spid14s
    2933 transactions rolled forward in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.650 spid7s
    0 transactions rolled back in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.650 spid7s
    Recovery is writing a checkpoint in database 'msdb' (4). This is an informational message only. No user action is required.
    2014-09-24 04:03:30.770 spid14s
    CHECKDB for database 'msdb' finished without errors on 2014-09-20 12:00:18.473 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:30.950 spid10s
    Starting up database 'tempdb'.
    2014-09-24 04:03:30.990 spid52
    Attempting to load library 'xpstar.dll' into memory. This is an informational message only. No user action is required.
    2014-09-24 04:03:31.010 spid52
    Using 'xpstar.dll' version '2009.100.1600' to execute extended stored procedure 'xp_sqlagent_monitor'. This is an informational message only; no user action is required.
    2014-09-24 04:03:31.060 spid14s
    The Service Broker protocol transport is disabled or not configured.
    2014-09-24 04:03:31.060 spid14s
    The Database Mirroring protocol transport is disabled or not configured.
    2014-09-24 04:03:31.070 spid14s
    Service Broker manager has started.
    2014-09-24 04:03:31.330 spid16s
    CHECKDB for database 'ReportServer_MSSQLSSRSTempDB' finished without errors on 2014-09-20 12:00:39.873 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:31.500 spid20s
    2 transactions rolled forward in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:31.960 spid7s
    0 transactions rolled back in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:31.960 spid7s
    Recovery is writing a checkpoint in database 'ReportServer$SQL2008' (11). This is an informational message only. No user action is required.
    2014-09-24 04:03:32.150 spid20s
    CHECKDB for database 'ReportServer$SQL2008' finished without errors on 2014-09-20 16:13:07.583 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:33.170 spid24s
    CHECKDB for database 'DBA' finished without errors on 2014-09-20 16:22:41.603 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:33.600 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 1537 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:03:34.820 spid15s
    CHECKDB for database 'ReportServer_MSSQLSSRS' finished without errors on 2014-09-20 12:00:32.067 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:48.290 spid13s
    Recovery of database 'Billing_Rep' (8) is 1% complete (approximately 1488 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:03:49.520 spid17s
    1 transactions rolled forward in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    0 transactions rolled back in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    Recovery is writing a checkpoint in database 'DW_Detail' (7). This is an informational message only. No user action is required.
    2014-09-24 04:03:50.070 spid7s
    Recovery completed for database DW_Detail (database ID 7) in 5 second(s) (analysis 251 ms, redo 4314 ms, undo 44 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:03:50.520 spid22s
    CHECKDB for database 'Billing' finished without errors on 2013-04-25 18:47:20.743 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:03:51.620 spid17s
    CHECKDB for database 'DW_Detail' finished without errors on 2014-09-20 12:00:46.917 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:03.740 spid13s
    Recovery of database 'Billing_Rep' (8) is 2% complete (approximately 1493 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:13.040 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 8052 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:23.220 spid18s
    Database BCBio_DW has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:23.420 spid18s
    Recovery of database 'BCBio_DW' (9) is 0% complete (approximately 4664 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.640 spid18s
    Recovery of database 'BCBio_DW' (9) is 0% complete (approximately 4954 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.640 spid18s
    Recovery of database 'BCBio_DW' (9) is 3% complete (approximately 74 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:25.730 spid18s
    Recovery of database 'BCBio_DW' (9) is 2% complete (approximately 98 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:26.000 spid18s
    Recovery of database 'BCBio_DW' (9) is 12% complete (approximately 18 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:28.000 spid19s
    Database ODS has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:28.350 spid19s
    CHECKDB for database 'ODS' finished without errors on 2014-09-20 16:07:22.603 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:29.370 spid18s
    Recovery of database 'BCBio_DW' (9) is 19% complete (approximately 24 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:31.380 spid18s
    Recovery of database 'BCBio_DW' (9) is 25% complete (approximately 22 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:32.490 spid18s
    Recovery of database 'BCBio_DW' (9) is 32% complete (approximately 18 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:33.150 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 9805 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:33.860 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 04:04:33.860 Logon
    Login failed for user 'ETLAdmin'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.101.33]
    2014-09-24 04:04:34.040 spid18s
    Recovery of database 'BCBio_DW' (9) is 39% complete (approximately 15 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:35.600 spid18s
    Recovery of database 'BCBio_DW' (9) is 46% complete (approximately 13 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:36.740 spid18s
    Recovery of database 'BCBio_DW' (9) is 53% complete (approximately 10 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.220 spid13s
    Recovery of database 'Billing_Rep' (8) is 0% complete (approximately 10106 seconds remain). Phase 1 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.230 spid13s
    Recovery of database 'Billing_Rep' (8) is 2% complete (approximately 2587 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.360 spid13s
    Recovery of database 'Billing_Rep' (8) is 1% complete (approximately 3654 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:37.560 spid13s
    Recovery of database 'Billing_Rep' (8) is 3% complete (approximately 1564 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:38.070 spid13s
    Recovery of database 'Billing_Rep' (8) is 4% complete (approximately 1328 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:38.830 spid18s
    Recovery of database 'BCBio_DW' (9) is 61% complete (approximately 8 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:40.080 spid13s
    Recovery of database 'Billing_Rep' (8) is 5% complete (approximately 1268 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:40.680 spid18s
    Recovery of database 'BCBio_DW' (9) is 69% complete (approximately 6 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:42.960 spid18s
    Recovery of database 'BCBio_DW' (9) is 77% complete (approximately 4 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:44.870 spid18s
    Recovery of database 'BCBio_DW' (9) is 85% complete (approximately 3 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:44.870 spid18s
    3 transactions rolled forward in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:45.120 spid18s
    Recovery of database 'BCBio_DW' (9) is 85% complete (approximately 3 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    0 transactions rolled back in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    Recovery is writing a checkpoint in database 'BCBio_DW' (9). This is an informational message only. No user action is required.
    2014-09-24 04:04:46.870 spid7s
    Recovery completed for database BCBio_DW (database ID 9) in 23 second(s) (analysis 2417 ms, redo 19227 ms, undo 1745 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:04:47.610 spid18s
    CHECKDB for database 'BCBio_DW' finished without errors on 2014-09-20 14:02:10.680 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:47.820 spid23s
    Database Billing_Snap has more than 1000 virtual log files which is excessive. Too many virtual log files can cause long startup and backup times. Consider shrinking the log and using a different growth increment to reduce the number of virtual log files.
    2014-09-24 04:04:48.570 spid23s
    CHECKDB for database 'Billing_Snap' finished without errors on 2014-09-20 16:13:11.037 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:04:52.970 spid13s
    Recovery of database 'Billing_Rep' (8) is 6% complete (approximately 1247 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:05.540 spid13s
    Recovery of database 'Billing_Rep' (8) is 7% complete (approximately 1224 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:17.980 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1202 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.450 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1196 seconds remain). Phase 2 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.450 spid13s
    1 transactions rolled forward in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.560 spid13s
    Recovery of database 'Billing_Rep' (8) is 8% complete (approximately 1196 seconds remain). Phase 3 of 3. This is an informational message only. No user action is required.
    2014-09-24 04:05:22.710 spid13s
    CHECKDB for database 'Billing_Rep' finished without errors on 2014-09-20 13:25:01.597 (local time). This is an informational message only; no user action is required.
    2014-09-24 04:05:22.720 spid13s
    0 transactions rolled back in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.720 spid13s
    Recovery is writing a checkpoint in database 'Billing_Rep' (8). This is an informational message only. No user action is required.
    2014-09-24 04:05:22.730 spid13s
    Recovery completed for database Billing_Rep (database ID 8) in 109 second(s) (analysis 63983 ms, redo 45211 ms, undo 154 ms.) This is an informational message only. No user action is required.
    2014-09-24 04:05:22.750 spid7s
    Recovery is complete. This is an informational message only. No user action is required.
    2014-09-24 07:00:06.930 spid53
    Common language runtime (CLR) functionality initialized using CLR version v2.0.50727 from C:\Windows\Microsoft.NET\Framework64\v2.0.50727\.
    2014-09-24 07:00:07.720 spid53
    AppDomain 2 (mssqlsystemresource.sys[runtime].1) created.
    2014-09-24 07:13:38.590 spid51
    SQL Server blocked access to STATEMENT 'OpenRowset/OpenDatasource' of component 'Ad Hoc Distributed Queries' because this component is turned off as part of the security configuration for this server. A system administrator can enable the use of 'Ad
    Hoc Distributed Queries' by using sp_configure. For more information about enabling 'Ad Hoc Distributed Queries', see "Surface Area Configuration" in SQL Server Books Online.
    2014-09-24 07:13:53.870 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:53.870 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:56.560 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:56.560 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.460 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.460 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.560 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.560 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:13:57.950 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:13:57.950 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:14:04.410 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:14:04.410 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:14:04.960 Logon
    Error: 18456, Severity: 14, State: 38.
    2014-09-24 07:14:04.960 Logon
    Login failed for user 'BCBIO\sqlservice'. Reason: Failed to open the explicitly specified database. [CLIENT: 172.20.100.6]
    2014-09-24 07:34:13.330 spid54
    Error: 17053, Severity: 16, State: 1.
    2014-09-24 07:34:13.330 spid54
    V:\log\templog.ldf: Operating system error 112(There is not enough space on the disk.) encountered.
    2014-09-24 07:34:14.430 spid54
    Error: 9002, Severity: 17, State: 4.
    2014-09-24 07:34:14.430 spid54
    The transaction log for database 'tempdb' is full. To find out why space in the log cannot be reused, see the log_reuse_wait_desc column in sys.databases
    --Currently using Reporting Service 2000; Visual Studio .NET 2003; Visual Source Safe SSIS 2008 SSAS 2008, SVN --

  • Biztalk 2013 to pick files from webdav

    Hi Guys,
    Can anyone let me know whether Biztalk 2013 will work with webdav to pick files? I am thinking to use webdav and host an endpoint in IIS to store the files created by different applications. The reason would be just to avoid sharing of windows file paths
    and use a consistent authentication mechanism at the IIS level.
    So if any application puts a file in to the webdav, Can we configure Biztalk to pick those files? If so, do we get same message context properties as FILE adapter?
    Thanks
    JB

    Hi Janardhan,
    Before I validate this approach of using WebDav as file share for BizTalk, let me just answer your question directly.
    While configuring WebDav, you would create a file share for WebDAV and map this file
    share to your virtual directory. And if you want to use WebDav as file share (for files created by different applications) then you can use BizTalk file adapter to access the files, so in this case since you have used the File adapter you will have file adapter
    related context properties to the message published in to BizTalk message box db. You have to ensure, BizTalk host instance’s credentials uses by the file Receive location to pick the files from file share of WebDav has access to receive the files.
    Following article can help you on creating file share in WebDav
    MSDN
    Blog:Setting up WebDAV on IIS using Windows Authentication and a UNC, mapped drive or file share
    But instead of considering this option did you consider the following options through which you can still control the access at IIS level.:
    BTSHTTPReceive.dll:
    You can configure virtual directory with BTSHTTPReceive.dl in IIS.
    Once IIS is configured for
    BTSHTTPReceive.dl
    BizTalk listens to this URL and, through the use of BTSHTTPReceive.dll and the HTTP receive adapter message posted to this URL is passed to the BizTalk MessageBox
    Following article shall help to know details about this and how to configure it
    http://tech.movie-stars.us/windows_server/biztalk-2010-recipes---adapters---configuring-http-receives.aspx
    http://soa-thoughts.blogspot.co.uk/2011/07/using-btshttpreceive-in-x64-environment.html
    http://www.biztalkbill.com/Home/tabid/40/EntryId/66/Configuring-BTSHTTPReceive-dll-to-work-on-IIS-7.aspx
    Publish schema as WCF Service:
    You can build a single schema that has a child node of type “any.”  Then, you can use the “publish schemas as WCF service” option of the publishing wizards to create a general
    purpose service which can be used to receive different types of message from different applications. Here different application/customer client call this WCF service upload their data document in the <Any> section of the schema, If you’re using
    WCF receive locations, you can always strip out the wrapper node before publishing to the MessageBox.
    For more options, read the following article:
    Four Ways to Accept Any XML Data Into BizTalk Web
    Services
    I would certainly consider other option before using WebDav as file share for BizTalk to process the file.
    The above methods are suggested since you want to control the access level at IIS, other obvious options are FTP..
    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.

  • Installation Biztalk 2013 in production

    hi all,
    I have to install biztalk server 2013 in production env.(here we have 2 biztalk servers running on 2 different servers connected to SQL server 2012 on another server which is already installed)
    Disable IPv6
    Turn off Internet Explorer Enhanced Security Configuration
    Turn Windows Firewall Off
    Configure the Application Event Log
    Enable Internet Information Services 
    Running the BAM Portal in a 64-bit Environment
    Configure the SMTP Server
    Verify Your Installation
    Install Microsoft Office Excel 2013.
    Configure SQL Server Database Mail feature 
    Install and Configure BizTalk Server 2013 
    Verify Your Installation
    Configure BizTalk Server 2013
    Validate Mail account used by BizTalk to send BAM Alerts
    Installing BizTalk Adapter Pack
    Install Microsoft BizTalk Adapter Pack(x64)
    Install Microsoft BizTalk Adapters for Enterprise Applications
    Add adapters to BizTalk Administration Console
    Configure BizTalk Server SQL Jobs
    Backup BizTalk Server (BizTalkMgmtDb)
    DTA Purge and Archive (BizTalkDTADb)
    MessageBox_Message_Cleanup_BizTalkMsgBoxD
    Configure BizTalk Server Windows Services 
     Are this steps correct for installation please suggest
    Thanks
    Thanks,

    Hi Sachin,
    There are some steps missing from your list, some like:
    enable  network DTC access
    Enable network  COM+ access on all BizTalk servers and any remote SQL Server instances used by BizTalk Server
    Enabling BAM Add-in from Excel ( Excel installintion is not enough, you have to enable BAM Add-in from Excel)
    Configure
    Notification Services, if you use BAM alerts.
    Configure Windows Groups and Service Accounts before installation.
    Install Active Directory domain services for the various BizTalk Server groups and accounts.
    Clustering MSDTC
    Install SQL Server Failover Clustering
    etc.....
    Can any beat Microsoft's installation document on this context, refer to "Installing BizTalk Server 2013 and BAM in a Multi-Computer Environment" document. Download the document from here.
    Installation Guides Related to BizTalk Server 2013
    When you click "download" button, select "Installing BizTalk Server 2013 and BAM in a Multi-Computer Environment.docx" for your purpose.
    This document details all the steps required for the successful multi-server BizTalk installation as your requirement.
    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 Eventlog.WriteEntry

    On Biztalk 2006R2 (windows server 2003R2), I never had problem writing to eventlog from my Biztalk orchestration.
    But on BizTalk 2013 (Windows server 2008R2), whenever My Biztalk application tries to write to eventlog, I see the following error:
    Inner exception: The source was not found, but some or all event logs could not be searched.  Inaccessible logs: Security.
    Exception type: SecurityException
    Source: System
    I followed the instructions in the following link and was able to resolve the issue.
    http://www.codeproject.com/Articles/271578/BizTalk-Event-Log-error-The-source-was-not-found-b
    But I am not sure if it is the right way of fixing  the problem.  Anyone faced similar problems with Biztalk 2013? Any inputs on the cause and the resolution of the problem?? Greatly
    appreciate any insgiht or suggestions on it.

    If the Source does not exist, an implicit attempt to create it will be made during the Write.  If the logged on use does not have the ability to create Event Sources, this will fail as you see.  As stated, this is a .Net thing and is in no way
    BizTalk specific.
    The BizTalk Host Instance Service Account should not have Administrative rights on the machine.
    You have two options:
    Write a program that creates the Event Source using EventLog.CreateEventSource():
    http://msdn.microsoft.com/en-us/library/2awhba7a(v=vs.110).aspx
    Use the eventcreate.exe utility:
    http://support.microsoft.com/kb/324145/en-us
    eventcreate is probably your best option here.

  • BizTalk 2013 choice for "999" file type missing in Party Agreement configuration

    Ok guys--this makes no sense. In BizTalk 2010, we were able to select the 999 file type in the party Config/Agreement section, specifically in the "Envelopes", "Local Host Settings" & Transaction Set List" sections under
    "Transaction Set Settings". I could see if this was a 997 file type as that should be deprecated under 5010, but this is 999, the new format.
    Since my experience with 2013 is limited, can anyone tell me if there is a service pack or CU we missed when this was setup that might include this? A setting somewhere perhaps?
    Any assistance is appreciated--thanks in advance---
    Tom

    Confirmed as bug / oversight in Biztalk 2013 -Ugh
    Hello Scott,
    We did an in-house repro and realized that this does not work.
    It seems in BizTalk Server 2010, we had 999 listed under the
    supported transactions list, but it is somehow not listed in BizTalk Server 2013.
    We have raised a ticket to the Product Group to review this and make the required change. However, we do not have an ETA by when this change will be implemented.
    Thanks,
    Kshitij
    Scott K Berger

  • BizTalk 2013 Synchronous scenario

    Hi
    Is there a sample of how to do a synchronous web service call using biztalk 2013 anywhere i can look at?
    Basically i need to call biztalk from a .Net web application, biztalk passes this onto SAP and the response message needs to go back to the web application.
    Thanks
    Riaz

    expose your schema as a service (this is what your .Net client will call) and create the associated receive port [the service endpoint]. Create a wcf SAP request-response port which will pass this request to SAP.
    Bind this send port (through filter) to the receive location and apply the MAP to transform from your request schema to the SAP service schema.
    If however you want to do additional processing which might not be possible through maps then convert this into an orchestration and expose the orchestration as a service.
    Regards.

  • Micrsoft Diagnostic service crashing unable to genarate dailyperformace logs files in server

    Dear Team,
    Please suggest post upgradation  Exchange 2013 CU6 unable to genarate dailyperformace logs files on some of the servers.
    We tried deleting the registry as suggested in below artical but not help to resolve that. in task scheduled unable to see both performace logs.
    http://blogs.technet.com/b/anya/archive/2014/11/25/microsoft-exchange-diagnostics-service-crashing-post-cu6-upgrade.aspx
    Please help.
    Thanks,
    Satish

    Hi,
    From your description, I recommend you check if Task Scheduler Service is disabled by any GPO. If yes, please enable Task Scheduler Service and then restart Exchange server to check the result.
    Here is a similar thread for your reference.
    Exchange 2013 CU6 MSExchangeDiagnostics Crash
    https://social.technet.microsoft.com/Forums/office/en-US/30fdc02d-b36e-427d-99b7-9598d781a097/exchange-2013-cu6-msexchangediagnostics-crash?forum=exchangesvradmin
    Hope this can be helpful to you.
    Best regards,
    Amy Wang
    TechNet Community Support

Maybe you are looking for