Why, when submitting an application for an auction or other action, the error "You do not have enough authority to perform this action ..." occurs? What should be done on the ETP after receiving a new EDS certificate? National electronic platform

Thank you very much, Mikhail, we did everything promptly and the main thing is clear to me ... Since we have found a common language. I would like to continue the communication with you in the future. I look forward to fruitful cooperation.

Olesya Mikhailovna - General Director LLC "VKS"

On behalf of the State Unitary Enterprise "Sevastopol Aviation Enterprise" we express our gratitude for the professionalism and efficiency of your company! We wish your company continued prosperity!

Guskova Lilia Ivanovna - manager. SUE "SAP"

Thank you, Mikhail, very much for your help with the design. Very qualified employee +5!

Nadia Shamilevna - entrepreneur IP Anoshkina

On behalf of the company "AKB-Auto" and on my own behalf, I express my gratitude to you and all employees of your company for the productive and high-quality work, sensitive attitude to the client's requirements and efficiency in the execution of the ordered work.

Nasibullina Alfira - Senior Manager"AKB-Auto"

I would like to thank the consultant Mikhail for great job, timely and complete consultations. He is very attentive to the client's problems and questions, prompt solution of the most difficult situations, it would seem to me. It's a pleasure to work with Mikhail !!! Now I will recommend your company to my clients and friends. And the technical support consultants are also very polite, attentive, helped to cope with the complex installation of the key. Thanks!!!

Olga Sevostyanova.

Acquiring a key turned out to be very easy and even enjoyable. Many thanks for the assistance to manager Mikhail. Explains complex and massive things to understand, succinctly, but very clearly. In addition, I called the hot toll free line and online, together with Mikhail, he left an application. I got a key made in 2 working days. In general, I recommend it if you save your time, but at the same time want to have an understanding of what you buy and what you pay for. Thanks.

Levitsky Alexander Konstantinovich Samara

Personal gratitude to the consultant Mikhail Vladimirovich for prompt advice and work on the accelerated receipt of the ES certificate. During the preliminary consultation, the optimal set of individual services is selected. The end result is immediate.

Stoyanova N.L. - Chief Accountant LLC "SITEKRIM"

Thank you for your prompt work and competent help! I was very pleased with the consultation!

Dmitry Fomin

Expert Sistema LLC would like to thank the consultant Mikhail for the prompt work! We wish your company growth and prosperity!

Sukhanova M.S. - AppraiserLLC "Expert System", Volgograd

Thanks to the consultant who introduced himself as Mikhail for his prompt work with clients.

Stepan Gennadievich Ponomarev

Many thanks to the consultant Mikhail for his assistance in obtaining an EDS. For prompt work and advice on issues arising in the process of registration.

Leonid Nekrasov

The company, represented by its consultant Mikhail, does the impossible! Acceleration of accreditation in less than 1 hour! Payment upon delivery of the service. I thought it couldn't happen. With full responsibility, I can advise you to contact the Center for issuing electronic signatures.

If you have following errors when entering the trading platform by EDS, then you have a browser installed Internet Explorer 11 , which does not work correctly with EDS and other components necessary for working with electronic platforms. To restore work on electronic trading platforms you need to do the following: 1. Install "CryptoPro EDS Browserplug-in". a) Download CryptoPro EDS Browserplug-in and save it on your computer. b) Install the plugin following the instructions of the installation wizard. c) Restart Internet Explorer (if you have it running). 2. Open the menu Tools - Compatibility View Options and enter the address http://etp.roseltorg.ru in the line add this website and click Add:

Roseltorg.ru will appear in the list of websites for which you have selected Compatibility View

3. Go to Personal Area sites by digital signature. This procedure can be repeated for all sites that have problems with the digital signature. If the above methods did not work, then in order to restore work on electronic trading platforms, it is necessary roll back version Internet browser Explorer up to 10 or 9 ( this decision not suitable for Windows 8.1). To uninstall the Internet Explorer 11 update, we recommend that you do the following: 1. Click the Start button, type Programs and Features in the search box,

and then click the View link installed updates in the area to the left. 2. In the Uninstall the update section, go to Microsoft Windows.

A fact known to all administrators is that after adding a computer or user to an Active Directory group, to update group membership and apply the assigned rights / policies, you need to restart the computer (if a computer account was added to the domain group) or re-log into the system (for the user). This is because AD group membership is updated when a Kerberos ticket is generated, which occurs at system boot and when the user logs on.

In some cases, a system reboot or user logoff is not feasible for production reasons. And you need to use the obtained rights, access or apply new policies right now. It is possible to renew your membership account in AD groups without rebooting or re-registering the user in the system.

Note... The technique described in this article will only work for network services that support Kerberos authentication. Services that only work with NTLM authentication still require user logon + logon or Windows restart.

The list of groups the current user belongs to can be obtained from command line and using the command:

For a list of groups the user is a member of, see The user is a part of the following security groups.

The utility can reset the current Kerberos tickets without rebooting. klist.exe... Klist is included in Windows OS since Windows 7, for XP and Windows Server 2003 is installed as part of the Windows Server 2003 Resource Kit Tools.

To flush the entire Kerberos ticket cache of a computer (local system) and update the computer's membership in AD groups, run the command from a command prompt with administrator rights:

klist -lh 0 -li 0x3e7 purge

Note. 0 x3e7- a special identifier indicating the session local computer(Local System).

After running the command and updating the policies, all policies assigned to the AD group through Security Filtering will be applied to the computer.

As for the user. Let's say a domain user account has been added to an Active Directory group to access a file share. Naturally, the user will not have access to the directory without re-login.

Let's reset all the user's Kerberos tickets with the command:

To see the updated list of groups, you need to start a new command line window and through so that a new process is created with a new security token.

Let's say an AD group was assigned to a user to provide access to a network directory. Try to refer to him by FQDN name (for example, \\ msk-fs1.winitpro.loc \ distr) and check that the TGT ticket has been updated:

The network directory, to which access was provided through the AD group, must be opened without a user re-login (!!! be sure to use the FQDN name).