Why my XPE Develop tools cannot connect to Component Database Server?

  • Thread starter Thread starter LittlePK
  • Start date Start date
L

LittlePK

I install the XPE Component Database on a Server with
Windows 2K Server an SQL Server(SP3),and install the XPE
Develop tools on another develop mathine.Now when i run
the XPE Develop tools,they all cannot connect to Component
Database Server.(If i install both on a single
computer,they work fine)
What is the problem with it?
 
You haven't told us what the error was, just that you can't connect. There
could be many reasons for this. Usually it's a permissions issue at the
server preventing your client from connecting to the DB or to the machine
itself.

Also, are you sure the client machine is trying to connect to the correct
machine name? You can verify this is Database Manager.

Andy
 
Open the Componet Database manager and ensure that it is
pointing to your Win2k SQl server

Magnus
 
Thank to Andy Taylor for seeing my problem,let me told you
What the errors are:
I open the event-see of the computer manager,it displayed
the following error:
1、The CMI encountered the following error:0x80042343 A
Utilities method referenced a nonexistent registry key or
value.

2、The CMI encountered the following error:0x80042343
Method Utilities LocalRegRead failed.

3、The CMI encountered the following error:0x80042343
Error occurred in CMI.
HRESULT: 0x80004005
Source: Microsoft OLE DB Provider for SQL Server
Source IID: Interface IID not available
Description:
Help file: Help file not available
Help context: 0
Database Errors:
****************************************************
ADO Error Number: 0x80004005
Source: Microsoft OLE DB Provider for SQL Server
Native Error: 0x00004814
SQL State: 42000
Help Context: 0
Description:

4、The CMI encountered the following error: 0x80042335 A
database error occurred within the CMI. For more
information see the application event log.
\utilc-481

5、The CMI encountered the following error: 0x80042335
Method CMI OpenDB failed.

The first two items are also happen if I install on a
single computer.I run the SQL Server enterprise manager on
another computer(not the Develop machine),and it can
connect to the Component Database Server.
All answers I learn from internet about this problem are
said it's the reason that the SQL Server is set to the
Windows security authentication mode nor the mixed-mode
(SQL Server and Windows).But my Component Database Server
is set to the mixed-mode.

Looking forward to your early answers!
 
If you're logged into a domain, make sure your domain administrator grants
you local administrator permissions. And also make sure that you still have
these rights when running the XPE tools.

HTH,
Wolfgang
 
Back
Top