Base solution for your next web application
Open Closed

Error on creating new Tennant #2863


User avatar
0
fawad29 created

I have got both asp.net core and angular2 solutions up and running. When I try to create a new tennant with its own database, I receive an error message: 'An internal error has occurred.'. The tennants database is created in sql server but I don't know why I am receiving this error. I have openned AbpTenants table in the host database and it only has the Default row and no tenants are displayed on Tenants management page. Can you please help?

Thanks


3 Answer(s)
  • User Avatar
    0
    fawad29 created

    Following error occurred when I viewed Console on Chrome:

    <a class="postlink" href="http://localhost:22742/api/services/app/Tenant/CreateTenant">http://localhost:22742/api/services/app ... eateTenant</a>

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi,

    Can you check Logs.txt file under your *.Host projects ? It should contain detailed error message. Probably you need to enable MSDTC in your computer.

    Thanks.

  • User Avatar
    0
    fawad29 created

    Thanks for your help, it was MSDTC issue.