[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

09/18/2009 at 11:49AM PDT, ID: 24744251
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

8.2

BizTalk errors when connecting to remote SQL database

Asked by pharmon96 in Biztalk Server, MS SQL Server, Windows 2003 Server

Tags: BizTalk 2006, SQL Server 2003

We are running BizTalk 2006 R2 on Windows Srv 2003. We are trying to get BizTalk to connect to a another server running SQL 2003 (also running on Win2k3) and automatically run some storage procedures. Both servers are running in a virtual environment. It appears BizTalk can connect to the database but errors out when trying to run the procedures. We can successfully connect to the database from the BizTalk server and manually run the procedures. I've pasted the errors from the BizTalk Srv below.  Also there is another standalone web server that connects to the same SQL server and database. It has a different set of storage procedures that it runs successfully. We've tried a few different things with no success. Any help is greatly appreciated!

Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5740
Date:  9/18/2009
Time:  10:50:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter "SQL" raised an error message. Details "New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date:  9/18/2009
Time:  10:50:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter failed to transmit message going to send port "GetInitialValues.SQL" with URL "SQL://PEDALSDBDEVSERV/PeDALS_DLB/". It will be retransmitted after the retry interval specified for this Send Port. Details:"New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5740
Date:  9/18/2009
Time:  10:55:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter "SQL" raised an error message. Details "New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date:  9/18/2009
Time:  10:55:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter failed to transmit message going to send port "GetInitialValues.SQL" with URL "SQL://PEDALSDBDEVSERV/PeDALS_DLB/". It will be retransmitted after the retry interval specified for this Send Port. Details:"New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5740
Date:  9/18/2009
Time:  11:00:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter "SQL" raised an error message. Details "New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Warning
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5743
Date:  9/18/2009
Time:  11:00:02 AM
User:  N/A
Computer: PEDALS
Description:
The adapter failed to transmit message going to send port "GetInitialValues.SQL" with URL "SQL://PEDALSDBDEVSERV/PeDALS_DLB/". It will be retransmitted after the retry interval specified for this Send Port. Details:"New transaction cannot enlist in the specified transaction coordinator. ".


Event Type: Error
Event Source: BizTalk Server 2006
Event Category: BizTalk Server 2006
Event ID: 5754
Date:  9/18/2009
Time:  11:05:02 AM
User:  N/A
Computer: PEDALS
Description:
A message sent to adapter "SQL" on send port "GetInitialValues.SQL" with URI "SQL://PEDALSDBDEVSERV/PeDALS_DLB/" is suspended.
 Error details: New transaction cannot enlist in the specified transaction coordinator.  
 MessageId:  {FFB243AF-8251-432E-9DB2-09C50E573210}
 InstanceID: {055612FE-BE73-4CDA-8486-6EDF9FDAC3C9}


Event Type: Error
Event Source: XLANG/s
Event Category: None
Event ID: 10034
Date:  9/18/2009
Time:  11:05:03 AM
User:  N/A
Computer: PEDALS
Description:
Uncaught exception (see the 'inner exception' below) has suspended an instance of service 'PeDALS.AZ.Orchestrations.MaricopaMarriageCertificate(9b1c471e-6c4d-d22c-fdc8-c64b7c471e36)'.
The service instance will remain suspended until administratively resumed or terminated.
If resumed the instance will continue from its last persisted state and may re-throw the same unexpected exception.
InstanceId: 3308f558-0df2-423e-b4a2-363d9d8894d0
Shape name:
ShapeId:
Exception thrown from: segment -1, progress -1
Inner exception: An error occurred while processing the message, refer to the details section for more information
Message ID: {FFB243AF-8251-432E-9DB2-09C50E573210}
Instance ID: {055612FE-BE73-4CDA-8486-6EDF9FDAC3C9}
Error Description: New transaction cannot enlist in the specified transaction coordinator.

       
Exception type: XlangSoapException
Source: Microsoft.XLANGs.BizTalk.Engine
Target Site: Void VerifyTransport(Microsoft.XLANGs.Core.Envelope, Int32, Microsoft.XLANGs.Core.Context)
The following is a stack trace that identifies the location where the exception occured

   at Microsoft.BizTalk.XLANGs.BTXEngine.BTXPortBase.VerifyTransport(Envelope env, Int32 operationId, Context ctx)
   at Microsoft.XLANGs.Core.Subscription.Receive(Segment s, Context ctx, Envelope& env, Boolean topOnly)
   at Microsoft.XLANGs.Core.PortBase.GetMessageIdForSubscription(Subscription subscription, Segment currentSegment, Context cxt, Envelope& env, CachedObject location)
   at Microsoft.XLANGs.Core.PortBase.GetMessageId(Subscription subscription, Segment currentSegment, Context cxt, Envelope& env, CachedObject location)
   at PeDALS.Orchestrations.GetInitialValues.segment1(StopConditions stopOn)
   at Microsoft.XLANGs.Core.SegmentScheduler.RunASegment(Segment s, StopConditions stopCond, Exception& exp)

Regards,
Paul
[+][-]09/19/09 05:44 AM, ID: 25372838

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]09/21/09 06:09 AM, ID: 25382445

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]09/21/09 06:17 AM, ID: 25382504

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]10/06/09 12:34 PM, ID: 25508929

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: Biztalk Server, MS SQL Server, Windows 2003 Server
Tags: BizTalk 2006, SQL Server 2003
Sign Up Now!
Solution Provided By: pharmon96
Participating Experts: 1
Solution Grade: A
 
 
 
Loading Advertisement...
20090824-EE-VQP-74 - Hierarchy / EE_QW_3_20080625