Problem with profiling
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Commerce Server > Commerce Server General > Problem with profiling




Pages (2): [1] 2 »   Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Problem with profiling  
arik


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


 
02-16-05 12:50 PM

Hello
I'm getting System.OutOfMemoryException in my Code.
In the event handler i'm getting the following error
"The profile object cache has become full. Please release dirty entries, and
try your operation again. If problems persist, then please review profile
service documentation."
I'm using one profile DB for about 50 commerce sites.


Any Idea how to solve the problem ?
Do I need to activly release profile object on my site ?

Thanx
arik






[ Post a follow-up to this message ]



    RE: Problem with profiling  
Andre Podnozov [MSFT]


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


 
02-17-05 10:51 PM

This error indicates that the system cannot allocate more heap memory. You
can check if your process is running out of virtual memory space. Releasing
the objects sooner should help. However, with 50 sites your system will be
under considerable memory pressure, I imagine.

Thanks
Andre

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2004 Microsoft Corporation.  All rights
reserved.


--------------------
Thread-Topic: Problem with profiling
thread-index: AcUULXLRKXSyui0hQlCHR2WGb1rtZw==
X-WBNR-Posting-Host: 212.143.57.174
From: "examnotes" <arik@discussions.microsoft.com>
Subject: Problem with profiling
Date: Wed, 16 Feb 2005 05:43:08 -0800
Lines: 15
Message-ID: <66FA661A-21C1-4EB0-B0B8-04DAAF9E6505@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.general
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: TK2MSFTNGXA01.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2224
X-Tomcat-NG: microsoft.public.commerceserver.general

Hello
I'm getting System.OutOfMemoryException in my Code.
In the event handler i'm getting the following error
"The profile object cache has become full. Please release dirty entries,
and
try your operation again. If problems persist, then please review profile
service documentation."
I'm using one profile DB for about 50 commerce sites.


Any Idea how to solve the problem ?
Do I need to activly release profile object on my site ?

Thanx
arik







[ Post a follow-up to this message ]



    RE: Problem with profiling  
arik


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


 
02-20-05 11:12 PM

Thanks Andre,

How can i relase unused profile objects ?
Should i clean it in Session_end event ?

