Unable to initialize logging to file

Hi,

I've got a little problem with the basket pipline. The pipline failes

somewhere in the "Order Adjust Price" Stage where the Discounts are

applied. The exception i get is:

Unable to initialize logging to file : pipelines\log\basket.-a5cc9bf8-dd9d-4405-bdc9-18d2181a9856-.pipelog

I thought the problem could be because of missing rights to the folder but I treid differet settings and it never worked.

How can I solve this so that i get the Log File from the piple. After

that I hope to see the problem why the pipeline failes in this log File.

Thanks

[620 byte] By [TaiChiMaster] at [2008-2-15]
# 1

Can you use Process Monitor to validate that no access denied events are occurring when the worker process identity tries to access the folder? What permissions exist on the folder currently?

Cheers,
Colin

ColinBowern at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 2
Somehow i tried another setting and now it works. I don't get any

message anymore. The logfile should be written but I don't see it in

the log Folder just in the IIS Manager View but i can't even open it.

My problem now is, that the pipeline doens't calculate the cost of the

current basket it always shows me 0.00.

How can I solve this error? I'ts really an important task then without

any price for the order it's just impossible to run the shop.

TaiChiMaster at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...
# 3
To me it seems like you've disabled logging. Have you checked the Pipeline section in the web.config to make sure you've logging enabled.
VKUMAR-MSFT at 2007-9-4 > top of Msdn Tech,Commerce Server,Commerce Server 2007...