Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/pesi/PesiDestinations.java
24 24
	@SuppressWarnings("unused")
25 25
	private static final Logger logger = Logger.getLogger(PesiDestinations.class);
26 26
	
27
	public static Source pesi_test_local(){
27
	public static Source pesi_test_local_PESI_V10(){
28 28
		//	CDM - PESI
29 29
		String dbms = Source.SQL_SERVER_2008;
30 30
		String strServer = "C206\\MSSQLSERVER2";
......
35 35
		return makeSource(dbms, strServer, strDB, port, userName, pwd);
36 36
	}
37 37
	
38
	public static Source pesi_test_local_CDM_DWH_FaEu(){
39
		//	CDM - PESI
40
		String dbms = Source.SQL_SERVER_2008;
41
		String strServer = "C206\\MSSQLSERVER2";
42
		String strDB = "CDM_DWH_FaEu";
43
		int port = 1433;
44
		String userName = "sa";
45
		String pwd = "bewell";
46
		return makeSource(dbms, strServer, strDB, port, userName, pwd);
47
	}
48
	
49
	public static Source pesi_test_bgbm42_CDM_DWH_FaEu(){
50
		//	CDM - PESI
51
		String dbms = Source.SQL_SERVER_2008;
52
		String strServer = "BGBM42";
53
		String strDB = "CDM_DWH_FaEu";
54
		int port = 1433;
55
		String userName = "WebUser";
56
		String pwd = "";
57
		return makeSource(dbms, strServer, strDB, port, userName, pwd);
58
	}
59
	
38 60
	/**
39 61
	 * Initializes the source.
40 62
	 * @param dbms

Also available in: Unified diff