I also saw that there is a parameter in the profile connection string that
suppose to activate Thread that cleans up unused profile object. I understan
d
that the defualt Value is "on". There is another parameter that say how much
time should pass before an unused profile object should be deleted. The
defulat value is 5 minutes.
I didn't changed both this parameters ,but my impression is that they don't
work.
Where can i see this parameter (it oesn't exist in the cs2002 manager.

Thanx

arik


arik

"Andre Podnozov [MSFT]" wrote:

> This error indicates that the system cannot allocate more heap memory. You
> can check if your process is running out of virtual memory space. Releasin
g
> the objects sooner should help. However, with 50 sites your system will be
> under considerable memory pressure, I imagine.
>
> Thanks
> Andre
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
> You assume all risk for your use. © 2004 Microsoft Corporation.  All righ
ts
> reserved.
>
>
> --------------------
> Thread-Topic: Problem with profiling
> thread-index: AcUULXLRKXSyui0hQlCHR2WGb1rtZw==
> X-WBNR-Posting-Host: 212.143.57.174
> From: "examnotes" <arik@discussions.microsoft.com>
> Subject: Problem with profiling
> Date: Wed, 16 Feb 2005 05:43:08 -0800
> Lines: 15
> Message-ID: <66FA661A-21C1-4EB0-B0B8-04DAAF9E6505@microsoft.com>
> MIME-Version: 1.0
> Content-Type: text/plain;
> 	charset="Utf-8"
> Content-Transfer-Encoding: 7bit
> X-Newsreader: Microsoft CDO for Windows 2000
> Content-Class: urn:content-classes:message
> Importance: normal
> Priority: normal
> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
> Newsgroups: microsoft.public.commerceserver.general
> NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
> Path: TK2MSFTNGXA01.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
> Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2224
> X-Tomcat-NG: microsoft.public.commerceserver.general
>
> Hello
> I'm getting System.OutOfMemoryException in my Code.
> In the event handler i'm getting the following error
> "The profile object cache has become full. Please release dirty entries,
> and
> try your operation again. If problems persist, then please review profile
> service documentation."
> I'm using one profile DB for about 50 commerce sites.
>
>
> Any Idea how to solve the problem ?
> Do I need to activly release profile object on my site ?
>
> Thanx
> arik
>
>





[ Post a follow-up to this message ]



    RE: Problem with profiling  
Ravi Shankar


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


 
02-22-05 07:51 AM

You do not specify anywhere what your system configuration is..
If you have a system /w 3Gb or more then have you used the /GB & /USERVA
switches in the boot.ini ?

"arik" wrote:
[vbcol=seagreen]
> Thanks Andre,
>
> How can i relase unused profile objects ?
> Should i clean it in Session_end event ?
>
> I also saw that there is a parameter in the profile connection string that
> suppose to activate Thread that cleans up unused profile object. I underst
and
> that the defualt Value is "on". There is another parameter that say how mu
ch
> time should pass before an unused profile object should be deleted. The
> defulat value is 5 minutes.
> I didn't changed both this parameters ,but my impression is that they don'
t
> work.
> Where can i see this parameter (it oesn't exist in the cs2002 manager.
>
> Thanx
>
> arik
>
>
> arik
>
> "Andre Podnozov [MSFT]" wrote:
> 





[ Post a follow-up to this message ]



    RE: Problem with profiling  
arik


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


 
02-22-05 12:47 PM

I'm not sure that you answer my question.
How the boot.ini connect to profile object ?

"Ravi Shankar" wrote:
[vbcol=seagreen]
> You do not specify anywhere what your system configuration is..
> If you have a system /w 3Gb or more then have you used the /GB & /USERVA
> switches in the boot.ini ?
>
> "arik" wrote:
> 





[ Post a follow-up to this message ]



    RE: Problem with profiling  
Andre Podnozov [MSFT]


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


 
02-22-05 10:50 PM

Here are a couple links that will give you some idea about the switches
that Ravi mentioned:
http://support.microsoft.com/?id=823440
http://support.microsoft.com/kb/810371

This goes back to my comment about your process virtual memory. Are you
running out of it?
Please examine Virtual Bytes perf counter for your process to verify this.

I'm assuming you are running CS2002?
Please list your OS version.
How much physical memory does your system have?

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use.© 2004 Microsoft Corporation.  All rights
reserved.


--------------------

I'm not sure that you answer my question.
How the boot.ini connect to profile object ?

"Ravi Shankar" wrote:
[vbcol=seagreen]
> You do not specify anywhere what your system configuration is..
> If you have a system /w 3Gb or more then have you used the /GB & /USERVA
> switches in the boot.ini ?
>
> "arik" wrote:
> 
that[vbcol=seagreen] 
understand[vbcol=seagreen] 
much[vbcol=seagreen] 
don't[vbcol=seagreen] 
memory. You[vbcol=seagreen] 
Releasing[vbcol=seagreen] 
will be[vbcol=seagreen] 
rights.[vbcol=seagreen] 
rights[vbcol=seagreen] 
microsoft.public.commerceserver.general:2224[vbcol=seagreen] 
entries,[vbcol=seagreen] 
profile[vbcol=seagreen] 






[ Post a follow-up to this message ]



    RE: Problem with profiling  
Ravi Shankar


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


 
02-23-05 07:50 AM

Apart from the .Net 1.1 & 3Gb issues, there is a restriction on the number o
f
profiles that can be handled by Commerce Server 2002... What is the total
number of Profiles that you have on your system (count(*) for UserObject ?).

"Andre Podnozov [MSFT]" wrote:

> Here are a couple links that will give you some idea about the switches
> that Ravi mentioned:
> http://support.microsoft.com/?id=823440
> http://support.microsoft.com/kb/810371
>
> This goes back to my comment about your process virtual memory. Are you
> running out of it?
> Please examine Virtual Bytes perf counter for your process to verify this.
>
> I'm assuming you are running CS2002?
> Please list your OS version.
> How much physical memory does your system have?
>
> This posting is provided "AS IS" with no warranties, and confers no rights
.
> You assume all risk for your use.© 2004 Microsoft Corporation.  All right
s
> reserved.
>
>
> --------------------
>
> I'm not sure that you answer my question.
> How the boot.ini connect to profile object ?
>
> "Ravi Shankar" wrote:
> 
> that 
> understand 
> much 
> don't 
> memory. You 
> Releasing 
> will be 
> rights. 
> rights 
> microsoft.public.commerceserver.general:2224 
> entries, 
> profile 
>





[ Post a follow-up to this message ]



    RE: Problem with profiling  
arik


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


 
02-28-05 12:57 PM

Hi,

We have 2 front servers with 2 GB memory.
Its a  cs2002 application on a window 2000 server.
We are using  the profile system also for anonymous users (we are using new
profile object - not the userObject).because of that we have about 2000-3000
new profiles each day. fom time to time we delete old profiles from the DB
(sql server) which we don't need anymore (users who didn't complete order).
we have total of 400000 profilesfor anonymous users. Is this suppose to
create a problem ?
We don;t have microsoft exhcage on the server so i don't see how the
switches will affect us.

Thanx

arik

"Ravi Shankar" wrote:
[vbcol=seagreen]
> Apart from the .Net 1.1 & 3Gb issues, there is a restriction on the number
 of
> profiles that can be handled by Commerce Server 2002... What is the total
> number of Profiles that you have on your system (count(*) for UserObject ?
).
>
> "Andre Podnozov [MSFT]" wrote:
> 





[ Post a follow-up to this message ]



    Re: Problem with profiling  
ravisesh_in@indiatimes.com


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


 
02-28-05 10:53 PM

Hi,
I got the same problem today. The usercount for our site is around
700,000. Microsoft recommends the following fix :
Check the calling program to determine why the profile objects are not
being released.
http://msdn.microsoft.com/library/d...en-us/csvr2002=
/htm/cs_mmc_errormsg_avec.asp

Any updates on this will be helpful.

Thanks in advance,

Ravi


arik wrote:
> Hi,
>
> We have 2 front servers with 2 GB memory.
> Its a  cs2002 application on a window 2000 server.
> We are using  the profile system also for anonymous users (we are
using new
> profile object - not the userObject).because of that we have about
2000-3000
> new profiles each day. fom time to time we delete old profiles from
the DB
> (sql server) which we don't need anymore (users who didn't complete
order).
> we have total of 400000 profilesfor anonymous users. Is this suppose
to[vbcol=seagreen]
> create a problem ?
> We don;t have microsoft exhcage on the server so i don't see how the
> switches will affect us.
>
> Thanx
>
> arik
>
> "Ravi Shankar" wrote:
> 
number of[vbcol=seagreen] 
total[vbcol=seagreen] 
UserObject ?).[vbcol=seagreen] 
switches[vbcol=seagreen] 
Are you[vbcol=seagreen] 
verify this.[vbcol=seagreen] 
no rights.[vbcol=seagreen] 
All rights[vbcol=seagreen] 
& /USERVA[vbcol=seagreen] 
connection string[vbcol=seagreen] 
object. I[vbcol=seagreen] 
that say how[vbcol=seagreen] 
deleted. The[vbcol=seagreen] 
that they[vbcol=seagreen] 
manager.[vbcol=seagreen] 
heap[vbcol=seagreen] 
space.[vbcol=seagreen] 
system[vbcol=seagreen] 
confers no[vbcol=seagreen] 
Corporation.  All[vbcol=seagreen] 
<arik@discussions.microsoft.com>[vbcol=seagreen] 
<66FA661A-21C1-4EB0-B0B8-04DAAF9E6505@microsoft.com>[vbcol=seagreen] 
TK2MSFTNGXA01.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl[vbcol=seagreen] 
dirty[vbcol=seagreen] 
review[vbcol=seagreen] 






