Added new destination PESI_v11@bgbm42
authorem.lee <em.lee@localhost>
Wed, 8 Sep 2010 10:58:22 +0000 (10:58 +0000)
committerem.lee <em.lee@localhost>
Wed, 8 Sep 2010 10:58:22 +0000 (10:58 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiDestinations.java

index e87806b88d80b2aad6ba2d32066cca759c0e783c..a44aa56aaf7ba2c7a46a58a4256e6f38111a41a7 100644 (file)
@@ -46,6 +46,17 @@ public class PesiDestinations {
                return makeSource(dbms, strServer, strDB, port, userName, pwd);\r
        }\r
        \r
+       public static Source pesi_test_local_PESI_V11(){\r
+               //      CDM - PESI\r
+               String dbms = Source.SQL_SERVER_2008;\r
+               String strServer = "C206\\MSSQLSERVER2";\r
+               String strDB = "PESI_V11_LOCAL";\r
+               int port = 1433;\r
+               String userName = "sa";\r
+               String pwd = "bewell";\r
+               return makeSource(dbms, strServer, strDB, port, userName, pwd);\r
+       }\r
+       \r
        public static Source pesi_test_bgbm42_CDM_DWH_FaEu(){\r
                //      CDM - PESI\r
                String dbms = Source.SQL_SERVER_2008;\r
@@ -57,6 +68,17 @@ public class PesiDestinations {
                return makeSource(dbms, strServer, strDB, port, userName, pwd);\r
        }\r
        \r
+       public static Source pesi_test_bgbm42_PESI_V11(){\r
+               //      CDM - PESI\r
+               String dbms = Source.SQL_SERVER_2008;\r
+               String strServer = "BGBM42";\r
+               String strDB = "PESI_v11";\r
+               int port = 1433;\r
+               String userName = "WebUser";\r
+               String pwd = "";\r
+               return makeSource(dbms, strServer, strDB, port, userName, pwd);\r
+       }\r
+       \r
        /**\r
         * Initializes the source.\r
         * @param dbms\r