Activities of "alper"

thanks for the feedback but release has just finished. that's why you can try it now.

Pls ensure that your ABP version and your project version is the same! Because we couldn't reproduce the issue.

Note that detailed reproduce steps is always helpful for the solution.

hi,

you need to set enum values (not only for Suite also for the best practises) otherwise the order change of items will make the values change in the future. so pls set value to your enums

I tried to reproduce the issue but I couldn't. I created an Oracle project with the following command

abp new Mvc.TieredOracle11164511 -t app-pro -u mvc --mobile none --database-provider Oracle -csf 

First built the solution then run the DbMigrator and no problem!

Maybe you have migrated your project from another database provider to Oracle?

be sure that you have installed ABP Suite v4.4.4

can you check out this post https://github.com/abpframework/abp/issues/1920

hi sorry for the late response, this issue has been asked a couple of times. can you check this post https://support.abp.io/QA/Questions/69/#answer-d8bebebb-b714-3c1e-7fcb-39f437bc8ba3 also this https://support.abp.io/QA/Questions/1471/containerizing-abp-application also https://support.abp.io/QA/Questions/1081/Deploy-abp-to-docker

in the first post, you mentioned that Column name is too long and it throws exception. That's the Oracle database rule. I think you should create the entity with name less than 30 chars.

please provide us the following steps to reproduce your issue

  • Your ABP version:
  • DB provider: EF Core / MongoDB
  • Which template are you having issue? (app-pro , module-pro, console , etc..)
  • Tiered or non-tiered
  • UI type: Blazor Server / Blazor WASM
  • Steps to reproduce the issue:

Close the ABP Suite if it's already running. Then install it again with the following commands.

abp suite remove
abp suite install --version 5.0.0-beta.3
Showing 531 to 540 of 1868 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 11, 2024, 11:11