0% found this document useful (0 votes)
321 views

SQL PCM600

The document discusses problems installing SQL Server for PCM600 on Windows systems and provides steps to manually install Microsoft SQL Server Express 2008 as a workaround. It recommends SQL Express 2008 over MSDE 2000 since the latter is no longer supported. The steps include cleaning the system of previous SQL installations, downloading SQL Express 2008, and running the installer using a specific configuration file. Any installation errors should be checked in log files.

Uploaded by

C Bergliaffa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
321 views

SQL PCM600

The document discusses problems installing SQL Server for PCM600 on Windows systems and provides steps to manually install Microsoft SQL Server Express 2008 as a workaround. It recommends SQL Express 2008 over MSDE 2000 since the latter is no longer supported. The steps include cleaning the system of previous SQL installations, downloading SQL Express 2008, and running the installer using a specific configuration file. Any installation errors should be checked in log files.

Uploaded by

C Bergliaffa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 4

SQL server installation problems in PCM600

Answer ID 2823 | Published 2009-11-02 01:03 PM | Updated 2012-06-07 11:38 AM

We have problem to install SQL server for Windows (XP, VISTA, Windows 7).
Install manually MSDE or SQL Express 2008 as instructed below. SQL Express 2008 is recommended to use with
PCM600 (v2.2 and forward) because MSDE 2000 is not supported by Microsoft any more.

If the MSDE installation still fails, try to install SQL express 2008 manually. However, with SQL Express 2008 you
have to take into consideration the fact that projects made with SQL express 2008 are not compatible with PCM600
using MSDE installation.

How to install MSDE 2000 manually:

1. Open PCM installation CD


2. Navigate to [CD]:\SQLSERVER\MSDE
3. Copy all the contents (with sub directories) to some temporary folder on hard drive
4. Run the setup.exe from hard drive
- setup.exe /settings setup.ini /L*v MSDE_setup.log
5. If the setup fails, there should be MSDE_setup.log file in the same folder as the setup.exe itself, which you can
send to supportline for further analysis.

The difference between MSDE 2000 and SQL Express 2008 is that MSDE is a light version of SQL Server 2000
and SQL Express 2008 is a light version of SQL Server 2008. In practise both products function in the same way with
PCM 600. The only big difference is that projects made using PC with SQL Express 2008 can't be imported to a PC
with MSDE, because old product isn't compatible with new databases. However, new product (SQL Express 2008)
is compatible with old databases (MSDE).

Note that windows XP uses MSDE 2000 but also SQL Express 2008 can be installed. Windows Vista or Windows
7 can only use SQL Express 2008 (not MSDE 2000)

How to install SQL Express 2008 manually:

Follow the instructions below:

If you have previous installations try clean up your system first:

- Uninstall PCM600 and any PCMFrame based tool such as SAB600/GAT600/SYS600_CET

- Check "Add and Remove Programs" for Microsoft SQL Server 2008 components and uninstall if there are any. Also
uninstall Microsoft Desktop Engine 2000 (MSDE) PCMSERVER.

Below are some articles about removing any remains from a previous SQL Installation attempt by following these
KB articles.

If SQL Server 2008 is visible in Add and Remove Programs, then follow this article:
http://support.microsoft.com/kb/955499

If it is not visible, follow this article:


http://support.microsoft.com/kb/955404

- After this, or if there is no SQL Server 2008 or MSDE in "Add and Remove Programs", please check the Windows
registry by running 'regedit' from Start menu, Run.

1
- check for the following keys:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL10.PCMSERVER
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\MSSQL.PCMSERVER
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Microsoft SQL Server\PCMSERVER
- if the keys exist, and you are sure that SQL Server 2008 is not installed, delete the keys

Now, download the latest SQL Server Express 2008 SP2 (not R2) from the link below.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=40acf55f-0715-4bb0-9735-
d02fc2c8a7af&displaylang=en

(select the file SQLEXPR_x86_ENU.exe)

Install by double-clicking the downloaded file and select "Advanced" from the left menu. Choose the first option
"Install based on a configuration file". When selecting the configuration file, browse to the PCM600 CD to the folder
SQLSERVER and select the file PCMcfg.ini. Then just click Next and OK for every dialog.

If the setup now fails, check the latest error logs again in
C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log

