[
https://issues.apache.org/jira/browse/OFBIZ-9278?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16186158#comment-16186158 ]
Taher Alkhateeb commented on OFBIZ-9278:
----------------------------------------
Yes I understand all of that, but it's very critical to confirm the existence of the following databases:
- ofbiz
- ofbizolap
- ofbiztenant
- ofbiz_first
- ofbizolap_first
- ofbiz_second
- ofbizolap_second
Next I need you to confirm that in the database ofbiztenant you have:
- "first" is defined as an entry in the table Tenant
- "second" is defined as an entry in the table Tenant
- The JDBC is defined and correct for both tenants in the table TenantDataSource
Finally, we need to check the following:
- In the database "ofbiz_first" the user "first-admin" is defined in the UserLogin table
- In the database "ofbiz_second" the user "second-admin" is defined in the UserLogin table
> Login after multitenant
> -----------------------
>
> Key: OFBIZ-9278
> URL:
https://issues.apache.org/jira/browse/OFBIZ-9278> Project: OFBiz
> Issue Type: Bug
> Affects Versions: Release Branch 16.11
> Environment: linux mint 17.1, MySql 5.5.54
> Reporter: Guillaume Fortin
> Assignee: Taher Alkhateeb
> Priority: Minor
> Labels: multitenancy, multitenant
> Attachments: OFBIZ-9278.patch, OFBIZ-9278.patch
>
>
> 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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)