Open Closed

Tenant seperated database are not created #3289


User avatar
0
yasin.hallak.89@gmail.com created
  • ABP Framework version: v5.3.0
  • UI type: MVC
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): no
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Hi Support ..

When I create a new tenant with seperated database are not created. Just gave me this message : database migration has been queued and will be applied soon .

When i do login with new tenant after one a hour it gives me this error

.

can I have a solution for this problem please .


5 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can debug the YourProjectNameTenantDatabaseMigrationHandler service, and make sure it will be called when a tenant is created.

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    TenantDatabaseMigrationHandler

    Ok when a tenant is created it had called and gave me exception 'instance failure' error while connection string is correct

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    TenantDatabaseMigrationHandler

    Ok when a tenant is created it had called and gave me exception 'instance failure' error while connection string is correct

    I Changed conection string from Server=DESKTOP-4QC3ADQ\SQLEXPRESS;Database=osamaTenant;Trusted_Connection=True to Server=.\SQLEXPRESS;Database=osamaTenant;Trusted_Connection=True Now it is working very well thanks

  • User Avatar
    0
    yasin.hallak.89@gmail.com created

    but I want to ask you .. I discovered some bugs related to abp framework.. where i can share them with you ??

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can feedback it on https://github.com/abpframework/abp/issues/new

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11