2
Problemas de instalación del servidor SQL en PCM600
Answer ID 2823 | Published 2009-11-02 01:03 PM | Updated 2012-06-07 11:38 AM

Tenemos problemas para instalar el servidor SQL para Windows (XP, VISTA, Windows 7).
Instale manualmente MSDE o SQL Express 2008 como se indica a continuación. Se recomienda utilizar SQL Express
2008 con PCM600 (v2.2 y versiones posteriores) porque MSDE 2000 ya no es compatible con Microsoft.
Si la instalación de MSDE aún falla, intente instalar SQL express 2008 manualmente. Sin embargo, con SQL Express
2008 debe tener en cuenta el hecho de que los proyectos realizados con SQL express 2008 no son compatibles con
PCM600 mediante la instalación de MSDE.

Cómo instalar MSDE 2000 manualmente:


1. Abra el CD de instalación de PCM
2. Navegue a [CD]: \ SQLSERVER \ MSDE
3. Copie todo el contenido (con subdirectorios) a alguna carpeta temporal en el disco duro
4. Ejecute el archivo setup.exe desde el disco duro
- setup.exe / settings setup.ini / L * v MSDE_setup.log
5. Si la configuración falla, debe haber un archivo MSDE_setup.log en la misma carpeta que el propio setup.exe,
que puede enviar a la línea de soporte para un análisis más detallado.

La diferencia entre MSDE 2000 y SQL Express 2008 es que MSDE es una versión ligera de SQL Server 2000 y SQL
Express 2008 es una versión ligera de SQL Server 2008. En la práctica, ambos productos funcionan de la misma
manera con PCM 600. La única gran diferencia es que los proyectos realizados con PC con SQL Express 2008 no se
pueden importar a una PC con MSDE, porque el producto anterior no es compatible con nuevas bases de datos. Sin
embargo, el nuevo producto (SQL Express 2008) es compatible con las bases de datos antiguas (MSDE).

Tenga en cuenta que Windows XP usa MSDE 2000 pero también se puede instalar SQL Express 2008. Windows
Vista o Windows 7 solo pueden usar SQL Express 2008 (no MSDE 2000)

Cómo instalar SQL Express 2008 manualmente:


Siga las instrucciones de abajo:

Si tiene instalaciones anteriores, intente limpiar primero su sistema:

- Desinstale PCM600 y cualquier herramienta basada en PCMFrame como SAB600 / GAT600 / SYS600_CET

- Marque "Agregar y quitar programas" para los componentes de Microsoft SQL Server 2008 y desinstale si hay
alguno. Desinstale también Microsoft Desktop Engine 2000 (MSDE) PCMSERVER.

A continuación se presentan algunos artículos sobre la eliminación de restos de un intento anterior de instalación
de SQL siguiendo estos artículos de KB.

Si SQL Server 2008 está visible en Agregar y Remover programas, siga este artículo:
http://support.microsoft.com/kb/955499

Si no está visible, siga este artículo:


http://support.microsoft.com/kb/955404

- Después de esto, o si no hay SQL Server 2008 o MSDE en "Agregar y Remover programas", verifique el registro de
Windows ejecutando 'regedit' desde el menú Inicio, Ejecutar.

- verifique las siguientes claves:


HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server \ MSSQL10.PCMSERVER
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server \ MSSQL.PCMSERVER
3
HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ Microsoft SQL Server \ PCMSERVER
- si existen las claves y está seguro de que SQL Server 2008 no está instalado, elimine las claves

Ahora, descargue el último SQL Server Express 2008 SP2 (no R2) desde el siguiente enlace.

http://www.microsoft.com/downloads/en/details.aspx?FamilyID=40acf55f-0715-4bb0-9735-
d02fc2c8a7af&displaylang=en

(seleccione el archivo SQLEXPR_x86_ENU.exe)

Instale haciendo doble clic en el archivo descargado y seleccione "Avanzado" en el menú de la izquierda. Elija la
primera opción "Instalar en función de un archivo de configuración". Al seleccionar el archivo de configuración,
busque el CD PCM600 en la carpeta SQLSERVER y seleccione el archivo PCMcfg.ini. Luego haga clic en Siguiente y
en Aceptar para cada cuadro de diálogo.

Si la configuración ahora falla, verifique los últimos registros de errores nuevamente en C: \ Archivos de programa
\ Microsoft SQL Server \ 100 \ Setup Bootstrap \ Log

You might also like