Index: /branches/eam_branches/ipp-20230313/tools/eam/itc.config/get.schema.sh
===================================================================
--- /branches/eam_branches/ipp-20230313/tools/eam/itc.config/get.schema.sh	(revision 42615)
+++ /branches/eam_branches/ipp-20230313/tools/eam/itc.config/get.schema.sh	(revision 42616)
@@ -1,6 +1,6 @@
 #!/bin/csh
 
-if ($#argv != 1) then
-   echo "USAGE: get.schema.sh (database)"
+if ($#argv != 2) then
+   echo "USAGE: get.schema.sh (database) (password)"
    exit 2
 endif
@@ -24,6 +24,6 @@
 set dbserver = localhost
 set dbuser = ipp
-set dbpass = ipp
 set dbname = $argv[1]
+set dbpass = $argv[2]
 
 # generate skycell entry (needed for xcsky and xccal queries)
