| Author |
Message |
arik
Guest
|
Posted:
Thu Jul 28, 2005 4:52 pm Post subject:
Unable to initialize logging to file |
|
|
Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed for
some reason , so i don't want to wtire the logs to the pipeline\log library.
Thanx
arik |
|
| Back to top |
|
 |
Sudha Raghavan [MSFT]
Guest
|
Posted:
Fri Jul 29, 2005 12:51 am Post subject:
RE: Unable to initialize logging to file |
|
|
I think the correcta ttribute on Web.Config pipeline section to turn of
logging is
loggingEnabled="false"
Thanks
Sudha
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWTc/4GkgyEfnPVTeu/95cPSiu6rA==
X-WBNR-Posting-Host: 212.143.136.136
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com>
Subject: Unable to initialize logging to file
Date: Thu, 28 Jul 2005 05:58:04 -0700
Lines: 10
Message-ID: <A7938174-46FF-45F4-9F99-38F4C34D73C6@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA02.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3096
X-Tomcat-NG: microsoft.public.commerceserver.general
Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/community/newsgroups/server/commerce.mspx
Web logs and community:
http://www.microsoft.com/commerceserver/community/default.mspx
Other resources:
http://www.microsoft.com/technet/prodtechnol/Comm/comm2002/default.mspx |
|
| Back to top |
|
 |
arik
Guest
|
Posted:
Fri Jul 29, 2005 4:52 pm Post subject:
RE: Unable to initialize logging to file |
|
|
Hi
I tried it and its not hekping
arik
"arik" wrote:
| Quote: | Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed for
some reason , so i don't want to wtire the logs to the pipeline\log library.
Thanx
arik |
|
|
| Back to top |
|
 |
David Messner [MSFT]
Guest
|
Posted:
Wed Aug 03, 2005 12:51 am Post subject:
RE: Unable to initialize logging to file |
|
|
Can you double-check the correct spelling and casing of the loggingEnabled
attribute? It should be as follows.
<pipeline
name="basket"
path="pipelines\basket.pcf"
transacted="false"
type="OrderPipeline"
loggingEnabled="false" />
If you still have a problem, can you send the call stack of the failure?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWUWlnZzrMwNG+VQoy9Rgkia0Xomw==
X-WBNR-Posting-Host: 80.179.46.156
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com>
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com>
Subject: RE: Unable to initialize logging to file
Date: Fri, 29 Jul 2005 09:27:02 -0700
Lines: 17
Message-ID: <BF52E32E-6DEC-4651-B4E5-AD1D58891332@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3114
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
I tried it and its not hekping
arik
"arik" wrote:
| Quote: | Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik |
|
|
| Back to top |
|
 |
