I am trying integrations with eConnect 11.0 (Dynamics GP 2010 R2), a SQL Server 2008 R2 DB, Visual Studio 2008 (VB.NET), I Have integrated Finnancial Transactions successfully (one or a lot, included AA and MDA), but SOP Transactions raise an error "The operation is not valid for the state of the transaction".
This error ocurres with a simple SOP Transaction (header and line), The error is registered on DB which contains Data to be push into Dynamics GP, but when I reviewed the Transaction Entry Windows on Dynamics GP, there, transaction is perfectly integrated. Debugging source code I realized the operation staying a lot of time on this instruction "eConnect.CreateTransactionEntity(eConnect_ConnectionString, Xml.ToString)", then raised the Timeout on DTC and finished the operation regestering error on DB and regestering Data perfectly integrated on GP.
.
I have not integrated more SOP transactions , because the first abort the global operation. When I Integrate GL Transactions i can integrate more transaction although someone transaction raise an error rollback these one and it continue with the other ones.
Why? What should I do?
*This post is locked for comments