Discussion:
User Profile issue with Web Garden
(too old to reply)
Help Please
2006-06-22 17:42:02 UTC
Permalink
Here may answer my question:
I got errors when user login/create new account at web garden more than 1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven’t found anything related to my
issue. Any ideas?
J.F. Larente
2006-06-28 20:28:11 UTC
Permalink
I had the same problem and in my case it was an OutputCaching issue.
Post by Help Please
I got errors when user login/create new account at web garden more than 1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven't found anything related to
my
issue. Any ideas?
Help Please
2006-06-29 03:01:02 UTC
Permalink
Thanks, So how do you solve the issue ? What's your server
configration/settings ?
Post by J.F. Larente
I had the same problem and in my case it was an OutputCaching issue.
Post by Help Please
I got errors when user login/create new account at web garden more than 1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven't found anything related to
my
issue. Any ideas?
J.F. Larente
2006-06-29 07:54:52 UTC
Permalink
To test this, you can turn OutputCaching = false in the web.config file.

There are also page directives you can use to turn OutputCaching off only on
pages that have personalized content.

I don't have a project handy but the above should point you in the right
direction. If you need anything more specific, let me know and I'll dig it
up.

J.F. Larente
Cactus Commerce
Post by Help Please
Thanks, So how do you solve the issue ? What's your server
configration/settings ?
Post by J.F. Larente
I had the same problem and in my case it was an OutputCaching issue.
Post by Help Please
I got errors when user login/create new account at web garden more
than
1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven't found anything related to
my
issue. Any ideas?
Help Please
2006-06-29 15:46:01 UTC
Permalink
Thanks for your suggestions. But we use CacheManager and implemented in
business tier. So have to change some code inside.
As my understand, the issue should happen on the w3w process which has no
cache for one profile , and this profile was cached in another w3w process
before.

Thanks,
Post by J.F. Larente
To test this, you can turn OutputCaching = false in the web.config file.
There are also page directives you can use to turn OutputCaching off only on
pages that have personalized content.
I don't have a project handy but the above should point you in the right
direction. If you need anything more specific, let me know and I'll dig it
up.
J.F. Larente
Cactus Commerce
Post by Help Please
Thanks, So how do you solve the issue ? What's your server
configration/settings ?
Post by J.F. Larente
I had the same problem and in my case it was an OutputCaching issue.
Post by Help Please
I got errors when user login/create new account at web garden more
than
1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven't found anything related to
my
issue. Any ideas?
J.F. Larente
2006-06-29 15:51:08 UTC
Permalink
I understand what you're saying.
We had our own caching layer in the BusinessServices assembly as well. But
there is page level caching in .NET which is probably causing your problem.
Post by Help Please
Thanks for your suggestions. But we use CacheManager and implemented in
business tier. So have to change some code inside.
As my understand, the issue should happen on the w3w process which has no
cache for one profile , and this profile was cached in another w3w process
before.
Thanks,
Post by J.F. Larente
To test this, you can turn OutputCaching = false in the web.config file.
There are also page directives you can use to turn OutputCaching off only on
pages that have personalized content.
I don't have a project handy but the above should point you in the right
direction. If you need anything more specific, let me know and I'll dig it
up.
J.F. Larente
Cactus Commerce
Post by Help Please
Thanks, So how do you solve the issue ? What's your server
configration/settings ?
Post by J.F. Larente
I had the same problem and in my case it was an OutputCaching issue.
Post by Help Please
I got errors when user login/create new account at web garden more
than
1.
Any help would be great !
Environment: Ws2003sp1+CS2002fp1
Situation: When user created a new account and try to checkout or manager
account information just created, sometime user got another profile and
certainly if at checkout process, required fields like email address missing.
Throw an exception.
When I turned off web garden(actually set to 1), no any problem. I searched
all the Commerce Server newsgroups but haven't found anything
related
to
my
issue. Any ideas?
Loading...