cancel
Showing results for 
Search instead for 
Did you mean: 

AS ABAP - Sapinst

Former Member
0 Kudos

Hi

Re: SAP Netweaver 7 EPH1 AS ABAP SAP MAxDb Windows 2008

Getting the following error from Sapinst

Step: ABAP Import

See attached file

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

OSS Note Note 162266 - Questions and tips for R3SETUP on Windows NT / W2K

also talks about the same error and probable solution.

Termination due to authorizations

Message:
1314 A required privilege is not held by the client.

Cause:
R3Setup must change the user context during the installation. For this,  a special authorization is required for the machine on which the installation is executed. The installation user receives this authorization during the CDINST step, that means, while the files are being copied from the CD to the installation directory.
The error message mentioned above usually occurs if the actual  installation is not executed by the user who started the CDINST step.

Solution:
To avoid the problem, you should delete the installation directory and the directory temp\R3Setup and restart the installation from the CD. Ensure that you have local and domain administration authorizations and that you log off after the CDINST step and log on again as the SAME user.
Alternatively, you can also manually assign the required authorizations to the installation user. Proceed as follows:

    1. Start the "Usermanager" or the "Usermanager for Domains". In the "Usermanagager for Domains", you must click Users\Select Domain and, with the entry \\<computer name>, switch to your local computer.
    2. Select "Policies\Users Rights", activate the switch "Show Advanced User Rights" and assign the following rights to the account under which you are logged on:
    • Act as part of the operating system
    • Increase Quotas
    • Replace a process level token
  1. 3. Close the "User Manager", log off and log on again as the SAME user.
  2. 4. Continue the installation.

You can also check oss note Note 79767 - Inst. terminates in password assignment for sapr3

Former Member
0 Kudos

Thanks.

I overcame this problem by running SAPinst as <SID>adm . It worked. I dont know if I took a step forward or a step backwards because i got this error.

R3load.exe -testconnect exits with error code2 (ABAP Import phase).



Answers (3)

Answers (3)

Former Member
0 Kudos

Please check oss note 731977

Symptom

Error 1314 - A required privilege is not held by the client

Solution

During Installation should you experience following error please

ensure to check the following:

Error 1314 - A required privilege is not held by the client

Can you make sure that the user you are using to install the portal acts

as part of the operating system rights. If not, you will have to grant these rights and then log off and log on again.

Then retry the install.

If this doesn't work please try to Set the following user rights to the Administrators group.

This can be assigned by opening the Administration Tools -> Local Security Settings and then adding the admin group/user

to the below rights:

1) Act as part of the operating system

2) Increase quotas

3) Replace a process-level token

Also I have seen the above error in the following scenario:

The problem can be something to do with the fact that you are installing

EP6 on the same server as a W2K Domain. This appears to cause

the task to run under different user priviliges to the local

administrator. A way around this is to borrowing a second machine

connect ing onto the same Domain, and installing EP6 on that second

machine.

Reagan
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello

The problem is at the CreateProcessAsUser step.

Suggest yo to disable the UAC and Password policies on the server and restart the installation.

Cheers

RB

Former Member
0 Kudos

Hi Abu,

Can you please attach the sapinst_dev.log for further analysis ?

You can see  it in your C:\program files /sapinst_instdir/NW701/AS-ABAP/ADA/central

Thanks and Regards,

Vimal

Former Member
0 Kudos

Hi Abu,

The

Note 731977 - Message 1314 seems to be of more specific to your issue.

Please try to execute the points 1 to 3 and see whether it helps.

Thanks and Regards,

Vimal

Former Member
0 Kudos

sap inst log

Trying to send log as zip file but get following message.

The content type of this attachment is not allowed.

Former Member
0 Kudos

I checked the Note 731977 - Message 1314

Which user sets up the portal?

All the policies were correct, ie Act as operating system, Replace a process-level token, I didnt increase quotas.