Help,
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Application Center > Application Center Usage > Help,




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Help,  
doron


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-09-04 01:31 PM

Hi

im trying to run the ACT with 100 - 200 users
and i immediately get
"Could not collect runtime statistics from any test clients.  The test will
be stopped."

if i run only 10 users it works fine
the problem seems to be after i cross the 100 users
(sometime 100 users will run fine too)

please help

thanks
doron







[ Post a follow-up to this message ]



    RE: Help,  
George Cheng [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-09-04 01:31 PM

Can you check the following?

318849 PRB: "Provider Load Failure (0x80041013)" Error Message in
Application
http://support.microsoft.com/?id=318849

Thank You

George Cheng

Microsoft Application Center & Index Server Support

Note: This article has no warranties implicit or explicit.
All the content is given on the "as is" basis and the user
takes full responsibility for its use and assumption.
Microsoft Corporation Copyright 2004
All Rights Reserved

--------------------
| From: "doron" <doron_why@hotmail.com>
| Subject: Help,
| Date: Tue, 8 Jun 2004 18:31:52 +0200
| Lines: 17
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
| Message-ID: <#ijUg4WTEHA.3140@tk2msftngp13.phx.gbl>
| Newsgroups: microsoft.public.applicationcenter.usage
| NNTP-Posting-Host: 212.143.95.198
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
8.phx.gbl!tk2msftngp13.phx.gbl
| Xref: cpmsftngxa10.phx.gbl microsoft.public.applicationcenter.usage:3688
| X-Tomcat-NG: microsoft.public.applicationcenter.usage
|
| Hi
|
| im trying to run the ACT with 100 - 200 users
| and i immediately get
| "Could not collect runtime statistics from any test clients.  The test
will
| be stopped."
|
| if i run only 10 users it works fine
| the problem seems to be after i cross the 100 users
| (sometime 100 users will run fine too)
|
| please help
|
| thanks
| doron
|
|
|






[ Post a follow-up to this message ]



    Re: Help,  
doron


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-09-04 01:31 PM

Hi George

I don't have that error and the ACTuser has is marked in both Local and
Effective policy settings, in the "Log on as a batch job",

I tried to run:   Test.SendRequest("http://localhost")
with 1000 users, this worked fine,
(by users i mean 'Simultaneous browser connections')

then i tired to run only the first part of my script with 200 users and now
i get the following message:
.
"61>ScriptError,Out of memory(5,1)

Could not collect runtime statistics from any test clients.  The test will
be stopped."

(I don't get the script error on the full test script)

Is there a limit on the size of the test script?

Thanks for your help

doron

""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
news:ZnbNzLZTEHA.328@cpmsftngxa10.phx.gbl...
> Can you check the following?
>
> 318849 PRB: "Provider Load Failure (0x80041013)" Error Message in
> Application
> http://support.microsoft.com/?id=318849
>
> Thank You
>
> George Cheng
>
> Microsoft Application Center & Index Server Support
>
> Note: This article has no warranties implicit or explicit.
> All the content is given on the "as is" basis and the user
> takes full responsibility for its use and assumption.
> Microsoft Corporation Copyright 2004
> All Rights Reserved
>
> --------------------
> | From: "doron" <doron_why@hotmail.com>
> | Subject: Help,
> | Date: Tue, 8 Jun 2004 18:31:52 +0200
> | Lines: 17
> | X-Priority: 3
> | X-MSMail-Priority: Normal
> | X-Newsreader: Microsoft Outlook Express 6.00.2800.1409
> | X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1409
> | Message-ID: <#ijUg4WTEHA.3140@tk2msftngp13.phx.gbl>
> | Newsgroups: microsoft.public.applicationcenter.usage
> | NNTP-Posting-Host: 212.143.95.198
> | Path:
>
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
> 8.phx.gbl!tk2msftngp13.phx.gbl
> | Xref: cpmsftngxa10.phx.gbl microsoft.public.applicationcenter.usage:3688
> | X-Tomcat-NG: microsoft.public.applicationcenter.usage
> |
> | Hi
> |
> | im trying to run the ACT with 100 - 200 users
> | and i immediately get
> | "Could not collect runtime statistics from any test clients.  The test
> will
> | be stopped."
> |
> | if i run only 10 users it works fine
> | the problem seems to be after i cross the 100 users
> | (sometime 100 users will run fine too)
> |
> | please help
> |
> | thanks
> | doron
> |
> |
> |
>







[ Post a follow-up to this message ]



    Re: Help,  
doron


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
06-09-04 04:00 PM

Hi George

Problem Solved!
i used XMLHTTP
var xmlHttp = new ActiveXObject("Microsoft.XMLHTTP")

when i took it off the test run great

thanks again
doron

"doron" <doron_why@hotmail.com> wrote in message
news:u0F54leTEHA.504@TK2MSFTNGP11.phx.gbl...
> Hi George
>
> I don't have that error and the ACTuser has is marked in both Local and
> Effective policy settings, in the "Log on as a batch job",
>
> I tried to run:   Test.SendRequest("http://localhost")
> with 1000 users, this worked fine,
> (by users i mean 'Simultaneous browser connections')
>
> then i tired to run only the first part of my script with 200 users and
now
> i get the following message:
> .
> "61>ScriptError,Out of memory(5,1)
>
> Could not collect runtime statistics from any test clients.  The test will
> be stopped."
>
> (I don't get the script error on the full test script)
>
> Is there a limit on the size of the test script?
>
> Thanks for your help
>
> doron
>
> ""George Cheng [MSFT]"" <GCheng@online.microsoft.com> wrote in message
> news:ZnbNzLZTEHA.328@cpmsftngxa10.phx.gbl... 
>
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED01.phx.gbl!TK2MSFTNGP0
 
microsoft.public.applicationcenter.usage:3688[vbcol=seagreen] 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 03:27 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register