[ Post a follow-up to this message ]



    Re: Problem with profiling  
arik


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


 
02-28-05 10:53 PM

Hi

I forgot to mention that in the event log i get an error from commerce
server with event id= 14
I couldn't find any where any documentaion about this event id.

If anyone know what it mean and also how can i release profile from the
cache ?
Thanks

arik

"ravisesh_in@indiatimes.com" wrote:

> Hi,
> I got the same problem today. The usercount for our site is around
> 700,000. Microsoft recommends the following fix :
> Check the calling program to determine why the profile objects are not
> being released.
> http://msdn.microsoft.com/library/d...rormsg_avec.asp
>
> Any updates on this will be helpful.
>
> Thanks in advance,
>
> Ravi
>
>
> arik wrote: 
> using new 
> 2000-3000 
> the DB 
> order). 
> to 
> number of 
> total 
> UserObject ?). 
> switches 
> Are you 
> verify this. 
> no rights. 
> All rights 
> & /USERVA 
> connection string 
> object. I 
> that say how 
> deleted. The 
> that they 
> manager. 
> heap 
> space. 
> system 
> confers no 
> Corporation.  All 
> <arik@discussions.microsoft.com> 
> <66FA661A-21C1-4EB0-B0B8-04DAAF9E6505@microsoft.com> 
> TK2MSFTNGXA01.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl 
> dirty 
> review 
>
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:51 AM.      Post New Thread    Post A Reply      
Pages (2): [1] 2 »   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