importing receipients
Moderator: moderator
importing receipients
I'm a new user.
Everything works fine but I can't import recipients.
My csv-file:
GENDER;FIRSTNAME;LASTNAME;MAILTYPE;EMAIL
0;nome1;nome2;1;vandan@expresso.pt
1;2nome2;2nome2;1;unimagem@unimagem.pt
All steps of the import-assistant 1 to 6 work, but when i get to step 7, my browser shows the information: "IMPORTING DATA" and it just keeps refreshing and nothing hapens.
Everything works fine but I can't import recipients.
My csv-file:
GENDER;FIRSTNAME;LASTNAME;MAILTYPE;EMAIL
0;nome1;nome2;1;vandan@expresso.pt
1;2nome2;2nome2;1;unimagem@unimagem.pt
All steps of the import-assistant 1 to 6 work, but when i get to step 7, my browser shows the information: "IMPORTING DATA" and it just keeps refreshing and nothing hapens.
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
If your file is just 3 lines could you anonymize its content and post it here? Or go to our demo account at address
http://demo.openemm.org:8081/logon.do?action=0
(user: user, password: testme)
and try out if it works there. Thank you!
http://demo.openemm.org:8081/logon.do?action=0
(user: user, password: testme)
and try out if it works there. Thank you!
OpenEMM Maintainer
I forgot to mention that I'm running openEMM on a windows XP machine.
Today I tried a couple of things:
- 2 different machines - also windows XP
- openEMM 5.1
- firefox instead of ie
The problem is always the same: on step 7 I get the importing data information and nothing happens.
Thanks in advance
Today I tried a couple of things:
- 2 different machines - also windows XP
- openEMM 5.1
- firefox instead of ie
The problem is always the same: on step 7 I get the importing data information and nothing happens.
Thanks in advance
-
- Posts: 1
- Joined: Fri Oct 05, 2007 9:28 am
It seems the tmp-folder settings for Windows is wrong. Thats why import and export of recipients (and probably attachment uploading) fails.
In C:\OpenEMM\webapps\openemm\htdocs\WEB-INF\classes\emm.properties
you find two properties
which make sense on linux but not on Windows. Change them to
and OpenEmm will use C:\OpenEMM\tmp as temporary folder.
hth,
dave
In C:\OpenEMM\webapps\openemm\htdocs\WEB-INF\classes\emm.properties
you find two properties
Code: Select all
system.upload_archive=/tmp
system.attachment_archive=/tmp
Code: Select all
system.upload_archive=tmp
system.attachment_archive=tmp
hth,
dave
Link to Bugtracker
Hello,
here you can find the bug and the resolution suggested by David:
http://sourceforge.net/tracker/index.ph ... tid=848488
_________________
The OpenEMM Team
here you can find the bug and the resolution suggested by David:
http://sourceforge.net/tracker/index.ph ... tid=848488
_________________
The OpenEMM Team