Loadrunner ”Error: missing newline in C:\LoadRunner….” when running test in controller
Question ID: 104244
1
0

hi all,
Does anyone know what this error means and how to solve it? I get it when I start a test in the controller but do not get it during a TryScript in VUGen.

-13874 "Error: missing newline in C:\\LoadRunner\\Scripts\\"

dat file is simple:

sUser
TEST0001
TEST0002
TEST0003
TEST0004
TEST0005

Marked as spam
Posted by (Questions: 4, Answers: 0)
Asked on October 8, 2010 2:50 am
1461 views
Answers (1)
1
Private answer

The .dat file needs to have an empty line at the bottom of the file. Also, not sure if all your data is on one line, but I think it would need to be formatted like so:

sUser
TEST0001 
TEST0002 
TEST0003 
TEST0004 
TEST0005
<blank>

Note that is an empty line at the bottom - you should still be able to put your cursor on it in notepad/whatever you are using to edit your dat files.

Marked as spam
Posted by (Questions: 9, Answers: 1)
Answered on October 14, 2010 1:13 pm
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top