-
Users Handbook
-
-
-
- Intro & Basics
- All Objects have Descriptions
- Check for unused procedures
- Compiled Procedures up to date
- Invalid Source Layers
- Required Columns
- Check for abnormally ended Jobs
- Check for blocked Jobs
- Check for disabled Tasks
- Check for duplicate tasks in different Jobs
- Check for duplicate tasks in same Job
-
-
-
Administrators Handbook
-
- Register URL
- Configure SSL/HTTPS
- Configure Proxy-Server
- How to edit the appsettings.json file
- System Settings
- Global Parameters
- Allow Service Account to Logon as a Service
- LDAP & SSO Authentication
- Migrating Testcases and Configuration
- Licenses Management
- Manual Configuration
- Exposing the BiG EVAL REST API to other Network Segments
-
- Articles coming soon
-
Developers Handbook
-
Known Problems
-
Demo Virtual Machine
-
Release Notes
-
General
Check for unused procedures
Last Updated On
- Home
- Users Handbook
- Templates & Packages
- WhereScape RED Pack
- Check for unused procedures
Introduction
Checks for any procedures in the RED metadata that are not used by any object.
How does it work?
This test case builds a list of all procedure keys used by any object within the RED respository by selecting the respective foreign-keys from the object-definitions.
It then joins this list to a list of keys of all procedures present in the [ws_pro_header] table. If there is one left in the [ws_pro_header] table, that cannot be joined to the first list, it is an unused procedure.
Configuration
No configuration needed
Table of Contents