Project

General

Profile

« Previous | Next » 

Revision 874a38f5

Added by Andreas Müller over 4 years ago

ref #8643 fix FaEu destination 2

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/PesiDestinations.java
51 51
    public static Source pesi_test_local_CDM_FE2PESI_2(){
52 52
        String dbms = Source.SQL_SERVER_2008;
53 53
        String strServer = "pesiimport3"; //130.133.70.48
54
        String strDB = "CDM_FE2PESI";
54
        String strDB = "CDM_FE2PESI_2";
55 55
        int port = 1433;
56 56
        String userName = "pesi2019";
57 57
        return makeSource(dbms, strServer, strDB, port, userName, null);

Also available in: Unified diff