Still having problems with Feature Pack install.
Windows Server Forum Index Windows Server
Server discussion on Windows platform.
 
 FAQFAQ   MemberlistMemberlist     RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
 
Google
 
Web winserverhelp.com
Still having problems with Feature Pack install.

 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server
Author Message
Jack
Guest





Posted: Wed Aug 24, 2005 4:53 pm    Post subject: Still having problems with Feature Pack install. Reply with quote

Still having problems with the feature pack installation.
In internet explorer, i put in the url to the catalog web service,
which brings up the list of web services.
I turned of the "enforce access checks" in the Commerce Server Event
Logging.

When I invoke GetServiceVersion, I am getting two events logged in the
'Application' Event viewer. I have no idea what NT AUTHORITY\NETWORK
SERVICE' is?

BTW, I gave the ASPNET role permission to the
catalogauthorizationstore.xml, and nothing worked until gave 'EveryOne'
access to the subdirectory. Is the worker process called ASPNET, or is
it the 'iuser_' name?
Thanks again for your time.


Event #1
Error in Commerce Administration Object :
Description - 'SiteConfigReadOnly:Initialize :
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.'


Event #2
An exception occurred in the 'CatalogWebService' Web service.
Exception details follow:

System.Configuration.ConfigurationException: Exception in configuration
section handler. (c:\inetpub\wwwroot\CatalogWebService\web.config line
52) ---> Microsoft.CommerceServer.Runtime.CommerceException: Login
failed for user 'NT AUTHORITY\NETWORK SERVICE'. --->
System.Runtime.InteropServices.COMException (0x80040E4D): Login failed
for user 'NT AUTHORITY\NETWORK SERVICE'.
at ADODB.ConnectionClass.Open(String ConnectionString, String
UserID, String Password, Int32 Options)
at SharedFns.ReadSQLDbLocale(String& strAdminConn)
at SharedFns.SQLGetConnStr()
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreaded.SQLGetConnection()
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreaded.Initialize(String
bstrSiteName)
--- End of inner exception stack trace ---
at SharedFns.ThrowCommerceException(String message, Exception inner)
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreaded.Initialize(String
bstrSiteName)
at
Microsoft.CatalogServer.Internal.CommonHelpers.GetConnectionString(String
siteName, Int32& numberOfFullTextCatalogsToCreate)
at
Microsoft.CatalogServer.Configuration.CatalogWebServiceConfig..ctor(String
siteName, DebugMode debugLevel, String authorizationPolicyPath, String
uploadPath, Int32 chunkSize, Int32 timeOutHours, Int64 maxFileSize)
at
Microsoft.CatalogServer.Configuration.CatalogWebServiceSectionHandler.Create(Object
parent, Object context, XmlNode section)
at
System.Web.Configuration.HttpConfigurationRecord.EvaluateRecursive(IConfigurationSectionHandler
factory, Object config, String[] keys, Int32 iKey, XmlUtil xml)
--- End of inner exception stack trace ---
at System.Web.Configuration.HttpConfigurationRecord.Evaluate(String
configKey, SectionRecord section)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String
configKey, Boolean cacheResult)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String
configKey, Boolean cacheResult)
at System.Web.HttpContext.GetConfig(String name)
at
Microsoft.CatalogServer.Internal.WebServiceUtility.GetWebServiceConfig()
at
Microsoft.CatalogServer.Internal.WebServiceUtility.GetCatalogExecutionContext()
at
Microsoft.CatalogServer.WebService.CatalogWebService.GetServiceVersion()
Back to top
Jack
Guest





Posted: Wed Aug 24, 2005 8:53 pm    Post subject: Re: Still having problems with Feature Pack install. Reply with quote

Followup:
I did some research and was able to get this going. Thank you.
Would anyone have some samples of a script I can run to update the
authorization store on a win2k machine for the
catalogauthorizationstore.xml. I am totally at a loss. Nobody around
here seems to know what to do with it.
Thanks.


Jack wrote:
Quote:
Still having problems with the feature pack installation.
In internet explorer, i put in the url to the catalog web service,
which brings up the list of web services.
I turned of the "enforce access checks" in the Commerce Server Event
Logging.

When I invoke GetServiceVersion, I am getting two events logged in the
'Application' Event viewer. I have no idea what NT AUTHORITY\NETWORK
SERVICE' is?

snip
Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Thu Aug 25, 2005 12:52 am    Post subject: Re: Still having problems with Feature Pack install. Reply with quote

