Activities of "Anuradha_Singh"

Q1. In the above message what do you mean by – ABP suite does not support microservice template for now.

A1. ABP Suite supports creating microservice template. ABP Suite doesn't support adding a new microservice in it for now. You need to use CLI for it. Like: abp new OrderService -t microservice-service-pro under microservice template solution directory.

Q2. Just want to confirm - when we run DBMigrator project , we are getting many warnings due to line “MultipleActiveResultSets=true”, Can we remove this “MultipleActiveResultSets=true”?

A2. Yes, you can remove it. Check what MARS is about.

Q3. I have created micro-service solution and now it is running well, after that I have tried to add a new entity (Category ) in product service,

A3. You can not generate code for microservices at the moment. You need to make manual development.

Q4. MODULE ISSUE -I have also tried to create independent module, with previous framework I was able to create independent module and also able to add entities and manage their screens(add/edit/delete) from admin portal , this time with new framework everything works well except in admin portal, I am able to see entity listing screen but I am not able to open screen for adding new record in my entity., when I click on ADD New button at top right it doing nothing....Seems get stucked somewhere.

A4. By Admin portal, do you mean Web application? It is hard to diagnose without seeing server log or the console log when clicking the Add New buton.

Please check newly released microservice docs and create a new issue if there is anything you are having hard time understanding or you come across any problems.

Hi

Attaching link of videos, please play and see issue with my module

this link for showing activity on entity - http://deployment.inwizards.com/apk/add_button_effect.webm

Here I have created first entity Brand , without choosing Multi Tenant option. Second entity I have created with name category, and in this entity I have selected Multi Tenant option

this link for error log -http://deployment.inwizards.com/apk/error.webm

please help me.

Thanks!!

I can't see any eror log. Can you search for ERR and share the error logs?

Also version difference may cause cookie to be invalidated. Can you try clearing browser cache and retry?

Hi,

Please have a look on this

As you can see , my page <b>https://localhost:44322/Account/Login is not loading and showing error..</b> how I can fix this?

Seems login can't be found but it is hard to tell why just looking at a log. Although, this seems a different question than the author's question.

Can you create a new question explaining that your steps from creating the microservice template and running with reproducable steps so that we can troubleshoot easier.

Hi,

As you were asking for my steps , below are steps which I had followed

Create solution

Q1. In the above message what do you mean by – ABP suite does not support microservice template for now.

After creating solution , I build the solution, and changed the connection strings everywhere "Server=XXX.XXX.XX.XXX,1433;Database=IPulse_App_Administration;User Id=sa; Password=XXXXXXXXXXX;MultipleActiveResultSets=true"

After this I have run the project DBMigrator using command line, and get following warnings

Q2. Just want to confirm - when we run DBMigrator project , we are getting many warnings due to line “MultipleActiveResultSets=true”, Can we remove this “MultipleActiveResultSets=true”?

Q3. I have created micro-service solution and now it is running well, after that I have tried to add a new entity (Category ) in product service, But it throwing following error

(a) Initially CRUD entity addition fail and mentioning Volo.Abp.Commercial.SuiteTemplates.dll is missing , I have initially added reference in project IPulse_App.ProductService.Blazor, but then also ABP framework throwing error so and then added a new folder and put required Volo.Abp.Commercial.SuiteTemplates.dll there.

(b) Same issue it asked for Volo.Abp.EntityFrameworkCore.dll in project IPulse_App.ProductService.EntityFrameworkCore, so here also I did the same.

(c) When I again tried to create the CRUD entity then I get error below

Because it is program generated code , tell me How to fix above error?

Q4. MODULE ISSUE -I have also tried to create independent module, with previous framework I was able to create  independent module and also able to add entities and manage their screens(add/edit/delete) from admin portal , this time with new framework everything works well except in admin portal, I am able to see entity listing screen but  I am not able to open screen for adding new record in my entity., when I click on ADD New button at top right it doing nothing....Seems get stucked somewhere.

My initial and actual problem is still there - I want to merge  module with microservice solution ,for that my module should be in running state.

With previous version at-least I was able to create and manage entities inside module but this time it won't work , please help.

I can't see any eror log. Can you search for ERR and share the error logs?

Also version difference may cause cookie to be invalidated. Can you try clearing browser cache and retry?

Hi,

Please have a look on this

As you can see , my page <b>https://localhost:44322/Account/Login is not loading and showing error..</b> how I can fix this?

I can't see any eror log. Can you search for ERR and share the error logs?

Also version difference may cause cookie to be invalidated. Can you try clearing browser cache and retry?

Hi,

Please have a look on this

Showing 11 to 14 of 14 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11