Reply
Member
ashokbth
Posts: 1
Registered: 02-13-2012
0

Capture throws follwoing error ::ixNet::ERROR-ErrorsOccurred-2003"

Hi,

 

While using iTest for ixNetwork , I am seeing below error when i try to save thecapture file :

 

IxNetwork /vport:11/capture> save capture 1:9 project:///control.cap Failed to invoke method copyFile from object IxNetwork TCL API reported the following error; note that the error message may refer to elements in the IxNetwork GUI ::ixNet::ERROR-ErrorsOccurred-2003-Function argument failed to convert: object /, function copyFile, argument #{kInteger,0}({kEnumValue,readStream not writable}), value {kStream,tcl,17,2}--ReturnValue-{kError,Default inst.}

IxNetwork /vport:11/capture>

 

Can any one kindly help me this as soon as possible ?

I need capture to be working soon .

 

Any help is greatly appreciated.

 

Thanks & Regards,

Ashok.

Member
ttruong
Posts: 6
Registered: 11-14-2011
0

Re: Capture throws follwoing error ::ixNet::ERROR-ErrorsOccurred-2003"

Hi,

 

Below is my example and it works fine to me.

save capture 192.168.51.130:04:02-Ethernet project://iTest_project/IxNetwork/temp_capture.cap

 

192.168.51.130:04:02-Ethernet: My inthernet interface name. You can check your ethernet interface name on IxNetwork GUI when you launch your configuration file.

iTest_project: this is my project in my current workspace. It looks like you did not put project name into the command,

 

Thanks and regards,

Thiep