arik
Guest
|
Posted:
Wed Aug 03, 2005 12:51 pm Post subject:
RE: Unable to initialize logging to file |
|
|
Hi
This is the part in the WebConfig
<pipelines>
<pipeline name="basket" path="pipelines\basket.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/>
<pipeline name="checkout" path="pipelines\checkout.pcf" transacted="true"
type="OrderPipeline" loggingEnabled="false"/>
<pipeline name="aftercheckout" path="pipelines\aftercheckout.pcf"
transacted="false" type="OrderPipeline" loggingEnabled="false"/>
<pipeline name="bankcheckout" path="pipelines\bankcheckout.pcf"
transacted="true" type="OrderPipeline"
loggingEnabled="false"/>
<pipeline name="total" path="pipelines\total.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/>
</pipelines>
This is the Error that we getting if we do not give the log directory access
to the proper account
Microsoft.CommerceServer.Runtime.Orders.CommerceOrderSystemException:
Execution of pipeline 'total' failed. --->
Microsoft.CommerceServer.Runtime.CommerceException: RunPipe Failed. --->
Microsoft.CommerceServer.Runtime.CommerceException: RunPipes Failed. --->
System.ArgumentException: Unable to initialize logging to file :
d:\site\tamatCounter\pipelines\log\{7BF691B6-926C-4EA2-AE67-8F93C50D2022}.pipelog
(orderform=tender)
at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source,
Object Description, Object HelpFile, Object HelpContext)
at
Microsoft.CommerceServer.Interop.Orders.MTSHelperImpl.RunPipesHelper(String
strPCF, String strPipelineProgID, IDictionary OrderGroupData, IDictionary
oContext, String LogFile)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThreaded.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
--- End of inner exception stack trace ---
Server stack trace:
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThreaded.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(String
strPCF, String strPipelineProgID, Object oContext)
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
at GeneralBasketNS.GeneralBasket.UpdateTotals(String _language)
at mahat.BasketWS.AddToBasket(String user_id, String _language, DataSet
dataFields, String catalogName, String orderFormName, String product, String
clearbasket, Int32 Quantity)
Exception Message
Execution of pipeline 'total' failed.
Thanks
arik
"David Messner [MSFT]" wrote:
| Quote: | Can you double-check the correct spelling and casing of the loggingEnabled
attribute? It should be as follows.
pipeline
name="basket"
path="pipelines\basket.pcf"
transacted="false"
type="OrderPipeline"
loggingEnabled="false" /
If you still have a problem, can you send the call stack of the failure?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWUWlnZzrMwNG+VQoy9Rgkia0Xomw==
X-WBNR-Posting-Host: 80.179.46.156
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
Subject: RE: Unable to initialize logging to file
Date: Fri, 29 Jul 2005 09:27:02 -0700
Lines: 17
Message-ID: <BF52E32E-6DEC-4651-B4E5-AD1D58891332@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3114
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
I tried it and its not hekping
arik
"arik" wrote:
Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik
|
|
|
| Back to top |
|
 |
Sudha Raghavan [MSFT]
Guest
|
Posted:
Fri Aug 05, 2005 8:51 pm Post subject:
RE: Unable to initialize logging to file |
|
|
Does this error go away when you give access to the log directory?
Thanks
Sudha
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWYCVEPUZM4MTFvTXufH+OefdUgyA==
X-WBNR-Posting-Host: 212.143.136.136
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com>
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com>
<BF52E32E-6DEC-4651-B4E5-AD1D58891332@microsoft.com>
<RlUz2S6lFHA.588@TK2MSFTNGXA01.phx.gbl>
Subject: RE: Unable to initialize logging to file
Date: Wed, 3 Aug 2005 01:57:03 -0700
Lines: 152
Message-ID: <C1015F46-F3E3-4A9A-A3C6-9C324517A6D9@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3133
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
This is the part in the WebConfig
<pipelines>
<pipeline name="basket" path="pipelines\basket.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/>
<pipeline name="checkout" path="pipelines\checkout.pcf" transacted="true"
type="OrderPipeline" loggingEnabled="false"/>
<pipeline name="aftercheckout" path="pipelines\aftercheckout.pcf"
transacted="false" type="OrderPipeline"
loggingEnabled="false"/>
<pipeline name="bankcheckout" path="pipelines\bankcheckout.pcf"
transacted="true" type="OrderPipeline"
loggingEnabled="false"/>
<pipeline name="total" path="pipelines\total.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/>
</pipelines>
This is the Error that we getting if we do not give the log directory
access
to the proper account
Microsoft.CommerceServer.Runtime.Orders.CommerceOrderSystemException:
Execution of pipeline 'total' failed. --->
Microsoft.CommerceServer.Runtime.CommerceException: RunPipe Failed. --->
Microsoft.CommerceServer.Runtime.CommerceException: RunPipes Failed. --->
System.ArgumentException: Unable to initialize logging to file :
d:\site\tamatCounter\pipelines\log\{7BF691B6-926C-4EA2-AE67-8F93C50D2022}.pi
pelog
(orderform=tender)
at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source,
Object Description, Object HelpFile, Object HelpContext)
at
Microsoft.CommerceServer.Interop.Orders.MTSHelperImpl.RunPipesHelper(String
strPCF, String strPipelineProgID, IDictionary OrderGroupData, IDictionary
oContext, String LogFile)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
--- End of inner exception stack trace ---
Server stack trace:
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessa
ge msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
at GeneralBasketNS.GeneralBasket.UpdateTotals(String _language)
at mahat.BasketWS.AddToBasket(String user_id, String _language, DataSet
dataFields, String catalogName, String orderFormName, String product,
String
clearbasket, Int32 Quantity)
Exception Message
Execution of pipeline 'total' failed.
Thanks
arik
"David Messner [MSFT]" wrote:
| Quote: | Can you double-check the correct spelling and casing of the
loggingEnabled
attribute? It should be as follows.
pipeline
name="basket"
path="pipelines\basket.pcf"
transacted="false"
type="OrderPipeline"
loggingEnabled="false" /
If you still have a problem, can you send the call stack of the failure?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All
rights
reserved.
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWUWlnZzrMwNG+VQoy9Rgkia0Xomw==
X-WBNR-Posting-Host: 80.179.46.156
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
Subject: RE: Unable to initialize logging to file
Date: Fri, 29 Jul 2005 09:27:02 -0700
Lines: 17
Message-ID: <BF52E32E-6DEC-4651-B4E5-AD1D58891332@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3114
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
I tried it and its not hekping
arik
"arik" wrote:
Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed
for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik
|
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/community/newsgroups/server/commerce.mspx
Web logs and community:
http://www.microsoft.com/commerceserver/community/default.mspx
Other resources:
http://www.microsoft.com/technet/prodtechnol/Comm/comm2002/default.mspx |
|
| Back to top |
|
 |
