changes for vernacular names import
[cdmlib-apps.git] / cdm-pesi / src / main / java / eu / etaxonomy / cdm / app / pesi / PesiSources.java
index ff9f38c6bafa14adee294565e01ea9503a09ccd4..e376ff4e8ab675a3d30fc078b2a1bf7c1d121967 100644 (file)
@@ -29,7 +29,17 @@ public class PesiSources {
         String strServer = "pesiimport3";\r
         String strDB = "FaunEu";\r
                int port = 1433;\r
-               String userName = "pesiexport";\r
+               String userName = "pesiExportFaunaEu";\r
+               return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);\r
+       }\r
+       \r
+       public static Source mfn_faunEu_pesi3(){\r
+               //      Fauna Europaea auf pesiimport3\r
+               String dbms = Source.SQL_SERVER_2008;\r
+        String strServer = "pesiimport3";\r
+        String strDB = "MfN_FaunaEuropaea";\r
+               int port = 1433;\r
+               String userName = "pesiExportFaunaEu";\r
                return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r
@@ -83,6 +93,16 @@ public class PesiSources {
                return  makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r
+       public static Source PESI3_IF(){\r
+               //      BerlinModel - Pesi-ERMS\r
+               String dbms = Source.SQL_SERVER_2008;\r
+               String strServer = "Pesiimport3";\r
+               String strDB = "IF_2014_06";\r
+               int port = 1433;\r
+               String userName = "pesiExportFaunaEu";\r
+               return  makeSource(dbms, strServer, strDB, port, userName, null);\r
+       }\r
+       \r
        public static Source PESI_IF(){\r
                //      BerlinModel - Pesi-IF\r
                String dbms = Source.SQL_SERVER_2008;\r