MESCIUS licensing is based upon the development machine. However, in a pipeline environment, the license needs to be activated on a virtual machine or docker on the cloud. A pipeline license is designed for the build agent of DevOps pipelines like Azure, AWS, and Bitbucket. If your pipeline has a dynamic agent (for example, Azure pipeline with Microsoft-hosted agents) you must activate the license before each build and deactivate the license after each build and, depending on the type of license, you may need to deactivate the license after each build. See the instructions below for your type of license.
This method of activation is the recommended one.
With a pipeline license you may build and deploy applications from a dynamic build agent with fewer limitations than a standard developer license. A pipeline license allows unlimited activations per day with no need to deactivate the key. The serial key must still be activated before each build, but it does not require network access and it cannot be used for design-time development.
You should contact our sales team at activereports.sales@mescius.com or call 1.800.858.2739 for issuing the pipeline license. A pipeline license includes three things:
To activate your pipeline serial key on the build server follow these steps:
dotnet tool install -g GrapeCity.LicenseManagerTool
C:\ProgramData\GrapeCity\gclm\gclm.exe "463c4179-288c-48fe-a4df-3b609586667d" -a "key" “password”
gclm "463c4179-288c-48fe-a4df-3b609586667d" -a "key" “password”
With a standard developer license you may build and deploy applications from a dynamic build agent with some limitations.
To activate your serial key on the build server follow these steps:
dotnet tool install -g GrapeCity.LicenseManagerTool
C:\ProgramData\GrapeCity\gclm\gclm.exe "463c4179-288c-48fe-a4df-3b609586667d" -a "key"
gclm "463c4179-288c-48fe-a4df-3b609586667d" -a "key"
C:\ProgramData\GrapeCity\gclm\gclm.exe "463c4179-288c-48fe-a4df-3b609586667d" -d
gclm "463c4179-288c-48fe-a4df-3b609586667d" -d
Notes:
To check whether the license is activated or not, follow these steps:
C:\ProgramData\GrapeCity\gclm>gclm "463c4179-288c-48fe-a4df-3b609586667d" > "info.txt"
C:\ProgramData\GrapeCity\gclm>more info.txt