NTAuthority/Networkservice is the account running your ASPNet worker
process.

Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
From: "Jack" <harleythumper@hotmail.com>
Newsgroups: microsoft.public.commerceserver.general
Subject: Re: Still having problems with Feature Pack install.
Date: 24 Aug 2005 10:33:35 -0700
Organization: http://groups.google.com
Lines: 22
Message-ID: <1124904815.569544.276360@g43g2000cwa.googlegroups.com>
References: <1124887798.057172.256280@g47g2000cwa.googlegroups.com>
NNTP-Posting-Host: 68.15.44.109
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1124904820 15895 127.0.0.1 (24 Aug 2005
17:33:40 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 24 Aug 2005 17:33:40 +0000 (UTC)
In-Reply-To: <1124887798.057172.256280@g47g2000cwa.googlegroups.com>
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: g43g2000cwa.googlegroups.com; posting-host=68.15.44.109;
posting-account=4JNJ6A0AAACwIGLdTX0w9zuOLzaiDDdt
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!ne
wsfeed1.ip.tiscali.net!news.glorb.com!postnews.google.com!g43g2000cwa.google
groups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3282
X-Tomcat-NG: microsoft.public.commerceserver.general

Followup:
I did some research and was able to get this going. Thank you.
Would anyone have some samples of a script I can run to update the
authorization store on a win2k machine for the
catalogauthorizationstore.xml. I am totally at a loss. Nobody around
here seems to know what to do with it.
Thanks.


Jack wrote:
Quote:
Still having problems with the feature pack installation.
In internet explorer, i put in the url to the catalog web service,
which brings up the list of web services.
I turned of the "enforce access checks" in the Commerce Server Event
Logging.

When I invoke GetServiceVersion, I am getting two events logged in the
'Application' Event viewer. I have no idea what NT AUTHORITY\NETWORK
SERVICE' is?

snip
Back to top
Vinayak Tadas[MSFT]
Guest





Posted: Thu Aug 25, 2005 12:52 am    Post subject: RE: Still having problems with Feature Pack install. Reply with quote

NTAuthority/Networkservice is the account running your ASPNet worker
process. You need to give write permissions for this account on the
CatalogAUthorizationstore.xml in the web service directory. You can then
remove the permissions for Everyone

The failed to login error occurs because you are using Windows
authentication and you havent given access to the above account on the SQL
databases
See this article on fixing your issue

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/csvr2002/ht
m/cs_se_securecode_vxuh.asp


Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt

This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only


--------------------
From: "Jack" <harleythumper@hotmail.com>
Newsgroups: microsoft.public.commerceserver.general
Subject: Still having problems with Feature Pack install.
Date: 24 Aug 2005 06:01:20 -0700
Organization: http://groups.google.com
Lines: 75
Message-ID: <1124887798.057172.256280@g47g2000cwa.googlegroups.com>
NNTP-Posting-Host: 68.15.44.109
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1124888487 27172 127.0.0.1 (24 Aug 2005
13:01:27 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Wed, 24 Aug 2005 13:01:27 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: g47g2000cwa.googlegroups.com; posting-host=68.15.44.109;
posting-account=4JNJ6A0AAACwIGLdTX0w9zuOLzaiDDdt
Path:
TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onli
ne.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!postnews.google.com!g4
7g2000cwa.googlegroups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:3280
X-Tomcat-NG: microsoft.public.commerceserver.general

Still having problems with the feature pack installation.
In internet explorer, i put in the url to the catalog web service,
which brings up the list of web services.
I turned of the "enforce access checks" in the Commerce Server Event
Logging.

When I invoke GetServiceVersion, I am getting two events logged in the
'Application' Event viewer. I have no idea what NT AUTHORITY\NETWORK
SERVICE' is?

BTW, I gave the ASPNET role permission to the
catalogauthorizationstore.xml, and nothing worked until gave 'EveryOne'
access to the subdirectory. Is the worker process called ASPNET, or is
it the 'iuser_' name?
Thanks again for your time.


Event #1
Error in Commerce Administration Object :
Description - 'SiteConfigReadOnly:Initialize :
Login failed for user 'NT AUTHORITY\NETWORK SERVICE'.'


Event #2
An exception occurred in the 'CatalogWebService' Web service.
Exception details follow:

System.Configuration.ConfigurationException: Exception in configuration
section handler. (c:\inetpub\wwwroot\CatalogWebService\web.config line
52) ---> Microsoft.CommerceServer.Runtime.CommerceException: Login
failed for user 'NT AUTHORITY\NETWORK SERVICE'. --->
System.Runtime.InteropServices.COMException (0x80040E4D): Login failed
for user 'NT AUTHORITY\NETWORK SERVICE'.
at ADODB.ConnectionClass.Open(String ConnectionString, String
UserID, String Password, Int32 Options)
at SharedFns.ReadSQLDbLocale(String& strAdminConn)
at SharedFns.SQLGetConnStr()
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreade
d.SQLGetConnection()
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreade
d.Initialize(String
bstrSiteName)
--- End of inner exception stack trace ---
at SharedFns.ThrowCommerceException(String message, Exception inner)
at
Microsoft.CommerceServer.Interop.Configuration.SiteConfigReadOnlyFreeThreade
d.Initialize(String
bstrSiteName)
at
Microsoft.CatalogServer.Internal.CommonHelpers.GetConnectionString(String
siteName, Int32& numberOfFullTextCatalogsToCreate)
at
Microsoft.CatalogServer.Configuration.CatalogWebServiceConfig..ctor(String
siteName, DebugMode debugLevel, String authorizationPolicyPath, String
uploadPath, Int32 chunkSize, Int32 timeOutHours, Int64 maxFileSize)
at
Microsoft.CatalogServer.Configuration.CatalogWebServiceSectionHandler.Create
(Object
parent, Object context, XmlNode section)
at
System.Web.Configuration.HttpConfigurationRecord.EvaluateRecursive(IConfigur
ationSectionHandler
factory, Object config, String[] keys, Int32 iKey, XmlUtil xml)
--- End of inner exception stack trace ---
at System.Web.Configuration.HttpConfigurationRecord.Evaluate(String
configKey, SectionRecord section)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String
configKey, Boolean cacheResult)
at System.Web.Configuration.HttpConfigurationRecord.GetConfig(String
configKey, Boolean cacheResult)
at System.Web.HttpContext.GetConfig(String name)
at
Microsoft.CatalogServer.Internal.WebServiceUtility.GetWebServiceConfig()
at
Microsoft.CatalogServer.Internal.WebServiceUtility.GetCatalogExecutionContex
t()
at
Microsoft.CatalogServer.WebService.CatalogWebService.GetServiceVersion()
Back to top
 
Post new topic   Reply to topic    Windows Server Forum Index -> Commerce Server All times are GMT
Page 1 of 1

 
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum




New Topics Powered by phpBB