Thank you Nicholas! I discovered my fault!!!! The problem was that at the end of CSV file there were a lot of empty lines so when the end of the file was reached I experienced a lot of error like "Field 1 not found".
Dropping the last lines in the CSV file, it works. Thank you again. Bye ----- Original Message ----- From: "Nicholas SHI" <[EMAIL PROTECTED]> To: "corrado orlando" <[EMAIL PROTECTED]> Cc: <[email protected]> Sent: Sunday, September 07, 2008 10:22 AM Subject: Re: [Sipp-users] Question about Injection values from an external CSV file > Corrado, > > I can understand your problem. But per my try, SIPp can go back to the > first line in CSV file and continue the test. > > Also checked SIPp online reference, it said: > At the end of the file, SIPp will re-start from the beginning. > > Another point might have something to do with your observation. Do you > add parameter '-m' in your startup command line? > The # after '- m' will limit max calls initiated from origination > side. In other words, SIPp will terminate after firing # calls. > > That's all I can think out by far. Sorry cannot add further help. I'm > still in my learning curve :-) > Hope this helps. > > Nicholas Shi > > 2008/9/4 corrado orlando <[EMAIL PROTECTED]>: >> Dear friends, >> >> in my tests I'm using an external CSV file which contains the called and >> the calling numbers. >> >> the problem is that when the end of the external CSV file is reached, the >> test fails. >> >> is it possible during the same test to go back at the beginning of the >> CVS >> file and to read again the values stored in the file after the end of the >> file is reached? >> >> Could anyone suggest me how to procede? >> >> thanks in advance and best regards >> >> Corrado >> >> ------------------------------------------------------------------------- >> This SF.Net email is sponsored by the Moblin Your Move Developer's >> challenge >> Build the coolest Linux based applications with Moblin SDK & win great >> prizes >> Grand prize is a trip for two to an Open Source event anywhere in the >> world >> http://moblin-contest.org/redirect.php?banner_id=100&url=/ >> _______________________________________________ >> Sipp-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/sipp-users >> >> > > > > -- > Nicholas SHI > ------------------------------------------------- > Tel: +86 131 5638 9168 > Email: [EMAIL PROTECTED] > Location: Qingdao, China > URL: http://picasaweb.google.com/shixiaomu ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
