Open Closed

[Error] ABP-LIC-0016 - You are not granted permission to use the module - for renewed personal lic #8133


User avatar
0
tulsalor created

Hello Abp Team,

I am getting [Error] ABP-LIC-0016 - You are not granted permission to use the module 'Volo.FileManagement.Domain-v8.3.1.0'.

I used the trial version before and the new license was renewed on same organization, API key was not changed. I am not sure if this could be the cause. I tried ... https://abp.io/qa/questions/4873/3a0a8a86-8ad9-c2a9-33b3-03eec129057e and https://abp.io/docs/latest/suite/how-to-uninstall. Re-installed Abp studio, suite, cli multiple times. Unable to install Suite via Studio or manual with both abp suite install and dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json.

  • Exception message and full stack trace:

abp suite [05:53:43 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli [05:53:45 INF] Installing ABP Suite latest version... Package volo.abp.suite is not a .NET tool. [05:53:48 INF] You can also run the following command to install ABP Suite. [05:53:48 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json

  • Template: app
  • Created ABP Studio Version: 0.9.1
  • Tiered: Yes
  • UI Framework: blazor-webapp
  • Theme: leptonx
  • Theme Style: system
  • Database Provider: ef
  • Database Management System: postgresql
  • Separate Tenant Schema: Yes
  • Mobile Framework: maui
  • Public Website: No
  • Optional Modules:
    • GDPR
    • FileManagement
    • TextTemplateManagement
    • LanguageManagement
    • AuditLogging
    • SaaS
    • Chat
    • OpenIddictAdmin

15 Answer(s)
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    The personal license includes

    Account
    Audit Logging UI
    GDPR
    Identity
    Language Management
    LeptonX PRO
    OpenIddict UI
    SaaS
    

    Does not support advanced features such as Chat, CMS - Kit Pro, File Management, Forms, Payment, Text Template Management, Twilio SMS, etc.

  • User Avatar
    0
    tulsalor created

    Wow and why can I NOT install the abp suite?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can remove the unsupported modules and re-run the suite.

  • User Avatar
    0
    tulsalor created

    Shouldn't I be able to install abp suite manually? Even with the abp studio does it depend on the application running? It doesn't sound right. BUT even with a bare minimum app that does not have optional modules it is still not able to install abp. I see also all the bundles are failing with no explicit error feedback.

    CommandResult { ExitCode: -1, IsSuccess: False, StartTime: 10/21/2024 08:41:23 +02:00, ExitTime: 10/21/2024 08:41:30 +02:00, RunTime: 00:00:06.5963844 }
    08:41:30.096 	 Information  	 Failed task execution: "Running bundle command"
    08:41:30.096 	 Information  	 ERROR: "An error has occured!"
    08:41:30.096 	 Information  	 ERROR DETAILS: "ABP Bundle failed for the project: D:\_\Sui2\src"
    08:41:30.098 	 Warning      	 Exception of type 'Volo.Abp.UserFriendlyException' was thrown.
    08:41:30.099 	 Warning      	 Code:AbpStudio:AbpBundleFailed
    08:41:30.099 	 Warning      	 Details:
    08:41:30.099 	 Warning      	 ---------- Exception Data ----------
    ProjectName = D:\_\Sui2\src
    ErrorOutput = 
    

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you try running the suite using the abp suite command?

  • User Avatar
    0
    tulsalor created

    I already tried... including dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<my-private-key>/v3/index.json

    PS D:\_\Tuls> abp cli check-version
    [06:40:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    📌 ABP CLI 0.9.1 (Beta)
    📌 You are using the latest ABP CLI.
    PS D:\_\Tuls> abp cli clear-cache
    [06:40:46 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    ✅ Cache cleared.
    PS D:\_\Tuls> abp suite install
    [06:40:55 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    📌 ABP CLI 0.9.1 (Beta)
    [06:40:57 INF] Installing ABP Suite latest version...
    Package volo.abp.suite is not a .NET tool.
    [06:41:00 INF] You can also run the following command to install ABP Suite.
    [06:41:00 INF] dotnet tool install -g Volo.Abp.Suite --add-source https://nuget.abp.io/<your-private-key>/v3/index.json
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Can you join the meeting and share your screen?

    I will check it remely

    Thanks

    https://us05web.zoom.us/j/83571861560?pwd=0SqAcrPNpeb9K8gYUQ8vsdtTBImpgS.1

  • User Avatar
    0
    tulsalor created

    Yes, give me 5min.

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Have you installed the NET 9 SDK?

    It has some problems with the dotnet tool.

  • User Avatar
    0
    tulsalor created

    Yes via VS2022 Preview

  • User Avatar
    0
    tulsalor created

    dotnet --list-sdks 8.0.306 [C:\Program Files\dotnet\sdk] 9.0.100-rc.2.24474.11 [C:\Program Files\dotnet\sdk]

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    You can try to install this SDK and try again.

    https://aka.ms/dotnet/9.0.2xx/daily/dotnet-sdk-win-x64.exe

  • User Avatar
    0
    tulsalor created

    Great... You are correct the NET 9 SDK was the problem. I forced it to use Net 8 and I could install.

     dotnet new globaljson --sdk-version 8.0.306
    The template "global.json file" was created successfully.
    
    PS D:\_\Sue4> dotnet --version
    8.0.306
    PS D:\_\Sue4> abp suite
    [10:41:32 INF] You are running the second generation of the ABP CLI. If you're interested in the legacy CLI, see https://abp.io/new-cli
    [10:41:34 INF] Installing ABP Suite latest version...
    You can invoke the tool using the following command: abp-suite
    Tool 'volo.abp.suite' (version '8.3.2') was successfully installed.
    [10:42:17 INF] ABP Suite has been successfully installed.
    [10:42:17 INF] You can run it with the CLI command "abp suite"
    Starting Suite v8.3.2 ...
    Opening http://localhost:3000
    Press Ctrl+C to shut down.
    
  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    Great!

Made with ❤️ on ABP v9.1.0-preview. Updated on October 22, 2024, 09:35