Project

General

Profile

« Previous | Next » 

Revision 2d481abb

Added by Katja Luther almost 10 years ago

changes in Fauna Europeae Import and Index Fungorum Import and PESI Export

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiSources.java
37 37
		//	Fauna Europaea auf pesiimport3
38 38
		String dbms = Source.SQL_SERVER_2008;
39 39
        String strServer = "pesiimport3";
40
        String strDB = "MfN_FaunaEuropeae";
40
        String strDB = "MfN_FaunaEuropaea";
41 41
		int port = 1433;
42 42
		String userName = "pesiExportFaunaEu";
43 43
		return  ImportUtils.makeSource(dbms, strServer, strDB, port, userName, null);
......
93 93
		return  makeSource(dbms, strServer, strDB, port, userName, null);
94 94
	}
95 95
	
96
	public static Source PESI3_IF(){
97
		//	BerlinModel - Pesi-ERMS
98
		String dbms = Source.SQL_SERVER_2008;
99
		String strServer = "Pesiimport3";
100
		String strDB = "IF_2014_06";
101
		int port = 1433;
102
		String userName = "pesiExportFaunaEu";
103
		return  makeSource(dbms, strServer, strDB, port, userName, null);
104
	}
105
	
96 106
	public static Source PESI_IF(){
97 107
		//	BerlinModel - Pesi-IF
98 108
		String dbms = Source.SQL_SERVER_2008;

Also available in: Unified diff