|
Home > Archive > Commerce Server General > May 2005 > "The specified procedure could not be found" (CS 2002, dev edition on Window
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 |
"The specified procedure could not be found" (CS 2002, dev edition on Window
|
|
|
| Trying to run CS 2002 developer edition, with Feature Pack 1 on XP
(sp2). The developer edition installation worked, but when I opened
the project later, I found that CS references were not in the GAC, so I
added those. I also had to register the COM dll (mscsups.dll).
Feature Pack 1 install failed while registering the 11 dlls in the
FP1\ACAdaptors directory. I let the install proceed around this area.
So, while the install obviously is not ideal (and we're going to pursue
that w/Microsoft), Commerce server is trying to run. This error above
is occuring when the "CommerceProfile" HTTPModule fires off. Looking
at the call stack, and the Runtime Callable Wrapper that CS 2002
provides in Reflector, it occurs at the point where the ProfileContext
object is being created (the overload that takes 3 strings and a
debugcontext object). Technically, when looking at the code in
Reflector, it actually fails when trying to create the internal
ProfileServiceClass(), and falls into a catch block that says "Failed
to initialize the profile service handle). OK, here's the call stack:
Stack Trace:
[COMException (0x8007007f): The specified procedure could not be
found.]
Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.Initialize(String
sConfigStore, String sCatalog) +0
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String
profilesvcConnstr, String providerConnstr, String bdaoConnstr,
DebugContext dbgContext) +833
[CommerceProfileSystemException: Failed to initialize profile service
handle.]
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String
profilesvcConnstr, String providerConnstr, String bdaoConnstr,
DebugContext dbgContext) +950
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.CreateProfileContext()
+515
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.get_ProfileContext()
+80
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.Init(HttpApplication
appInstance) +116
System.Web.HttpApplication.InitModules() +100
System.Web.HttpApplication.InitInternal(HttpContext context,
HttpApplicationState state, MethodInfo[] handlers) +1295
System.Web.HttpApplicationFactory. GetNormalApplicationInstance(HttpContext
context) +392
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +256
System.Web.HttpRuntime. ProcessRequestInternal(HttpWorkerRequest
wr)
+414
| |
| Vinod Kumar[MSFT] 2005-05-09, 5:50 pm |
| The schema has not been created correctly. Unpupping the profile resource again might help. You should first go to Commerce MMC and delete the profile resource and then try to unpup it again this will fix your
schema.
Thanks
-Vinod
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.
--------------------
From: "Jason" <harperj@leaders.ccl.org>
Newsgroups: microsoft.public.commerceserver.general
Subject: "The specified procedure could not be found" (CS 2002, dev edition on Windows XP,sp2)
Date: 21 Apr 2005 07:20:01 -0700
Organization: http://groups.google.com
Lines: 57
Message-ID: <1114093201.465781.223090@z14g2000cwz.googlegroups.com>
NNTP-Posting-Host: 208.0.118.1
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1114093205 6740 127.0.0.1 (21 Apr 2005 14:20:05 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Thu, 21 Apr 2005 14:20:05 +0000 (UTC)
User-Agent: G2/0.2
Complaints-To: groups-abuse@google.com
Injection-Info: z14g2000cwz.googlegroups.com; posting-host=208.0.118.1;
posting-account=5Ctx0w0AAAD5Xp2YAcsP765-lCIqE5xj
Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-online.de!news.glorb.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail
Xref: TK2MSFTNGXA01.phx.gbl microsoft.public.commerceserver.general:2618
X-Tomcat-NG: microsoft.public.commerceserver.general
Trying to run CS 2002 developer edition, with Feature Pack 1 on XP
(sp2). The developer edition installation worked, but when I opened
the project later, I found that CS references were not in the GAC, so I
added those. I also had to register the COM dll (mscsups.dll).
Feature Pack 1 install failed while registering the 11 dlls in the
FP1\ACAdaptors directory. I let the install proceed around this area.
So, while the install obviously is not ideal (and we're going to pursue
that w/Microsoft), Commerce server is trying to run. This error above
is occuring when the "CommerceProfile" HTTPModule fires off. Looking
at the call stack, and the Runtime Callable Wrapper that CS 2002
provides in Reflector, it occurs at the point where the ProfileContext
object is being created (the overload that takes 3 strings and a
debugcontext object). Technically, when looking at the code in
Reflector, it actually fails when trying to create the internal
ProfileServiceClass(), and falls into a catch block that says "Failed
to initialize the profile service handle). OK, here's the call stack:
Stack Trace:
[COMException (0x8007007f): The specified procedure could not be
found.]
Microsoft.CommerceServer.Interop.Profiles.ProfileServiceClass.Initialize(String
sConfigStore, String sCatalog) +0
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String
profilesvcConnstr, String providerConnstr, String bdaoConnstr,
DebugContext dbgContext) +833
[CommerceProfileSystemException: Failed to initialize profile service
handle.]
Microsoft.CommerceServer.Runtime.Profiles.ProfileContext..ctor(String
profilesvcConnstr, String providerConnstr, String bdaoConnstr,
DebugContext dbgContext) +950
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.CreateProfileContext()
+515
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.get_ProfileContext()
+80
Microsoft.CommerceServer.Runtime.Profiles.CommerceProfileModule.Init(HttpApplication
appInstance) +116
System.Web.HttpApplication.InitModules() +100
System.Web.HttpApplication.InitInternal(HttpContext context,
HttpApplicationState state, MethodInfo[] handlers) +1295
System.Web.HttpApplicationFactory. GetNormalApplicationInstance(HttpContext
context) +392
System.Web.HttpApplicationFactory.GetApplicationInstance(HttpContext
context) +256
System.Web.HttpRuntime. ProcessRequestInternal(HttpWorkerRequest
wr)
+414
|
|
|
|
|