diff --git a/src/DB_interfaces/api_db/dbapi.cpp b/src/DB_interfaces/api_db/dbapi.cpp
index fefaa2b..7be9f58 100755
--- a/src/DB_interfaces/api_db/dbapi.cpp
+++ b/src/DB_interfaces/api_db/dbapi.cpp
@@ -836,8 +836,8 @@ TSyError TDB_Api_Config::Connect( cAppCharP aModName, CContext &globContext,
     if (!Supported( VP_FLI_DSS         )) vdd= Plugin_DS_Data_OLD2;
     if (!Supported( VP_ResumeToken     )) vdd= Plugin_DS_Data_OLD1;
     cAppCharP                             vdb= Plugin_DS_Blob;
-    if (!Supported( VP_BLOB_JSignature )) vdb= Plugin_DS_Blob_OLD2; // new BLOB signature
-    if (!Supported( VP_DeleteBlob      )) vdb= Plugin_DS_Blob_OLD1;
+    // if (!Supported( VP_BLOB_JSignature )) vdb= Plugin_DS_Blob_OLD2; // new BLOB signature
+    // if (!Supported( VP_DeleteBlob      )) vdb= Plugin_DS_Blob_OLD1;
 
   //---- module ---------------------------------
     if (!err) err=     DBApi_Assign( "", &m.param,        sizeof(m.param),        Plugin_Param );
