Project

General

Profile

« Previous | Next » 

Revision e4598bb4

Added by Andreas Müller over 4 years ago

ref #1444 add new ERMS source and rename old one

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/PesiSources.java
83 83
		return  makeSource(dbms, strServer, strDB, port, userName, null);
84 84
	}
85 85

  
86
   public static Source PESI2019_ERMS(){
86
    public static Source PESI2019_ERMS_2018(){
87 87
        //  BerlinModel - Pesi-ERMS
88 88
        String dbms = Source.SQL_SERVER_2008;
89 89
        String strServer = "BGBM-PESISQL\\SQLEXPRESS";
90
        String strDB = "erms";
90
        String strDB = "erms_2018_07_05";
91
        int port = 1434;
92
        String userName = "pesiimport";
93
        return  makeSource(dbms, strServer, strDB, port, userName, null);
94
    }
95

  
96
    public static Source PESI2019_ERMS_2019(){
97
        //  BerlinModel - Pesi-ERMS
98
        String dbms = Source.SQL_SERVER_2008;
99
        String strServer = "BGBM-PESISQL\\SQLEXPRESS";
100
        String strDB = "erms2019_12_16";
91 101
        int port = 1434;
92 102
        String userName = "pesiimport";
93 103
        return  makeSource(dbms, strServer, strDB, port, userName, null);

Also available in: Unified diff