Activities of "liangshiwei"

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

Hi,

You need remove All IdentityServer package and related code.

Hi,

It says ,login failed for user xxxxxxx error, I think the problem is clear, you should double check.

And I check check it remotely shiwei.liang@volosoft.com

Showing 5081 to 5090 of 5968 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11