Project

General

Profile

« Previous | Next » 

Revision 6cb0766e

Added by Andreas Müller over 4 years ago

ref #8643 multiple changes to adapt FauEuPesiExport to current situation

View differences:

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

  
42 42
	public static Source pesi_test_local_CDM_FE2PESI(){
43 43
		String dbms = Source.SQL_SERVER_2008;
44
		String strServer = "pesiimport3"; //192.168.1.223
44
		String strServer = "pesiimport3"; //130.133.70.48
45 45
		String strDB = "CDM_FE2PESI";
46 46
		int port = 1433;
47
		String userName = "pesiExportFaunaEu";
47
		String userName = "pesi2019"; //"pesiExportFaunaEu";
48 48
		return makeSource(dbms, strServer, strDB, port, userName, null);
49 49
	}
50 50

  
51
    public static Source pesi_test_local_CDM_FE2PESI_2(){
52
        String dbms = Source.SQL_SERVER_2008;
53
        String strServer = "pesiimport3"; //130.133.70.48
54
        String strDB = "CDM_FE2PESI";
55
        int port = 1433;
56
        String userName = "pesi2019";
57
        return makeSource(dbms, strServer, strDB, port, userName, null);
58
    }
59

  
51 60
	public static Source pesi_test_local_CDM_IF2PESI(){
52 61
		String dbms = Source.SQL_SERVER_2008;
53 62
		String strServer = "pesiimport3";

Also available in: Unified diff