Topic
This article explains how you can delete wizards directly from the Nintex Kryon RPA server database.
When deleting a wizard from Nintex Kryon Studio an user reports the following error:
This error is due to a data dependency issue from within the database, as the wizard data is related to other scopes in the RPA system.
Here is a workaround on how to "force" delete a wizard directly from the database.
Instructions
Please be cautious anytime a DELETE query is executed. Always perform a backup of the database before making any changes.
1. Backup the database.
2. Identify the "ScriptID" in Nintex Studio for the relevant wizard.
To do this, select the wizard > More Options > Hyperlink (for example Kryon://2, this means the ScriptID is 2).
3. Execute the following query in the database with the relevant ScriptID.
exec rdbo].rDeleteScript] @ScriptID=x
Additional Information
Only applicable on RPA versions 21.x and above