I used this:
manual to install (community editon with --no-license) open-exchange and everything works fine until i try to create an admin user:
/opt/open-xchange/sbin/createcontext -A oxadminmaster -P my_pass -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p passwd -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
com.openexchange.admin.rmi.exceptions.OXContextExc eption: The new context could not be created. The maximum number of contexts in every database cluster has been reached. Use register-, create- or change database to resolve the problem.
I removed database and re-tried but no luck.
what to do?
manual to install (community editon with --no-license) open-exchange and everything works fine until i try to create an admin user:
/opt/open-xchange/sbin/createcontext -A oxadminmaster -P my_pass -c 1 -u oxadmin -d "Context Admin" -g Admin -s User -p passwd -L defaultcontext -e oxadmin@example.com -q 1024 --access-combination-name=all
context 1 could not be created:
Server response:
com.openexchange.admin.rmi.exceptions.OXContextExc eption: The new context could not be created. The maximum number of contexts in every database cluster has been reached. Use register-, create- or change database to resolve the problem.
I removed database and re-tried but no luck.
what to do?
Comment