Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista Drivers > Error when running NDIS Test for miniport driver. (2 card test)

Reply
Thread Tools Display Modes

Error when running NDIS Test for miniport driver. (2 card test)

 
 
narsha@gmail.com
Guest
Posts: n/a

 
      09-19-2008
Hi Folks,

When running a NDIS Test, i encounter this kind of error message at
the end of the test. It looks like this error happens on the back
channel.

UninitializeServer
[2900308]NdtSupp: SuppCore : FinalRelease - enter
[2900323]NdtSupp: SuppCore : FinalRelease - exit
Remote Library ClearAdapters failed!

Any ideas why this error occurs.

Regards,
NHKR
 
Reply With Quote
 
 
 
 
narsha@gmail.com
Guest
Posts: n/a

 
      09-20-2008
Follow up- this problem occurs when sending and receiving for
2c_rsssendrecv

LOG: UninitializeServer
[6858037]NDTCOMM: Packet: 00000000002399D0
[6858037]NDTCOMM: Packet: 00000000002399D0
[6858053]NDTCOMM: **************** SENDING MESSAGE ***************
[6858069]NDTCOMM: BC Version: 0x06000005
[6858069]NDTCOMM: PacketID: 1797
[6858084]NDTCOMM: PacketLen: 340
[6858084]NDTCOMM: Command: 0x10040005
[6858100]NDTCOMM: SendLen: 8
[6858100]NDTCOMM: RecvLen: 8
[6858115]NDTCOMM: Packet: 00000000002399D0
[6858131]NDTCOMM: ************************************************
[6859145]NDTCOMM: **************** RECEIVED REPLY ****************
[6859161]NDTCOMM: PacketID: 1797
[6859161]NDTCOMM: PacketLen: 340
[6859176]NDTCOMM: Command: 0x10040005
[6859192]NDTCOMM: SendLen: 8
[6859192]NDTCOMM: RecvLen: 0
[6859207]NDTCOMM: Packet: 000000000012D4F0
[6859223]NDTCOMM: Error: FALSE
[6859239]NDTCOMM: ************************************************
[6859270]NDTSESSION: Ref Count for dispatch = 2
[6859317]NdtSupp: SuppCore : FinalRelease - enter
[6859332]NdtSupp: SuppCore : FinalRelease - exit
[6859332]NDTCOMM: Packet: 00000000002399D0
[6859348]NDTCOMM: Packet: 00000000002399D0
[6859363]NDTCOMM: **************** SENDING MESSAGE ***************
[6859363]NDTCOMM: BC Version: 0x06000005
[6859379]NDTCOMM: PacketID: 1798
[6859395]NDTCOMM: PacketLen: 371
[6859395]NDTCOMM: Command: 0x10070000
[6859410]NDTCOMM: SendLen: 39
[6859410]NDTCOMM: RecvLen: 55
[6859426]NDTCOMM: Packet: 00000000002399D0
[6859441]NDTCOMM: ************************************************
[7832872]NDTCOMM: CConnSocket: Timed out waiting for receive data!
[7832872]NDTCOMM: SendRecv() failed! (Packet ID == 1798)
Failed to send command to Back Channel! (hr=0x0, Status=1)
[7832919]NDTEST: Received TRACKING_STOP_SCRIPTS message
RemoteCommand: Remote command failed with BC Error = 1
LOG: Remote Library ClearAdapters failed!
 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      09-20-2008

Hmm. Note the following lines before the failing send:

> [6859317]NdtSupp: SuppCore : FinalRelease - enter
> [6859332]NdtSupp: SuppCore : FinalRelease - exit


Does this indicate error in ndistest?

--PA




