Activities of "nikkariman"

Operating System: Mac OS Monterey Version 12.4 Arm64 I remove angular/.suite folder but still unsuccessfully to generate.

Thanks Nik

  • ABP Framework version: v5.3.0
  • UI type: Angular
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes. IS
  • Exception message and stack trace:
  • Steps to reproduce the issue:"

Error: Cannot find module '---------angular.suite\schematics\run-schematics.mjs' at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15) at Function.Module._load (node:internal/modules/cjs/loader:778:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:77:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: [] }

Hi, I plan to implement a web API based on SOAP(XML data format) on a specific web API—any suggestion or sample on how to implement it.

Thanks Nik

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, please use the search on the homepage.

If you're creating a bug/problem report, please include followings:

  • ABP Framework version: v5.2.0
  • UI type: Angular
  • DB provider: EF Core
  • ** Identity Server Separated (Angular)**: yes / no

hi

never use Guid.NewGuid() to create Ids for your entities!

https://docs.abp.io/en/abp/latest/Guid-Generation

I'm using SQL server script for the data migration. The only option on the database level is newId() or newsequentialid(). Is there any problem if I use newsequentialid() for existing data?

Hi,

I'm currently developing a new application using ABP Commercial and MS SQL server database. The new application is based on a legacy application and needs to migrate all the data to the new application. My question is, during the data migration from an existing database, can I use the Guid column with newsequentialid() default value in table design?

  • ABP Framework version: v5.2.0
  • UI type: Angular
  • DB provider: EF Core, MS SQL Server
  • Tiered (MVC) or Identity Server Separated (Angular): yes - Identity Server
  • Exception message and stack trace:
  • Steps to reproduce the issue:"
Showing 1 to 5 of 5 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11