RMS Protected PDF using RMS Sharing Application for Group Usesr

Hi,
I have RMS Connector on premise & AZURE IRM server. I am protecting PDF document using RMS Sharing Application but when I am assigning permission to Group it does not open document saying that you don't have permission. But When I share the same document
to single user it works. 

Hi, 
As an owner you always have OWNERS permissions to the content you protect using RMS.
1. Are you protecting your pdf in place or share protected?
2. Are you assinging permissions using group e-mail instead of the group name? 
3. Are you using the newest version of RMS Sharing App - please update
Did my post help you or make you laugh? Don't forget to click the Helpful vote :) If I answered your question please mark my post as an Answer.

Similar Messages

  • Microsoft Rights Management Sharing Application for Windows and the connection with AD RMS

    Hi,
    I have installed AD RMS and now installed on end users Microsoft Rights Management Sharing Application for Windows.
    When I choose protect a document in any end user machine, does it connect with AD RMS server to get a certificate and encrypt the content, or does not use at all AD RMS services? What about when choosing to protect  with an AD RMS template distributed
    to end users?
    Thanks 

    Hi Ardi -
    The first time a user creates or consumes protected content, they must contact the RMS server to "bootstrap".  In this process, the user obtains certificates to identity them within the context of RMS.
    Once a user has bootstrapped, he or she can create protected protected content without access to the RMS server.
    To open protected content, a user must connect to the AD RMS server to obtain a "use license".
    Does that help?
    Micah LaNasa
    Synergy Advisors
    synergyadvisors.biz

  • We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a

    We are trying to implement a process so that any document that needs to be printed through our Java application will be printed as PDF using Adobe Reader. For which, We created and execute the below command line to call Adobe Reader and print the PDF on a printer."C:\Program Files (x86)\Adobe\Reader 11.0\Reader\AcroRd32.exe" /T "\\<Application Server>\Report\<TEST.PDF>" "<Printer Name>". Current Situation: The above command line parameter when executed is working as expected in a User's Workspace. When executed in a command line on the Application Server is working as expected. But, the same is not working while executing it from Deployed environment.Software being used: 1. Adobe 11.0 enterprise version. 2. Webshpere Application Server 8.5.5.2. Please let us know if there is a way to enable trace logs in Adobe Reader to further diagnose this issue.

    This is the Acrobat.com forum.  Your question will have a much better chance being addressed in the Acrobat SDK forum.

  • Open password protected pdf using c

    open password protected pdf using c#...
    we will be providing a pdf path & also its password..
    we need to open it in browser without it asking for password..
    Can this be done.??

    Not unless your budget is in the many tens of thousands of dollars. In effect, no.

  • Use of Shared Variables for data transfer from a RT traget to a desktop application

    Hi,
    I want to adopt the shared variables to share data in an existing distributed application comparable with the T3 Benchmark configuration in this document:
    [1] http://zone.ni.com/devzone/conceptd.nsf/webmain/5B4C3CC1B2AD10BA862570F2007569EF
    The current implementation uses a well tuned solution with RT FIFOs and TCP/IP communication with a desktop-PC which monitors and stores the data.
    The desktop application runs with a much slower execution rate than the TCL. So the TCP/IP packets are used to buffer the data with a package size dependent on the data send rate.
    To use the shared variables instead of this RT FIFO + TCP/IP implementation I need to read the shared vairable buffer at once each time the desktop application reads the shared variable.
    But according to this quotation from [1]:
    "With buffering, you can account for temporary fluctuations between read/write rates of a variable. Readers that occasionally read a variable slower than the writer can miss some updates."
    this seems to be impossible. Am I right?
    Are there any suggestions to circumvent this problem? Or are shared variables not made to share data between unsynchronized processes without data loss?
    Regards Till

    You can use the error-cluster to detect the end of your queue. The erroroutput of the shared variable will return a -2220 Warning, if it reads a value it has read already before. I attached a modified example and saved it for 8.2 I hope you can open it.
    Attachments:
    readbuffered82.zip ‏51 KB

  • Open pdf from an Air application for Android

    Hi at all,
    i'm developing an AIR Application for Android devices.
    Into the app there is a button which should open a pdf file with the default pdf reader (multitasking), but doesn't work!
    I've an Android Emulator (2.2).
    This is the code
    protected function openClickHandler():void
            f.openWithDefaultApplication();
    f is a File object which points to pdf into the storage folder.
    Any suggest! Help!!
    Thanks.
    F.

    Specific use cases from developers is one way Adobe prioritizes feature development. That's why whenever you request a feature, the response will often include a request for a use case -- even if the use of the feature seems self-evident. Your use case could add more value to a potential feature beyond the self-evident.
    Thanks!

  • Password Protected PDF using iTextSharp

    hello
    i create pdf files using iTextSharp in vb.net . 
    i did it but now i need to create these pdf files as password protected and i can't find any method for this,
    how can i create password protect a pdf using iTextSharp ?

    That is better suited to itextsharp support, I don't think it is a vb net issue.
    Edit, here is a sample:
    Imports ITextSharp
    Imports ITextSharp.text
    Imports ITextSharp.text.pdf
    Imports System.IO
    Imports System.Text
    Public Class Form1
    Private Sub Button1_Click(sender As System.Object, e As System.EventArgs) Handles Button1.Click
    Dim doc As New Document(ITextSharp.text.PageSize.LETTER, 10, 10, 42, 35)
    doc.AddAuthor("Jerry O'Brien")
    doc.AddCreator("The Creator")
    doc.AddSubject("ITextSharp Sample")
    doc.AddTitle("A treatise on the production of Portable Document Format files")
    Dim writer As PdfWriter = PdfWriter.GetInstance(doc, New FileStream("D:\sample.pdf", FileMode.Create))
    Dim Upass As String = "MumboJumbo"
    Dim OPass As String = "HeebieJeebie"
    Dim userpass() As Byte = Encoding.ASCII.GetBytes(Upass)
    Dim ownerpass() As Byte = Encoding.ASCII.GetBytes(OPass)
    writer.SetEncryption(userpass, ownerpass, 255, True)
    doc.Open()
    Dim para As New Paragraph("This is my first paragraph")
    Dim pharse As New Phrase("This is my first phrase" & vbNewLine)
    Dim chunk_ As New Chunk("This is my first chunk")
    doc.Add(para)
    doc.Add(pharse)
    doc.Add(chunk_)
    doc.Close()
    End Sub
    End Class
    FYI - I have NO IDEA what the 255 and True mean, I just put something in there that fit.

  • Edit multiple password-protected PDFs using Photoshop CS5 Javascript scripting.

    Good Evening,
    Situation: I have a huge stack of PDF files and I'm using Photoshop CS5 to slice out previews and other things automatically, using a self-built javascript. Some (100+) of these PDFs are password-protected. I have the password to these files.
    Problem: Every time the script tries to open one of the protected PDFs it will open a popup, stop the whole process and wait for the user to input the password.
    Question: Is there a way to add the password to the open command of the app.open(...) function? Or more simply put, can this be fully automated?
    What I looked at so far: "PDFOpenOptions", "app.open(...)", the javascript reference("photoshop_cs5_javascript_ref.pdf") in general.
    Basic Example code:
    var f = new File("path to some password protected PDF");
    var d = app.open(f); //this will trigger the password popup
    doSomethingWithMyDocument(d);
    d.close(SaveOptions.DONOTSAVECHANGES);
    Any help would be greatly appreciated. I have access to Photoshop CS6 as well, if that somehow solves the problem.
    If I'm looking at a dead-end, feel free to tell me too.

    It is possible to do that via Scripting.
    If you are unable to create such a Script maybe you should look up the chapter »Creating data-driven graphics« in the documentation.

  • Use of multiple Applications for single webdynpro component in ABAP WEB DYNPRO

    I am working on a object which have multiple webdynpro applications for single webdynnpro component.How to assign a different functionality to each application bcoz when we right click on webdynnpro component and select create webdynpro applications ,it just creates a application how so we assign diff functionality to each of them .Also in the parameter tab of the webdynpro applications ,there is a diff config id mentioned for each application.what is its relavance

    Hi Sam,
    Different functionalities for a single webdynpro component can be achieved by many ways. Among them is the use of multiple applications. Say for example if you want different views/windows to be displayed at the start up, you can achieve it by specifying at the default window, for each every webdynpro application.
    And if you want control the fields, say for example you want to display input fields as editable for one application and read only for other application, you can achieve it through application parameters. Based on parameters, in HANDLEDEFAULT method of window controller , you can specify the type of behaviour , whether it has to editable or not based on parameters and same can be used at context binding of UI properties. 
    Application configuration can be used for personalization.Web Dynpro ABAP Application Configuration. This tutorial would help you understanding the concept much better. There can be multiple application configurations for a single application.
    Regards,
    Harsha

  • Using common shared services for Planning & HFM

    Hi All,
    I've already installed Planning and shared services in one server. Now i would like to install HFM on other server, but would like to use the shared services on the first server. In this case, during the installation on the second server, do i need to uncheck the Foundation services ? What other products that i've to uncheck. How about Reporting & Analysis Framework ? Pls. advice
    Thanks,
    PVR

    You will need to only carry out the following step in regards to foundation on the HFM server
    "When you configure in a distributed environment, you must configure the Shared Services database on every machine. On the first machine, you are setting up the Shared Services Registry. For configurations on subsequent machines, choose “Connect to a previously configured Shared Services database.” In this case, you are letting the machine know the location of the Shared Services Registry."
    Then configure the HFM components.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Shared numberVar for Group

    Dear All,
    I have made a report which has 1 group called Project Number. The report contains Sales Order Project Number which is a Row level database field and Sales Order Document Total
    Now I have made a 2nd Report which is from AR Invoice which also has a 1 group and has Project Number which is a Row Level database field and AR invoice Document Total
    Now I am trying to attach the AR Invoice report as a subreport in the Main Sales Order report and want to bring the AR Invoice document total in the corresponding group level of Sales Order. Means the basic concept of this whole report is to have for a particular Project Number what is the Sales Order Document Total and for it what is the AR invoice document Total been made so that I can get a backlog figure.
    I have tried to use the formula's as followings :
    Sales Order Formula 1
    shared numberVar InvoiceValue;
    AR Invoice  Formula 2
    shared numberVar InvoiceValue :=ToNumber ({Command. Total Invoice Value})
    And I have bought the formula 1 in Sales Order report in Group Header.
    Now the problem is that for the groups for which AR invoice document total is not there the formula is brining the values for the above document total.
    Basically I want that the formula should work for group level and not for individual lines. If the coressponding Sales Order project number has corresponding AR Invoice project number document total then it should bring or else not.
    Please advise how to crack it.
    Best Regards,
    Swamy

    Few Things
    All Shared Numbervar formula should really start with
    whileprintingrecords;
    The vars in Main report and Subreport should have different names eg IInvoiceValueAR and InvoiceValueSO, use another formula in main report to add them together.
    @total
    Whileprintingrecords;
    shared numbervar IInvoiceValueAR + shared numbervar IInvoiceValueSO
    To overcome empty AR report make sure you reset the variable, place reset formual in AR subreport header
    @reset
    Whileprintingrecords;
    shared numbervar IInvoiceValueAR:=0
    Ian

  • Can I use an app tab for groups of related sites?

    * I use several weather sites to compare or get different weather details.
    * I use various mapping programs for travel or traffic.
    * And travel sites (kayak, priceline, etc.)
    I would like to have an app tab for each of these different catagories. Is that possible?

    BusyMac's help page on the subject says
    'You can create a single app-specific password and use it for multiple apps, such as BusyCal and BusyContacts.'
    This isn't quite what you asked but I would take it as implying that you can reuse the password for other Macs. If you can't you will soon find out. You will need to write down the password and enter it each time.

  • Protecting PDFs from Unlicensed Sharing

    Hi all,
    I'm aware Acrobat has many features around DRM and protecting documents from unlicensed usage. However, I want to know how scalable this is...for instance, if I'm selling training materials in PDF format, and someone purchases the materials to use for "20 users", are Acrobat's features alone sufficient to prevent this person from giving the materials to 30 users?
    Any thoughts or solutions would be greatly appreciated!
    Best,
    Adam

    Acrobat doesn't have that type of ability at all. The best you can do is to explore the security settings available under File>Properties>Security. Even then keep in mind that it's way easy to get around Adobe security.
    What you need is a server side DRM solution.

  • Protect pdf using plsql

    Hi,
    I want to protect the pdf by password while sending email with attachment using plsql procedure.
    Please provide the solution.
    Regards,
    Elamaran Mohan

    Hi;
    For your issue i suggest close your thread here as changing thread status to answered and move it to Forum Home » Database » SQL and PL/SQL which you can get more quick response
    Regard
    Helios

  • 11.1.2.3 multiple node install, not using a shared location for HTTP config files

    I finished, as best as I could a three server install of 11.1.2.3; foundation server with Workspace, R&A, EPMA, Essbase tools, an Essbase only server, and a Planning server.  I did not use a 'sharedlocation (Advanced link in HTTP screen) for the servers.  My question is; 'What needs to be done to complete the configuration, as Planning Administration does not show up in Workspace?'  It is possible to re-configure HTTP to a 'sharedLocation' after the install and config tasks are done?
    Thanks,

    You can configure the OHS shared location at any point
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for

  • Brand new ipod touch screen not working properly

    My sons brand new ipod touch 32gb (well bought april 14) only occasionally will respond to the touch sceen, and when he does get into it the next screens dont work properly. Any suggestions?

  • HT2311 installing I tunes for windows 7

    I get a runtime error when attempting to run the lastest version of iTunes for windows 7 runtime  error! Program: C;/Program files/iTunes/itunes Helper.exe R6034 an application has made an attempt to load the C runtime library incorrectly. Please con

  • Had problems7.4.3.1-Attempted 7.5upgrade rcvd error locating itunes.msi

    Hello All, I was having similar repeated problems with 7.4.3.1 . I followed fix instructions to remove duplicate files and got it to work. Could only launch from opening a music file instead of application, Quicktime errors and quicktime interface pr

  • MacBook Pro: SPECTACULAR

    I just got this machine delievered to me today. I was debating on selling it off and getting a PC due to CAD programs. Screw CAD, this computer rocks. It's so wide - at first I thought they sent me the wrong one (17"). It's brutally thin and so stunn

  • SharePoint Site Very Slow and some time Request Timed Out

    Hi All I have many Web Application is running in SharePoint Farm. Since yesterday one of the web application started responding very slow. It takes 5 to 6 mins to load the page. Some time i received request timed out error message. But all other web