From: yoann on
I'm currently trying to create a submission for an USB wireless modem and
the jobs :

Common scenario stress with IO
Sleep stress with IO

fail immediatly with an error (see below). Same behavior on 3 different
computers (HP, fujitsu, Intel-based).

all QFEs are installed


ERROR REPORT :

Machine: Build=6000.2
Platform=AMD64
OS=Windows Vista (TM) Ultimate
ServicePack=""
Version=6.0
BuildLab="vista_rtm"
BuildDate=061101-2205
Language=French
Config=n/a

Start: Devices and the System as a whole must continue to function before
and af
ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
Test Version: 1.0.0001
Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
TUID=Scri
ptError!
Error: 0xffffffff, Error 0xffffffff
This is probably a configuration issue. In rare cases it could be a
bug
in the script itself. -> Type mismatch: 'Seed'
File=. Line=0
End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
TUID=
ScriptError!,
Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54
-69822B2AC415\cscript.exe (null)

End: Fail, Devices and the System as a whole must continue to function
before an
d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
Repro=C:\W
TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
e (null)

Best regards

"Colin Helliwell" wrote:

> Also ok for me too. What are you testing - system? device?
>
> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> message news:D720D577-CAF5-4550-813F-98CBF403B45F(a)microsoft.com...
> > Does anyone ever been able to run the DTM common scenario stress w IO or
> > Sleep test with IO ?
> > How ?
> > It report a script error as soon as it starts, VISTA or XP client.
> >
>
>
>
From: Thomas F. Divine on
Sorry. I can't help.

I too am truing to test a USB-Ethernet device. It uses Microsoft RNDIS
drivers from the RNDIS SDK.

I do not get the script error you are seeing. Perhaps because I am testing
on Intel processors.

With the device I am testing and the Microsoft RNDIS drivers the Common
Scenario Stress Test with IO may run successfully for several hours, but
always fails at some random point before the test completes. Testing is on
Windows XP in this case.

Thomas F. Divine


"yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
message news:74328EE4-ECC1-4B70-938A-1589260E57E0(a)microsoft.com...
> I'm currently trying to create a submission for an USB wireless modem and
> the jobs :
>
> Common scenario stress with IO
> Sleep stress with IO
>
> fail immediatly with an error (see below). Same behavior on 3 different
> computers (HP, fujitsu, Intel-based).
>
> all QFEs are installed
>
>
> ERROR REPORT :
>
> Machine: Build=6000.2
> Platform=AMD64
> OS=Windows Vista (TM) Ultimate
> ServicePack=""
> Version=6.0
> BuildLab="vista_rtm"
> BuildDate=061101-2205
> Language=French
> Config=n/a
>
> Start: Devices and the System as a whole must continue to function before
> and af
> ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
> Test Version: 1.0.0001
> Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> TUID=Scri
> ptError!
> Error: 0xffffffff, Error 0xffffffff
> This is probably a configuration issue. In rare cases it could be a
> bug
> in the script itself. -> Type mismatch: 'Seed'
> File=. Line=0
> End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> TUID=
> ScriptError!,
> Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54
> -69822B2AC415\cscript.exe (null)
>
> End: Fail, Devices and the System as a whole must continue to function
> before an
> d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
> Repro=C:\W
> TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
> e (null)
>
> Best regards
>
> "Colin Helliwell" wrote:
>
>> Also ok for me too. What are you testing - system? device?
>>
>> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
>> message news:D720D577-CAF5-4550-813F-98CBF403B45F(a)microsoft.com...
>> > Does anyone ever been able to run the DTM common scenario stress w IO
>> > or
>> > Sleep test with IO ?
>> > How ?
>> > It report a script error as soon as it starts, VISTA or XP client.
>> >
>>
>>
>>

From: yoann on
well,

It really seems to be a script error or a script context error. The faulty
lines are
RandomSeed = FloatFromArg("RandomSeed", RandomSeed);
if(RandomSeed == 0)
{
RandomSeed = Math.random().toPrecision(5);
}
SeedRand(RandomSeed);

at the end of Common_Scenario_Stress_With_IO.wsf
it seems that Math.random().toPrecision(5); does not return a numerical
value on my machine, but a string.

Is it possible ?
Is there something to update on the test machines before running the tests
(install .net Vx, get another version of cscript.exe or something ?) My test
PC are freshly installed computers from the msdn disks.


Best regards

"Thomas F. Divine" wrote:

