List of AIDs for sun library packages

Hi,
Can anyone help me with a list of all the AIDs for all sun librbary packages which are normally used in java cards?
Thanks !
Sucheta

As far as i know about the Java Card RE/VM/API (and it is quite limited) only in the Java Card Runtime Environment there is a reference to the "Installer" and the "Applet Deletion Manager" are supposed to have an AID.
The packages defined in the Java Card API do not have to have an AID. It is up to the OS implemented.
JCOP:
In JCOP, both, the "Installer" and "Applet Deletion Manager", it is the Card Manager (GlobalPlatform 2.1.1).
CM_AID = A0 00 00 00 03 00 00 00Some other packages have an AID as well, but it is not visible. NXP customers who order JCOP products should be informed about the AIDs used (data sheet?).

Similar Messages

  • List view only for shared library?

    Could someone help please, i have a imac with all my content on it and i am using a mac mini in my living room, i have itunes9 and home sharing turned on but when i am viewing my imac library on my mac mini it only lets me view my music in list view no cover flow or column view, is this something i am doing wrong or does itune9 not allow this option thanx.

    As soon as I finished typing my last reply and hit send - I realised that there is a workaround for your problem.
    First, go into your iTunes preferences on your Mac Mini, and change the settings to NOT "Keep iTunes Media Folder Organised", and NOT "Copy files to ITunes media folder when adding to library".
    Now, share your iTunes folder through File Sharing on your iMac. Access this file share (not through iTunes), on your Mac Mini, and drag all of your content into your Mac Mini iTunes library.
    This will add everything into the library as a shortcut, but not copy the actual files. This way, you can scroll through them all with Cover Flow, or Grid, as iTunes will think that they are local files, rather than a shared library.
    I hope this makes sense?
    Tom

  • List of SQL server Agent jobs for a SSIS package

    Hello everyone,
    Can you please help me in trying to list all the jobs that have a particular ssis jobs. I saw that all the jobs and jobs steps with the query:
    SELECT
       Srv.srvname AS ServerName,
       Job.name AS JobName,
       JStep.step_id,
       JStep.step_name AS StepName,
       JStep.command,
       Job.enabled
    FROM   dbo.sysjobs Job
    JOIN   dbo.sysjobsteps JStep
       ON  JStep.job_id = Job.job_id
    JOIN   MASTER.dbo.sysservers Srv
       ON  Srv.srvid = Job.originating_server_id
    --WHERE  JStep.subsystem='SSIS'
    WHERE    JStep.step_name = <Job_step_name>
    And also found sysssispackages table for all ssis packages. But I am not sure how to link the package to job. Please help me.
    Thanks in advance.

    Try this:
    USE MSDB
    GO
    SELECT 
    sj.job_id as JobId,
    sj.name as JobName,
    sjs.step_name as StepName,
    sjs.Command as Command
    FROM sysjobs sj 
    INNER JOIN sysjobsteps sjs
        ON(sj.job_id = sjs.job_id)
        WHERE sjs.subsystem = 'SSIS'
    GO
    or here is an
    article that uses PowerShell
    Andy Tauber
    Data Architect
    The Vancouver Clinic
    Website | LinkedIn
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and
    "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

  • Cannot find JavaDoc for the com.sun.msv package

    Where can I find the JavaDoc for the com.sun.msv package ?

    What is the msv package? I also (after a quick google search) can't find any mention of this.
    What is the package for?

  • How to grant anonymous access on sharepoint document library/list only not for web application

    Hello
    How to grant anonymous access on sharepoint document library/list only not for web application.I have claim based sharepoint site and has to be but i want to grant access on document library/list only.Is this possible?
    Thanks
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

    As i am using following code
    SPSite site = SPContext.Current.Site;
                SPWeb web = SPContext.Current.Web;
                SPSecurity.RunWithElevatedPrivileges(delegate()
                    using (SPSite ospSite = new SPSite(site.ID))
                        using (SPWeb webs = ospSite.OpenWeb(web.ID))
                            // Enable anonymous access on web application
                            webs.AllowUnsafeUpdates = true;
                            SPUrlZone urlZone = SPUrlZone.Default;
                            SPWebApplication specifiedWebApplication = ospSite.WebApplication;
                            SPIisSettings iisSettings = specifiedWebApplication.IisSettings[urlZone];
                            //iisSettings.AuthenticationMode = AuthenticationMode.Windows;
                            iisSettings.AllowAnonymous = true;                       
                            specifiedWebApplication.Update();
                            // Get document library collection here and fetch all the document urls
                            SPDocumentLibrary docLib = (SPDocumentLibrary)web.Lists["Documents"];
                            if (docLib != null)
                                docLib.BreakRoleInheritance(true, false);
                                docLib.AllowEveryoneViewItems = true;
                                docLib.AnonymousPermMask64 = SPBasePermissions.ViewPages | SPBasePermissions.OpenItems | SPBasePermissions.ViewVersions
                                    | SPBasePermissions.Open | SPBasePermissions.UseClientIntegration | SPBasePermissions.ViewFormPages | SPBasePermissions.ViewListItems;
                                //docLib.AnonymousPermMask64 = SPBasePermissions.EmptyMask;
                                docLib.Update();
    Should working but getting access denied......i am totally stuck at this point.
    Rajesh Kumar "Changing the Face" can change nothing.But "Facing the Change" can change everything.

  • "There was an error opening the database for the library "~/Pictures/Apert"

    Hey everyone,
    There's already another discussion thread about this at the link below, but the problem was never actually resolved. http://discussions.apple.com/thread.jspa?threadID=2343014&tstart=0&messageID=116 67261#11667261
    So I stumbled across this problem where Aperture 3 will display the following error when opening the image library.
    There was an error opening the database for the library “~[path]/Aperture Library.aplibrary”.
    One user suggested navigating to the actual library, and ⌘⌥-clicking the library to open it with the Aperture Library First Aid dialog. This however, did not work for me. I still received the error messages upon ⌘⌥-clicking the library.
    Here's a little hack I discovered for those of you still struggling. It doesn't fix the problem (leaves quite a large dent remaining actually), but hopefully someone can cultivate what little I discovered.
    ⌥-click Aperture (not the library)
    You should get to the library selection dialog box. Create a new library (bottom right corner) and remember the location of the new library. Put a few random pictures in the new one.
    Close Aperture
    ⌃-click both the old and new libraries and "Show Package Contents."
    Open the folder "Database" in both libraries.
    Cross check the folders to see if the old library is missing files that are in the new library. If your old library is missing some files (mine was), drag the missing files from the new library to the old one.
    Close both folders.
    ⌘⌥-click the old library.
    NOW, I got the Aperture Library First Aid dialog.
    Rebuild the library (3rd option)
    Wait a while.
    Aperture should open up with a folder named "Recovered Folder." Within this folder will be a SINGLE project named "Recovered Project" with ALL the images from your old library. There may be a few albums there too, but mine were all empty so it didn't matter in my case. To my knowledge, I lost all the adjustments I performed too.
    This is as far as I got. I have much of my library backed up, so I only needed to copy the most recent photos into the backup. I am NOT reorganizing and re-editing pictures in this one!
    As Aperture is a photo-organizing and photo-editing software, I understand that this by no means fixes the problem, since you lose all organization and editing. But it enables one to at least view the images lost. Hopefully a more knowledgable hacker else can figure out how to fix this completely. Unfortunately, I simply don't have the time to continue messing with this.
    Good luck to anyone else having issues! I understand the frustration you must be facing, its freaky having years worth of images simply disappear! After this incident, I'm definitely going to configure Time Machine to perform more frequent backups, since my latest backup was already a couple weeks old.

    Hey All,
    To my horror I have a similar problem and your solution didn't seem to help. To be specific, I get the error:
    "There was an error opening the database for the library “~/Pictures/Aperture Library_2.aplibrary" Everytime I try to run Aperture. This happened because my Apple computer shut off completely (due to bad battery) while importing photos from a memory card.
    I've tried "option + command" while clicking the aperture application and that gave me the same error message without any other option except to quit the program. I tried "option + command" and clicked the library package but that didn't work either. I tried creating a new aperture library, opening it which I did successfully, and then switching to my main one but that didn't work.
    Does anyone know away to get it to work again and have the edits still there?
    I'm a professional photographer and have thousands of photos or so in the library so this is distressing. The master files for the photos are located on an external hard drive, but I'm not sure how to access them in aperture. Are all the edits on the photographs are in the external hard drive or the aperture library. Is there any other way to resolve this issue without losing the edits?
    Does apple have a support number I can call? Any help would be greatly appreciated!!

  • Missing list of jpgs in iphoto library

    New user to iphoto '08. Noticed in Picture file on HD, can no longer see list of jpgs in library, just icon for iphoto library that does not open to see list of jpegs. Just recently copied iphoto library onto external hard drive. Did I drag it over i/o copying perhaps?

    ekmoore:
    Welcome to the Apple Discussions. With iPHoto 08 the library folder is not a unix style package like applications are. See See TD's treatis on file access. It describes several way to access the photos for use outside of iPhoto. There's no need to delve into the library anymore to access the image files. You can also useiMedia Browser to easily view the photos in the library without it being open and drag the photos you need to the desktop.
    TIP: For insurance against the iPhoto database corruption that many users have experienced I recommend making a backup copy of the Library6.iPhoto database file and keep it current. If problems crop up where iPhoto suddenly can't see any photos or thinks there are no photos in the library, replacing the working Library6.iPhoto file with the backup will often get the library back. By keeping it current I mean backup after each import and/or any serious editing or work on books, slideshows, calendars, cards, etc. That insures that if a problem pops up and you do need to replace the database file, you'll retain all those efforts. It doesn't take long to make the backup and it's good insurance.
    I've created an Automator workflow application (requires Tiger), iPhoto dB File Backup, that will copy the selected Library6.iPhoto file from your iPhoto Library folder to the Pictures folder, replacing any previous version of it. It's compatible with iPhoto 08 libraries and Leopard. iPhoto does not have to be closed to run the application, just idle. You can download it at Toad's Cellar. Be sure to read the Read Me pdf file.

  • There was an error opening database for the library....

    my latpop had a kernel panic wihile i was using aperture to impor pictures "that yes i have deleated off the memory card," shut down and restarted. upon restarting i was presented with this error...

    there was an error opening database for the library....
    what is ....? Is the path to your main Aperture library printed there, or is Aperture trying to open a different location? If it is a different location, launch Aperture on your correct library, by double clicking the library.
    If it is indeed trying to open the correct library package, try if repairing and rebuilding the library with the "first aid tools" will help, see this manual page on how to do this:
         Aperture 3 User Manual: Repairing and Rebuilding Your Aperture Library
    If the problem persists, when trying to repair, check if there is a crash report and post the first 60 lines.
    Regards
    Léonie

  • Requesting for [base-devel] packages information

    Hi, I have read alot of threads related to this but I think its not yet clear...My arch installer gives me the "base-devel" from "Select Package Categories"...What I would like to know is the package information of every package on the list.  Since my netbook has only 8gb of SSD, I can't waste space for unnecessary packages...:( Thanks in advance
    Last edited by kaola_linux (2009-02-03 11:00:37)

    #!/bin/bash
    for i in $( pacman -Sgq base-devel ); do
    pacman -Qis ^${i}$
    done
    local/autoconf 2.63-1 (base-devel)
        A GNU tool for automatically configuring source code
    local/automake 1.10.2-1 (base-devel)
        A GNU tool for automatically creating Makefiles
    local/bin86 0.16.17-3 (base-devel)
        A complete 8086 assembler and loader
    local/bison 2.4.1-1 (base-devel)
        The GNU general-purpose parser generator
    local/ed 1.1-2 (base-devel)
        A POSIX-compliant line editor
    local/fakeroot 1.12.1-1 (base-devel)
        Gives a fake root environment, useful for building packages as a non-privileged user
    local/flex 2.5.35-1 (base-devel)
        A tool for generating text-scanning programs
    local/gcc 4.3.3-1 (base-devel)
        The GNU Compiler Collection
    local/libtool 2.2.6a-1 (base-devel)
        A generic library support script
    local/m4 1.4.12-1 (base-devel)
        m4 macro processor
    local/make 3.81-3 (base-devel)
        GNU make utility to maintain groups of programs
    local/patch 2.5.9-1 (base-devel)
        A utility to apply patch files to original sources
    local/pkgconfig 0.23-1 (base-devel)
        A system for managing library compile/link flags

  • Determining folder sizes inside iPhoto Library Package, eg Originals/2009

    In iPhoto '09 is it possible to determine (in an automated fashion) the size of the folders inside the Originals folder inside the iPhoto Library Package.
    I'm working on a MacBook Pro with limited space so I wanted to identify the folders that are taking up the most space and try to remove them.
    Specifically, I'm looking at the following location:
    Originals/2008/...
    Originals/2009/...
    Those seem to be the largest folders, so removing some of the largest ones will really help for a trip I have coming up.
    Thanks for the insights.

    Thanks for the info on DiskInventoryX. Unfortunately it cannot look inside of the iPhoto Library Package, so I guess I need to keep looking into the true format of a package... Is a package similar to a tgz file?
    It is unfortunate that the Mac doesn't automatically list the size of the contents of folders in the finder. Having that information listed in the finder would be very beneficial...
    Since it sounds like iPhoto is so sensitive about folder structure modifications and does not have the ability to adapt to changes, I may need to look into another program that is a bit more forgiving for working with large numbers of photographs that are only temporarily on the MacBook Pro before being moved over to the Desktop. My workflow requires that most photos and videos are temporarily stored and worked on the MacBook Pro and then (a few weeks over) moved off and over to a desktop for permanent storage and further editing.
    Thanks again for all the thoughts and insights, as it is much appreciated...

  • The latest version of ITunes has totally changed how I load music or photos on my IPod and IPhone.  It used to be I could highlight a song list  or cd from my library and drag it to the i pod icon and it would load.  Now, it's changed and I can't fig

    I have a Macbook Pro operating system OSX 10.7.5  My Itunes version is 12.01.26.  Here's the problem:  with the older versions of ITunes I could connect a device and highlight and drag whatever music I wanted to load from my library to the device.  Now, there's a different process which I cannot fathom.  I don't want to sync my i-pod every time i want to add music; i don't want to restore my iPhone to do the same or to add photographs which were sent to me and then uploaded  to my computer.  Can anyone out there give me a step by step process on how to do these what used to be very simple procedures.  Thanks in advance.  Also, how do I contact someone in Apple who deals with consumer complaints?

    Hi Edward,
    You should still be able to manually manage the music on your iPhone within iTunes. Make sure that when your iPhone is plugged in, look in the Summary tab to see if “Manually manage music and videos” is enabled and you can even you turn off Automatically Sync when this iPhone is connected. Take a look at the first article below to give more information on that. As far as your other questions about calling someone, I have provided two options for you. If it is for feedback on iTunes, you can use the second link to give detailed feedback on what is going on. If you want to actually talk to someone, the last link has a list of numbers for you to call for any support or service that you may need.  
    Manage content manually on your iPhone, iPad, and iPod
    http://support.apple.com/en-us/HT201593
    Product Feedback
    http://www.apple.com/feedback/
    Contact Apple for support and service
    http://support.apple.com/en-us/HT201232
    Take it easy,
    -Norm G. 

  • My iPhoto library has suddenly disappeared from my computer. When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist

    My iPhoto library has suddenly disappeared from my computer.
    When i click on iPhoto it tells me to choose my library or create a new one. However no library option appears. I have searched the computer for the library but it does not seem to exist anymore. I did not have time machine set up, so there is no back up. Is there any way i can retrieve my library?
    Here is a picture of what appears when i click on iPhoto:

    In terms of searching i have searched for photos on my finder. However, none of the photos that appear are from my iPhoto Library.
    Search with FindAnyFile. You can download it here:   http://apps.tempel.org/FindAnyFile/index.php
    Search for any file with "ThumbJPGSegment" in the name. If you added at least one image to your library, the library should contain a file with this name, see OldToad's post: Re: Since I updated to iPhoto 9.5.1, my library is not listed or available. How can I find it? Can I use the time machine to restore it?

  • Error message: There is a problem accessing one or more files in your iPhoto library. Do you want iPhoto to repair permissions for this library for you?

    I have been using iPhoto for years.  Today when I tried to upload pictures from camera, I received the above error message.  I select "Repair", enter my password, and then a message "iPhoto was unable to repair permissions for the library" appears. I select "Quit" and it closes iPhoto.  Quit is the only option.  What has happened?  I have tried to access the photos via other avenues such as uploading to gmail, and the photos load fine.  I have about 28,000 photos.
    I do not know what version of iPhoto I am using as I am unable to access the software.  I have a iMac OS X (10.7.5).  What should I do?

    Select the iPhoto application in the Applications folder and type Command+i to bring up its Info Window. There will tell the version number. If it's iPhoto 9 or later apply the two fixes below in order as needed: 
    Fix #1
    Launch iPhoto with the Command+Option keys held down and rebuild the library.
    Since only one option can be run at a time start with Option #3, followed by #4 and then #1 as needed.
    Fix #2
    Using iPhoto Library Manager  to Rebuild Your iPhoto Library
    1 - download iPhoto Library Manager and launch.
    2 - click on the Add Library button, navigate to your Home/Pictures folder and select your iPhoto Library folder.
    3 - Now that the library is listed in the left hand pane of iPLM, click on your library and go to the File ➙ Rebuild Library menu option.
    4 - In the next  window name the new library and select the location you want it to be placed.
    5 - Click on the Create button.
    Note: This creates a new library based on the LIbraryData.xml file in the library and will recover Events, Albums, keywords, titles and comments.  However, books, calendars, cards and slideshows will be lost. The original library will be left untouched for further attempts at fixing the problem or in case the rebuilt library is not satisfactory.
    OT

  • Can the iPhoto Library package file be recreated?

    I recently moved my iPhoto library to a new LaCie solid state external hard drive, because it had reached 130GB in size and was taking up too much space on my hard drive. My iPhoto library has 30,000 photos with lots of events, smart albums and metadata (faces, keywords, etc.). Unfortunately the external hard drive failed and I had to pay for data recovery services. When I got the external hard drive back, the Masters folders were all there with my photos, but the iPhoto Library package file seems to be missing. Is there anyway to recreate the iPhoto Library package to include all the files AND the associated metadata?
    I found instructions on how to start from scratch by importing the Masters...but this method does not retain metadata. Any ideas would be really appreciated. Worst case scenario, I can go back to a Time Machine back-up from June 2014 and use that as a starting point, but I'd much rather not have to take that route.

    but the iPhoto Library package file seems to be missing.
    You cannot recreate the iphoto library package from your Masters folder. It is an intricate web of linked files.  Use your most recent backup as a starting point, and then add the newer files from your recovered Masters folder.

  • How to enable telemetry logs and where can i find the command line for sun

    Hi i tried creating the telemetry logs directory but the logs are not being populated. i created the following directory:-
    /opt/SUNWmsgsr/data/telemetry/imap/usersns1
    where usersns1 is the userid.
    Also pl. tell me where can i get the command list for sun one messaging server to use the command line utility to list, delete mailboxes. also can i search for all the mailboxes under one domain name. if yes then which command i have to use.
    thanks in advance.

    Hi,
    Hi i tried creating the telemetry logs directory but
    the logs are not being populated. i created the
    following directory:-
    /opt/SUNWmsgsr/data/telemetry/imap/usersns1
    where usersns1 is the userid.Make sure the permissions (ownership) on the user directory and the sub directory match those that messaging server uses - by default mailsrv:mail. This is the most common cause of the telemetry data not being created. The other thing to verify is that the user's account isn't stored as user@domain, otherwise you may need to create the directory as the entire user@domain (try both just to be sure).
    Also pl. tell me where can i get the command list
    for sun one messaging server to use the command line
    utility to list, delete mailboxes. also can i search
    for all the mailboxes under one domain name. if yes
    then which command i have to use.The Messaging Server reference guide is a good place to start (lists all the command-line utilities/flags and what-not):
    http://docs.sun.com/app/docs/doc/819-4429?l=en
    The mboxutil command is used to list/create/delete mailboxes and you can use a pattern to only list those mailboxes in a specific domain.
    Regards,
    Shane.
    thanks in advance.

Maybe you are looking for