Omer Dansky’s Blog

Just another WordPress.com weblog

Solution for when you get the error The partner transaction manager has disabled its support for remote/network transactions Exception from HRESULT: 0x8004D025

A team member found this link with the solution:

http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=230390&SiteID=1

(Thanks to morningsunshine):

First verify the “Distribute Transaction Coordinator” Service is
running on both database server computer and client computers
1.      Go to “Administrative Tools > Services”
2.      Turn on the “Distribute Transaction Coordinator” Service if it is not running

If it is running and client application is not on the same computer as
the database server, on the computer running database server
1.      Go to “Administrative Tools > Component Services”
2.      On the left navigation tree, go to “Component Services > Computers
> My Computer” (you may need to double click and wait as some nodes
need time to expand)
3.      Right click on “My Computer”, select “Properties”
4.      Select “MSDTC” tab
5.      Click “Security Configuration”
6.      Make sure you check “Network DTC Access”, “Allow Remote Client”,
“Allow Inbound/Outbound”, “Enable TIP” (Some option may not be
necessary, have a try to get your configuration)
7.      The service will restart
8.      BUT YOU MAY NEED TO REBOOT YOUR SERVER IF IT STILL DOESN’T WORK
(This is the thing drove me crazy before)

On your client computer use the same above procedure to open the
“Security Configuration” setting, make sure you check “Network DTC
Access”, “Allow Inbound/Outbound” option, restart service and computer
if necessary.

On you SQL server service manager, click “Service” dropdown, select
“Distribute Transaction Coordinator”, it should be also running on
your server computer.

November 25, 2008 Posted by | Biztalk | , , | Leave a comment

Orders Receive Adapter – String was not recognized as a valid DateTime

When getting an error like this:

==================================================

Event Type: Error
Event Source: Commerce Server Orders Receive Adapter
Event Category: None
Event ID: 0
Date:  19/11/2008
Time:  11:07:00
User:  N/A
Computer: SV-BIZ2
Description:
Failed submitting message to BizTalk.  Message: String was not recognized as a valid DateTime..  Stack trace:    at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
   at System.DateTime.Parse(String s, IFormatProvider provider)
   at Microsoft.CommerceServer.Adapter.Orders.OrdersReceiveEndpoint.get_TimeWindow()
   at Microsoft.CommerceServer.Adapter.Orders.OrdersReceiveEndpoint.SubmitBatch().

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

==================================================

 

All you need to do – is

1. disable the receive location.

2. start->run->regedit->and go to:
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Commerce Server 2007 BizTalk Adapters\Orders]

3. Delete the Key which associates with with the Orders Receive port (you can find it in the adapter properties: “Registy Subkey”

4. Start the port again.

 

Omer

November 19, 2008 Posted by | Biztalk | , | Leave a comment