> Sorry. I can't help.
>
> I too am truing to test a USB-Ethernet device. It uses Microsoft RNDIS
> drivers from the RNDIS SDK.
>
> I do not get the script error you are seeing. Perhaps because I am testing
> on Intel processors.
>
> With the device I am testing and the Microsoft RNDIS drivers the Common
> Scenario Stress Test with IO may run successfully for several hours, but
> always fails at some random point before the test completes. Testing is on
> Windows XP in this case.
>
> Thomas F. Divine
>
>
> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> message news:74328EE4-ECC1-4B70-938A-1589260E57E0(a)microsoft.com...
> > I'm currently trying to create a submission for an USB wireless modem and
> > the jobs :
> >
> > Common scenario stress with IO
> > Sleep stress with IO
> >
> > fail immediatly with an error (see below). Same behavior on 3 different
> > computers (HP, fujitsu, Intel-based).
> >
> > all QFEs are installed
> >
> >
> > ERROR REPORT :
> >
> > Machine: Build=6000.2
> > Platform=AMD64
> > OS=Windows Vista (TM) Ultimate
> > ServicePack=""
> > Version=6.0
> > BuildLab="vista_rtm"
> > BuildDate=061101-2205
> > Language=French
> > Config=n/a
> >
> > Start: Devices and the System as a whole must continue to function before
> > and af
> > ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
> > Test Version: 1.0.0001
> > Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > TUID=Scri
> > ptError!
> > Error: 0xffffffff, Error 0xffffffff
> > This is probably a configuration issue. In rare cases it could be a
> > bug
> > in the script itself. -> Type mismatch: 'Seed'
> > File=. Line=0
> > End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > TUID=
> > ScriptError!,
> > Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54
> > -69822B2AC415\cscript.exe (null)
> >
> > End: Fail, Devices and the System as a whole must continue to function
> > before an
> > d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
> > Repro=C:\W
> > TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
> > e (null)
> >
> > Best regards
> >
> > "Colin Helliwell" wrote:
> >
> >> Also ok for me too. What are you testing - system? device?
> >>
> >> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> >> message news:D720D577-CAF5-4550-813F-98CBF403B45F(a)microsoft.com...
> >> > Does anyone ever been able to run the DTM common scenario stress w IO
> >> > or
> >> > Sleep test with IO ?
> >> > How ?
> >> > It report a script error as soon as it starts, VISTA or XP client.
> >> >
> >>
> >>
> >>
>
>
From: Jojo on
I also have a similar problem. I'm using DTM to test our USB controller
driver. It managed to perform the other tests smoothly except for the 'Common
Scenario Stress With IO' and 'Sleep Stress With IO'. The DTM client always
hang (failed to reboot when restarted or failed to recover when set to
sleep). I even tried to wait for more than 3hrs for the task to finish,
thinking that maybe it really requires a long time to complete the task, but
nothing happens.

I have this problem when DTM client is running on x64 Vista Home Basic
Edition, but when I switch to x64 Vista Home Premium or above, I could not
even make the Master Config Job to run. I got "Not enough Resources available
in ready state for smart scheduling to be tried" error in the log.

Now, I'm are trying to increase the system memory of the DTM client machine
from 512MB to 1GB, hoping that it just need a little more RAM.

Does anyone have any suggestion for this problem?


"Thomas F. Divine" wrote:

> Sorry. I can't help.
>
> I too am truing to test a USB-Ethernet device. It uses Microsoft RNDIS
> drivers from the RNDIS SDK.
>
> I do not get the script error you are seeing. Perhaps because I am testing
> on Intel processors.
>
> With the device I am testing and the Microsoft RNDIS drivers the Common
> Scenario Stress Test with IO may run successfully for several hours, but
> always fails at some random point before the test completes. Testing is on
> Windows XP in this case.
>
> Thomas F. Divine
>
>
> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> message news:74328EE4-ECC1-4B70-938A-1589260E57E0(a)microsoft.com...
> > I'm currently trying to create a submission for an USB wireless modem and
> > the jobs :
> >
> > Common scenario stress with IO
> > Sleep stress with IO
> >
> > fail immediatly with an error (see below). Same behavior on 3 different
> > computers (HP, fujitsu, Intel-based).
> >
> > all QFEs are installed
> >
> >
> > ERROR REPORT :
> >
> > Machine: Build=6000.2
> > Platform=AMD64
> > OS=Windows Vista (TM) Ultimate
> > ServicePack=""
> > Version=6.0
> > BuildLab="vista_rtm"
> > BuildDate=061101-2205
> > Language=French
> > Config=n/a
> >
> > Start: Devices and the System as a whole must continue to function before
> > and af
> > ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
> > Test Version: 1.0.0001
> > Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > TUID=Scri
> > ptError!
> > Error: 0xffffffff, Error 0xffffffff
> > This is probably a configuration issue. In rare cases it could be a
> > bug
> > in the script itself. -> Type mismatch: 'Seed'
> > File=. Line=0
> > End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > TUID=
> > ScriptError!,
> > Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54
> > -69822B2AC415\cscript.exe (null)
> >
> > End: Fail, Devices and the System as a whole must continue to function
> > before an
> > d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
> > Repro=C:\W
> > TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
> > e (null)
> >
> > Best regards
> >
> > "Colin Helliwell" wrote:
> >
> >> Also ok for me too. What are you testing - system? device?
> >>
> >> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> >> message news:D720D577-CAF5-4550-813F-98CBF403B45F(a)microsoft.com...
> >> > Does anyone ever been able to run the DTM common scenario stress w IO
> >> > or
> >> > Sleep test with IO ?
> >> > How ?
> >> > It report a script error as soon as it starts, VISTA or XP client.
> >> >
> >>
> >>
> >>
>
>
From: Neo on
Task Cancelled Because of an Unexpected Reboot
Hi All,
I am Also Running DTM for a USB 2.0 Device, and with the
Common_Scenario_stress_With_I/O Test in DTM for Vista64Bit CLient fails with
the following message, i am really poor in understanding the XML Logs.
Can anyone suggest any solution.

