new passwords for pesi destinations
authorAndreas Müller <a.mueller@bgbm.org>
Wed, 6 Jun 2012 08:35:27 +0000 (08:35 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Wed, 6 Jun 2012 08:35:27 +0000 (08:35 +0000)
cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiDestinations.java

index 4bbcdd366bd69833ce4c9955bd259754ab1a41be..05904da90d12b85ccd26b945e0fe6822b4686cd0 100644 (file)
@@ -30,17 +30,17 @@ public class PesiDestinations {
                String strServer = "localhost";\r
                String strDB = "CDM_EM2PESI";\r
                int port = 1433;\r
-               String userName = "pesiexport";\r
+               String userName = "pesiexport3";\r
                return makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r
        public static Source pesi_test_local_CDM_EM2PESI_tmp(){\r
                //      CDM - PESI\r
                String dbms = Source.SQL_SERVER_2008;\r
-               String strServer = "pesiimport3";\r
+               String strServer = "localhost";\r
                String strDB = "CDMTMP_EM2PESI";\r
                int port = 1433;\r
-               String userName = "pesiexport";\r
+               String userName = "pesiexport2";\r
                return makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r