MSDE Install Error

MSDE Install Error

Post by Mikey 200 » Thu, 22 Feb 2001 13:07:57



Help!

I'm trying to install MSDE2000 on WinNT4 (SP5). I have created an INI file for
the setup program and I'm using a named instance because I already have SQL
Server 7.0 installed and working. The named instance I'm using is different from
my machine name (used by SQL 7.0).

The installation almost finishes but I get an internal error "failed to load
package id". I found KB article Q274224 which describes this and I need a patch
apparently. Has anyone posted this patch on their site? Are there any other known
issues with the "package id" error?

Thanks heaps
Mikey

 
 
 

MSDE Install Error

Post by Jeremy Hurre » Fri, 23 Feb 2001 03:27:58


The article you mention applies only if you are using the merge modules to
integrate with your own application setup. You are probably running into the
bug where MSDE2000 setup is finding the sqlboot.dll file in your SQL 7.0
installation and that is messing it up. In your SQL 7.0 install, find this
file and rename it to sqlboot.bak. Then install MSDE2000, once it's done,
rename the dll back to it's original name.

Jeremy


Help!

I'm trying to install MSDE2000 on WinNT4 (SP5). I have created an INI file
for
the setup program and I'm using a named instance because I already have SQL
Server 7.0 installed and working. The named instance I'm using is different
from
my machine name (used by SQL 7.0).

The installation almost finishes but I get an internal error "failed to load
package id". I found KB article Q274224 which describes this and I need a
patch
apparently. Has anyone posted this patch on their site? Are there any other
known
issues with the "package id" error?

Thanks heaps
Mikey

 
 
 

1. MSDE Install error with callback

I'm having trouble loading Microsoft's SQL Desktop Engine
(MSDE 2000) and getting the setup.exe CALLBACK parameter
to work properly.

Effectively, the command being executed is:

xstr [] = "Setup.exe /i "SQLRun01.msi" CALLBACK="DBInstall!
MyCallback" DATADIR="c:\MSDE\Data\" INSTANCENAME="MySrv"
SECURITYMODE=SQL
TARGETDIR="c:\MSDE\" /Li "c:\MSDE\DBMSInstall.log""

I execute the command with:
CreateProcess(NULL, xstr, NULL, NULL, FALSE,
NORMAL_PRIORITY_CLASS, NULL, NULL, &si, &pi));

Notes: the dbinstall.dll is in the same directory as the
setup.exe file. I haven't done anything to the
SQLRun01.msi and no other SQL servers are installed. I
also tried this with msiexec.exe.

PROBLEM: MSDE is installed, but the callback is never
executed because the dll doesn't load! Why?

The relevant excerpt from the log file is:
..
..
Loading extended custom action library sqlcax.dll
Starting custom action InstallSQLAgentSecurity
InstallSQLAgentSecurity succeeded
Loading extended custom action library sqlcax.dll
Starting custom action SkuIt
..
..

Thanks,
Joel

2. Q:Replacement for GO BOTTOM???

3. MSDE Install Error

4. Obsolete form or form out of date

5. MSDE Install ERROR

6. Security in Access, open by ADO

7. MSDE install error

8. Dynamic SQL - Criteria

9. MSDE install errors

10. MSDE INSTALL ERROR

11. MSDE install error

12. MSDE Install Error solution

13. Installing MSDE 2000 on a Win2000 Workstation with MSDE 1.0 (SQL Server 7) already installed