Root Cause
Machine Rebooted Unexpectedly when Task "RunJob -
Common_Scenario_Stress_With_IO" was running

Resolution
This computer is found to have had an unexpected reboot. None of the tasks
that were running before the reboot requested a reboot.
The job will be cancelled as a result.


"Jojo" wrote:

> I also have a similar problem. I'm using DTM to test our USB controller
> driver. It managed to perform the other tests smoothly except for the 'Common
> Scenario Stress With IO' and 'Sleep Stress With IO'. The DTM client always
> hang (failed to reboot when restarted or failed to recover when set to
> sleep). I even tried to wait for more than 3hrs for the task to finish,
> thinking that maybe it really requires a long time to complete the task, but
> nothing happens.
>
> I have this problem when DTM client is running on x64 Vista Home Basic
> Edition, but when I switch to x64 Vista Home Premium or above, I could not
> even make the Master Config Job to run. I got "Not enough Resources available
> in ready state for smart scheduling to be tried" error in the log.
>
> Now, I'm are trying to increase the system memory of the DTM client machine
> from 512MB to 1GB, hoping that it just need a little more RAM.
>
> Does anyone have any suggestion for this problem?
>
>
> "Thomas F. Divine" wrote:
>
> > Sorry. I can't help.
> >
> > I too am truing to test a USB-Ethernet device. It uses Microsoft RNDIS
> > drivers from the RNDIS SDK.
> >
> > I do not get the script error you are seeing. Perhaps because I am testing
> > on Intel processors.
> >
> > With the device I am testing and the Microsoft RNDIS drivers the Common
> > Scenario Stress Test with IO may run successfully for several hours, but
> > always fails at some random point before the test completes. Testing is on
> > Windows XP in this case.
> >
> > Thomas F. Divine
> >
> >
> > "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> > message news:74328EE4-ECC1-4B70-938A-1589260E57E0(a)microsoft.com...
> > > I'm currently trying to create a submission for an USB wireless modem and
> > > the jobs :
> > >
> > > Common scenario stress with IO
> > > Sleep stress with IO
> > >
> > > fail immediatly with an error (see below). Same behavior on 3 different
> > > computers (HP, fujitsu, Intel-based).
> > >
> > > all QFEs are installed
> > >
> > >
> > > ERROR REPORT :
> > >
> > > Machine: Build=6000.2
> > > Platform=AMD64
> > > OS=Windows Vista (TM) Ultimate
> > > ServicePack=""
> > > Version=6.0
> > > BuildLab="vista_rtm"
> > > BuildDate=061101-2205
> > > Language=French
> > > Config=n/a
> > >
> > > Start: Devices and the System as a whole must continue to function before
> > > and af
> > > ter Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_
> > > Test Version: 1.0.0001
> > > Start: A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > > TUID=Scri
> > > ptError!
> > > Error: 0xffffffff, Error 0xffffffff
> > > This is probably a configuration issue. In rare cases it could be a
> > > bug
> > > in the script itself. -> Type mismatch: 'Seed'
> > > File=. Line=0
> > > End: Fail, A script error occured! {ADCBD1F0-16E8-11DB-B50B-0010C65AFEB5},
> > > TUID=
> > > ScriptError!,
> > > Repro=C:\WTT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54
> > > -69822B2AC415\cscript.exe (null)
> > >
> > > End: Fail, Devices and the System as a whole must continue to function
> > > before an
> > > d after Sleep Cycles. {ADCBD1A0-16E8-11DB-B50B-0010C65AFEB5}, TUID=_,
> > > Repro=C:\W
> > > TT\JobsWorkingDir\Tasks\WTTJobRunEFBA8659-E572-4353-8B54-69822B2AC415\cscript.ex
> > > e (null)
> > >
> > > Best regards
> > >
> > > "Colin Helliwell" wrote:
> > >
> > >> Also ok for me too. What are you testing - system? device?
> > >>
> > >> "yoann(a)philog.com" <yoannphilogcom(a)discussions.microsoft.com> wrote in
> > >> message news:D720D577-CAF5-4550-813F-98CBF403B45F(a)microsoft.com...
> > >> > Does anyone ever been able to run the DTM common scenario stress w IO
> > >> > or
> > >> > Sleep test with IO ?
> > >> > How ?
> > >> > It report a script error as soon as it starts, VISTA or XP client.
> > >> >
> > >>
> > >>
> > >>
> >
> >
 |  Next  |  Last
Pages: 1 2
Prev: NDIS 6.0 filter driver
Next: USB Flash memory Drive.