|
Home > Archive > Commerce Server General > July 2005 > problem in RunPipeline
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
problem in RunPipeline
|
|
| Mahanteshgouda 2005-07-21, 5:52 pm |
| Hi,
I am new to commerce server, i created a site as said in
NorthWindTraders example but while running it throws an error in
Basket.aspx at
userProfile = profContext.GetProfile(ctx.UserID,"UserObject");
PipelineInfo info = new PipelineInfo("basket");
info["CacheName"] = "discounts";
info.Profiles.Add("User", CommerceContext.Current.UserProfile);
basket.RunPipeline(info);
saying that
Unable to initialize logging to file :
c:\inetpub\wwwroot\HoneywellCommerceWebA
pp\pipelines\log\{45AAC1E5-D7C1-4C3E-93A9-BED4990E49F9}.pipelog
(orderform=default)
i am using developer version of cssever and xp so please help me it's
Urgent :cry:
note that i have created pipeline & log folder before i run the
pipeline
| |
| Colin Bowern 2005-07-21, 5:52 pm |
| Hi,
It looks like it possibly a permissions problem. I would recommend grabbing
a copy of FileMon from Sysinternals (www.sysinternals.com). With it
monitoring reproduce the error and then look at the log file. If you see an
access denied you will also see what account it is and then assign the
necessary permissions.
Cheers,
Colin
"Mahanteshgouda" <mantu.patil@gmail-dot-com.no-spam.invalid> wrote in
message news:sL6dndvSJoPaTULfRVn_vA@giganews.com...
> Hi,
>
> I am new to commerce server, i created a site as said in
> NorthWindTraders example but while running it throws an error in
> Basket.aspx at
>
> userProfile = profContext.GetProfile(ctx.UserID,"UserObject");
> PipelineInfo info = new PipelineInfo("basket");
> info["CacheName"] = "discounts";
> info.Profiles.Add("User", CommerceContext.Current.UserProfile);
> basket.RunPipeline(info);
>
> saying that
> Unable to initialize logging to file :
> c:\inetpub\wwwroot\HoneywellCommerceWebA
pp\pipelines\log\{45AAC1E5-D7C1-4C3E-93A9-BED4990E49F9}.pipelog
> (orderform=default)
>
> i am using developer version of cssever and xp so please help me it's
> Urgent :cry:
>
> note that i have created pipeline & log folder before i run the
> pipeline
>
|
|
|
|
|