wrote:
> Follow up- this problem occurs when sending and receiving for
> 2c_rsssendrecv
>
> LOG: UninitializeServer
> [6858037]NDTCOMM: Packet: 00000000002399D0
> [6858037]NDTCOMM: Packet: 00000000002399D0
> [6858053]NDTCOMM: **************** SENDING MESSAGE ***************
> [6858069]NDTCOMM: BC Version: 0x06000005
> [6858069]NDTCOMM: PacketID: 1797
> [6858084]NDTCOMM: PacketLen: 340
> [6858084]NDTCOMM: Command: 0x10040005
> [6858100]NDTCOMM: SendLen: 8
> [6858100]NDTCOMM: RecvLen: 8
> [6858115]NDTCOMM: Packet: 00000000002399D0
> [6858131]NDTCOMM: ************************************************
> [6859145]NDTCOMM: **************** RECEIVED REPLY ****************
> [6859161]NDTCOMM: PacketID: 1797
> [6859161]NDTCOMM: PacketLen: 340
> [6859176]NDTCOMM: Command: 0x10040005
> [6859192]NDTCOMM: SendLen: 8
> [6859192]NDTCOMM: RecvLen: 0
> [6859207]NDTCOMM: Packet: 000000000012D4F0
> [6859223]NDTCOMM: Error: FALSE
> [6859239]NDTCOMM: ************************************************
> [6859270]NDTSESSION: Ref Count for dispatch = 2
> [6859317]NdtSupp: SuppCore : FinalRelease - enter
> [6859332]NdtSupp: SuppCore : FinalRelease - exit
> [6859332]NDTCOMM: Packet: 00000000002399D0
> [6859348]NDTCOMM: Packet: 00000000002399D0
> [6859363]NDTCOMM: **************** SENDING MESSAGE ***************
> [6859363]NDTCOMM: BC Version: 0x06000005
> [6859379]NDTCOMM: PacketID: 1798
> [6859395]NDTCOMM: PacketLen: 371
> [6859395]NDTCOMM: Command: 0x10070000
> [6859410]NDTCOMM: SendLen: 39
> [6859410]NDTCOMM: RecvLen: 55
> [6859426]NDTCOMM: Packet: 00000000002399D0
> [6859441]NDTCOMM: ************************************************
> [7832872]NDTCOMM: CConnSocket: Timed out waiting for receive data!
> [7832872]NDTCOMM: SendRecv() failed! (Packet ID == 1798)
> Failed to send command to Back Channel! (hr=0x0, Status=1)
> [7832919]NDTEST: Received TRACKING_STOP_SCRIPTS message
> RemoteCommand: Remote command failed with BC Error = 1
> LOG: Remote Library ClearAdapters failed!

 
Reply With Quote
 
narsha@gmail.com
Guest
Posts: n/a

 
      09-23-2008
Hi Pavel,

Thanks for the reply.

> [6859317]NdtSupp: SuppCore : FinalRelease - enter
> [6859332]NdtSupp: SuppCore : FinalRelease - exit


These prints are very much normal(These prints occur when the test
passes/fails) . Actually, the 2c_mini6rsssendrecv from what i
understand is not consistent because the same test passes/fails,
though the entire setup/ manner in which i run the test is no
different.

Also, when i ran the test between two cards which are WHQLed, i get
the same kind of results. On one run it passes and on the other run it
fails. So if anyone from MSFT (NDIS group) is looking at this thread,
it would be great if they can confirm the status of the
2c_mini6rsssendrecv test script.

Regards,
NHKR

 
Reply With Quote
 
Praveen Kumar Amritaluru
Guest
Posts: n/a

 
      09-23-2008
This sounds like a problem in communication between "message" cards.

> [7832872]NDTCOMM: CConnSocket: Timed out waiting for receive data!
> [7832872]NDTCOMM: SendRecv() failed! (Packet ID == 1798)
> Failed to send command to Back Channel! (hr=0x0, Status=1)
> [7832919]NDTEST: Received TRACKING_STOP_SCRIPTS message
> RemoteCommand: Remote command failed with BC Error = 1
> LOG: Remote Library ClearAdapters failed!


When the test completes with error, do you see the NICs used as back channel
card in a working condition,
for eg. are you able to ping to/from those NICs?

You might want to try taking sniffer trace to see whether traffic if
flowing through various NICs.


-Praveen


