Assertion failure
Posted: Mon 21 Jan 2008 16:30
On my systems, I am developing on Windows 2003 server, where I have mssql installed.
On my test machine, I am running windows xp, and have sqlexpress installed.
Either system will work, if I run locally.
On either sytem, if I connect to the 'opposite' system and try editing a record, (which starts a transaction), I get an error when I call
'msTransaction.StartTransaction'
Watching it through dbmonitor, I see the error :
The partner transaction manager has disabled its support for remote/network transactions.
Followed by the assertion failure in my program:
Assertion failure d:\projects\Delphi\sDac\Source\OledbAccess line 4251.
Since one of my sites is hitting this, can you point me in the correct direction to fix?
I am using sDac 4.35.0.14
Delphi 7
On my test machine, I am running windows xp, and have sqlexpress installed.
Either system will work, if I run locally.
On either sytem, if I connect to the 'opposite' system and try editing a record, (which starts a transaction), I get an error when I call
'msTransaction.StartTransaction'
Watching it through dbmonitor, I see the error :
The partner transaction manager has disabled its support for remote/network transactions.
Followed by the assertion failure in my program:
Assertion failure d:\projects\Delphi\sDac\Source\OledbAccess line 4251.
Since one of my sites is hitting this, can you point me in the correct direction to fix?
I am using sDac 4.35.0.14
Delphi 7