Table of contents
- 1. GetOrderInitVBS error
- 1.1. Review details problem
- 1.1.1. Solution(s)
- 1.1. Review details problem
- 2. NTBR Project Export issue
- 2.1. Review details problem
- 2.1.1. Workaround
- 2.1.2. Solution(s)
- 2.1. Review details problem
- 3. HTTP POST Client: Command rejected by server - data: HTTP/1.1 500
- 3.1. Review details problem
- 3.1.1. Solution(s)
- 3.1. Review details problem
- 4. Multiple export fail in NTBR
- 4.1. Review details problem
- 4.1.1. Solution(s)
- 4.1. Review details problem
- 5. CANNOT CREATE ROBOT FOLDER
- 5.1. Review details problem
- 5.1.1. Workaround
- 5.1.2. Solution(s)
- 5.1. Review details problem
- 6. See also
GetOrderInitVBS error
Review details problem
Context: Import VBS Scripts
You got the following error when trying to import a VBS project:
08/29/12 13:59:37 Scenario Adgateway modified in project robot01_support 08/29/12 13:59:37 GetOrderInitVBS error in fct Script parser create instance for scenario C:\Newtest Transaction Builder\PROBES\robot01_support\SCENARIO\Adgateway.VBS hr = 80040154 08/29/12 13:59:37 MOTACTIVESCRIPT::Check exception hr: 80040154 08/29/12 13:59:37 GetOrderInitVBS error in fct Script parser create instance for scenario C:\Newtest Transaction Builder\PROBES\robot01_support\SCENARIO\Adgateway.VBS hr = 80040154 08/29/12 13:59:37 Scénario : Adgateway, Echec de la compilation : MOTACTIVESCRIPT::Check exception hr: 80040154 ligne : 0 !
Solution(s)
Run C:\Newtest Transaction Builder\Exe\REGISTER.BAT
in an administrator command windows
NTBR Project Export issue
Context: 751CU5
HTTP POST Client: Command rejected by server - data: , code: 0 09/20/12 14:56:29 Send file PROBES.ZIP failed: /nmc/probes/UpdateConfigurationPackage.ashx[#3.The system cannot find the path specified.]
Review details problem
Workaround
Close your NTBR
Open the newtest.ini from your NTBR
Add the following entry:
[NEWTEST_PROTOCOL]
HTTP_CLIENT_TIMEOUT=600
Solution(s)
Install 751CU6
HTTP POST Client: Command rejected by server - data: HTTP/1.1 500
Review details problem
HTTP POST Client: Command rejected by server - data: HTTP/1.1 500 Internal Server Error, code:
009/14/12 11:44:20 Send file PROBES.ZIP failed:
/nmc/probes/UpdateConfigurationPackage.ashx[]
Solution(s)
Maximum request length exceeded.
C:\Newtest\Web\web.config
32768=4096*2*2*2 = 32 Mo
Multiple export fail in NTBR
Review details problem
Solution(s)
NTBR is able to export a project to multiple robots.
This feature doesn’t work in version 751R007, 221R4, as USER directory and USER.ZIP file doesn’t exist on the NMC server in PROBES directory
Solution :
You need to set the EnableSharedUser parameter to true. It will allow NTBR to use a shared USER directory.
Thus, we gain in processing time by exporting your project once and copying on multiple probes.
CANNOT CREATE ROBOT FOLDER
Review details problem
Error message that you get in the NTBR 741 when you try to export a project to the NMC server 221R4 is:
CANNOT CREATE ROBOT FOLDER '/newtest_intra/createprobefolder.asp?folder=FA132'[0]
Workaround
Edit C:\Newtest\Newtest_intra\CreateProbeFolder.asp
of the NMC server and modify manually the line 7 like this: Dim ActiveBackup Then try to export a project.
Solution(s)
Install 221R5
Comments