Base solution for your next web application

Activities of "inforica"

Hi- We are building scheduled jobs infrastructure to run recurring batch jobs. My question is can we access backend data without calling the App Services by directly using repositories in a library project. The reason being batch jobs will have long run time instance and we do not want to load the Azure App Service where the API solution is deployed.

While we can use Hangfire, Quartz or Azure functions to schedule and trigger the job. I do not want App Service to be used for retrieval/update of data but instead use a custom library (dll) using Abp repositories directly to access/modify data. I assume this is feasible and aspnetzero architecture supports it.

   Please let us know..
   

Regards, Sesha K.

Thanks. But How do I pass data for the column "Custom Data".

I believe the method "CreateAuditInfo(Type type,MethodInfo method, iDictionay<string,object> arguments)" is called internally by the abp Audit provider.

If I need to pass different custom data for different methods in Application Service how do I acheive that ?

Can I get anything else apart from type, method and parameters into the "CreateAuditInfo" method ?.

From What I see, Custom Data can only make use of whatever data that is being passed into this method like TenantId, UserID, arguments, impersonater userid, tenantid and nothing else..is it so ?

Thanks. But How do I pass data for the column "Custom Data".

I believe the method "CreateAuditInfo(Type type,MethodInfo method, iDictionay<string,object> arguments)" is called internally by the abp Audit provider.

If I need to pass different custom data for different methods in Application Service how do I acheive that ?

Can I get anything else apart from type, method and parameters into the "CreateAuditInfo" method ?.

From What I see, Custom Data can only make use of whatever data that is being passed into this method like TenantId, UserID, arguments, impersonater userid, tenantid and nothing else..is it so ?

hi- Is there a way where we can populate "Custom Data" column in Audit Logs ?

Does aspnetzero support having an intermediate entity as "broker" between "Host" and a "Tenant".

We know Host as the Super Admin who has control over all of the Tenants. is it possible to have a "Broker" type entity who will have control over only a subset of "Tenants" assigned to him. In other words is it possible to have a Broker ( a Tenant) have control over a set of other Tenants in terms of visibility of their data, controlling their users.

I know we can have Org units which gives data seperation within a Tenant. But is it possible to move out an Org units data as a seperate tenant by itself.

Regards, Sesha K.

Hi @ismcagdas - I am having the same issue as described by @smastro.

I am not able to see the link to the issue you have mentioned, What credentials ( userid/pwd) do I need to use for GitBub to view the same.

Thanks, Sesha

Hi- We initally downloaded the application template for ASP.NET COre & Angular with SQL Server as backend. But now we want to switch to MySQL database.

 I followed the approach outlined in the link below
 
 https://aspnetboilerplate.com/Pages/Documents/EF-Core-MySql-Integration?searchKey=mysql
 
 But the command  "add-migration  initial_Migration " did not create SQL for all Entities.  So the subsequent "Update-Database" failed saying "Table does not exist".
 
  Are we missing any step 
  
  Regards,
  Sesha K.
 
 
Showing 1 to 7 of 7 entries