I'm finishing up another Commerce Server site this week. I had the worst DTC issues because the client is using a firewall that isn't allowing Commerce Server's DCOM components to create transactions. So a call to Basket.SaveAsOrder caused the application to fail.
Finally, I decided to rewrite the base functionality of the SaveAsOrder function storing the order in the Order* tables using only SQL transactions. In doing so, I am sure to lose some functionality with the OrderGroup object in the future, but at least I'll have the order stored in Commerce Server.
Oh well, it's going to be over soon.
Saturday, June 11, 2005
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment