Project

General

Profile

« Previous | Next » 

Revision 67426b79

Added by Andreas Müller over 4 years ago

ref #2717 adapt PesiExport to EuroMed requirements and adapt PesiExportActivatorEM

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiDestinations.java
23 23

  
24 24
	public static Source pesi_test_local_CDM_EM2PESI(){
25 25
		String dbms = Source.SQL_SERVER_2008;
26
		String strServer = "localhost";
26
		String strServer = "pesiimport3";
27 27
		String strDB = "CDM_EM2PESI";
28 28
		int port = 1433;
29
		String userName =  "pesiexport";// "pesiexport3";
29
		String userName =  "pesi2019";// "pesiexport3";
30 30
		return makeSource(dbms, strServer, strDB, port, userName, null);
31 31
	}
32 32

  
33
	public static Source pesi_test_local_CDM_EM2PESI_tmp(){
33
	public static Source pesi_test_local_CDM_EM2PESI_2(){
34 34
		String dbms = Source.SQL_SERVER_2008;
35
		String strServer = "localhost";
36
		String strDB = "CDMTMP_EM2PESI";
35
		String strServer = "pesiimport3";
36
		String strDB = "CDM_EM2PESI_2";
37 37
		int port = 1433;
38
		String userName = "pesiexport";
38
		String userName = "pesi2019";
39 39
		return makeSource(dbms, strServer, strDB, port, userName, null);
40 40
	}
41 41

  

Also available in: Unified diff