When editing dSeries applications outside dSeries clients , we observed that users inadvertently introduce invalid tags into the XML files for specific jobs, including LINK, File Trigger, and External Jobs.
ESP dSeries Workload Automation (DE)
Some utilities or tools to edit xmls are adding this invalid tags.
The provided utility, RemoveInvalideTag.zip, resolves the issue by stripping the invalid tags from the affected job XMLs.
Before running the utility, you must back up your data by exporting all application definitions using the <install_dir>/bin/imexutil utility and saving them into a designated directory.
Example Export Command:
imexutil.bat -h prodserv -p 7500 -u user -w pwd -c "exportapplication -outdir c:\applications"
Extract the Utility: Unzip the RemoveInvalideTag.zip file. The extracted folder contains all the necessary files for running the utility.
Apply Permissions (UNIX Only): If you are running the utility on a UNIX operating system, you must provide executable permissions to the CorrectCorruptedJobs.sh file before execution.
Execute: Run the appropriate script from the extracted folder to correct the corrupted jobs.