KRE tests fail after migrating to TestOps
Condition​
After upgrading from TestOps Legacy to TestOps, your Katalon Runtime Engine (KRE) tests fail to run.
Cause​
In the new version of TestOps, licenses are managed at the Organization level instead of the Account level. During migration, all existing licenses remain at the Account level by default.
If your KRE commands contain the -orgId parameter, they look for an Organization-level license.
When no licenses are assigned to that Organization, KRE cannot validate the license and the execution fails.
Remedy​
The Account Admin needs to assign the licenses to the Organization specified in the KRE commands.
- Sign in to your Katalon TestOps Admin account.
- Go to Admin Settings > Organization Settings > License Management.
- Switch to the KRE tab and select Assign Dedicated Licenses.
- Select the Organization that is the same in the
-orgIdparameter and specify the number of license(s). - Click Assign.
After this change, your KRE commands should work again without further setup.
- If your KRE commands do not use
-orgId, no action is needed. - If you use a mix of commands (some with and some without
-orgId), assign licenses to both your Account and your Organization.
If you need help identifying which commands use -orgId or how to check your license setup, contact Katalon Support Team. Make sure to include your Account ID and Org ID for faster assistance.