Activities of "raymondbu95"

hi

Please add/update new EF Core migrations.

Any guide that can refer to?

Update abp version from 7.4.3 to 8.0.1 then had this issue, not showing stopper, but have error in runtime.

Check the docs before asking a question: https://docs.abp.io/en/commercial/latest/ Check the samples to see the basic tasks: https://docs.abp.io/en/commercial/latest/samples/index The exact solution to your question may have been answered before, and please first use the search on the homepage. Provide us with the following info:

  • ABP Framework version: v8.0.1
  • UI Type: MVC
  • Database System: EF Core - MySql
  • Tiered (for MVC) or Auth Server Separated (for Angular): Yes
  • Exception message and full stack trace: level=err exception=MySqlException err="Table 'Administration.AbpTextTemplateDefinitionRecords' doesn't exist" at MySqlConnector.Core.ServerSession.ReceiveReplyAsync(IOBehavior ioBehavior, CancellationToken cancellationToken) in //src/MySqlConnector/Core/ServerSession.cs:line 936 at MySqlConnector.Core.ResultSet.ReadResultSetHeaderAsync(IOBehavior ioBehavior) in //src/MySqlConnector/Core/ResultSet.cs:line 37 at MySqlConnector.MySqlDataReader.ActivateResultSet(CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 130 at MySqlConnector.MySqlDataReader.InitAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, IDictionary2 cachedProcedures, IMySqlCommand command, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlDataReader.cs:line 483 at MySqlConnector.Core.CommandExecutor.ExecuteReaderAsync(CommandListPosition commandListPosition, ICommandPayloadCreator payloadCreator, CommandBehavior behavior, Activity activity, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/Core/CommandExecutor.cs:line 56 at MySqlConnector.MySqlCommand.ExecuteReaderAsync(CommandBehavior behavior, IOBehavior ioBehavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 357 at MySqlConnector.MySqlCommand.ExecuteDbDataReaderAsync(CommandBehavior behavior, CancellationToken cancellationToken) in /_/src/MySqlConnector/MySqlCommand.cs:line 350 at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Storage.RelationalCommand.ExecuteReaderAsync(RelationalCommandParameterObject parameterObject, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable1.AsyncEnumerator.InitializeReaderAsync(AsyncEnumerator enumerator, CancellationToken cancellationToken) at Pomelo.EntityFrameworkCore.MySql.Storage.Internal.MySqlExecutionStrategy.ExecuteAsync[TState,TResult](TState state, Func4 operation, Func4 verifySucceeded, CancellationToken cancellationToken) at Microsoft.EntityFrameworkCore.Query.Internal.SplitQueryingEnumerable`1.AsyncEnumerator.MoveNextAsync()
  • Steps to reproduce the issue: Since update from 7.4.3 to 8.0.1

Its the web-gateway

Need help on the remote call at hangfire service. My project have a few microservices, i want to do a hangfire microservice which serve for other microservice with the background job and worker. After few rounds of checking on the documents I realize the remote call able to use for inter-communication between microservices. BUT I had this issue which always shows Remote Call Not found even the static proxy i generated for the HttpApiClient is there, and I also DependOn the HttpApiClient in background microservice HostModule. But still no luck. Below Attached with images

  • ABP Framework version: v7.4.3
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
  • Exception message and full stack trace: Volo.Abp.Http.Client.AbpRemoteCallException: Not Found
  • Steps to reproduce the issue:

Hi,

Or you mind to explain about the multi-tenant data isolation?

Ok, if the entity implements a IMultiTenant interface. a tenant(and host) can not access to data of another tenant by default.

https://docs.abp.io/en/abp/latest/Multi-Tenancy#imultitenant

You can check the TenantId value in the database table record.

According to your case, the ApiSecret 3a0f98fc-179f..... 's TenantId should be 3a0f9797-934e-16b0....

Okay, I think this is the main issue causing me unable to get this current tenant's record from Repository. Anyway to access tenants's data through grpc? or grpc only can get host data?

I did try debug and those keys are in position, just not sure why the repository does not give any results. Even I use FirstOrDefaultAsync(), still it returns empty. But i double check with my ApplicationAppService, that one works fine. Still cant figure out what is the issue. Or you mind to explain about the multi-tenant data isolation?

Need help on the grpc service side. I was not able to get data through repository while using grpc service. That is weird because I was following the guide from https://docs.abp.io/en/commercial/7.4/startup-templates/microservice/using-grpc. Everything going okay except repository side did not return me the data it should. It keeps returns There is no such an entity but there is with the Id provided. I am using abp commercial for this. The grpc client is called from gateway and server is in microservice, not sure this will affect anything or not?

Attach with some images to help understand more on my situation.

  • ABP Framework version: v7.4.3
  • UI Type: MVC
  • Database System: EF Core (MySQL)
  • Tiered (for MVC) or Auth Server Separated (for Angular): yes
Showing 1 to 7 of 7 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11