diff --git a/CEP/Pipeline/framework/lofarpipe/support/control.py b/CEP/Pipeline/framework/lofarpipe/support/control.py
index d7c95611a2cf1ccac789a18542f24cba937bc698..63fecc8c3778553df859509e13f1b5d891e650be 100644
--- a/CEP/Pipeline/framework/lofarpipe/support/control.py
+++ b/CEP/Pipeline/framework/lofarpipe/support/control.py
@@ -128,8 +128,8 @@ class control(StatefulRecipe):
         super(control, self).go()
 
         # Pull several parameters from the parset
-        self.momID = self.parset.getString("Observation.momID", "")  # Note: 0 if obs was copied in Scheduler
-        self.sasID = self.parset.getString("Observation.otdbID", "") # SAS ID
+        self.momID = self.parset.getString("ObsSW.Observation.momID", "")  # Note: 0 if obs was copied in Scheduler
+        self.sasID = self.parset.getString("ObsSW.Observation.otdbID", "") # SAS ID
 
         # Start the pipeline
         self.logger.info("LOFAR Pipeline (%s) starting." % self.name)