|
|
 |
« Reply #1 on: November 12, 2009, 09:30:14 PM » |
|
I have found the problem, but I don't have a solution. You are sending the wrong XML version string from Solaris agents. The string that arrives in the file is: <?xml version='1.0' encoding='ISO-8859-15'?><agent_data description='' group=''os_name='solaris' os_version='5.10' interval='60' version='3.0' timestamp='2009/11/12 13:30:42' agent_name='sparky'>
Pandora server will not accept version encoding='ISO-8859-15'. If I change the version to encoding='ISO-8859-1', it processes the file. So, Pandora Agent for Solaris is broken out of the box, as these are default agent installs. How do I get the agent to send the right XML version string?
I have snooped the network traffic. The agent is sending the wrong string. It's not being caused by Tentacle or Pandora server.
|