Windows Server 2003
1827880 Members
1597 Online
109969 Solutions
New Discussion

Give policy to execute a program from RDP to a user

 
SOLVED
Go to solution
Alpha977
Valued Contributor

Give policy to execute a program from RDP to a user

Hello to all!

I must to create a user who can start an Oracle application via Remote Desktop.

If i put this user under "member of Administrator" it can work, if i put on PowerUser or User, he can't.

I don't want give to him the administrator privileges.

How i can do?

Thanks in advice.
2 REPLIES 2
Yogeeraj_1
Honored Contributor
Solution

Re: Give policy to execute a program from RDP to a user

hi,

I fear this has nothing to do with Remote Desktop being used.

According to Oracle, Oracle software requires that you give the Authenticated User privilege to the Oracle Home by following these steps:

1. Log on to Windows as a user with Administrator privileges.

2. Launch Windows Explorer from the Start Menu and and navigate to the ORACLE_HOME folder.

3. Right-click on the ORACLE_HOME folder and choose the "Properties" option from the drop down list. A "Properties" window should appear.

4. Click on the "Security" tab of the "Properties" window.

5. Click on "Authenticated Users" item in the "Group or user names".

6. Uncheck the "Read and Execute" box in the "Permissions" list under the "Permissions for Authenticated Users".

7. Re-check the "Read and Execute" box under the "Allow" column.

8. Click the "Advanced" button and in the "Permission Entries" list make sure you see the "Authenticated Users" listed there with:
Permission = Read & Execute
Apply To = This folder, subfolders and files

If this is NOT the case, edit that line and make sure the "Apply onto" drop-down box is set to "This folder, subfolders and files". This should already be set properly but it is important that you verify this.

9. Click the "Ok" button until you close out all of the security properties windows. The cursor may present the hour glass for a few seconds as it applies the permissions you just changed to all subfolders and files.

10. You must REBOOT YOUR COMPUTER to assure that these changes have taken effect. Failure to do this can prevent this procedure from working!

11. Re-execute the application and it should now work.

hope this helps!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Alpha977
Valued Contributor

Re: Give policy to execute a program from RDP to a user

Thanks a lot!

I have also used "Secure Restriction Policies" for limit start programs!

Regards