Does license server white listing support AIR?

Apologies if this is already covered, search never seems to work for me.
i've been playing around with SWF hashing and providing a SWFApplicationIdentifier in the PlayRight.
Is this feature supposed to work for AIR?  I.e. can i get a hash for an AIR app and have the license locked only to that app?
Thanks for any information.

To determine the publisher ID, you can use the AdobePublisherIDUtility.jar command line utility included in the Reference Implementation. Go to Reference Implementation\Command Line Tools and run:
     java -jar AdobePublisherIDUtility.jar <sample-player-install-path>/META-INF/signatures.xml
For the version of SampleVideoPlayer_AIR20.air on the 2.0 DVD, the publisher ID is: 3393887706043A7246E426B288447F1005240798.2
For the version of SampleVideoPlayer_AIR20.air on the 2.0.2 DVD, the publisher ID is: A167FBF93528C87BBCDAC2B8CD0829479DDA6912.2
The application ID and version number are specified in the app's application.xml file. You can find this at <sample-player-install-path>/META-INF/AIR/application.xml or on the DVD at Reference Implementation\Sample Video Players\AIR\Source\src\SampleVideoPlayer_AIR20-app.xml. In this XML file, you'll find the application ID:
     <id>SampleVideoPlayer-AIR20</id>
and the application's version:
     <version>v1</version>
Since this application does not specific a numeric version number, you will not be able to use the min and max version constraints in the AIR whitelist entry for this application. However, you can still restrict the allowed AIR apps by specifying either publisher ID or publisher ID + application ID.

