07-21-05 10: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-D7
C1-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
>
[ Post a follow-up to this message ]
|