Index: /branches/eam_branches/ipp-20120601/ippTools/src/dettool_residimfile.c
===================================================================
--- /branches/eam_branches/ipp-20120601/ippTools/src/dettool_residimfile.c	(revision 34058)
+++ /branches/eam_branches/ipp-20120601/ippTools/src/dettool_residimfile.c	(revision 34059)
@@ -284,5 +284,5 @@
     PS_ASSERT_PTR_NON_NULL(config, NULL);
 
-    PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
+    // PXOPT_LOOKUP_S64(det_id, config->args, "-det_id", true, false);
     PXOPT_LOOKUP_STR(data_state, config->args, "-data_state", true, false);
 
Index: /branches/eam_branches/ipp-20120601/ippTools/src/vptool.c
===================================================================
--- /branches/eam_branches/ipp-20120601/ippTools/src/vptool.c	(revision 34058)
+++ /branches/eam_branches/ipp-20120601/ippTools/src/vptool.c	(revision 34059)
@@ -126,5 +126,5 @@
         }
 
-        // GET_VALUE (psS64,    S64, exp_id,        "exp_id");
+        GET_VALUE (psS64,    S64, exp_id,        "exp_id");
         GET_VALUE (psString, Str, raw_workdir,   "workdir");
         GET_VALUE (psString, Str, raw_label,     "label");
@@ -176,6 +176,5 @@
     PS_ASSERT_PTR_NON_NULL(config, NULL);
 
-    PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false);
-
+    // PXOPT_LOOKUP_S64(exp_id, config->args, "-exp_id", false, false);
 
     PXOPT_LOOKUP_STR(label, config->args, "-set_label", true, false);
