SkillAgentSearch skills...

ACESinspectorCLI

windows command-line program to analyze ACES xml automotive catalog files

Install / Use

/learn @zerodbu/ACESinspectorCLI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Standalone windows command-line program to analyze ACES xml files

Your system may need the 64bit version of MicroSoft's ACE engine if Access is not installed.

example command line call:

ACESinspectorCLI -i "input\ACES file with spaces.xml" -o myOutputDir -t myTempDir -l myLogsDir -v VCdb20230126.accdb -p PCdb20230126.accdb -q Qdb20230126.accdb --delete --verbose

An analysiss spreadsheet will be produced in the specified output directory. Optional logging (one logfile per run, named to match the input ACES file) will be written to the specified logs directory.

Return values (int) from the command call

  • 0 successful analysis. Output spreadsheet and log file written
  • 1 failure - missing command line args
  • 2 failure - local filesystem problems reading input
  • 3 failure - local filesystem problems writing output
  • 4 failure - reference database (vcdb, pcdb or qdb) not found
  • 5 failure - reference database import (vcdb, pcdb or qdb)
  • 6 failure - xml xsd validation
View on GitHub
GitHub Stars4
CategoryProduct
Updated10mo ago
Forks2

Languages

C#

Security Score

67/100

Audited on Jun 5, 2025

No findings