Activities of "liangshiwei"

Hi,

I used the entity.json your provided, but can't reproduce the problem, seems the problem more related to your project structure, can you use the suite to create a new project to reproduce and sen to email shiwei.liang@volosoft.com? thanks.

Hi,

Why you close the question, Has the problem been solved?

Hi,

I think there is no problem:

Entity

Hi,

See https://support.abp.io/QA/Questions/1315/How-can-I-set-default-language-to-FI

Hi,

Can you share your entity.json?

HI,

Yes , suite supported module template.

Hi,

If you just want see seeding data, you can inject the IDataSeeder interface, see https://github.com/abpframework/abp/blob/2a22ebdd343cdeff094968c6e554086a5b602d65/templates/module/aspnet-core/host/MyCompanyName.MyProjectName.IdentityServer/MyProjectNameIdentityServerModule.cs#L220

But if you need to create database schema, use .DBMigrator is best way.

Is there anything else that I am missing here that would prevent me from running the migrator locally to see this remote azure db?

You can use Management Studio login as cleverdbadmin and try to create database/table. if everything is ok. you can try simple connection string. e.g: Server=....;Database=....;UserId=...;Password=.....

Hi,

Sorry reply late, seems Location is not an entity, right? if so, suite can not add object type,

Maybe the user don't have permissons.

  • open Management Studio
  • connect to the database server the database is on and look for the Security node in Object Explorer.
  • Expand the Security node and look for the name of the user in the list of Logins.
  • If the user is there, you will need to grant that user appropriate permissions to the database (read, execute SPs, etc.).
  • If the user isn't there you will need to add them.

Permission can also be added by group so you should check for groups that the user belongs to as well.

Hi,

Maybe this video will help you: https://community.abp.io/articles/replacing-identityserver4-with-identity-in-abp-arh0jxe1

Showing 5551 to 5560 of 6440 entries
Made with ❤️ on ABP v9.2.0-preview. Updated on January 15, 2025, 05:31