<> wrote in message
news:61aebfda-2bfe-4c79-bc95-...
> Follow up- this problem occurs when sending and receiving for
> 2c_rsssendrecv
>
> LOG: UninitializeServer
> [6858037]NDTCOMM: Packet: 00000000002399D0
> [6858037]NDTCOMM: Packet: 00000000002399D0
> [6858053]NDTCOMM: **************** SENDING MESSAGE ***************
> [6858069]NDTCOMM: BC Version: 0x06000005
> [6858069]NDTCOMM: PacketID: 1797
> [6858084]NDTCOMM: PacketLen: 340
> [6858084]NDTCOMM: Command: 0x10040005
> [6858100]NDTCOMM: SendLen: 8
> [6858100]NDTCOMM: RecvLen: 8
> [6858115]NDTCOMM: Packet: 00000000002399D0
> [6858131]NDTCOMM: ************************************************
> [6859145]NDTCOMM: **************** RECEIVED REPLY ****************
> [6859161]NDTCOMM: PacketID: 1797
> [6859161]NDTCOMM: PacketLen: 340
> [6859176]NDTCOMM: Command: 0x10040005
> [6859192]NDTCOMM: SendLen: 8
> [6859192]NDTCOMM: RecvLen: 0
> [6859207]NDTCOMM: Packet: 000000000012D4F0
> [6859223]NDTCOMM: Error: FALSE
> [6859239]NDTCOMM: ************************************************
> [6859270]NDTSESSION: Ref Count for dispatch = 2
> [6859317]NdtSupp: SuppCore : FinalRelease - enter
> [6859332]NdtSupp: SuppCore : FinalRelease - exit
> [6859332]NDTCOMM: Packet: 00000000002399D0
> [6859348]NDTCOMM: Packet: 00000000002399D0
> [6859363]NDTCOMM: **************** SENDING MESSAGE ***************
> [6859363]NDTCOMM: BC Version: 0x06000005
> [6859379]NDTCOMM: PacketID: 1798
> [6859395]NDTCOMM: PacketLen: 371
> [6859395]NDTCOMM: Command: 0x10070000
> [6859410]NDTCOMM: SendLen: 39
> [6859410]NDTCOMM: RecvLen: 55
> [6859426]NDTCOMM: Packet: 00000000002399D0
> [6859441]NDTCOMM: ************************************************
> [7832872]NDTCOMM: CConnSocket: Timed out waiting for receive data!
> [7832872]NDTCOMM: SendRecv() failed! (Packet ID == 1798)
> Failed to send command to Back Channel! (hr=0x0, Status=1)
> [7832919]NDTEST: Received TRACKING_STOP_SCRIPTS message
> RemoteCommand: Remote command failed with BC Error = 1
> LOG: Remote Library ClearAdapters failed!



 
Reply With Quote
 
narsha@gmail.com
Guest
Posts: n/a

 
      09-24-2008
Praveen, Thanks for the reply,

1. Ping works between test network- Yes
2. Ping works between message network - Yes.

Regards,
NHKR
 
Reply With Quote
 
Praveen Kumar Amritaluru
Guest
Posts: n/a

 
      09-24-2008
You can also run netstat -e -s to check if it shows any pkt errors.
If it shows errors (can be discarded, overflow etc).. that would indicate
something wrong with the NIC and not test.
Also did you check running the tests using back-to-back connection without
switch to rule out issue with switch ports.

Not sure if you have already taken sniffer trace on both test system and
support system when the test is in progress and
check for any dropped pkts.

<> wrote in message
news:81cac4cd-0591-41bf-970b-...
> Praveen, Thanks for the reply,
>
> 1. Ping works between test network- Yes
> 2. Ping works between message network - Yes.
>
> Regards,
> NHKR



 
Reply With Quote
 
Pavel A.
Guest
Posts: n/a

 
      09-24-2008
wrote:
> Hi Pavel,
>
> Thanks for the reply.
>
> > [6859317]NdtSupp: SuppCore : FinalRelease - enter
> > [6859332]NdtSupp: SuppCore : FinalRelease - exit

>
> These prints are very much normal(These prints occur when the test
> passes/fails) .


Ok, but have you seen in "good" logs that FinalRelease is
followed by another send??

--PA


>Actually, the 2c_mini6rsssendrecv from what i
> understand is not consistent because the same test passes/fails,
> though the entire setup/ manner in which i run the test is no
> different.
>
> Also, when i ran the test between two cards which are WHQLed, i get
> the same kind of results. On one run it passes and on the other run it
> fails. So if anyone from MSFT (NDIS group) is looking at this thread,
> it would be great if they can confirm the status of the
> 2c_mini6rsssendrecv test script.
>
> Regards,
> NHKR
>

 
Reply With Quote
 
GNR
Guest
Posts: n/a

 
      09-24-2008
On Sep 24, 2:13*pm, "Pavel A." <pave...@NOfastmailNO.fm> wrote:
> nar...@gmail.com wrote:
> > Hi Pavel,

>
> > Thanks for the reply.

>
> > *> [6859317]NdtSupp: SuppCore : FinalRelease - enter
> > *> [6859332]NdtSupp: SuppCore : FinalRelease - exit

>
> > These prints are very much normal(These prints occur when the test
> > passes/fails) .

