Questions tagged [rights-management]
57 questions
0
votes
1 answer
Azure Information Protection /Rights Management Services SDK 2.1 - Cannot Enable Document Tracking
I am developing an application that uses the Rights Management Services SDK 2.1 protect files loosely based on the ProtectFilesInDir project found at https://github.com/Azure-Samples/Azure-Information-Protection-Samples
I have successfully set…

Craig Champion
- 442
- 9
- 16
0
votes
1 answer
How do I read Adobe LiveCycle Rights Management protected PDF using PDFBox?
My objective is to create a custom PDF manager and viewer desktop application, and I've decided to use JavaFX with the PDFBox library.
The problem I'm encountering right now is that the PDF files that are supposed to be opened by the application are…

Patrick
- 3
- 1
0
votes
1 answer
MySQL: Select Items for a navigation based on binary rights
I've set up a simple rights management, based on binary addition.
Every navigation entry in my database follows this structure:
and so on..
Every user has his own access level..
user = 3 (1+2 - access level)
admin = 15 (1+2+4+8)
So far so good. My…

Jake
- 175
- 6
- 17
0
votes
2 answers
Creating read only pdf file using Python
Is there any python module using that we can create a new pdf file or modify the existing pdf file which have only read permission. I want to disable the "Save as" and "Save as to other formats" for the pdf file.(DRM things.)

Rahul.Shikhare
- 179
- 1
- 16
0
votes
1 answer
Regarding file permission in C#
I have an issue regarding file permission. I am continuously watching on one folder {Workspace} using FileSystemWatcher. When I am trying to delete file from workspace, Watcher will give me deleted event after file is deleted.
I want to hook file…

Pratik Ratanpara
- 338
- 2
- 15
0
votes
1 answer
SharePoint IRM: Even author can't open document
I've tried to implement RMS server and enable IRM on SharePoint to connect to this RMS. However, after enable IRM for a document library, I tested by uploading some documents and it turned out that nobody, even the document author , has permission…

Brian Pham
- 551
- 9
- 23
0
votes
0 answers
Intermittent SSLHandshake exception in rms sdk
I'm using microsoft's ADAL library and RMS 4.2. I have compiled and build rms sample app using android studio. I have imported same libraries in my app as well but I'm facing an issue both in sample app and mine one. Below is the exception trace…
0
votes
1 answer
append a sign or mark to files viewed/download through a website
I am going to create a website where I will show some images and pdf files.
After having searched for several solutions on a way to make impossible to download/copy these files by the visitors (and not finding a solution), I had this idea: as the…

Federico Tomasi
- 61
- 2
- 8
0
votes
1 answer
Configuring AD RMS for Windows Server 2012 Fails. "Some or all identity references could not be translated."
for the past few days I have been trying to set up the AD RMS on windows 2012 Server (Windows Server 2012 R2 Essentials with Update 64-bit) so far without success and I always receive the following Error.
"One or more AD RMS role services could not…

wolpe
- 11
- 5
0
votes
1 answer
Why Oracle type created by one user is not visible by another user?
I have 2 users in OracleXE db: ALICE and BOB. Following sequence of steps is successful at my local machine:
connect as ALICE
create top-level type: create or replace type testtype as object(x number(16)); (EDIT: correction from wrong name foo…

Tomáš Záluský
- 10,735
- 2
- 36
- 64
0
votes
2 answers
How to manage rights in Java EE
I have to implement a webapp with Java EE that has different types of users with different rights on the functions, data and files available.
I've never done that before, and I expected that a Java EE-standard would exist to do that, but I didn't…

user3332598
- 95
- 1
- 12
0
votes
1 answer
enter webpage only with adminright code fail
This is my auth file
i got a db with
username
password
email
positief(here is a "1" or a "0", a "1" if you got admin rights)
I want my code to recognize the "1" and give you acces to a page if you have the 1""
if you dont you can't enter…

DTcodedude
- 3
- 4
0
votes
1 answer
How to prevent Sublime Text to change the rights on a file?
when i take control on a file with Sublime Text (with the right to write), i become the new owner when i save. I don't want it.
Could you tell me what i've to do to prevent this ?
Best regards

syndrael
- 158
- 1
- 3
- 9
0
votes
1 answer
MVC5 EF6 UserRights
I wonder what is the best practise for checking actually logged user's rightsfor in MVC appliaction. I would like to do this on the views and on the controllers.
Actually I can check if actual logged user is in the role like…

Ellbar
- 3,984
- 6
- 24
- 36
0
votes
2 answers
TFS: Deny access to other teams possible?
Is it possible to deny the access for a user to the other teams in the same team project?
I have a Team Project that contains 4 Teams:
|_TeamProject1
|
|_Team1
|
|_Team2
|
|_Team3
|
|_Team4
Now i have a user "User1" that belongs to…

neutron
- 263
- 2
- 11