Similar Messages

  • Does Weblogic Server 5.1 supports RedHat Linux 6.2?

    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • Does Weblogic Server 5.1 supports RedHat Linux 7?

    Does Weblogic Server 5.1 supports RedHat Linux 7?
    Thanx in advance.

    FYI.
    I am running RH 6.2 and Weblogic 5.10 with no problems.
    w/Apache 1.3.12
    Only using WL for EJBs and jdbc pool at this time. So your milage may vary.
    Michael Girdley wrote:
    No, not yet. Version 6.0 will.
    The platform support page for WebLogic Server is located at:
    http://www.weblogic.com/platforms/index.html
    This page has the latest and greatest information on the platforms that
    WebLogic is certified and supported on.
    Thanks,
    Michael
    Michael Girdley
    BEA Systems Inc
    "Samuel Yung" <[email protected]> wrote in message
    news:[email protected]..
    Hello All,
    Does Weblogic Server 5.1 supports RedHat Linux 6.2?
    Best Regards,
    Samuel Yung
    [email protected]
    /\/\i|<e
    Mike Kincer
    Solutions Developer/Engineer
    Atlas Commerce "ebusiness evolved"
    Office phone: +1-607-741-9988
    mailto:[email protected] [http://www.atlascommerce.com]

  • NI Volume License Server and IPv6 support?

    Please, correct me if I am wrong and realy late with this.
    I am quite sure that Volume License Management connection does not have IPv6 support. Meaning connection between client's License Manager and server's Volume License Service.
    The support would be realy nice feature for companies using Microsoft DirectAccess to allow empployees to use companie's IT resources outside of company network with their work computer. In this case Volume License Server as a resource.
    Yes, there are translators between IPv4 and IPv6, but native support is always the best. And IPv6 is not future technology it is current technology.
    I know that there is 14 days product version specific Backup License in use if there is no connection to server. But this is not good when employee has several versions of LabVIEW and TestStand in use.
    Another work a round would be a Home License generated to a employee's work computer, but that is not really nice.

    Hi JERei,
    Thanks for the feedback. You are correct, VLM does not currently support IPv6. We are currently evaluating adding IPv6 support to our products, but we do not have a definite timeline. If IPv6 support is critical to your application, you should contact your sales representative to discuss your options.

  • Does WebLogic Server 8.1 supports ejb2.1(timer service)

    1.does WebLogic Server 8.1(SP5) supports ejb2.1 (timer service)?
    2. does ejb 2.0 support timer service?

    Hi,
    1. No, EJB Timer support was added in WLS 9.0.
    2. No, EJB Timers were introduced in EJB 2.1.
    - Matt

  • Leopard Server white list options

    Greetings
    I have a Leopard server running 10.5.6 that is hosting IMAP mail service. I have one person who reports that he can't send mail from his company account (not hosted on the server) to his contact within the company (hosted on the server). I have NOT seen the header from his rejected mail messages. I have been asking him, but he has not sent it to me yet.
    I am using spamhaus.org as a blacklist, but I verified that his company is not blacklisted.
    I assume he is blocked by the spam filter for sending one too many junk messages to his friend's account. These guys send lots of junk to each other.
    My question is: how can I whitelist this specific email account?
    Any method that works will be fine. I have a slightly modified postfix config account to allow comcast users to connect, etc. I am not a linux expert.
    Thanks,
    -n

    Edit the file /etc/mail/spamassassin/local.cf
    and add one of two flavors of white list..
    The first assumes you know the source mail server the email address originates from and is slightly more secure.
    whitelistfromrcvd [email protected] skytel.com
    Or just whitelist the email address regardless of where it comes from.
    whitelist_from [email protected]

  • Does Weblogic server 8.1 support "LIMIT and OFFSET" in EJB QL?

    hi,
    Can any one tell me does 8.1 server support "limit" and "offset" keywords in EJB-QL?
    I tried to define a finder method in the workshop with the following syntax:
    @ejbgen:finder ejb-ql="SELECT OBJECT(o) from EmpBean OFFSET ?1 LIMIT ?2" generate-on="Local" signature="Collection findEmp(java.lang.Integer st,java.lang.Integer en)"
    I get the following error
    ERROR: ERROR: Error from ejbc: [EJB:011017]Error while reading 'META-INF/weblogic-cmp-rdbms-jar.xml'. The error was:
    ERROR: Query:
         EJB Name: EmpBean
         Method Name: findEmp
         Parameter Types: (java.lang.Integer, java.lang.Integer)
    SELECT OBJECT(o) from EmpBean OFFSET =>> 1 <<= LIMIT 2
    EJB QL Parser Error.
    39: unexpected token: 1
    What am I doing wrong?
    thanks

    <p>I could not find any documentation that suggested LIMIT or OFFSET where supported. Some of our developers needed to use limit, in the end all I could suggest was using a dynamic query and setting the maximum number of results see here
    .</p>
    <p>
    Hussein Badakhchani</br>
    </p>

  • Does Microsoft Server 2012 DHCPv6 support RFC 5970?

    Hello All,
    I can't seem to find a specific answer to this. I'm trying to understand how to configure PXE boot using UEFI IPv6 and DHCPv6. I cannot locate any reference how to configure server options for Boot File Uniform Resource Locator option (Option 59)
    or any other configuration details for PXE.
    If supported, can someone point me to a reference? Thanks.

    Bump

  • What OSs does Lion Server Time Machine Support?

    Obviously, it supports Lion,, but can I backup to a Lion server running Leopard or Snow Leopard? Anyone know for sure?
    thanks!
    John

    It should.  I have no experience with the Server product, but here's the Snow Leopard Help on the subject:

  • Does ACE Server 6.0 supported in SGD 3.42?

    Document said it only support version 4 and 5. I tested it do not response
    with AM 6.0. Do we have a method to work around?

    I have a 3080 (software version 4.1.7) that works with v6.0...but for local users only. Cross-realm users cannot authenticate. Haven't checked for a sw update just yet for my 3080. I have a 3005 (software version unknown at the moment, will post when I can get it) that works with v6.0 for both local and cross-realm users. No special tweaks required for the 3005.

  • RDS 2012 R2 cannot add 3rd party (parent domain) licensing server

    Hi,
    I have a RDS 2012 R2 farm and i cannot add a 3rd party licensing server that is in a parent domain (forest root domain - hosted by our corp HQ). I will edit deployment properties for the deployment in the first CB server to add a licensing server in per
    user mode. Seemes to work, however no licenses are given to SH servers. Have made GPO aswell to explicitly specify licensing server and mode, however i think this should not be neccessary.
    Any ideas?
    This posting is provided "AS IS" with no warranties or guarantees and confers no rights

    Hi,
    Thank you for posting in Windows Server Forum.
    1. In Server Manager -- RDS -- Overview -- Tasks -- Edit Deployment Properties -- RD Licensing tab, please make sure that the Licensing mode is set to match the type of licenses you purchased, and that the FQDN of your RD Licensing server is listed.
    2. In Server Manager -- RDS -- Collections -- <your collection> -- Host Servers, please make sure that your RDSH server is listed.  If you have more than one server with the RDSH Role Service in your deployment make sure that all of them are
    listed.  If they are not you may click Tasks -- Add RD Session Host Servers (make sure the servers are part of the Server Manager server pool prior to this).
    3. On Server 1, please open an Administrator PowerShell prompt and enter the following command:
    Add-WindowsFeature RDS-Licensing-UI
    4. After the above powershell command completes you should be able to open RD Licensing Manager (licmgr.exe) on Server 1 if you need to.  Please note that it is more important to have the licensing configured properly in deployment properties and your
    RDSH servers part of a collection than it is to be able to open RD Licensing Manager on both of your servers. 
    (Above one quoted from beneath thread)
    Source:
    RDS 2012 Can't add a licensing server
    In addition, check below article.
    RD Licensing Configuration on Windows Server 2012
    Hope it helps!
    Thanks.
    Dharmesh Solanki

  • Does XI 3.1 SP2 support Windows Server 2008 Release 2?

    In the supported platforms guide for Business Objects XI 3.1 SP2 it lists support for Windows Server 2008 but I'm curious if it will support 2008 Release 2???

    2012 R2 is not mentioned (that article is over two years old),
    Would be kinda hard to mention a non-existent operating system in a 2 year old blog post, eh?
    Maybe the Blog entry could be updated?
    There's no need to update the blog post once you understand the specifics of the update. The update introduces NEW functionality required for ALL operating systems from Windows 8 forward.
    Also, maybe you shouldn't be so literal in your search efforts? :-) Think outside the box a bit, eh? Understand *why* the update was created. What does the update do that makes WSUS v3 work for Win8/WS2012. Is there some reason that wouldn't work for subsequent
    operating systems? You didn't have the update anyway, did it never cross your mind.. "Hey.. maybe I should do this... anyway?"
    Nevermind the hundreds of conversations in this forum about KB2734608 and the dozens of times Win8.1 or WS2012R2 is mentioned in those conversations.
    Lawrence Garvin, M.S., MCSA, MCITP:EA, MCDBA
    SolarWinds Head Geek
    Microsoft MVP - Software Packaging, Deployment & Servicing (2005-2014)
    My MVP Profile: http://mvp.microsoft.com/en-us/mvp/Lawrence%20R%20Garvin-32101
    http://www.solarwinds.com/gotmicrosoft
    The views expressed on this post are mine and do not necessarily reflect the views of SolarWinds.

  • Does the HP C5180 support air print?

    Does the HP C5180 support Air Print

    If it's not on this list
    iOS: AirPrint 101
    then it doesn't.
    It's not on the list.

  • Remote Desktop Virtualization Host does not have a license server

    I'm receiving an error when attempting to connect to a virtual desktop that is part of a virtual desktop collection. The server that hosts the virtual desktop collection also hosts a session host collection and the RD licensing server. The event log of the
    server issues event 1156 "The Remote Desktop Virtualization Host server does not have a Remote Desktop license server specified. To specify a license server for the Remote Desktop Virtualization Host server, use the RDS module for Windows PowerShell."
    The RD Licensing Manager indicates that volume licenses have been installed and are available as seen below. The RD Licensing Diagnoser indicates no issues.
    I found a MS blog entry for Windows 2008 R2 that indicates the following: "Because there is no GUI interface for specifying licensing configuration on an RD Virtualization Host server, support has been provided in Windows PowerShell to enable this scenario.
    As a result, a VDI administrator who does not want the (RemoteFX-enabled) RD Virtualization Host server’s licensing settings to be
    centrally managed (from the RD Connection Broker server) can manually configure these settings on the RD Virtualization Host server(s) in the VDI deployment by using the following Windows PowerShell cmdlets:", but I'm not sure if this applies to Windows
    2012 as well.
    Thanks.
    Dale
    Dale Smith

    Hi Dale,
    Based on my research, please try to use this PowerShell command to set the RD licensing server.
    Set-RDLicenseConfiguration -LicenseServer
    Server FQDN -Mode PerUser
    Set-RDLicenseConfiguration
    http://technet.microsoft.com/en-us/library/jj215465.aspx
    Also, please note that the RDVH server must be a member of a VDI collection.
    Hope this helps.
    Jeremy Wu
    TechNet Community Support

  • Does my printer support Air-print

    I have an hp deskjet 3056A and u want to print something from my phone, does it support air print so I can print from my iphone?

    Hi Martinez_cat_13,
    The printer that you have listed does support Airprint.  I would take a look at the document below.
    Airprint
    Let me know how it goes.  

Maybe you are looking for

  • E-mail functions for Custom Extensions

    Hello, Is there a way to use the e-mail functions that P4P uses, including reading the config file, in a Custom Extension? Thanks, in advance.

  • [ERROR] komodoedit (via yaourt)

    It was building fine until the nearly end but then i got this: ==> Building and installing package ==> Erstelle Paket: komodoedit 6.0.1_6535-5 (Di 23. Nov 02:24:47 CET 2010) ==> Prüfe Laufzeit-Abhängigkeiten... ==> Prüfe Buildtime-Abhängigkeiten... =

  • Lost User Icon on Win 7 Welcome screen

    My welcome screen changed on it's own.  We have two users accounts which have been displayed on the welcome screen for the past year.  Now only the last user account and a blank "other user".  Neither of the accounts require passwords.  How can I re-

  • SCOM 0 Visio AddIN - SCCM Dashboard

    hello, I have the Distrinuted Applications in SCOM which are exported to Visto with the Add-IN. is it possible to published the Visio diagram with the SCCM Dashboard (already used for SCOM)? I trIed to look for the web part "Visio" in SharePoint and

  • Javax.faces.ViewState value starts with '%' and not with '!'

    While recording and ADF Application on JMeter, what should the regular expression extractor be when the javax.faces.ViewState recorded value starts with '%' and not with '!'. I have been following the following link and it talks only about javax.face