arik
Guest
|
Posted:
Sun Aug 07, 2005 8:51 am Post subject:
RE: Unable to initialize logging to file |
|
|
Yes it does
But we develop a lot of sites on many IIS servers and we don't want to give
the proper access to each directory on each server
arik
"Sudha Raghavan [MSFT]" wrote:
| Quote: | Does this error go away when you give access to the log directory?
Thanks
Sudha
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWYCVEPUZM4MTFvTXufH+OefdUgyA==
X-WBNR-Posting-Host: 212.143.136.136
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
BF52E32E-6DEC-4651-B4E5-AD1D58891332@microsoft.com
RlUz2S6lFHA.588@TK2MSFTNGXA01.phx.gbl
Subject: RE: Unable to initialize logging to file
Date: Wed, 3 Aug 2005 01:57:03 -0700
Lines: 152
Message-ID: <C1015F46-F3E3-4A9A-A3C6-9C324517A6D9@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3133
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
This is the part in the WebConfig
pipelines
pipeline name="basket" path="pipelines\basket.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/
pipeline name="checkout" path="pipelines\checkout.pcf" transacted="true"
type="OrderPipeline" loggingEnabled="false"/
pipeline name="aftercheckout" path="pipelines\aftercheckout.pcf"
transacted="false" type="OrderPipeline"
loggingEnabled="false"/
pipeline name="bankcheckout" path="pipelines\bankcheckout.pcf"
transacted="true" type="OrderPipeline"
loggingEnabled="false"/
pipeline name="total" path="pipelines\total.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/
/pipelines
This is the Error that we getting if we do not give the log directory
access
to the proper account
Microsoft.CommerceServer.Runtime.Orders.CommerceOrderSystemException:
Execution of pipeline 'total' failed. ---
Microsoft.CommerceServer.Runtime.CommerceException: RunPipe Failed. ---
Microsoft.CommerceServer.Runtime.CommerceException: RunPipes Failed. ---
System.ArgumentException: Unable to initialize logging to file :
d:\site\tamatCounter\pipelines\log\{7BF691B6-926C-4EA2-AE67-8F93C50D2022}.pi
pelog
(orderform=tender)
at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source,
Object Description, Object HelpFile, Object HelpContext)
at
Microsoft.CommerceServer.Interop.Orders.MTSHelperImpl.RunPipesHelper(String
strPCF, String strPipelineProgID, IDictionary OrderGroupData, IDictionary
oContext, String LogFile)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
--- End of inner exception stack trace ---
Server stack trace:
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessa
ge msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
at GeneralBasketNS.GeneralBasket.UpdateTotals(String _language)
at mahat.BasketWS.AddToBasket(String user_id, String _language, DataSet
dataFields, String catalogName, String orderFormName, String product,
String
clearbasket, Int32 Quantity)
Exception Message
Execution of pipeline 'total' failed.
Thanks
arik
"David Messner [MSFT]" wrote:
Can you double-check the correct spelling and casing of the
loggingEnabled
attribute? It should be as follows.
pipeline
name="basket"
path="pipelines\basket.pcf"
transacted="false"
type="OrderPipeline"
loggingEnabled="false" /
If you still have a problem, can you send the call stack of the failure?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All
rights
reserved.
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWUWlnZzrMwNG+VQoy9Rgkia0Xomw==
X-WBNR-Posting-Host: 80.179.46.156
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
Subject: RE: Unable to initialize logging to file
Date: Fri, 29 Jul 2005 09:27:02 -0700
Lines: 17
Message-ID: <BF52E32E-6DEC-4651-B4E5-AD1D58891332@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3114
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
I tried it and its not hekping
arik
"arik" wrote:
Hello all
Why do i get this message if my logging in the web config is turned off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed
for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/community/newsgroups/server/commerce.mspx
Web logs and community:
http://www.microsoft.com/commerceserver/community/default.mspx
Other resources:
http://www.microsoft.com/technet/prodtechnol/Comm/comm2002/default |
|
|
| Back to top |
|
 |
