diff --git a/MAC/GCF/_PAL/PA/src/preparePVSS-DB b/MAC/GCF/_PAL/PA/src/preparePVSS-DB
index 4f56bf5ab3f450d51e3f82ee3748a1754a918d35..b4b6472c36329696304f39482c94b981dbb014a7 100644
--- a/MAC/GCF/_PAL/PA/src/preparePVSS-DB
+++ b/MAC/GCF/_PAL/PA/src/preparePVSS-DB
@@ -10,14 +10,14 @@ if [ "a$runningPVSS00ctrl" != "a" ]; then
   kill -9 $runningPVSS00ctrl
 fi
 
-echo PropertyAgent: Prepare DB
-PVSS00ctrl -script libs/gcfpa-prep.ctl -currentproj
+#echo PropertyAgent: Prepare DB
+#PVSS00ctrl -script libs/gcfpa-prep.ctl -currentproj
 echo PropertyAgent: Start watch-dog in the background
 PVSS00ctrl -script libs/gcfpa-cwd.ctl -currentproj &
 
-if [ -r customPrepPVSSDB.ctl ]; then
-	echo PropertyAgent: Start custom prepare DB
-	cp *.ctl $PROJ_PATH/scripts
-	PVSS00ctrl -script customPrepPVSSDB.ctl -currentproj
-	rm -f $PROJ_PATH/scripts/customPrepPVSSDB.ctl
-fi
\ No newline at end of file
+#if [ -r customPrepPVSSDB.ctl ]; then
+#	echo PropertyAgent: Start custom prepare DB
+#	cp *.ctl $PROJ_PATH/scripts
+#	PVSS00ctrl -script customPrepPVSSDB.ctl -currentproj
+#	rm -f $PROJ_PATH/scripts/customPrepPVSSDB.ctl
+#fi