Also, I tried to restore one of available accounts just for test. It can't be restored while checking Apply HSM Policy Now option. But it can be restored without it.
Guys, can you please help me with accounts migration?![]()
Also, I tried to restore one of available accounts just for test. It can't be restored while checking Apply HSM Policy Now option. But it can be restored without it.
Guys, can you please help me with accounts migration?![]()
Hello vaarsn!
As you have seen in the release post, ZeXtras Suite 1.9 is still in beta and thus needs some polishing... We'll investigate both issues you reported and get back to you ASAP
Have a nice day,
Cine
VP of TSE/QA
Zextras Website # Zextras Documentation Hub # Zextras Store
Zextras Support Portal
Hello Cine,
Looking forward to hearing from youAs it's very importanf for me to solve this issue asap.
Thank you.
Hi vaarsn,
could you provide some logs about your failed import tests?
Feel free to send your mailbox.log and all operations output (notification mails and operation logs) to community@zextras.com
Please include the export operation log also.
D0s0n
Hi,
I can't do this right now because I was forced to a full migration of Zimbra from old to a new one server. So I can't check the issue above right now. But this is what I tried to do via command line:
and this is what I got:Code:[root@mail export]# /opt/zimbra/bin/zmmailbox -z -m test@test@mysite.com getRestURL “//?fmt=tgz” > /tmp/user_test.com.tar.gz
I presume that your zimlet uses the same api. Also, I saw that if I have e.g. test1@mysite.com, test2@mysite.com in my account backup which was imported from old server then I can't see such accounts in account restore list. But I can see them when I create the same accounts on the destination server. But if I try to restore them, I got only my newly created account. Sounds like a paradox but it's truth. Is there any way, how can I demonstrate you what is going on?Exception in thread "main" java.lang.IllegalArgumentException: Invalid uri 'https://mail.mysite.com:443/home/test@mysite.com/%E2%80%9C?fmt=tgz”': Invalid query
at org.apache.commons.httpclient.HttpMethodBase.<init >(HttpMethodBase.java:222)
at org.apache.commons.httpclient.methods.GetMethod.<i nit>(GetMethod.java:89)
at com.zimbra.client.ZMailbox.getRESTResource(ZMailbo x.java:2790)
at com.zimbra.client.ZMailbox.getRESTResource(ZMailbo x.java:2753)
at com.zimbra.cs.zclient.ZMailboxUtil.doGetRestURL(ZM ailboxUtil.java:3020)
at com.zimbra.cs.zclient.ZMailboxUtil.execute(ZMailbo xUtil.java:1218)
at com.zimbra.cs.zclient.ZMailboxUtil.main(ZMailboxUt il.java:2912)
Thanks.
Hi vaarsn,
I can assure that your issue has nothing to do with ZeXtras, I guess you have a some chars with a wrong charset-codification:
This behaviour is often due to a copy&paste from a web page... I try to guess another time: ZCS-to-ZCS Migrations :: Zimbra :: BlogCode:// -> %E2%80%9C
Maybe your listing problem is only a GUI problem, I suggest to try with the CLI way:
Code:~$ zxsuite help backup doExternalRestore Syntax: zxsuite backup doExternalRestore {source_path} [attr1 value1 [attr2 value2...]] PARAMETER LIST NAME TYPE EXPECTED VALUES DEFAULT source_path(M) Path accounts(O) Account Name[,..] all domains(O) Domain Name[,..] all filter_deleted(O) Boolean true|false true skip_system_accounts(O) Boolean true|false true skip_aliases(O) Boolean true|false false skip_distribution_lists(O) Boolean true|false false skip_coses(O) Boolean true|false false provisioning_only(O) Boolean true|false false notifications(O) Email Address (M) == mandatory parameter, (O) == optional parameter Usage example: zxsuite backup doexternalrestore /path/to/data/ accounts john@example.com,jack@example.com domains example.com filter_deleted false skip_system_accounts false Restores the example.com domain, including all system accounts, and the john@example.com and jack@example.com accounts from a backup located in /path/to/data/
D0s0n
Bookmarks