Hi Mayamatakeshi & Abinash 




 I am doing the following steps:

C:\>cd "Program Files"



C:\Program Files>cd Sipp



C:\Program Files\SIPp>start sipp



C:\Program Files\SIPp>sipp -sf uas.xml



 I am getting the output  as a SIP call flow. 



When i am executing the client script.



C:\Program Files\SIPp>sipp -sf uac.xml 127.0.01



I am getting the error Unable to load or parce 'uac.xml' scenario file. 



Evthough I have kept both  server & client xml files in the correct path i.e  
C:\Program Files\SIPp>.  



Any thing mistake from My side , so that i am not able to execute the client 
file ??



William



On Tue, 18 Aug 2009 11:57:53 +0530  wrote

>On Tue, Aug 18, 2009 at 3:04 PM, mwilliam

prusty wrote:

> Hi

>

> I have instaled SIPP In my windows PC. I have downlaoded the XML files

> (uac.xml & uas.xml) from SIPP site & kept in the floowing path

>

> c/programfiles/SIPP

>

>

> In the command prompt i am executing the scripts in the above path

>

>

> When i am giving the command ./sipp -sf uas.xml.

>

> It is throwing error '.' is not recongnized as an internal or external

>

> command,operable program or batch file.



You should study a little about the Windows command prompt.

Do you know why are you putting "./" in front of "sipp"?

Answer: This is a requirement of Unix/Linux to reference a file in the

current folder.

But in windows you don't need it and actually you cannot use this. So

windows is thinking you are trying to start a program called ".",

which is pretty clear from the message it is throwing at you.

So, just call "sipp -sf uas.xml" and it should work.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to