Closed (fixed)
Project:
DBTNG Migrator
Version:
7.x-1.0
Component:
Code
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2011 at 09:59 UTC
Updated:
9 Feb 2012 at 21:00 UTC
when i migrate then with oracle database ,i am getting this error
DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\site\includes\database\database.inc).
and also -
Original
DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\test7\includes\database\database.inc).
Additional
DatabaseTransactionNoActiveException: in DatabaseConnection->popTransaction() (line 1100 of C:\wamp\www\test7\includes\database\database.inc).
Do you have any suggestions.
Comments
Comment #1
josh waihi commentedI don't this this is DBTNG Migrator related. You're trying to pop a transaction that doesn't exist. Maybe you have some contrib code somewhere that tries to rollback a transaction that doesn't exist?
I kind of need more information to be able to debug further.
Comment #2
alexkb commentedI'm using the oracle db driver module, and came across these errors, when I left it too long before I set db_set_active() back. A bit more info is here: http://drupal.org/node/18429#comment-5486618
Comment #3
aaaristo commentedfixed from oracle driver version 1.10
Comment #4
josh waihi commentedThanks aaaristo!