Good Day,

I created a brand new MifosX [demo server] install last week on the Azure 
Cloud.  Worked really great! (very few resources - really love this 
platform).
Decided this week, however, that it was time to test the multi-tenant 
features, since it is our intention to work with some of the very small 
local Credit Unions (<250 members).  But wanted to test out the 
multi-tenant capabilities first.  Now that I have installed the new tenant 
(successfully I assume as I received no errors along the way), I am unable 
to log into the community app.

These are the steps I took:

   - Created New Tenant via command line - Ubuntu 14.04 (Steps)
   1. Logged into MySQL & created new tenant database
      1. mysql -u root -p
         2. create database `mifostenant-gcad`;
      2. Exited MySQL
      3. Installed phpMyAdmin
      4. Logged into phpMyAdmin and populated new row into the "tenants" 
      table of the "mifosplatform-tenants" database
         1. identifier = gcad
         2. name = gcad
         3. scheme_name = mifostenant-gcad
         4. timezone = America/Port_of_Spain
         5. schema_server = localhost <<same as default>>
         6. schema_server_port = <<same as default>>
         7. schema_username = <<same as default>>
         8. password = <<same as default>>
         9. <<all other values same as default>>
      5. Reboot the server, which allowed the "mifostenant-gcad" database 
      to become populated with appropriate tables, data values, etc...
   
Issue is that I have tried all the URLs that I have seen suggested in 
forums and otherwise online and while I can see the community-app 
interface, I am now unable to successfully login.

examples of URLs tried, which provide a Community App homepage but do not 
allow me to login successfully

   - Tried for Default Tenant
   - https://<<server dns name>>:8443
      - https://<<server dns name>>:8443/community-app
      - https://<<server dns 
      name>>:8443/community-app/?tenantidentifier=default
      - https://<<server dns 
      name>>:8443/community-app/?tenantIdentifier=default&pretty=true
      - https://<<server dns 
      name>>:8443/community-app?baseApiUrl=https://<server dns 
      name>>:8443/mifosng-provider/api/v1/
      - https://<<server dns 
      name>>:8443/community-app/?baseApiUrl=https://<server dns 
      name>>:8443/mifosng-provider/api/v1/?tenantIdentifier=default&pretty=true
      - https://[server ip 
      address]:8443/community-app/?tenantIdentifier=default&pretty=true
      - https://[server ip 
      address]:8443/community-app?baseApiUrl=https://[server ip 
      address]:8443/mifosng-provider/api/v1/
   - Tried for New Tenant "gcad"
   - https://<<server dns name>>:8443/community-app/?tenantidentifier=gcad
      - https://<<server dns 
      name>>:8443/community-app/?tenantidentifier=gcad&pretty=true
      - https://<<server dns 
      name>>:8443/community-app/?baseApiUrl=https://<server dns 
      name>>:8443/mifosng-provider/api/v1/?tenantIdentifier=gcad&pretty=true
      - https://[server ip 
      address]:8443/community-app/?tenantidentifier=gcad
      - https://[server ip 
      address]:8443/community-app/?tenantIdentifier=gcad&pretty=true
      - https://[server ip 
      address]:8443/community-app/?baseApiUrl=https://[server ip 
      address]:8443/mifosng-provider/api/v1/?tenantIdentifier=gcad&pretty=true
      
So as you can see, I have tried many... with no success...


I would really like to overcome this hurdle as I would like to be able to 
offer a reliable service to the very small credit unions... with some of 
the new legislation slated to be passed, some of them would be forced to 
close their doors if they do not have a properly functioning software 
solution, and this software to me is ideal for them.


Any assistance or suggestions would be great.  I am not familiar with the 
scripting and still a lowly nube to the linux command-line, but if it 
requires either of these to be used to solve the issue, then provided I 
receive properly articulated and detailed instructions, I should be able to 
execute and provide quick feedback.


Thank you in advance for your assistance in this matter.

-- 
You received this message because you are subscribed to the Google Groups 
"Mifos Developer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mifosdeveloper.
For more options, visit https://groups.google.com/d/optout.

Reply via email to