Missing tags

PC reset; files restored from external hard drive but tags missing in Photoshop elements 11

Nicky, you are in the wrong forum.  We don't do Elements here.
You want the Ps Elements forum:
Community: Photoshop Elements | Adobe Community

Similar Messages

  • Missing tag in SOAP Response object

    Currently running WebLogic 8.1 SP2 (legacy system, unable to upgrade to newer versions).
    Looking at a SOAP Response from a Web Service call, it's notable that there are some missing tags in the response. When the same call is made through an RMI invocation, the data is there, so it appears that it's being set correctly. The obvious answer is that it's an XML serialization problem, but there are no errors in any log files and the Codec classes for a working class and non-working class look identical.
    Let me explain better
    We have essentially:
    Class foo {
    public int getID();
    public void setID(int);
    Class bar1 extends foo {
    //other stuff
    Class bar2 extends foo {
    //other stuff
    The Schema defines the ID field as minOccurs="1" (the default).
    The response coming from the server will look something like this:
    <foo>
    <bar1>
    <ID>TheID</ID>
    ...other stuff...
    </bar1>
    </foo>
    However, if the returned object is of the other type...
    <foo>
    <bar2>
    ...other stuff, but no ID...
    </bar2>
    </foo>
    The classes and service are being generated from a WSDL and XSD files, searching through the value and codec classes shows no fundamental difference between the implementation of the two subclasses, yet one shows the ID, and the other doesn't.
    Anyone have any idea where to look to start narrowing down the problem? This has us completely baffled.

    I guess I'll answer my own question since I've since been able to solve it in the hopes that it will someday help someone else.
    Short answer: There is a bug in WebLogic 8.1 SP2 which generates the isPropertySet(int index) method in the Codecs incorrectly for certain subclasses.
    Using the foo example from the original question
    class foo;
    class bar extends foo;
    class dot extends foo;
    If dot has additional properties, the Codec will be generated incorrectly. They should look like:
    <pre>
    protected boolean isPropertySet(Object my_obj, int idx) {
    if (idx < SUPERPROP_COUNT) return super.isPropertySet(my_obj,idx);
    idx -= SUPERPROP_COUNT;     
    Dot typed_obj = (Dot) my_obj;
    switch(idx) {
    case 0:
    return typed_obj._isSetAdditionalProperty();
    </pre>
    ...etc
    What it actually does look like is...
    <pre>
    protected boolean isPropertySet(Object my_obj, int idx) {
    Dot typed_obj = (Dot) my_obj;
    switch(idx) {
    case 0:
    return typed_obj._isSetAdditionalProperty();
    </pre>
    ...etc
    so attempting to get the eariler properties of the super class from an instance of the sub class returns erratic results depending on whether properties of the subclass were set.
    Anyway, this was fixed in SP3 or 4, and there was a patch available to fix it in SP2 as well. Good luck if anyone else happens to run into this problem.

  • Missing tags on DVD back up PSE 5

    Hi I have built a new PC and I'm moving all my pics from the old PC to the new PC using backup DVD's which I created in PSE 5. When I load the photo's only about 10% of the pictures have their tags attached. With 5000 photos per DVD (5 in all) I don't fancy retagging 15,000+ pics. Can anyone help with finding the missing tags?
    Cheers Gary

    Gary,
    I think the answer may come from how you created these "backup DVDs".
    Having tags on only a percentage of the photos often indicates that you backed up and moved the photo files to the new PC: however you did nothing which transferred the PS Elements Organizer Catalog from the old PC to the new PC.
    Adobe has a TechNote document describing a method for moving both the photo files and the Catalog to a new PC when using PSE version 5 at
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=333522
    However, you have already moved the photo files. So it may be worthwhile to try to copy your catalog from the old PC to the new PC.
    What is the Windows version on the old PC and on the new PC?
    What is the Windows Userid on the old PC and the new PC?
    Are your photo files under the My documents\My Pictures folder structure or are they somewhere else? If elsewhere, describe their location on the old system and on the new system?

  • Handling missing tag

    Hi Guys,
    I have a requirement in which I need to show the negative amount in () and red font for FACT1.
    Now a few of the records have null values for FACT1. So the XML tags are missing for those records.
    I have defined the fact column as a number with format as - #,###0,(#,###0)
    and I have created conditional format which says - Less than 0...font Red.
    But when i try to preview the report, I get parsing error. i guess it is because of the missing tags (I may be wrong here).
    Can anyone please help me in handling this?
    Thanks!!

    In your case: you could do something like this:
    <?if:FACT1 and FACT1< 0?>code to make font red <?end if?>
    Use this as a guidance:
    • To define behavior when the element is present and the value is not null, use the
    following:
    <?if:element_name!=?>desired behavior <?end if?>
    • To define behavior when the element is present, but is null, use the following:
    <?if:element_name and element_name="?>desired behavior <?end
    if?>
    • To define behavior when the element is not present, use the following:
    <?if:not(element_name)?>desired behavior <?end if?>
    Thanks,
    Bipuser

  • Tell us what are the BC missing tags!

    Hello BC developers,
    As we're doing work on BC, especially in the rendering engine (you'll hear more about it when it's ready), we would like to also add in BC most of the missing tags that you need, including new fields in various tables (considering that those are relatively simple to implement).
    We need you to tell us what's missing. Please be active and help us understand those things fast to make sure we can add them to the backlog.
    We've enabled Disqus comments on the Developer Documentation site - as you can see below.Browse the Tag Reference to find layouts and their current tags. (username: alpha, password: bcdevdocs)
    http://developers.businesscatalyst.com/reference/tag-reference/news/ne ws-detail-layout.html
    We need three type of comments:
    If tags exists today in BC that are not documented or incorrectly documented, feel free to tell us in a comment (we'll fix the documentation)
    If fields exist today in the database but not in the module layout (e.g. you can edit it from AdminConsole, or is available in the detail view but not in the list view), tell us (we'll include it in the layout if it's not extremely complicated)
    If a field or two could be added to a module and make your life way easier (both in the AdminConsole and in the tag) - let us know this, too.
    Please visit the site, and tell us, in the comments, for as many layouts as possible, what tags are missing and we'll do our best to integrate them in the new BC engine. It would help also to describe the use case to make sure we understand why the tag is needed and are able to prioritize.
    Sincerely,
    Alexandru

    Hi Alexandru,
    I'll start things off...
    1. Tags that exist today that are not documented in the dev docs:
    - {system_visitordeviceclass} isn't documented in the docs.
    3. If a field or two could be added to a module to make your life easier:
    - Have a field to turn off wrapping each child element within a 'div' or 'li' or 'table' element: (For products, catalog list, webapps, etc.)
    - Have a field to filter webapps from the module tag. Example: {module_webapps,,,,, filter="webapp_custom_field3 == something"}

  • ITunes library mysteriously dissapeared (not the actual files where they are stored) and once I transfered songs back to iTunes, some purchased songs had been corrupted (missing tags

    Last week, I purchased around 9-10 songs. The previous day, I had played songs from my iTunes library... everything working normal. The day after purchasing those 9-10 songs... I noticed that my entire songs in my library (and playlist) where gone, essentially being re-set like new. I updated my iTunes version, re-started my PC and still... nothing was showing up except those 9-10 songs. I did the next logical thing which was to check the actual music folder that stores the songs. They where all there. It did not make any sense as I had not done or noticed anything unsual while using iTunes before. Now, I want to mention that I use a DJ software (mixvibe) with the ION Discovery DJ that pulls tracks from iTunes. For the past couple of months they both have worked great. Fast forwarding to my issue, I went ahead and copied all the music back to iTunes. I spent a good hour making sure that everything worked and re-created my playlists. One thing that struck me as odd was that while checking everything... some songs that I had purchased recently and even a couple of months ago that I've used on my mixvibe software... had the track info deleted. The only information was the track name, ex. (01 - Bird One). For some reason, they were dumped into a "Unknown Artists" file. There was a good 20-25 songs that had this issue. The one thing that I noticed was that when I would highlight the song within the Uknown Artist folder... All of the information including cover art was showing up at the bottom of the folder (if you are familiar with Windows 7 you know what I'm talking about). How can it be that all of the actual information was still there yet not showing up in iTunes? I had to manually go one by one of those 20-25 songs and add all of the track info (as much as I could). I was also able to recover some of the cover art but not all. It seems like the files got corrupted. Can I re-download these tracks again or how can I get them to how they were originally? HELP!

    I find the best way to do this is to right click on the song in iTunes and convert then select convert ID3 tags to V1.1 this usually completes the tag and adds all the missing info, provided it is in iTunes corectly.
    Were these songs you Dled or ripped form a cd directly?

  • Missing tag class on 10.1.3 but not in JDev embedded oc4j

    I have a JSP 2.0 application created with a few custom tag files in web-inf/tags. The app runs fine within Jdeveloper's embedded oc4j (10.1.3). After deploying the EAR of this application to a 10.1.3 app server, everything works fine except in the way the server compiles the tag files. It puts them in the wrong folder!
    It puts the _tags directory in this folder:
    C:\Oracle\product\10.1.3\OracleAS_1\j2ee\FastConnect\application-deployments\FastConnect\FastConnect\persistence\_tagfiles\_nullweb_2d_inf
    When I manually copy the tags up one directory, the app works and I do not get a missing class error. What is telling my app server to put the generated tag file classes in this nullweb_2d_inf folder?

    repost

  • Payment Medium Workbench  - MT101 - Missing Tag 21

    Hi,
    We have configured the PMW - standard SWIFT MT101 format - the DME file is generated succesfully but the TAG :21: ''Related Reference'' is missing. Any clue?
    Thanks and best regards,
    MYE

    SAP gives the following explanation for that field :
    For field 21 (Related Reference / Payment Reference Number) for the payment message there is a reference field of type 2 'Short entry for note to payee, internal' of length 16 available. Consequently this field can be filled in the note to payee. The example note to payee SAP SWIFT fills this reference field in Customizing for the note to payee with the Accounting document number.
    So, you'll have to check if the information is given in the 'Reference' field in the transaction.  You can read the SAP Application Help in this regard to get a detailed picture.
    Ravi.

  • Missing Tags in upgrade from PSE 10 to PSE 11

    My "people tags" used in pse 10 now show up as groups in pse 11, how do I add photos to these groups? What am I missing?
    Thanks for any help.
    jthinpa

    Thanks, the solution was simply to select from View, "show people in tag panel".
    jthinpa

  • Album 2.0 problem-missing tag

    Hope someone can help. May have lost tons of hours of work. While deleting a photo, my computer overloaded and I had to shut down the program in the middle of the deletion.  When I reopened Album, my largest group of tags and all sub-tags were missing.  When I tried to reimport the photos, it said they couldn't since "the file already exists in the catalog."  (I already tagged them).  Is there anything I can do to get them back into the Album?  I hope this made sense.

    Hm, dann bleibt nur der Versuch, zunächst PSA SE _komplett_ zudeinstallieren: also über Systemsteuerung/Software und dann unter C:\Programme\Adobe das entsprechende Programm-Verzeichnis löschen - dann noch die Verzeichnisse "C:\Dokumente und Einstellungen\All Users\Anwendungsdaten\Adobe\Photoshop Album" sowie "C:\Dokumente und Einstellungen\<Benutzername>\Anwendungsdaten\Adobe\Photoshop Album" löschen. Evtl. noch in der Registry nach verwaisten Einträge suche ...<br /><br />Dann den Rechner neu starten und erneut die Installation versuchen.<br /><br />Evtl. hilft es auch, die SE noch mal frisch runterzuladen:<br /> http://www.adobe.com/support/downloads/detail.jsp?ftpID=2378<br /><br />Alexander.<br><span style="font-size: x-small; color: #408080">-- <br>1533 MHz, 1 GB, XP SP2, Canon Ixus 430 (aka S410), CanoScan D1250U2F, German PSE v2.0.2 + PSA v2.0.1 (PSE v3 + PrE v1 soon to come)</span>

  • Trouble saving documents from Outlook to SharePoint 2010 library - missing tags

    Hello
    One of our users is seeing a strange issue with saving documents from Outlook.  It appears that the document already had tags from the library, but the user said the document was never uploaded to the library.
    All of the server tags show Currently Unavailable, and the user cannot upload this document to the library. 
    See screen shot:
    Please advise,

    Hi thematrixhasyou,
    According to your description, my understanding is that you want to update documents from Outlook to SharePoint 2010.
    I did a test as the followings:
    1. Create a library, and allow Content Type as Library settings->Advanced Setting, under ‘Allow management of content type?’, select Yes.
    2. Click on Library Settings->Document under Content Types, click on Document Information Panel settings, and select ‘Always show Document…’.
    3. Create some custom cloumns
    4. Upload some documents to the library
    5. Then click on Library->Connect to Outlook, the library will be synced to Outlook
    6. In Outlook, find the library
    7. Double click a document, the document was opened, and the document information(Title and custom columns) were displayed correctly.
    8. Change the document, and save it
    9. Then close the document, it pop up a dailog box, like the below screenshot.
    10. Click on Update, then the document will be updated in SharePoint
    Which type did you use for the custom columns (Year, Category, Document Type)?
    Please have a try as the above steps.
    I hope this helps.
    Thanks,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Databe seems to be corrupt. Days are missing (tags set to perpetual)

    Numerous days were missing from last year (not in a row but sporatically).  Also certain pens will stop trending.  (Three trends are displayed on a page for a day then one will be missing for a period).
    Installed a system with a RAID drive does this cause issues?
    Please help in a critical situation.

    I don't remember in detail how the Citadel 4 database works. As far as I remember, there is no buffer file. The data is just written to the file directly. Each file has a constant size. To create eight files doesn't mean that it has filled up seven files. For there are multiple traces being logged, it needs to create new room for different trace. It is possible that the two or even eight new files are all partially used.
    So, it is not a problem if you see one file a day, or several files a day.
    But to copy the folder to backup is a problem. You might get problem in copying because some files are being used by logging.  We recommend you to use MAX to archive the database to another one.
    To turn off the logging, you have to uncheck the box in object datamember configuration.
    Ryan Shi
    National Instruments

  • Corrupt or missing tags?

    I am having a problem where many of my albums are being stripped of all of their tags except for the song tag. They have them when I rip the cds, but then when I move them to another HD, they seem to get stripped of most of their tags. As an experiment, I just did the folowing:
    1) I ripped a cd to itunes 7.0.2. and checked to make sure that all of the tags were successfully applied to each of the songs.
    2) I highlighted and deleted all of the songs from the itunes music window.
    3) I opened the itunes music folder on my desktop and located the folder containing these songs and dragged and dropped it onto the music folder.
    4) All of the music transferred over just fine but the only tag that remains is the song tag. All other tags are gone.
    I can't figure this out and I can't locate any examples of other people having this problem. It's driving me a little crazy. Please help!
    MacBook Pro 2.16 GHz Intel Core Duo   Mac OS X (10.4.8)  

    I found this on another message board and found that it fixed the problem.
    The only workaround I've found for this is right after you convert the music to MP3, select it, and choose "Convert ID3 Tags", select ID3 version 2.2, and it fixes the problem. You'll need to do this BEFORE you delete your iTunes library file, as it grabs the track/album/etc info from the library.
    I still don't know what caused it and I still don't have a satisfactory method to ensure that it doesn't happen again but I am making some headway.
    Here's the rest of the post in case it will help other people who have encountered this problem while trying to achieve the same thing that the author was doing:
    Apr. 1, 2006 - John Venzon
    I wanted to chime in on what Siva Subramaniam had said about ripping CDs to Lossless and then converting the selection to a lossy format. I do this as well, and have found an annoying and repeatable bug in the way iTunes 6.0.4 (on my Intel Mac) handles the tagging.
    I first rip my CDs into Lossless first. I do this because I have a Sonos system at home, and you can really hear the difference between lossless and the other lossy formats. AAC is good, but true 16 bit, 44.1kHz is better. I name the files the way I want and add album artwork to save myself the trouble of doing this twice.
    I then switch to MP3 224kbs and use the "Convert Selection to MP3" under the advanced menu. It shows up in the iTunes window just fine, but there is a hidden problem; ID3 tags are not okay. If you delete your iTunes library, and then redrag the newly converted MP3 files to iTunes, all the tag info is gone! Oddly, the album artwork is fine.
    Since you wouldn't notice this bug until you recreated your iTunes library, I managed to convert a month's worth of music that I had to fix. If you work this way, I'd recommend you back up your library file, and try this to see if you have the same problem. If you rip straight to MP3, it seems to be fine.
    The only workaround I've found for this is right after you convert the music to MP3, select it, and choose "Convert ID3 Tags", select ID3 version 2.2, and it fixes the problem. You'll need to do this BEFORE you delete your iTunes library file, as it grabs the track/album/etc info from the library.
    I've reported this problem on the iTunes support board but haven't received any replies from either Apple or other users. I also don't know if this is an Intel iTunes only bug or if it effects PPC as well.
    Anyone else want to try this?
    MacBook Pro 2.16 GHz Intel Core Duo   Mac OS X (10.4.8)  
    MacBook Pro 2.16 GHz Intel Core Duo   Mac OS X (10.4.8)  

  • Missing tags after syncing (TV Shows)

    I have some TV Shows that have their tags filled out correctly for iTunes (e.g., Season Number and Episode Number), but those tags won't display on my Apple TV even after syncing. I've tried filling out every field I can on the video files, to no avail. And even more frustrating? It's not a consistent problem. If I try to stream them from iTunes instead of accessing them on the Apple TV itself, all the tags are correct. (Plus this problem seems to affect only about half my TV Shows.) And yes, I've inspected the tags for all the episode files of this show and they're consistent. What's going on?

    Hello there,
    And welcome to Apple Discussions!
    First of all, are you positve you have properly configured and setup your iPod to sync TV Shows, from under the *TV Shows* tab for your iPod in iTunes?
    I would also check their media type in iTunes. To do this, locate the TV shows in iTunes, right ->click on them and choose "get info" from the Menu. From there, head over to the Options tab. There should be a drop down menu next to "Media Type". Make sure it is set to "Tv Show".
    If not either of those, do you receive any error messages while syncing these TV shows over to your iPod. Let me know. Would love to help.
    B-rock

  • Missing tag info?

    iTunes was working just fine two days ago, but yesterday I noticed that a nice chunk of my songs weren't being fully recognized my iTunes. The songs are in the list, it gives me the song name and album art, but nothing more. No album name, no artists, nothing. The songs play fine, they just won't sort because iTunes isn't recognizing the info or something...
    To check what might be the problem, I opened all of my music in Windows Media Player. That program seems to be reading them just fine.
    Any suggestions? Or does anyone need any more information?
    Thank you!

    Thank you SO much! It wasn't quite what you suggested, but it did have to do with the tags. Mine were, for some reason, ID3v2.4. I made them that way a LONG time ago. And now, for some reason, iTunes won't touch them! I can't edit anything on them. So, I downloaded a program that converts them back to ID3v2.3 for me, and they work fine. All of their information is back and everything! Thank you for tipping me off to the tag incompatibilities.
    Although I do think that it is weird that iTunes doesn't support something it promotes, haha.

Maybe you are looking for