|
Home > Archive > Commerce Server General > June 2004 > Error config
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]
|
|
|
| Please help
Description Error:
ADODB.Fields error '800a0cc1'
Item cannot be found in the collection corresponding to
the requested name or ordinal.
//include/global_siteconfig_lib.asp, line 132
Thanks
| |
|
| Did you ever get an answer for this? I just ran across this on a new site I'm working on. I'm surprised I'm calling JoinWebFarm since I'm not not using a web farm.
Thanks!
| |
| Andy Xu[MSFT] 2004-06-28, 7:29 pm |
| Guys,
Thanks for using commerce server newsgroup.
First of all, I am assuming you guys are using retail solution site, correct? In that case, JoinWebFarm is a routine that is executed no matter you have configured web farm or not, In case you have web farm, it will
add current host to web farm. Otherwise, current host becomes the sole machine for the current commerce app.
The problem you've ran into seems suggest that the configuration for web host machine for this specific commerce app is wrong. The configuration information is in commerce admin DB. if you can, please run the
following query against your commerce admin DB manually and see what result you will get.
SELECT rp.s_Value
FROM ResourceProps rp, Resources r
WHERE rp.i_ResourceID = r.i_ResourceID
AND r.s_DisplayName ='retail'
AND rp.s_PropertyName = 's_WebServerMachine'
HTH,
Andy Xu [MSFT]
Commerce Server Team
--
This posting is provided "AS IS" with no warranties, and confers no rights. Use of included script samples are subject to the terms specified at http://www.microsoft.com/info/cpyright.htm
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they originated.
--------------------
Thread-Topic: Error config
thread-index: AcRDbwlKrXWOsu+qRias19F6SSRKTQ==
X-WN-Post: microsoft.public.commerceserver.general
From: "=?Utf-8?B?QnVydA==?=" <burtcrockett@hotmail.com>
References: <11bdb01c410bc$4d340f50$a301280a@phx.gbl>
Subject: RE: Error config
Date: Wed, 26 May 2004 15:16:04 -0700
Lines: 3
Message-ID: <E934C5DE-615A-4E7C-9C5E-4FF6DC5C6B5F@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
Path: cpmsftngxa10.phx.gbl
Xref: cpmsftngxa10.phx.gbl microsoft.public.commerceserver.general:13848
NNTP-Posting-Host: tk2msftcmty1.phx.gbl 10.40.1.180
X-Tomcat-NG: microsoft.public.commerceserver.general
Did you ever get an answer for this? I just ran across this on a new site I'm working on. I'm surprised I'm calling JoinWebFarm since I'm not not using a web farm.
Thanks!
|
|
|
|
|