Index: /trunk/ippTools/src/pxchip.c
===================================================================
--- /trunk/ippTools/src/pxchip.c	(revision 15613)
+++ /trunk/ippTools/src/pxchip.c	(revision 15614)
@@ -66,10 +66,4 @@
     PS_ASSERT_PTR_NON_NULL(config, false);
 
-    // start a transaction
-    if (!psDBTransaction(config->dbh)) {
-        psError(PS_ERR_UNKNOWN, false, "database error");
-        return false;
-    }
-    
     // create a chipRun
     if (!chipRunInsert(config->dbh,
@@ -84,14 +78,4 @@
             dvodb)
     ) {
-        // rollback
-        if (!psDBRollback(config->dbh)) {
-            psError(PS_ERR_UNKNOWN, false, "database error");
-        }
-        psError(PS_ERR_UNKNOWN, false, "database error");
-        return 0;
-    }
-
-    // point of no return
-    if (!psDBCommit(config->dbh)) {
         psError(PS_ERR_UNKNOWN, false, "database error");
         return 0;
