Problems importing ...
 
Notifications
Clear all

Problems importing messages

3 Posts
3 Users
0 Reactions
323 Views
(@rodrigo-sippel)
New Member
Joined: 1 year ago
Posts: 2
Topic starter  

Hello! I exported messages from a Zimbra 8 server using:
/opt/zimbra/bin/zmmailbox -z -m account@domain.com getRestURL '//?fmt=tgz' > removed link

On the Carbonio server, all services are running, but name resolution issues are fine. When I tried to import using:
zmmailbox -z -m account@domain.com postRestURL "/Restore?fmt=tgz&resolve=skip" account.tgz
ERROR: zclient.IO_ERROR (Connection refused) (cause: java.net.ConnectException Connection refused)

Checking the logs, I found no login errors.
Any idea what's causing the error?


   
Quote
(@sharif)
Reputable Member Admin
Joined: 4 years ago
Posts: 902

   
ReplyQuote
 CarC
(@carloscunha)
Joined: 11 months ago
Posts: 124
 

Hi!

zmlocalconfig -e socket_so_timeout=99999999
zmlocalconfig --reload
Then import it all....

To restore default values do:

zmlocalconfig -e socket_so_timeout=30000
zmlocalconfig --reload

Regards;


   
ReplyQuote