Hi,
I need your help to create new tenants.
I want to create two tenants named respectively e3 and psp. To create
them, I use those command lines:
./gradlew createTenant -PtenantId=PSP -PtenantReaders=seed,seed-initial
-PdbPlatform=M -PdbUser=XXXX -PdbPassword=XXXX
./gradlew createTenant -PtenantId=E3 -PtenantReaders=seed,seed-initial
-PdbPlatform=M -PdbUser=XXXX -PdbPassword=XXXXX
After creating the first tenant, I was able to connect with psp-admin
user. After I created the second one, I was able to connect to the
second database e3 with the e3-admin user but impossible to connect
again on the PSP application.
I followed the documentation on Confluence but it is outdated.
https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support
Can you guide me to create those tenants correctly and help me figure
out how to do it.
Is it possible to load default data to the tenant or I need to create
all things I need?
Thanks