Tuesday, March 11, 2008

tacmd result codes - build intelligent scripts

If you are writing scripts and using the tacmd command, you will need to capture your result codes from tacmd. Here is a table that shows the result codes.

0 = Success
1 = Syntax Error
2 = No permission
3 = Incorrect Version
4 = Comm. Error
5 = Timeout
6 = Input problem
7 = Exception occurred on the server
8 = Internal error while processing the command
9 = Invalid object reference

No comments: