b169953d8a5b1f5015a696b9bf5796df2a0fbf39
[packages/precise/mcollective.git] / website / messages / PLMC16.md
1 ---
2 layout: default
3 title: Message detail for PLMC16
4 toc: false
5 ---
6
7 Example Message
8 ---------------
9
10     'hello' does not look like a numeric value
11
12 Additional Information
13 ----------------------
14
15 When MCollective receives an argument from the command line like port=fello it consults the DDL file to determine the desired type of this parameter, it then tries to convert the input string into the correct numeric value.
16
17 This error indicates the input you provided could not be converted into the desired format.
18
19 You'll usually see this when using the 'mco rpc' command to interact with an agent.  This is usually a fatal error, the request will not be sent if it does not validate against the DDL.