David Messner [MSFT]
Guest
|
Posted:
Mon Aug 15, 2005 8:52 pm Post subject:
RE: Unable to initialize logging to file |
|
|
I've reviewed the code related to parsting this Web.config section and and
don't see any obvious bugs. One thing I was looking for was a
locale-related issue. What is the system locale set to on the system where
you are encountering this issue?
Another thing I noticed is that if the section handler doesn't find the
loggingEnabled attribute, it sets it to false by default.
Have you reviewed carefully to ensure that you're not enabling logging in
your site code somewhere?
Thanks and regards
-djm
Yes it does
But we develop a lot of sites on many IIS servers and we don't want to give
the proper access to each directory on each server
arik
"Sudha Raghavan [MSFT]" wrote:
| Quote: | Does this error go away when you give access to the log directory?
Thanks
Sudha
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWYCVEPUZM4MTFvTXufH+OefdUgyA==
X-WBNR-Posting-Host: 212.143.136.136
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
BF52E32E-6DEC-4651-B4E5-AD1D58891332@microsoft.com
RlUz2S6lFHA.588@TK2MSFTNGXA01.phx.gbl
Subject: RE: Unable to initialize logging to file
Date: Wed, 3 Aug 2005 01:57:03 -0700
Lines: 152
Message-ID: <C1015F46-F3E3-4A9A-A3C6-9C324517A6D9@microsoft.com
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 8bit
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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3133
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
This is the part in the WebConfig
pipelines
pipeline name="basket" path="pipelines\basket.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/
pipeline name="checkout" path="pipelines\checkout.pcf" transacted="true"
type="OrderPipeline" loggingEnabled="false"/
pipeline name="aftercheckout" path="pipelines\aftercheckout.pcf"
transacted="false" type="OrderPipeline"
loggingEnabled="false"/
pipeline name="bankcheckout" path="pipelines\bankcheckout.pcf"
transacted="true" type="OrderPipeline"
loggingEnabled="false"/
pipeline name="total" path="pipelines\total.pcf" transacted="false"
type="OrderPipeline" loggingEnabled="false"/
/pipelines
This is the Error that we getting if we do not give the log directory
access
to the proper account
Microsoft.CommerceServer.Runtime.Orders.CommerceOrderSystemException:
Execution of pipeline 'total' failed. ---
Microsoft.CommerceServer.Runtime.CommerceException: RunPipe Failed. ---
Microsoft.CommerceServer.Runtime.CommerceException: RunPipes Failed. ---
System.ArgumentException: Unable to initialize logging to file :
d:\site\tamatCounter\pipelines\log\{7BF691B6-926C-4EA2-AE67-8F93C50D2022}.pi
pelog
(orderform=tender)
at Microsoft.VisualBasic.ErrObject.Raise(Int32 Number, Object Source,
Object Description, Object HelpFile, Object HelpContext)
at
Microsoft.CommerceServer.Interop.Orders.MTSHelperImpl.RunPipesHelper(String
strPCF, String strPipelineProgID, IDictionary OrderGroupData, IDictionary
oContext, String LogFile)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
--- End of inner exception stack trace ---
Server stack trace:
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.PrivateOrderGroupMtsHelperFreeThread
ed.RunPipes(String
strPCF, String strPipelineProgID, Object OrderGroupData, IDictionary
oContext, String LogFile)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMessa
ge msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object
o,
Type objType, String name, Object[] args, String[] paramnames, Boolean[]
CopyBack)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Internal.Common.Util.ThrowCommerceException(String
message, Exception inner, String source)
at
Microsoft.CommerceServer.Interop.Orders.OrderGroupFreeThreaded.RunPipe(Strin
g
strPCF, String strPipelineProgID, Object oContext)
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
--- End of inner exception stack trace ---
at
Microsoft.CommerceServer.Runtime.Orders.OrderGroup.RunPipeline(PipelineInfo
pipelineInfo)
at GeneralBasketNS.GeneralBasket.UpdateTotals(String _language)
at mahat.BasketWS.AddToBasket(String user_id, String _language,
DataSet
dataFields, String catalogName, String orderFormName, String product,
String
clearbasket, Int32 Quantity)
Exception Message
Execution of pipeline 'total' failed.
Thanks
arik
"David Messner [MSFT]" wrote:
Can you double-check the correct spelling and casing of the
loggingEnabled
attribute? It should be as follows.
pipeline
name="basket"
path="pipelines\basket.pcf"
transacted="false"
type="OrderPipeline"
loggingEnabled="false" /
If you still have a problem, can you send the call stack of the failure?
-djm
--
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All
rights
reserved.
--------------------
Thread-Topic: Unable to initialize logging to file
thread-index: AcWUWlnZzrMwNG+VQoy9Rgkia0Xomw==
X-WBNR-Posting-Host: 80.179.46.156
From: "=?Utf-8?B?YXJpaw==?=" <arik@discussions.microsoft.com
References: <A7938174-46FF-45F4-9F99-38F4C34D73C6@microsoft.com
Subject: RE: Unable to initialize logging to file
Date: Fri, 29 Jul 2005 09:27:02 -0700
Lines: 17
Message-ID: <BF52E32E-6DEC-4651-B4E5-AD1D58891332@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.2.250
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3114
X-Tomcat-NG: microsoft.public.commerceserver.general
Hi
I tried it and its not hekping
arik
"arik" wrote:
Hello all
Why do i get this message if my logging in the web config is turned
off
(enableLogging="false")for all the pipelines ?
the premmision to the account which access the log library is removed
for
some reason , so i don't want to wtire the logs to the pipeline\log
library.
Thanx
arik
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2005 Microsoft Corporation. All
rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Have a Commerce Server “How To” question? Help is a click away at our
Chats, Newsgroups and Web logs
Chats (2nd Wednesday of the month from 11 to Noon):
http://www.msdn.microsoft.com/chats/
Public newsgroups:
http://www.microsoft.com/technet/community/newsgroups/server/commerce.mspx
Web logs and community:
http://www.microsoft.com/commerceserver/community/default.mspx
Other resources:
http://www.microsoft.com/technet/prodtechnol/Comm/comm2002/default |
|
|
| Back to top |
|
 |
|
|
|
|