| Author |
Predictor Viewer problems
|
|
| Steve Willcock 2004-06-28, 8:47 am |
| Hi,
I've installed the predictor demo site for commerce server 2002 and
I'm trying to use the 'Prediction Viewer Tool' from the commerce
server 2000 resource kit (as opposed to the 'Prediction Model Viewer'
that is included in commerce server 2002).
I'm unable to get this working at the moment - when I click the 'Open
Model' button I get this error - 'Unable to create
PredictorServiceAdmin object'
I'm assuming that this requires some of the commerce server 2000
components to be installed on the machine before this will work, but
I'm not sure which components I'd need to install - I don't want to do
a full commerce server 2000 install just to get this working unless
there's no other way...
Has anyone had any success making the Prediction Viewer Tool from the
commerce server 2000 resource kit work with a commerce server 2002
prediction resource? Any help or guidance would be greatly
appreciated.
Thanks
Steve
| |
| Vinod Kumar[MSFT] 2004-06-28, 7:29 pm |
| Try using the regmon.exe and filemon.exe to see which registry keys or
files it is not able to find.
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.
| |
| Steve Willcock 2004-06-29, 5:52 pm |
| vkumar@online.microsoft.com (Vinod Kumar[MSFT]) wrote in message news:<QX2x#CXXEHA.2408@cpmsftngxa10.phx.gbl>...
> Try using the regmon.exe and filemon.exe to see which registry keys or
> files it is not able to find.
>
> 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.
> --
Thanks for the advice - I tried this - according to filemon it found
all the files it wanted on start up and the only file it was accessing
when the function was invoked was exprarch.dll which it found ok too.
According to regmon it seemed to fail when trying to access the
following registry keys:
HKEY_CLASSES_ROOT\CLSID\{234F4FD5-62FE-11D2-AD4D-00C04F72D6A1}\InProcServer32
and
HKEY_CURRENT_USER\CLSID\{234F4FD5-62FE-11D2-AD4D-00C04F72D6A1}\InProcServer32
That class doesn't have an inprocserver32 though as it's an exe so it
has a LocalServer32 key.
I'm still none the wiser unfortunately - I think I'll probably end up
writing some code to emulate the functionality of the viewer that we
wanted to use.
Thanks
| |
| Vinod Kumar[MSFT] 2004-07-02, 9:10 pm |
| Can you send me the name of the exe from the cs2000. I'll try to make it work here. Also can I ask why do you want to use a
CS2000 component on a CS2002 box.
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: ste@23v.com (Steve Willcock)
Newsgroups: microsoft.public.commerceserver.general
Subject: Re: Predictor Viewer problems
Date: 29 Jun 2004 09:01:13 -0700
Organization: http://groups.google.com
Lines: 28
Message-ID: <bde28c4c.0406290801.39add39f@posting.google.com>
References: <bde28c4c.0406280105.3a4e607d@posting.google.com> <QX2x#CXXEHA.2408
@cpmsftngxa10.phx.gbl>
NNTP-Posting-Host: 62.189.185.189
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit
X-Trace: posting.google.com 1088524882 19385 127.0.0.1 (29 Jun 2004 16:01:22 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Tue, 29 Jun 2004 16:01:22 +0000 (UTC)
Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!news-out.cwix.com!newsfeed.cwix.com!
border1.nntp.dca.giganews.com!nntp.giganews.com!news.glorb.com!postnews2.google.com!not-for-mail
Xref: cpmsftngxa06.phx.gbl microsoft.public.commerceserver.general:14158
X-Tomcat-NG: microsoft.public.commerceserver.general
vkumar@online.microsoft.com (Vinod Kumar[MSFT]) wrote in message news:<QX2x#CXXEHA.2408
@cpmsftngxa10.phx.gbl>...
> Try using the regmon.exe and filemon.exe to see which registry keys or
> files it is not able to find.
>
> 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.
> --
Thanks for the advice - I tried this - according to filemon it found
all the files it wanted on start up and the only file it was accessing
when the function was invoked was exprarch.dll which it found ok too.
According to regmon it seemed to fail when trying to access the
following registry keys:
HKEY_CLASSES_ROOT\CLSID\{234F4FD5-62FE-11D2-AD4D-00C04F72D6A1}\InProcServer32
and
HKEY_CURRENT_USER\CLSID\{234F4FD5-62FE-11D2-AD4D-00C04F72D6A1}\InProcServer32
That class doesn't have an inprocserver32 though as it's an exe so it
has a LocalServer32 key.
I'm still none the wiser unfortunately - I think I'll probably end up
writing some code to emulate the functionality of the viewer that we
wanted to use.
Thanks
|
|
|
|