Insufficient privileges. "Access to the ConditionEvaluationService service.


Hi all

When you create the condition in IBot I get following error.

Insufficient privileges. "Access to the ConditionEvaluationService service.

Thank you

Kiran

Hello

This is a problem of security access.

Give privilege as 'Access ConditionEvaluationService Service'
with roles like BIConsumer, BISystem

This allows users to access the ConditionEvaluationService Web service.

Thank you

~ KKT ~.

Tags: Business Intelligence

Similar Questions

  • Access to the Web Service API

    Hello

    I try to access a web page API in the APEX, but still get an error in the ACL.  I tried everything I can think of as well as the multitude of usual information "bits and pieces", which I found on the web.

    USER who needs access to the ACL and the fact that it is an https site makes a difference for settings?

    I can return data from SqlPlus without problem.

    FOR INFO.

    Oracle 11g

    APEX 5

    W2008.

    Pointers would be appreciated!

    Thank you

    Hi Samuistu,

    Samuistu wrote:

    Basically, what I want to do is to download data in a table to a Web site.  A good example of the type of data is here https://www.cryptopia.co.nz/api/GetCurrencies

    Is it possible to get this data into a table that contains the Id column headers, name, etc. of symbol.

    Assuming that you have a table as follows:

    create table crypt_currencies (
      id number,
      name varchar2(128),
      symbol varchar2(8),
      algorithm varchar2(128)
    );
    

    Finally with regard to the features to get the web service data and insert them in the table, for that you can do something like this:

    declare 
    
        l_response clob;
        l_values apex_json.t_values;
        l_data_count integer;
        l_crypt_curr_rec crypt_currencies%rowtype;
    
    begin 
    
        l_response := apex_web_service.make_rest_request (
                            p_url          => 'https://www.cryptopia.co.nz/api/GetCurrencies',
                            p_http_method  => 'GET',
                            p_wallet_path  => 'file:path/to/oracle/wallet',
                            p_wallet_pwd  => 'password' );
    
        apex_json.parse (
            p_values => l_values,
            p_source => l_response );
    
        if apex_json.get_boolean (
              p_values => l_values,
              p_path  => 'Success' ) then
            dbms_output.put_line('Success --> true');
        end if;
    
        dbms_output.put_line ( 'Data Members Count --> '||
                                apex_json.get_count (
                                    p_values => l_values,
                                    p_path  => 'Data' )
                              );
    
        l_data_count := apex_json.get_count (
                            p_values => l_values,
                            p_path  => 'Data' );
    
        for i in 1 .. l_data_count loop
    
            l_crypt_curr_rec := null;
    
            dbms_output.put_line ( 'Id --> '||
                                apex_json.get_number (
                                    p_values => l_values,
                                    p_path  => 'Data[%d].Id',
                                    p0      => i )
                                ||', '||
                                'Name --> '||
                                apex_json.get_varchar2 (
                                    p_values => l_values,
                                    p_path  => 'Data[%d].Name',
                                    p0      => i )
                                ||', '||
                                'Symbol --> '||
                                apex_json.get_varchar2 (
                                    p_values => l_values,
                                    p_path  => 'Data[%d].Symbol',
                                    p0      => i )
                                ||', '||
                                'Algorithm --> '||
                                apex_json.get_varchar2 (
                                    p_values => l_values,
                                    p_path  => 'Data[%d].Algorithm',
                                    p0      => i )
                              );
    
            l_crypt_curr_rec.id := apex_json.get_number (
                                      p_values => l_values,
                                      p_path  => 'Data[%d].Id',
                                      p0      => i );
    
            l_crypt_curr_rec.name := apex_json.get_varchar2 (
                                      p_values => l_values,
                                      p_path  => 'Data[%d].Name',
                                      p0      => i );
    
            l_crypt_curr_rec.symbol := apex_json.get_varchar2 (
                                      p_values => l_values,
                                      p_path  => 'Data[%d].Symbol',
                                      p0      => i );
    
            l_crypt_curr_rec.algorithm := apex_json.get_varchar2 (
                                      p_values => l_values,
                                      p_path  => 'Data[%d].Algorithm',
                                      p0      => i );
    
            insert into crypt_currencies
                values l_crypt_curr_rec;
    
        end loop;
    
    end;
    

    NOTE:

    • The code above is for purposes of example, if you use it make the necessary changes.
    • Dbms_output calls are given for the purpose of debugging. You can remove that in the actual code.

    I hope this helps!

    Kind regards

    Kiran

  • ORA-01031: insufficient privileges, what is the solution?

    [oracle@ora-lab2 ~] $ sqlplus/nolog
    SQL * more: version 11.1.0.6.0 - Production on Fri Sep 18 14:01:43 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    SQL > connect virtue sysdba;
    ERROR:
    ORA-01031: insufficient privileges

    SQL > connect sys/test as sysdba;
    Connected.
    SQL > show the distance parameter

    VALUE OF TYPE NAME
    ------------------------------------ ----------- ------------------------------
    remote_dependencies_mode string TIMESTAMP
    remote_listener chain
    Remote_login_passwordfile string EXCLUSIVE
    REMOTE_OS_AUTHENT Boolean TRUE
    remote_os_roles boolean FALSE
    result_cache_remote_expiration integer 0

    [oracle@ora-lab2 ~] $ rman
    Recovery Manager: release 11.1.0.6.0 - Production on Fri Sep 18 14:02:24 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    RMAN > Connect target;
    RMAN-00571: ===========================================================
    RMAN-00569: = ERROR MESSAGE STACK FOLLOWS =.
    RMAN-00571: ===========================================================
    ORA-01031: insufficient privileges
    RMAN > Connect target sys/test@prim01;
    connected to target database: PRIM01 (DBID = 2934738896)
    RMAN > exit
    Complete recovery manager.

    [oracle@ora-lab2 admin] $ cat sqlnet.ora
    NAMES. DIRECTORY_PATH = (TNSNAMES)
    SQLNET. AUTHENTICATION_SERVICE = (NONE)
    #NAMES. DOMAINE_PAR_DEFAUT = EVERYONE
    TRACE_LEVEL_CLIENT = OFF
    SQLNET. EXPIRE_TIME = 30

    Pavan Kumar says:
    Refer to http://www.psoug.org/reference/net_services.html

    Pavan - Please note this is a library of Dan Morgan's more hosted psoug. Your reference is a copy of archive that is still available but is no longer maintained.

    Please change your links to replace www.psoug.org by www.morganslibrary.com to get the latest wonderful resource of Dan thye. The correct link would be http://www.morganslibrary.com/reference/net_services.html

  • Duration of the apex - can we have access to the "Public Services" link Avaialbe in IDE

    Currently using Apex 3.2-11 GR 2

    The Production Server has only "Apex RUNTIME". All developer access is not allowed.

    But the requirement is a Manager to open a session in the IDE of the Apex and click "Utilities" and click reports Apex in the only case of "Apex runtime" on production. This is necessary for the Manager to see and monitor due to security requirements.

    The "Utilities" option is available during the installation of the apex is "runtime" only mode? Whatever it is dynamically switchable to a specific user connection to allow them to access these reports of object? Other suggestions on how these reports are available directly outside the Apex would also help.

    Thank you!

    citing the book Oracle Application Express 3.2

    When the APEX is first installed, we can choose whether to install the APEX or APEX Runtime Environment complete development environment. This can be changed later by running the SQL scripts provided with the installation of the APEX. We can convert from a development environment complete APEX for an APEX runtime environment by running script SQL apxdevrm.sql that helps the user SYS with SYSDBA role. We can also convert a runtime environment to a full development environment by running SQL apxdvins.sqlscript. Conversion of the environment leave our unchanged applications, and they can be run using the same exact URL.

    Thank you

    Tony Miller

    Software LuvMuffin

  • I have a laptop wireless Officejet j4680 printer, but cannot access the "printer services.

    The wireless printer works fine, except that I am not allowed access to the "printer services.

    Hello

    What is the operating system installed?

    Download and install the complete operating system software of features appropriate for your printer. During execution of the tasks of maintenance on your printer, it is better to go in the HP, not the properties of the printer dialog window software.

    The following image use Dutch as a language, but it works for me. The HP Solution Center is where I align and clean the print heads. I print only to test the pages in the print dialog window.

  • ORA-01031: insufficient privileges when connecting as SYSDBA

    I am trying to connect to the database and receiving "ORA-01031: insufficient privileges". Database version is 11.2.0.3 (standalone) on Linux.

    [oracle@dbserv admin] $ echo $ORACLE_HOME

    /U01/app/Oracle/product/11.2.0.3/db1

    [oracle@dbserv admin] $

    [oracle@dbserv admin] $ which sqlplus

    /U01/app/Oracle/product/11.2.0.3/db1/bin/sqlplus

    [oracle@dbserv dbs] $ sqlplus sys/oracle@newdb as sysdba

    SQL * more: Production release 11.2.0.3.0 Wed Aug 26 20:38:13 2015

    Copyright (c) 1982, 2011, Oracle.  All rights reserved.

    ERROR:

    ORA-01031: insufficient privileges

    Enter the user name:

    Password file has been created and is in $ORACLE_HOME/dbs location.

    [oracle@dbserv dbs] $ pwd

    /U01/app/Oracle/product/11.2.0.3/db1/DBS

    [oracle@dbserv dbs] $ ls - lrt * orapw *.

    -rw - r - 1 oracle oinstall 1536 26 August to 20:38 orapwnewdb

    To be clear, there is a version of GI 11.2.0.2 already installed with 11.2.0.2 RDBMS version on the same server (standalone).

    In addition, 11.2.0.3 has been installed on the same machine and a new listening port has been created on 11.2.0.3 home for databases residing on this House.

    Here are the details:

    [oracle@dbserv dbs] $ ps - ef | grep tns

    Oracle 4226 1 0 20:20?        00:00:00 /u01/app/oracle/product/11.2.0.2/grid/bin/tnslsnr EARPHONE-inherit

    Oracle 4239 1 0 20:20?        00:00:00 /u01/app/oracle/product/11.2.0.3/db1/bin/tnslsnr LISTENER_NEWDB-inherit

    Oracle 4599 3734 0 20:44 pts/2 00:00:00 grep tns

    [oracle@dbserv dbs] $ lsnrctl status LISTENER_NEWDB

    LSNRCTL for Linux: Version 11.2.0.3.0 - Production on August 26, 2015 20:44:32

    Copyright (c) 1991, 2011, Oracle.  All rights reserved.

    Connection to (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST=dbserv.mydomain) (PORT = 1526)))

    STATUS of the LISTENER

    ------------------------

    Alias LISTENER_NEWDB

    Version TNSLSNR for Linux: Version 11.2.0.3.0 - Production

    Start date August 26, 2015 11:20:20

    Uptime 0 days 0 h 24 min 21 sec

    Draw level off

    Security ON: OS Local Authentication

    SNMP OFF

    Parameter Listener of the /u01/app/oracle/product/11.2.0.3/db1/network/admin/listener.ora file

    The listener log file /U01/app/Oracle/diag/tnslsnr/dbserv/listener_newdb/alert/log.XML

    Summary of endpoints listening...

    (DESCRIPTION = (ADDRESS = (PROTOCOL = tcp)(HOST=dbserv.mydomain) (PORT = 1526)))

    (DESCRIPTION = (ADDRESS = (PROTOCOL = ipc) (KEY = EXTPROC1526)))

    Summary of services...

    Service 'SLAVE_PORT_NUM' has 1 instance (s).

    Instance of 'SLAVE_PORT_NUM', status UNKNOWN, has 1 operation for this service...

    The command completed successfully

    My bad. OP has already validated the status of the listener. I just forgot.

    I suspected to be an incompatibility with SID in regard to upper and lower case letters and now seem to be confident.

    The listener status indicates the name of the instance as SLAVE_PORT_NUM but OP said as slave_port_num lowercase. Let's take a look in the file of the listener.

    TNS ADMIN could also be a cause, but in this case, it could lift error related to the listener (TNS).

    OP, please send the contents of listener.ora crossing 11.2.0.3 House.

    -Jonathan Rolland

  • How to add THE web service to the ACL?

    I want to access a web service from a PL/SQL procedure (using UTL_HTTP) since a 11g R2 database. However, before you do anything, I need to give access to the web service by adding the web service to the access control list (ACL).

    I want to test the web service is full here: http://www.service-repository.com/service/overview/-1789095104

    This is a free WS, you can use to test the code WS.  The endpoint is http://www.w3schools.com/webservices/tempconvert.asmx

    Therefore, adding www.w3schools.com to list ACL will be fine, I think? Am I wrong?

    I tried the method below but I get this error and the user guide is not clear what to do.

    SQL > exec dbms_network_acl_admin.assign_acl (LCD = > 'temp_ws1.xml', host = > 'www.w3schools.com');

    BEGIN dbms_network_acl_admin.assign_acl (LCD = > 'temp_ws1.xml', host = > 'www.w3schools.com'); END;

    *

    ERROR on line 1:

    ORA-31001: handle or path of the invalid resource name ' / sys/acls/temp_ws1.xml '.

    ORA-06512: at "SYS." DBMS_SYS_ERROR', line 86

    ORA-06512: at "SYS." DBMS_NETWORK_ACL_ADMIN', line 94

    ORA-06512: at "SYS." DBMS_NETWORK_ACL_ADMIN', line 479

    ORA-06512: at line 1

    Any help would be greatly appreciated.

    This,

    host-online "www.w3shools.com."

    is not the same thing as this,

    host-online "www.w3schools.com".

  • Insufficient privileges on 11.2.03 but not 11.2.0.1?

    ON Oracle 11.2.0.1

    Deleted user.

    Deleted user.

    Deleted user.

    BANNER

    --------------------------------------------------------------------------------

    Oracle Database 11 g Enterprise Edition Release 11.2.0.1.0 - 64 bit Production

    PL/SQL Release 11.2.0.1.0 - Production

    CORE 11.2.0.1.0 Production

    AMT for 64-bit Windows: Version 11.2.0.1.0 - Production

    NLSRTL Version 11.2.0.1.0 - Production

    Created by the user.

    Grant succeeded.

    Created by the user.

    Grant succeeded.

    Created by the user.

    Grant succeeded.

    Grant succeeded.

    Connected.

    Grant succeeded.

    Connected.

    Grant succeeded.

    SQL > exit

    ONE Oracle 11.2.0.3


    Drop user cascade installuser

    *

    ERROR on line 1:

    ORA-01918: user 'INSTALLUSER' does not exist

    Drop user receiveuser

    *

    ERROR on line 1:

    ORA-01918: user 'RECEIVEUSER' does not exist

    Drop user grantuser

    *

    ERROR on line 1:

    ORA-01918: user 'GRANTUSER' does not exist

    BANNER

    --------------------------------------------------------------------------------

    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - Production

    PL/SQL Release 11.2.0.3.0 - Production

    CORE Production 11.2.0.3.0

    AMT for 32-bit Windows: Version 11.2.0.3.0 - Production

    NLSRTL Version 11.2.0.3.0 - Production

    'Create a user installuser '.

    Created by the user.

    Grant succeeded.

    'Create a user receiveuser '.

    Created by the user.

    Grant succeeded.

    'Create a user grantuser '.

    Created by the user.

    Grant succeeded.

    "grant execute on utl_raw to installuser with grant option.

    Grant succeeded.

    "log in as installuse

    Connected.

    "grant execute on utl_raw to grantuser with grant option;"

    Grant succeeded.

    "connect to grantuser.

    Connected.

    "grant runs on utl_raw in receiveuser."

    Grant execute on utl_raw to receiveuser

    *

    ERROR on line 1:

    ORA-01031: insufficient privileges

    And the script:

    coil test.log

    drop the cascade of installuser user;

    receiveuser fall of the user;

    grantuser fall of the user;

    Select * from version of v$.

    Prompt "Create user installuser".

    create installuser user identified by installuser;

    Grant connect, resources, s/n installuser;

    Prompt "Create user receiveuser".

    create receiveuser user identified by receiveuser;

    Grant connect, resource to receiveuser.

    Prompt "Create user grantuser".

    create grantuser user identified by grantuser;

    Grant connect, resource to grantuser.

    Guest "grant execute on utl_raw to installuser with grant option.

    Grant execute on utl_raw to installuser with grant option;

    Prompt 'connect as installuser.

    connect installuser/installuser;

    encourage them "grant execute on utl_raw to grantuser with grant option;"

    Grant execute on utl_raw to grantuser with grant option;

    prompt to "connect to grantuser.

    connect grantuser/grantuser;

    encourage the "grant runs on utl_raw in receiveuser."

    Grant execute on utl_raw to receiveuser;

    "exit";

    Well that makes sense then.

    The solution seems to be to revoke the privilege you want to provide.

    I published revoke execute on the public utl_raw and the script, then ran successfully

  • create a view with subquery generating insufficient privileges!

    Hello
    I want to create a view by a DB user with DBA role, the view is based on a query that extracts data from 2 users, next to the query contains the subquery. When I run the query itself - without clause CREATE VIEW - it works and gets the data, but when I try to create a view based on this request, it generates ORA-01031: insufficient privileges pointing to the subquery.
    Any suggestion.

    Saad,

    Hello

    To use the table in a view, privileges must be granted directly to the owner of the view (or public). Privileges granted to a role are not enough to use the table in a view.

  • Tedious Error Message When you install Itunes "the installer has insufficient privileges to access this directory: C:\Program Files\Quick Time\QTSystem.»

    Hi, I tried to update my iTunes a day and when he made an error appeared. Now, today I uninstalled both iTunes & Quicktime, I don't remember what the first said (before finding out the programs were installed yet) but after I went back uninstalled them I tried to reinstall again (in the hope that it would work) and this message popped up.

    The installer has insufficient privileges to access this directory: C:\Program Files\Quick Time\QTSystem. The installation cannot continue. Log in as administrator or contact your system administrator.

    * I'm already logged as administrator.

    Could you please help me understand what the problem is? Thank you!

    Hello

    Try right click on setup.exe itunes then run as adminintrator

    If this does not work, try this

    Follow the information from apple to the link below

    Remove and reinstall iTunes, QuickTime, and other software components for Windows Vista or Windows 7

    http://support.Apple.com/kb/HT1923

    and or ask for their support of itunes

    http://www.Apple.com/support/iTunes/

    Also try the discussions of apple itunes

    http://discussions.Apple.com/category.jspa?categoryID=149

  • the installer has insufficient privileges to access this directory: c:\Program file\msi\easyviewer

    the installer has insufficient privileges to access this directory: c:\Program file\msi\easyviewe how to accept. How active upgrade windows 7 home top.

    If you trust the program you are trying to install, right-click on the installation .exe file and select run as administrator.

  • Re: "insufficient privileges" error when you run the Java stored procedure in another schema

    I get an "insufficient privileges" error when you run the Java stored procedure in another schema, see details below.  I don't know what are missing privileges (I already granted the EXECUTE privilege), suggestions?  -Thank you.

    Define a simple java class and deploy it as a Java stored procedure to test:


    Schema: User1

    test of the package;

    public class HelloWorld {}

    public HelloWorld() {

    Super();

    }

    public static String Hello () {}

    Return "HELLO";

    }

    }

    CREATE or REPLACE FUNCTION HELLO RETURN VARCHAR2 AUTHID CURRENT_USER AS LANGUAGE JAVA NAME ' test. HelloWorld.hello () return java.lang.String';

    Grant execute on USER2 HELLO

    Test the Java stored procedure through the PL/SQL function call (in the same schema):


    Schema: User1

    SET SERVEROUTPUT ON

    DECLARE

    v_Return VARCHAR2 (200);

    BEGIN

    v_Return: = User1. HELLO;

    DBMS_OUTPUT. Put_line ('v_Return =' | v_Return);

    END;

    anonymous block filled

    v_Return = HELLO

    Test the Java stored procedure through the PL/SQL function call in a different pattern:


    Schema: USER2

    SET SERVEROUTPUT ON

    DECLARE

    v_Return VARCHAR2 (200);

    BEGIN

    v_Return: = User1. HELLO;

    DBMS_OUTPUT. Put_line ('v_Return =' | v_Return);

    END;

    Error report-

    ORA-01031: insufficient privileges

    ORA-06512: at "User1." HELLO', line 1

    ORA-06512: at line 4 level

    01031 00000 - "insufficient privileges".

    * Cause: An attempt was made to change the user name or password

    without the privilege appropriate. This error also occurs if

    trying to install a database without the need for employment

    access privileges.

    When Trusted Oracle is configure in DBMS MAC, this error may occur

    If the user has been granted the privilege necessary for a higher label

    that the connection is active.

    * Action: Ask the database to perform the operation or grant administrator

    the required privileges.

    For users Trusted Oracle get this error, well that granted the

    the privilege that is suitable for the top label, ask the database

    administrator to grant the privilege to the appropriate label.

    You have created the function with AUTHID CURRENT_USER, which means that the function is executed with the rights of the applicant (but not with the rights of the author). This means that the applicant must have grants (directly or through roles) on all used/accessible objects in the service. In your case the user USER2 has not granted with EXECUTE on the class/source Java test. Class HelloWorld, causing the ORA-01031 exception. You create service without AUTHID CURRENT_USER (i.e. with AUTHID DEFINE, which is by default, if you do not have a specific reason to use AUTHID CURRENT_USER) or grant EXECUTE on JAVA test SOURCE. Class HelloWorld to User2.

    Dimitar

  • Error: 0 x 80070005 access denied: the requested action requires elevated privileges.

    I downloaded and install a copy of assessment of RC of windows 7 build 7100 and use the key to legitimate windows 7 RC to activate and he succeeded.

    After a few days, my pc hangs and after reset, he began asking to activate windows now. Although pressing ok product error '0x80070005' (I am using the administrator account). Even using the command "slmgr.vbs" does not display ' error: 0 x 80070005 access denied: the requested action requires elevated privileges. "

    Please help and thank you.

    Your question has nothing to do with Windows Update (compared to the upgrade of Windows). Please repost your question here rather: http://social.answers.microsoft.com/Forums/en-US/w7install/threads ~ Robear Dyer (PA Bear) ~ MS MVP (that is to say, mail, security, Windows & Update Services) since 2002 ~ WARNING: MS MVPs represent or work for Microsoft

  • The Windows fax service cannot start because there is no such thing as a privilege in the fax service account.

    I'm trying to set up Windows Fax and Scan to store faxes "received" in a folder encrypted (EFS). (I use Windows Vista Business).

    The fax service will not start if it set to log on as a "local system account", but faxes are stored with the certificate of local system and inaccessible to other users.

    To work around this problem, I tried to configure the Fax Service to log on under a specific user account. However, after that and try to re - start the Service I get.

    Error: 1297 as a service privilege is needed to function properly does not exist in the service account configuration.

    One of the services that begins with the "local system account" does not automatically start with a normal user account and if you get the message.  Most of the services are designed to start with the local system account and not a special user account (actually, not on my system using a specific user account for services).  I think that part is OK and you must return it to the local system account (so eliminate the error message and remove that as a problem to solve).

    I think the question may also be a permissions problem in the user access to the fax.

    To view your permissions, right-click on the file/folder, click Properties, and check the Security tab.  Check the permissions you have by clicking on your user name (or group of users).  Here are the types of permissions, you may have: http://windows.microsoft.com/en-US/windows-vista/What-are-permissions.  You must be an administrator or owner to change the permissions (and sometimes, being an administrator or even an owner is not sufficient - there are ways to block access (even if a smart administrator knows these ways and can move them - but usually should not because they did not have access, usually for a very good reason).)  Here's how to change the permissions of folder under Vista: http://www.online-tech-tips.com/windows-vista/set-file-folder-permissions-vista/.  To add take and the issuance of right of permissions and ownership in the right click menu (which will make it faster to get once it is configured), see the following article: http://www.mydigitallife.info/2009/05/21/take-and-grant-full-control-permissions-and-ownership-in-windows-7-or-vista-right-click-menu/.

    To resolve this problem with folders, appropriating the files or the drive (as an administrator) and give you all the rights.  Right-click on the folder/drive, click Properties, click the Security tab and click on advanced and then click the owner tab.  Click on edit, and then click the name of the person you want to give to the property (you may need to add if it is not there--or maybe yourself). If you want that it applies to subfolders and files in this folder/drive, then check the box to replace the owner of subcontainers and objects, and click OK.  Back and now there is a new owner for files and folders/player who can change the required permissions.  You can change now switched to read-only (even if the main folder indicates that they are always read-only - you can access yourself as the owner).  You can keep them in read-only to other users, customers and administrators even (although they can support themselves and access, if they wish, and it is really not that you can do to stop it except protect the file with a password by using a 3rd party product.)  Here is more information on the ownership of a file or a folder: http://www.vistax64.com/tutorials/67717-take-ownership-file.html.  To add take ownership in the menu of the right click (which will make it faster to get once it is configured), see the following article: http://www.howtogeek.com/howto/windows-vista/add-take-ownership-to-explorer-right-click-menu-in-vista/.

    If that is indeed a problem of certificates (and it seems there is a but looks like he takes care of himself with the Wizard), then we must make the certificate available to all users of the system (from where it is now stored) - and I think I saw how to do this in secpol.msc.  Here is some information I found on EFS secpol.msc in the public key policies (you can get it by entering this in the area of research and the antering and then a double click on the program icon that appears) where you would put in place.

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    The Encrypting File System (EFS) is an encryption technology of base file used to store the encrypted files on NTFS file system volumes. Encrypted files cannot be used unless the user has access to the keys needed to decrypt the information.

    Encryption is transparent to the user that encrypted the file. This means that you don't have to manually decrypt the encrypted file before that you can use. You can open and edit the file as you normally would. Once you encrypt a file or folder, you work with the encrypted file, or a folder like you do with any other file or folder.

    The use of EFS is similar to using permissions on files and folders. Both methods can be used to restrict access to the data. However, an attacker who gets physical access unauthorized to your encrypted files or folders will be prevented from reading. If the intruder tries to open or copy your encrypted file or folder, he or she receives an access denied message. Permissions on files and folders do not protect against unauthorized physical attacks.

    You encrypt or decrypt a folder or file by setting the property of encryption for files and folders, as you define another attribute such as read-only, compressed, or hidden. If you encrypt a folder, all files and subfolders created in the encrypted folder are automatically encrypted. It is recommended that you encrypt at the folder level.

    You can also encrypt or decrypt a file or folder using the Cipher command.

    When you work with encrypted files and folders, keep in mind the following information:

    • Only the files and folders on NTFS volumes can be encrypted. However, you can use Web distributed authoring and versioning (WebDAV), which also works with NTFS, to transfer files in encrypted form.
    • Files or compressed files can also be encrypted. If the user marks a file or folder for encryption, that file or folder will be uncompressed.
    • Encrypted files are decrypted if you copy or move the file to a volume that is not an NTFS volume.
    • Moving files unencrypted in an encrypted folder will automatically cause these files to be encrypted in the new folder. However, the reverse will not automatically decrypt files. The files must be explicitly decrypted.
    • Files marked with the system attribute cannot be encrypted, nor can files in the system root directory structure.
    • Encrypt a file or a folder does not protect against the removal or the list of files or directories. Anyone with the appropriate permissions can delete or list encrypted folders or files. For this reason, the use of EFS in combination with NTFS permissions is recommended.
    • You can encrypt or decrypt files and files located on a remote computer that has been enabled for remote encryption, but, in this version of Windows, the data that is transmitted over the network by this process is not encrypted. Other protocols, such as Secure Socket Layer/Transport Layer Security (SSL/TLS) or Internet Protocol security (IPsec) must be used to encrypt data while they are transmitted over the network. (You can also use WebDAV, as described in the first bullet, to pass the file in encrypted form.)

    EFS policy settings

    You can use Group Policy to configure a number of EFS settings.

    Allow or disallow the EFS

    You can choose to allow or prohibit the use of EFS altogether. If you do not configure the policy settings for EFS, it is OK.

    The EFS options

    If you choose to allow EFS, you can also select a number of options, such as whether to automatically encrypt the Documents folder of the user, to require a smart card for use with EFS, to cache keys created based on a smart card, to enable the encryption of the Windows page file, or to notify users to make the backup copies of their encryption keys.

    EFS certificate

    EFS encryption is based on the pairs of keys associated with certificates. In most managed environments, the certificates are issued by a certification authority (CA) running in the field. Users can automatically be issued a certificate from the CA without manual intervention. EFS settings include a drop-down models of certificates that are available in the field list so that you can specify which certificate template to use for autoenrollment.

    Note
     

    The list includes all the models of certificates, present in the field. An administrator must configure the CA so that certificates can be issued. Some displayed certificates are not available.

    In cases where a certificate cannot be issued by a certification authority, EFS can use a self-signed certificate created on the local computer (there is a section in secpol.msc to create a certificate). You can choose to disable this functionality and specify a default key length.

    -------------------------------------------------------------------------------------------------------------------------------------------------------------------

    I don't know if that helped or not.  Please let us know and be specific about what other questions, you may have because I don't know what you mean and which is still confusing (and to be honest, I am a little confused at this point - it is not an easy task to accomplish).

    I hope this helps.

    Good luck!

    Lorien - MCSA/MCSE/network + / A +.

  • I have administrator privileges, but when I run CHKDSK it says access denied due to insufficient privileges.

    I have administrator privileges, but when I run CHKDSK it says access denied due to insufficient privileges. You have to invoke this utility in elevated mode.

    How can I fix it?

    Hello

    1. what prompted to run chkdsk on your computer?

    To work with this problem, refer to these methods.

    Method 1:

    I suggest that you disable the antivirus software temporarily and try to run chkdsk on your computer.

    http://Windows.Microsoft.com/en-us/Windows7/disable-antivirus-software

    Warning:
    Antivirus software can help protect your computer against viruses and other security threats. In most cases, you should not disable your antivirus software. If you need to disable temporarily to install other software, you must reactivate as soon as you are finished. If you are connected to the Internet or a network, while your antivirus software is disabled, your computer is vulnerable to attacks.

    Method 2:

    You can check disk errors using the command-line of the system recovery options in Windows 7.

    What are the system recovery options in Windows 7?

    http://Windows.Microsoft.com/en-us/Windows7/what-are-the-system-recovery-options-in-Windows-7

    To open the System Recovery Options, see the section: to open the menu system on your computer Recovery Options

    Important: when running chkdsk on the drive hard if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost.

    Check if it helps.

Maybe you are looking for