on 02-10-2004 12:14 PM
Hi,
the installation of SAP EP 6.0 SP2 crashes with the following message (sapinst.log):
Error 1314 (Der Client besitzt ein erforderliches Recht nicht.
) in execution of a 'CreateProcess' function, line (272), with parameter (C:jdk1.3.1_10/bin/java -classpath "C:/EP60 Inst/PORTAL/data/JARS/SAPInst.jar;C:/EP60 Inst/PORTAL/data/JARS/UtilitiesBase.jar;C:/EP60 Inst/PORTAL/data/JARS/P9resource.jar;C:/EP60 Inst/PORTAL/data/JARS/P9util.jar;C:/EP60 Inst/PORTAL/data/JARS/P9sqlserver.jar;C:/EP60 Inst/PORTAL/data/JARS/P9base.jar" sapinst.CheckMicrosoftSQLConnection com.sap.portals.jdbc.sqlserver.SQLServerDriver jdbc:sap:sqlserver://HT-WEBAS640SP4:1433;DatabaseName=PCD SAPPCD sap).
The german text mean: The client is missing a required right
My environment:
OS: Windows XP Pro
JDK 1.3.1_10
MSSQL Server MSDE 2000a SP3 with hotfix mentioned by SAP Note 608651.
Installation of DB Schemas works fine. The database schemas (PCD and WCM) are present and I can connect to them via JDBC using a SQL explorer.
SAPInst crashes when I try to install the portal itself after I filled the input fields for the database access.
I´ve already applied all suggestions that were made in another task to the installation (Starting SQL Server as Administrator, changing the policies).
The only difference to the installation guide is that I can´t install the "Corrected MS SQL Collation" because select serverproperty('collation') returns "Latin1_General_CI_AS" and the INSTCOLL program expects "SQL_Latin1_General_CP850_BIN".
Could this be the reason for the installation crash? How can I change the collation of SQL server (I´m using MSDE so I don´t have advanced administration tools)? Can I reinstall SQL server with the correct collation? How (Couldn´t find information at the microsoft site)?
Thanks in advance
Helmut
Hi,
I had the same problem despite of installing the collation correction.
The security change mentioned by Markus Oswald (Installation guide page 19) is the solution to this problem.
Regards,
Mohammed Aghattass
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There is way to install MSDE 2000 that it installs with the correct collation. Essentially you specify in an ini file
COLLATION=SQL_Latin1_General_CP850_BIN
Hope this helps
Pankaj
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Sorry for a hurried post above. Here are the details that I wanted to have in the earlier post. I have installed MSDE 2000 Release A. Which when extracted creates a directory with the setup.exe file. When you execute it it installs MSDE without asking anything or presenting dialog to select COLLATION type settings. The way to customize instllation is by creating a .ini file and then executing setup.exe from command prompt. Here is the .ini file I am using it is called MyParameters.ini
[Options]
DISABLENETWORKPROTOCOLS=0
SAPWD="admin"
COLLATION="SQL_Latin1_General_Cp850_BIN"
Then I use the following commandline
setup /settings "MyParameters.ini"
This installs MSDE with correct COLLATION settings. Now I used the MS SQL Server 2000 CD to install client utilities like Enterprise Manager on the system.
Hope this helps.
Pankaj
Hi Helmut,
I installed it with MSDE and it's working fine.
Have you set the needed permissions to the user you're installing with, according to the installation guide page 19 (Preparing for Security - Windows Only)?
Regards,
Markus
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello.
MS SQL Server Developer Edition is not supported with EP. However, it may work with it.
The installation guide for EP 6.0 databases identifies the SAP CSN notes which describe the process for creating the correct collation. Latin_General_CI_AS is not correct in any case. You can reinstall SQL if you like and choose the "custom" option. You will eventually come to the collation screen where you may choose the correct installation collation. Of course SQL SP3, QFE and then INSTCOLL.EXE must be applied.
Good Luck!
jb
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.