|
Home > Archive > Commerce Server General > November 2006 > Cannot find CatalogAuthorizationStore.xml file in the folder.
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 |
Cannot find CatalogAuthorizationStore.xml file in the folder.
|
|
| Shriroop 2006-11-03, 1:16 pm |
| Hi all,
I am new at configuring CS 2007. I have downloaded the CS 2007 Starter Site
and followed the exact instructions to configure it. But when I am trying to
use the SampleDataImport.exe tool import data it comes with the following
error mentioned in the even viewer. Please have a look and guide me please.
Event Type: Error
Event Source: Commerce Server Web Services
Event Category: None
Event ID: 1
Date: 03/11/2006
Time: 12:19:57
User: N/A
Computer: CS1
Description:
An exception occurred in the 'CatalogWebService' Web service. Exception
details follow:
System.Configuration.ConfigurationErrorsException: The catalog Web service
does not have write access to the authorizationPolicyPath. Verify that the
file exists and that it has the appropriate permissions. --->
System.IO.FileNotFoundException: Could not find file
'c:\inetpub\wwwroot\CatalogWebService\Ca
talogAuthorizationStore.xml'.
File name:
'c:\inetpub\wwwroot\CatalogWebService\Ca
talogAuthorizationStore.xml'
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize,
FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
bFromProxy)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
access, FileShare share)
at
Microsoft.CommerceServer.Catalog.Internal.CatalogWebServiceSectionHandler.Create(Object parent, Object context, XmlNode section)
--- End of inner exception stack trace ---
at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[]
keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord,
SectionRecord sectionRecord, Object parentResult)
at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord
factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean
getLkg, Boolean getRuntimeObject, Object& result, Object& resultRuntimeObject)
at
System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String
configKey, Boolean getLkg, Boolean checkPermission, Boolean getRuntimeObject,
Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
at System.Configuration.BaseConfigurationRecord.GetSection(String
configKey, Boolean getLkg, Boolean checkPermission)
at System.Configuration.BaseConfigurationRecord.GetSection(String
configKey)
at System.Web.HttpContext.GetSection(String sectionName)
at
Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.GetWebServiceConfig()
at Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.Initialize()
--------------------------------------------------------------------------------
Basically as I understand it is missing the CatalogAuthorizationStore.xml
file in the C:\inetpub\wwwroot\CatalogWebService folder. There are other 4
files apart from this specific file in that folder.
Please anyone can send me that file or give me guidance as to what to do
next I will appreciate it.
Many thanks.
Shriroop.
| |
| Joseph Johnson 2006-11-03, 1:16 pm |
| Shriroop,
These xml files are packaged in the .pup files provided with Commerce Server
2007. (Both the C# Site and the Starter Site are packaged with them).
I would try unpackaging these files again if you somehow deleted them the
first time. Perhaps this occured when you did a custom unpack?
Joe
"Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
news:A4C3F5A0-0AF1-4968-A66A-3AEB647E2299@microsoft.com...
> Hi all,
>
> I am new at configuring CS 2007. I have downloaded the CS 2007 Starter
> Site
> and followed the exact instructions to configure it. But when I am trying
> to
> use the SampleDataImport.exe tool import data it comes with the following
> error mentioned in the even viewer. Please have a look and guide me
> please.
>
> Event Type: Error
> Event Source: Commerce Server Web Services
> Event Category: None
> Event ID: 1
> Date: 03/11/2006
> Time: 12:19:57
> User: N/A
> Computer: CS1
> Description:
> An exception occurred in the 'CatalogWebService' Web service. Exception
> details follow:
>
> System.Configuration.ConfigurationErrorsException: The catalog Web service
> does not have write access to the authorizationPolicyPath. Verify that the
> file exists and that it has the appropriate permissions. --->
> System.IO.FileNotFoundException: Could not find file
> 'c:\inetpub\wwwroot\CatalogWebService\Ca
talogAuthorizationStore.xml'.
> File name:
> 'c:\inetpub\wwwroot\CatalogWebService\Ca
talogAuthorizationStore.xml'
> at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
> at System.IO.FileStream.Init(String path, FileMode mode, FileAccess
> access, Int32 rights, Boolean useRights, FileShare share, Int32
> bufferSize,
> FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean
> bFromProxy)
> at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess
> access, FileShare share)
> at
> Microsoft.CommerceServer.Catalog.Internal.CatalogWebServiceSectionHandler.Create(Object
> parent, Object context, XmlNode section)
> --- End of inner exception stack trace ---
> at System.Configuration.BaseConfigurationRecord.EvaluateOne(String[]
> keys, SectionInput input, Boolean isTrusted, FactoryRecord factoryRecord,
> SectionRecord sectionRecord, Object parentResult)
> at System.Configuration.BaseConfigurationRecord.Evaluate(FactoryRecord
> factoryRecord, SectionRecord sectionRecord, Object parentResult, Boolean
> getLkg, Boolean getRuntimeObject, Object& result, Object&
> resultRuntimeObject)
> at
> System.Configuration.BaseConfigurationRecord.GetSectionRecursive(String
> configKey, Boolean getLkg, Boolean checkPermission, Boolean
> getRuntimeObject,
> Boolean requestIsHere, Object& result, Object& resultRuntimeObject)
> at System.Configuration.BaseConfigurationRecord.GetSection(String
> configKey, Boolean getLkg, Boolean checkPermission)
> at System.Configuration.BaseConfigurationRecord.GetSection(String
> configKey)
> at System.Web.HttpContext.GetSection(String sectionName)
> at
> Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.GetWebServiceConfig()
> at
> Microsoft.CommerceServer.Catalog.Internal.WebServiceUtility.Initialize()
>
> --------------------------------------------------------------------------------
>
> Basically as I understand it is missing the CatalogAuthorizationStore.xml
> file in the C:\inetpub\wwwroot\CatalogWebService folder. There are other 4
> files apart from this specific file in that folder.
>
> Please anyone can send me that file or give me guidance as to what to do
> next I will appreciate it.
>
> Many thanks.
> Shriroop.
| |
| Shriroop 2006-11-03, 1:16 pm |
| Hi Joe,
I deleted the CatalogWebSvc Folder and also deleted the associated
application pool and then tried unpacking the StarterSite.pup. Gave me the
error that the service still exists so I changed the Application name to
CatalogWebService1. Then it unpacked.
Many thanks got the CatalogAuthorizationStore.xml. And then I am trying to
run the SampleDataImport.exe. It runs okay for few steps and then encounters
this problem that I have mentioned below. Any clues as to why?
Creating payment methods:
Visa
Mastercard
Discover
American Express
Unhandled Exception: System.Transactions.TransactionException: The partner
trans
action manager has disabled its support for remote/network transactions.
(Except
ion from HRESULT: 0x8004D025) --->
System.Runtime.InteropServices.COMException (
0x8004D025): The partner transaction manager has disabled its support for
remote
/network transactions. (Exception from HRESULT: 0x8004D025)
at System.Transactions.Oletx.ITransactionShim.Export(UInt32
whereaboutsSize,
Byte[] whereabouts, Int32& cookieIndex, UInt32& cookieSize, CoTaskMemHandle&
coo
kieBuffer)
at System.Transactions.TransactionInterop.GetExportCookie(Transaction
transac
tion, Byte[] whereabouts)
--- End of inner exception stack trace ---
Server stack trace:
at
System.Transactions.Oletx.OletxTransactionManager.ProxyException(COMExcept
ion comException)
at System.Transactions.TransactionInterop.GetExportCookie(Transaction
transac
tion, Byte[] whereabouts)
at System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction
tx)
at System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx)
at System.Data.SqlClient.SqlInternalConnectionTds.Activate(Transaction
transa
ction)
at
System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transacti
on transaction)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
ownin
gObject)
at
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection ow
ningConnection)
at
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection ou
terConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.ExecuteSqlCommandData
Set(String connStr, String commandText, ArrayList sqlParamNames, ArrayList
sqlPa
ramValues, Int32 timeout)
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
ShippingMethods(String connStr, String commandText, ArrayList sqlParamNames,
Arr
ayList sqlParamValues, Int32 timeout)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean
fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMes
sage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
req
Msg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgDa
ta, Int32 type)
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
ShippingMethods(String connStr, String commandText, ArrayList sqlParamNames,
Arr
ayList sqlParamValues, Int32 timeout)
at
Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.ExecutePa
ymentMethodSqlQueries(String sqlCommandString, ArrayList sqlParamValues,
ArrayLi
st sqlParamNames, MtsTxHelper helper)
at
Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.SavePayme
ntMethods(DataSet paymentMethods)
at Microsoft.CommerceServer.Orders.PaymentMethodManager.Save()
at CommerceSite.SampleDataImport.CreatePaymentMethods()
at CommerceSite.SampleDataImport.Run()
at CommerceSite.SampleDataImport.Main(String[] args)
----------------------------------------------------------------------------------------------
Many thanks
Shriroop.
"Joseph Johnson" wrote:
> Shriroop,
>
> These xml files are packaged in the .pup files provided with Commerce Server
> 2007. (Both the C# Site and the Starter Site are packaged with them).
>
> I would try unpackaging these files again if you somehow deleted them the
> first time. Perhaps this occured when you did a custom unpack?
>
> Joe
>
>
>
>
> "Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
> news:A4C3F5A0-0AF1-4968-A66A-3AEB647E2299@microsoft.com...
>
>
>
| |
| Colin Bowern 2006-11-03, 1:16 pm |
| Shriroop,
Is the database server on the same machine or remote? If it's remote is
Windows Firewall or any other firewall enabled between them?
Cheers,
Colin
"Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
news:8C3FFBBF-1333-401B-A28B-C58AB6C9AE92@microsoft.com...[vbcol=seagreen]
> Hi Joe,
>
> I deleted the CatalogWebSvc Folder and also deleted the associated
> application pool and then tried unpacking the StarterSite.pup. Gave me the
> error that the service still exists so I changed the Application name to
> CatalogWebService1. Then it unpacked.
>
> Many thanks got the CatalogAuthorizationStore.xml. And then I am trying to
> run the SampleDataImport.exe. It runs okay for few steps and then
> encounters
> this problem that I have mentioned below. Any clues as to why?
>
> Creating payment methods:
> Visa
> Mastercard
> Discover
> American Express
>
> Unhandled Exception: System.Transactions.TransactionException: The partner
> trans
> action manager has disabled its support for remote/network transactions.
> (Except
> ion from HRESULT: 0x8004D025) --->
> System.Runtime.InteropServices.COMException (
> 0x8004D025): The partner transaction manager has disabled its support for
> remote
> /network transactions. (Exception from HRESULT: 0x8004D025)
> at System.Transactions.Oletx.ITransactionShim.Export(UInt32
> whereaboutsSize,
> Byte[] whereabouts, Int32& cookieIndex, UInt32& cookieSize,
> CoTaskMemHandle&
> coo
> kieBuffer)
> at System.Transactions.TransactionInterop.GetExportCookie(Transaction
> transac
> tion, Byte[] whereabouts)
> --- End of inner exception stack trace ---
>
> Server stack trace:
> at
> System.Transactions.Oletx.OletxTransactionManager.ProxyException(COMExcept
> ion comException)
> at System.Transactions.TransactionInterop.GetExportCookie(Transaction
> transac
> tion, Byte[] whereabouts)
> at System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction
> tx)
> at System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx)
> at System.Data.SqlClient.SqlInternalConnectionTds.Activate(Transaction
> transa
> ction)
> at
> System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transacti
> on transaction)
> at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
> ownin
> gObject)
> at
> System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection ow
> ningConnection)
> at
> System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection ou
> terConnection, DbConnectionFactory connectionFactory)
> at System.Data.SqlClient.SqlConnection.Open()
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.ExecuteSqlCommandData
> Set(String connStr, String commandText, ArrayList sqlParamNames, ArrayList
> sqlPa
> ramValues, Int32 timeout)
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
> ShippingMethods(String connStr, String commandText, ArrayList
> sqlParamNames,
> Arr
> ayList sqlParamValues, Int32 timeout)
> at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
> Boolean
> fExecuteInContext)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMes
> sage msg, Int32 methodPtr, Boolean fExecuteInContext)
>
> Exception rethrown at [0]:
> at
> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
> req
> Msg, IMessage retMsg)
> at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
> msgDa
> ta, Int32 type)
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
> ShippingMethods(String connStr, String commandText, ArrayList
> sqlParamNames,
> Arr
> ayList sqlParamValues, Int32 timeout)
> at
> Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.ExecutePa
> ymentMethodSqlQueries(String sqlCommandString, ArrayList sqlParamValues,
> ArrayLi
> st sqlParamNames, MtsTxHelper helper)
> at
> Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.SavePayme
> ntMethods(DataSet paymentMethods)
> at Microsoft.CommerceServer.Orders.PaymentMethodManager.Save()
> at CommerceSite.SampleDataImport.CreatePaymentMethods()
> at CommerceSite.SampleDataImport.Run()
> at CommerceSite.SampleDataImport.Main(String[] args)
> ----------------------------------------------------------------------------------------------
>
> Many thanks
> Shriroop.
>
> "Joseph Johnson" wrote:
>
| |
| Shriroop 2006-11-03, 1:16 pm |
| Hi Colin,
Nope there is no firewall between them and yes the database server is on a
different machine to the CS 2007 installed.
I will just post the error below again for everyone's reference as I missed
some part of it last time.
Execution and Error Details:
Connecting to Catalog system: Done.
Connecting to Orders system: Done.
Connecting to Marketing system: Done.
Adding the user COMMERCE\administrator to AzMan policy files:
MarketingAuthorizationStore.xml
MarketingSystem
MarketingAdministrator
OrdersAuthorizationStore.xml
OrderSystem
OrdersAdministrator
ProfilesAuthorizationStore.xml
ProfileSystem
ProfileAdministrator
CatalogAuthorizationStore.xml
CatalogandInventorySystem
Administrator
CatalogAuthorizationStore.xml
CatalogandInventorySystem
Administrator
Creating payment methods:
Visa
Mastercard
Discover
American Express
Unhandled Exception: System.Transactions.TransactionException: The partner
trans
action manager has disabled its support for remote/network transactions.
(Except
ion from HRESULT: 0x8004D025) --->
System.Runtime.InteropServices.COMException (
0x8004D025): The partner transaction manager has disabled its support for
remote
/network transactions. (Exception from HRESULT: 0x8004D025)
at System.Transactions.Oletx.ITransactionShim.Export(UInt32
whereaboutsSize,
Byte[] whereabouts, Int32& cookieIndex, UInt32& cookieSize, CoTaskMemHandle&
coo
kieBuffer)
at System.Transactions.TransactionInterop.GetExportCookie(Transaction
transac
tion, Byte[] whereabouts)
--- End of inner exception stack trace ---
Server stack trace:
at
System.Transactions.Oletx.OletxTransactionManager.ProxyException(COMExcept
ion comException)
at System.Transactions.TransactionInterop.GetExportCookie(Transaction
transac
tion, Byte[] whereabouts)
at System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction
tx)
at System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx)
at System.Data.SqlClient.SqlInternalConnectionTds.Activate(Transaction
transa
ction)
at
System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transacti
on transaction)
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
ownin
gObject)
at
System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection ow
ningConnection)
at
System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection ou
terConnection, DbConnectionFactory connectionFactory)
at System.Data.SqlClient.SqlConnection.Open()
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.ExecuteSqlCommandData
Set(String connStr, String commandText, ArrayList sqlParamNames, ArrayList
sqlPa
ramValues, Int32 timeout)
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
ShippingMethods(String connStr, String commandText, ArrayList sqlParamNames,
Arr
ayList sqlParamValues, Int32 timeout)
at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
Boolean
fExecuteInContext)
at
System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMes
sage msg, Int32 methodPtr, Boolean fExecuteInContext)
Exception rethrown at [0]:
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
req
Msg, IMessage retMsg)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
msgDa
ta, Int32 type)
at
Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
ShippingMethods(String connStr, String commandText, ArrayList sqlParamNames,
Arr
ayList sqlParamValues, Int32 timeout)
at
Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.ExecutePa
ymentMethodSqlQueries(String sqlCommandString, ArrayList sqlParamValues,
ArrayLi
st sqlParamNames, MtsTxHelper helper)
at
Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.SavePayme
ntMethods(DataSet paymentMethods)
at Microsoft.CommerceServer.Orders.PaymentMethodManager.Save()
at CommerceSite.SampleDataImport.CreatePaymentMethods()
at CommerceSite.SampleDataImport.Run()
at CommerceSite.SampleDataImport.Main(String[] args)
----------------------------------------------------------------------------------------------
Many thanks
Shriroop.
"Colin Bowern" wrote:
> Shriroop,
>
> Is the database server on the same machine or remote? If it's remote is
> Windows Firewall or any other firewall enabled between them?
>
> Cheers,
> Colin
>
> "Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
> news:8C3FFBBF-1333-401B-A28B-C58AB6C9AE92@microsoft.com...
>
>
>
| |
| Joseph Johnson 2006-11-03, 1:16 pm |
| Shriroop,
I'm not sure if it's mentioned in the Commerce Server configuration guide,
but you might want to check your security settings on MSDTC.
By default, I think network communication is disabled, and this would need
to be adjusted in your environment.
Joe
"Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
news:4F111450-4846-4D90-B464-837C692DCDD1@microsoft.com...[vbcol=seagreen]
> Hi Colin,
>
> Nope there is no firewall between them and yes the database server is on a
> different machine to the CS 2007 installed.
>
> I will just post the error below again for everyone's reference as I
> missed
> some part of it last time.
>
> Execution and Error Details:
>
> Connecting to Catalog system: Done.
> Connecting to Orders system: Done.
> Connecting to Marketing system: Done.
> Adding the user COMMERCE\administrator to AzMan policy files:
> MarketingAuthorizationStore.xml
> MarketingSystem
> MarketingAdministrator
> OrdersAuthorizationStore.xml
> OrderSystem
> OrdersAdministrator
> ProfilesAuthorizationStore.xml
> ProfileSystem
> ProfileAdministrator
> CatalogAuthorizationStore.xml
> CatalogandInventorySystem
> Administrator
> CatalogAuthorizationStore.xml
> CatalogandInventorySystem
> Administrator
> Creating payment methods:
> Visa
> Mastercard
> Discover
> American Express
>
> Unhandled Exception: System.Transactions.TransactionException: The partner
> trans
> action manager has disabled its support for remote/network transactions.
> (Except
> ion from HRESULT: 0x8004D025) --->
> System.Runtime.InteropServices.COMException (
> 0x8004D025): The partner transaction manager has disabled its support for
> remote
> /network transactions. (Exception from HRESULT: 0x8004D025)
> at System.Transactions.Oletx.ITransactionShim.Export(UInt32
> whereaboutsSize,
> Byte[] whereabouts, Int32& cookieIndex, UInt32& cookieSize,
> CoTaskMemHandle&
> coo
> kieBuffer)
> at System.Transactions.TransactionInterop.GetExportCookie(Transaction
> transac
> tion, Byte[] whereabouts)
> --- End of inner exception stack trace ---
>
> Server stack trace:
> at
> System.Transactions.Oletx.OletxTransactionManager.ProxyException(COMExcept
> ion comException)
> at System.Transactions.TransactionInterop.GetExportCookie(Transaction
> transac
> tion, Byte[] whereabouts)
> at System.Data.SqlClient.SqlInternalConnection.EnlistNonNull(Transaction
> tx)
> at System.Data.SqlClient.SqlInternalConnection.Enlist(Transaction tx)
> at System.Data.SqlClient.SqlInternalConnectionTds.Activate(Transaction
> transa
> ction)
> at
> System.Data.ProviderBase.DbConnectionInternal.ActivateConnection(Transacti
> on transaction)
> at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection
> ownin
> gObject)
> at
> System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection ow
> ningConnection)
> at
> System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection ou
> terConnection, DbConnectionFactory connectionFactory)
> at System.Data.SqlClient.SqlConnection.Open()
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.ExecuteSqlCommandData
> Set(String connStr, String commandText, ArrayList sqlParamNames, ArrayList
> sqlPa
> ramValues, Int32 timeout)
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
> ShippingMethods(String connStr, String commandText, ArrayList
> sqlParamNames,
> Arr
> ayList sqlParamValues, Int32 timeout)
> at System.Runtime.Remoting.Messaging.Message.Dispatch(Object target,
> Boolean
> fExecuteInContext)
> at
> System.Runtime.Remoting.Messaging.StackBuilderSink.SyncProcessMessage(IMes
> sage msg, Int32 methodPtr, Boolean fExecuteInContext)
>
> Exception rethrown at [0]:
> at
> System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(IMessage
> req
> Msg, IMessage retMsg)
> at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(MessageData&
> msgDa
> ta, Int32 type)
> at
> Microsoft.CommerceServer.Internal.Orders.MtsTxHelper.SavePaymentMethodsAnd
> ShippingMethods(String connStr, String commandText, ArrayList
> sqlParamNames,
> Arr
> ayList sqlParamValues, Int32 timeout)
> at
> Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.ExecutePa
> ymentMethodSqlQueries(String sqlCommandString, ArrayList sqlParamValues,
> ArrayLi
> st sqlParamNames, MtsTxHelper helper)
> at
> Microsoft.CommerceServer.Orders.DataManagement.ServerOrderSystem.SavePayme
> ntMethods(DataSet paymentMethods)
> at Microsoft.CommerceServer.Orders.PaymentMethodManager.Save()
> at CommerceSite.SampleDataImport.CreatePaymentMethods()
> at CommerceSite.SampleDataImport.Run()
> at CommerceSite.SampleDataImport.Main(String[] args)
> ----------------------------------------------------------------------------------------------
>
> Many thanks
> Shriroop.
>
>
> "Colin Bowern" wrote:
>
| |
| Shriroop 2006-11-03, 1:16 pm |
| Hi Joe,
Thanks for replying. But as I am just a beginner I don't know how or what to
check for MSDTC. In the meanwhile when I was waiting for your replies, I
checked the database and there are entries of some data actually entering
into the database with the actuall date and time alongwith the user with
which I am logged onto my CS 2007 machine.
So I would imagine that MSDTC is fine on the machine but then you guys are
better experienced in this field than I am. Hence please do advise me how to
check MSDTC and will come back with the answer.
Many thanks once again guys.
Shriroop.
"Joseph Johnson" wrote:
[vbcol=seagreen]
> Shriroop,
>
> I'm not sure if it's mentioned in the Commerce Server configuration guide,
> but you might want to check your security settings on MSDTC.
>
> By default, I think network communication is disabled, and this would need
> to be adjusted in your environment.
>
> Joe
>
> "Shriroop" <Shriroop@discussions.microsoft.com> wrote in message
> news:4F111450-4846-4D90-B464-837C692DCDD1@microsoft.com...
| |
| Shriroop 2006-11-03, 1:16 pm |
| Hi Guys,
I am posting this under a new topic.
"CS 2007 Starter Site SampleDataImport.exe Error"
Regards
Shriroop.
"Shriroop" wrote:
[vbcol=seagreen]
> Hi Joe,
>
> Thanks for replying. But as I am just a beginner I don't know how or what to
> check for MSDTC. In the meanwhile when I was waiting for your replies, I
> checked the database and there are entries of some data actually entering
> into the database with the actuall date and time alongwith the user with
> which I am logged onto my CS 2007 machine.
>
> So I would imagine that MSDTC is fine on the machine but then you guys are
> better experienced in this field than I am. Hence please do advise me how to
> check MSDTC and will come back with the answer.
>
> Many thanks once again guys.
> Shriroop.
>
>
> "Joseph Johnson" wrote:
>
|
|
|
|
|