Informix Error -9493
-9493 Unsupported command from deployment descriptor: (%s).
Check the J/Foundation documentation for the commands that the database server supports within deployment descriptor files.
Oninit® Troubleshooting Guidance
Reasons / Common Causes
-9493 fires when a jar's deployment descriptor file contains a command the database server doesn't support — per the official guidance.
- An unsupported command in the deployment descriptor file, per the official guidance — the direct, only cause.
Solutions / Resolution
- Check the J/Foundation documentation for the commands the database server supports within deployment descriptor files, per the official guidance, and remove or correct the unsupported command.
Examples
N/A
No specific triggering statement is documented; the named command varies.
Diagnostic Checks
- Check the named command against the J/Foundation documentation's supported deployment- descriptor commands, and correct or remove it.
Related Errors / Related Topics
- -9482 — "Deployment descriptor file (%s) is not in the right format." A related deployment-descriptor error, on overall file format rather than a specific unsupported command.
The deployment descriptor file contained an unsupported command — check it against the J/Foundation documentation's supported command list.