>
> Ok, but have you seen in "good" logs that FinalRelease is
> followed by another send??
>
> --PA
>
> >Actually, the 2c_mini6rsssendrecv from what i
> > understand is not consistent because the same test passes/fails,
> > though the entire setup/ manner in which i run the test is no
> > different.

>
> > Also, when i ran the test between two cards which are WHQLed, i get
> > the same kind of results. On one run it passes and on the other run it
> > fails. So if anyone from MSFT (NDIS group) is looking at this thread,
> > it would be great if they can confirm the status of the
> > 2c_mini6rsssendrecv test script.

>
> > Regards,
> > NHKR


Pavel,

Here are the good case logs

LOG: UninitializeServer
[2679956]NDTCOMM: Packet: 000000000009A1A0
[2679956]NDTCOMM: Packet: 000000000009A1A0
[2679972]NDTCOMM: **************** SENDING MESSAGE ***************
[2679987]NDTCOMM: BC Version: 0x06000005
[2679987]NDTCOMM: PacketID: 597
[2680003]NDTCOMM: PacketLen: 340
[2680003]NDTCOMM: Command: 0x10040005
[2680019]NDTCOMM: SendLen: 8
[2680034]NDTCOMM: RecvLen: 8
[2680034]NDTCOMM: Packet: 000000000009A1A0
[2680050]NDTCOMM: ************************************************
[2681064]NDTCOMM: **************** RECEIVED REPLY ****************
[2681064]NDTCOMM: PacketID: 597
[2681079]NDTCOMM: PacketLen: 340
[2681079]NDTCOMM: Command: 0x10040005
[2681095]NDTCOMM: SendLen: 8
[2681095]NDTCOMM: RecvLen: 0
[2681111]NDTCOMM: Packet: 000000000009A300
[2681126]NDTCOMM: Error: FALSE
[2681126]NDTCOMM: ************************************************
[2681142]NDTSESSION: Ref Count for dispatch = 2
[2681157]NdtSupp: SuppCore : FinalRelease - enter
[2681173]NdtSupp: SuppCore : FinalRelease - exit
[2681173]NDTCOMM: Packet: 000000000009A1A0
[2681189]NDTCOMM: Packet: 000000000009A1A0
[2681204]NDTCOMM: **************** SENDING MESSAGE ***************
[2681204]NDTCOMM: BC Version: 0x06000005
[2681220]NDTCOMM: PacketID: 598
[2681220]NDTCOMM: PacketLen: 371
[2681235]NDTCOMM: Command: 0x10070000
[2681235]NDTCOMM: SendLen: 39
[2681251]NDTCOMM: RecvLen: 55
[2681251]NDTCOMM: Packet: 000000000009A1A0
[2681267]NDTCOMM: ************************************************
[3282588]NDTCOMM: **************** RECEIVED REPLY ****************
[3282588]NDTCOMM: PacketID: 598
[3282604]NDTCOMM: PacketLen: 387
[3282604]NDTCOMM: Command: 0x10070000
[3282619]NDTCOMM: SendLen: 55
[3282635]NDTCOMM: RecvLen: 0
[3282635]NDTCOMM: Packet: 000000000009A320
[3282651]NDTCOMM: Error: FALSE
[3282651]NDTCOMM: ************************************************
[DriverUnload] Unloading NDISTest 6.0 Protocol Driver

--GNR
 
Reply With Quote
 
narsha@gmail.com
Guest
Posts: n/a

 
      09-25-2008
Im running the test on a back-to-back connection, no switches in
between.

Can we rely on the netstat command for the test interface(if this is
what you meant) because the test interface is worked upon by the NDIS
Test Protocol Driver and not the system/standard protocol driver.

i have seen the sniff results for the test network and there were no
drops. If im not wrong, all the NDIS Test command are passed over the
back-channel network. The commands that are shown in the first message
of this discussion chain are passed over the back channel network.

Regards,
NHKR
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DTM Test Ndis Miniport driver sulabh Windows Vista Drivers 0 01-23-2008 08:52 AM
WHQL test :card reader test failed in power management test laudraup Windows Vista Drivers 4 07-09-2004 09:25 AM
Re: NDIS Mux IM Driver : NDIS Test - Incorrect number of reset events Stephan Wolf Windows Vista Drivers 0 08-26-2003 05:31 PM
NDIS Mux IM Driver : NDIS Test Fail - Should not have resent any packets Amit Dhaduk Windows Vista Drivers 2 08-26-2003 12:07 PM
How to test wmi in my scsi miniport driver? sam Windows Vista Drivers 5 07-29-2003 03:47 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59