Rights granted to a user for a particular entity instance.
Questions tagged [access-rights]
266 questions
0
votes
1 answer
Setup fails to give DLL access rights for local user
When I install my application using the setup executable (generated using NSIS) on certain computers a particular DLL does not get the ACL for the the local Users group in its security permissions. The result is that loading the DLL in question…

KungPhoo
- 516
- 4
- 18
0
votes
0 answers
SecLib::AccessCheckEx failed in Dynamics CRM 2011
I've System Administrator rights at Dynamics CRM 2011 onPrem. I've following code snippet to share records to users belongs to sub business unit.
GrantAccessRequest grantRequest = shareRecord(userId, recordId, entity);
GrantAccessResponse…

Mohsin Tester
- 35
- 1
- 8
0
votes
1 answer
Checking the rights for CRUD operations in repository pattern, .Net
Good afternoon, everyone! I'm using repository pattern for access EDM, and I want develop some kind of rights check using custom attribute AccessByRole like this:
public abstract class RepositoryBase: IRepository
{
...
[AccessByRole]
…

Dimich Parkhomchuk
- 25
- 3
0
votes
1 answer
How to check if user have ReadAccess for an account in Dynamics CRM usind C#
I am following this walkthrough for getting the access of a user to an account in dynamics crm using C#. When I tried to check that if user have AppendAccess it is not working properly and while debugging I found these rights in the following…

User089
- 139
- 3
- 14
0
votes
1 answer
How to create access rights in HR module and every other module in ODOO 8.0?
Please explain how to create access rights . I am unable to understand groups creating process. Thank you .

Zinia
- 1
- 1
- 1
0
votes
0 answers
Android sqlite - change default db rights by Java code
Each time my app updates the data of my DB, default rights are RW-RW----!
So each time I want to export my DB from Eclipse-DDMS to my PC, to check, I first have to make a chmod 777 on the .db file (adb shell), to restore the RWXRWXRWX rights.
That's…

Steph68
- 197
- 4
- 13
0
votes
0 answers
limit access to webservice to some websites and apps
I have two web-servers. One runs a ASP webservice and the other runs a website, where I use javascript to access the webservice.
My problem is, that I don't want to keep the webservice access open for everyone in the www and limit the access to…

abc
- 2,285
- 5
- 29
- 64
0
votes
2 answers
InfluxDB Cannot see databases from localhost:8083 + Cannot access Command Line Interface
Please feel free to redirect me to any other place if this isn't the right one for this question.
Problem: When I log to the administration panel : "localhost:8083" with "root" "root" I cannot see the existing databases nor the data in it. Also, I…

HichameMoriceau
- 41
- 1
- 8
0
votes
0 answers
Windows user rights administrator group
I'm running into the same problem again and again for ages so I decided to ask my question here :
I added a service account "ZYX" into the Administrators group of my Windows 2K8 Server.
Whenever I try to run a scheduled task (running as "ZYX") that…

Tjamat
- 193
- 1
- 11
0
votes
0 answers
Stop all processes and services from accessing a specific folder in Windows (and keep them out)
in Windows Server 2008 I need to stop every process accessing a specific folder in order to apply some changes. Then i need to restore all the stopped processes.
Is there any tool that can do that? Would it be possible to do it using a .bat or .vbs…

Giorgos Al
- 1
- 1
0
votes
1 answer
Spark RDD access restrictions and location within the cluster
I have a question regarding RDD access control.
There is a data which has to be kept only at the given server(or list of them), no raw data is allowed to leave it. The data can be process by some map function and only after that can be transferred…

Cron Merdek
- 1,084
- 1
- 14
- 25
0
votes
2 answers
Configuring user properties in Camel
I am using Camel to route files from a network path using file component. But my user credentiails doesn't have read/write access rights for that path, hence I am unable to pick up files.
If I want to access the files in the path as a different…

maverick_27
- 25
- 4
0
votes
1 answer
Joomla custom authentication plugin against own database table
I've created a custom authentication plugin, which allows me to login to Joomla with my own user Table. So at this point, the authentication to the system is working and a user object will be created. All information until logout can be seen with…

Perino
- 608
- 9
- 30
0
votes
2 answers
How to grant DBSA equivalent rights to OS user on non-root Informix installation?
For a non-root Informix v11.7 installation created by user1, user1 impliclitly is granted DBSA rights.
How to grant user2 the equivalent rights as user1, that are DBSA rights?
user2 shall be able to
toggle the DB-server between single user- and…

alk
- 69,737
- 10
- 105
- 255
0
votes
1 answer
Hide Page in OpenERP
I have created an page/tab using following code :

shivshankar
- 691
- 2
- 14
- 31