Table of contents
- 1. NewtestProbe never try to update from NMC
- 1.1. Review details problem
- 1.1.1. Solution(s)
- 1.1. Review details problem
- 2. Importing project error
- 2.1. Review details problem
- 2.1.1. Solution(s)
- 2.1. Review details problem
- 3. Empty connections strings in the newtest.ini
- 3.1. Review details problem
- 3.1.1. Solution(s)
- 3.1. Review details problem
- 4. 'HTTP/1.0 501 Not implemented', code: 0Download of Newtest.ini failed
- 4.1. Review details problem
- 4.1.1. Solution(s)
- 4.1. Review details problem
- 5. Http 401 command rejected by serveur
- 5.1. Review details problem
- 5.1.1. Solution(s)
- 5.1. Review details problem
- 6. See also
NewtestProbe never try to update from NMC
Review details problem
The probe is not seen by the NMC any more.
Running the RunNewtestWait.exe works with previously loaded scenarii, but never try to update from NMC.
Solution(s)
Affect the entry ConfShared to 1 in the newtest.ini of the probe and in the repository.
[NEWTEST]
ConfShared=1
If this parameter is set to 0, we only checks for update one time when the robot starts
Importing project error
Review details problem
Cannot connect to tcpip address 'map25z:80' [] Invalid header 'HTTP/1.1 400 Bad Request\r\nContent-Type: text/html; charset=us-ascii\r\nServer: Microsoft-HTTPAPI/2.0\r\nDate: Fri, 28 Dec 2012 11:32:10 GMT\r\nConnection: close\r\nContent-Length: 326\r\n\r\nhttp://www.w3.org/TR/html4/strict.dtd>"\r\n\r\n<meta HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii">\r\n Bad Request - Invalid Verb
\r\n HTTP Error 400. The request verb is invalid. \r\n\r\n Bad Request - Invalid Verb
Solution(s)
It looks like this probe try to connect to the server on the port 80, iis part, instead of communicate with newtserv port 81.
Empty connections strings in the newtest.ini
Review details problem
Solution(s)
Check the logs of your antivirus to see if the copy of the newtest.ini file downloaded and stored in %tmp% is not blocked
'HTTP/1.0 501 Not implemented', code: 0Download of Newtest.ini failed
Review details problem
GET HTTP Client: Command rejected by server - url: '/ Newtest_intra/probes/ROBOT01/NEWTEST.INI' data: 'HTTP/1.0 501 Not implemented', code: 0Download of Newtest.ini failed
Solution(s)
This error occurs when a robot tries to retrieve its configuration on a server 2.1.0 on IISPort 81.
Switch on port 80 or upgrade the NMC 2.2.1
Http 401 command rejected by serveur
Review details problem
Solution(s)
- The first thing you should do is to check the URL via IE.
http://SERVER_NAME/newtest_intra/probes/PRBNAME/update2.ini
Can you download the file or do you see it's content ?
- Add the full control rights to the "network" account on the result folder of the NMC.
Comments