username for globisimport
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 21 Feb 2014 21:35:04 +0000 (21:35 +0000)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 21 Feb 2014 21:35:04 +0000 (21:35 +0000)
app-import/src/main/java/eu/etaxonomy/cdm/app/common/CdmImportSources.java

index 38553a85c842c7665790f5922ae1e21b97a352b1..1ba6cdad6390e6f133f7119905c445d769e238fe 100644 (file)
@@ -98,7 +98,7 @@ public class CdmImportSources extends SourceBase{
                String strServer = "PESIIMPORT3";\r
                String strDB = "globis_orig_20140113";\r
                int port = 1433;\r
-               String userName = "pesiexport";\r
+               String userName = "globisImport";\r
                return  makeSource(dbms, strServer, strDB, port, userName, null);\r
        }\r
        \r